summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am36
-rw-r--r--NEWS21
-rw-r--r--README4
-rw-r--r--applets/brightness/Makefile.am1
-rw-r--r--applets/brightness/brightness-applet.c64
-rw-r--r--applets/brightness/gpm-common.c4
-rw-r--r--applets/inhibit/Makefile.am1
-rw-r--r--applets/inhibit/gpm-common.c4
-rw-r--r--applets/inhibit/inhibit-applet.c56
-rwxr-xr-xautogen.sh7
-rw-r--r--configure.ac91
-rw-r--r--data/org.mate.power-manager.gschema.xml.in8
-rw-r--r--distro/archlinux/PKGBUILD38
-rw-r--r--distro/archlinux/mate-power-manager.install22
-rw-r--r--help/C/index.docbook (renamed from help/C/mate-power-manager.xml)0
-rw-r--r--help/C/legal.xml2
-rw-r--r--help/Makefile.am12
-rw-r--r--help/ca/ca.po4
-rw-r--r--help/de/de.po4
-rw-r--r--help/el/el.po4
-rw-r--r--help/en_GB/en_GB.po4
-rw-r--r--help/es/es.po6
-rw-r--r--help/eu/eu.po4
-rw-r--r--help/fi/fi.po4
-rw-r--r--help/fr/fr.po6
-rw-r--r--help/hu/hu.po4
-rw-r--r--help/it/it.po4
-rw-r--r--help/oc/oc.po2
-rw-r--r--help/pa/pa.po4
-rw-r--r--help/ru/ru.po4
-rw-r--r--help/sv/sv.po4
-rw-r--r--help/zh_CN/zh_CN.po6
-rw-r--r--po/LINGUAS2
-rw-r--r--po/ar.po1619
-rw-r--r--po/be.po2468
-rw-r--r--po/bg.po1874
-rw-r--r--po/cmn.po2256
-rw-r--r--po/cs.po2003
-rw-r--r--po/da.po2786
-rw-r--r--po/de.po62
-rw-r--r--po/el.po2125
-rw-r--r--po/en_AU.po94
-rw-r--r--po/en_GB.po2833
-rw-r--r--po/es.po2546
-rw-r--r--po/gl.po1993
-rw-r--r--po/he.po2602
-rw-r--r--po/hr.po2516
-rw-r--r--po/hu.po1911
-rw-r--r--po/it.po1975
-rw-r--r--po/ko.po3096
-rw-r--r--po/ky.po43
-rw-r--r--po/lv.po2511
-rw-r--r--po/ms.po93
-rw-r--r--po/pt_BR.po2655
-rw-r--r--po/ru.po4
-rw-r--r--po/sk.po2349
-rw-r--r--po/sl.po2871
-rw-r--r--po/uk.po2357
-rw-r--r--po/ur.po2276
-rw-r--r--po/zh_CN.po2055
-rw-r--r--po/zh_TW.po8
-rw-r--r--src/Makefile.am4
-rw-r--r--src/gpm-backlight-helper.c5
-rw-r--r--src/gpm-backlight.c26
-rw-r--r--src/gpm-button.c105
-rw-r--r--src/gpm-button.h3
-rw-r--r--src/gpm-common.c4
-rw-r--r--src/gpm-common.h4
-rw-r--r--src/gpm-control.c266
-rw-r--r--src/gpm-graph-widget.c32
-rw-r--r--src/gpm-kbd-backlight.c14
-rw-r--r--src/gpm-main.c8
-rw-r--r--src/gpm-manager.c56
-rw-r--r--src/gpm-phone.h6
-rw-r--r--src/gpm-prefs-core.c219
-rw-r--r--src/gpm-statistics.c5
-rw-r--r--src/gsd-media-keys-window.c551
-rw-r--r--src/gsd-media-keys-window.h81
-rw-r--r--src/msd-osd-window.c697
-rw-r--r--src/msd-osd-window.h102
80 files changed, 25054 insertions, 29552 deletions
diff --git a/Makefile.am b/Makefile.am
index 460dce3..b464416 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAG}
SUBDIRS = \
src \
@@ -16,11 +16,12 @@ SUBDIRS += applets
endif
EXTRA_DIST = \
+ autogen.sh \
HACKING \
+ NEWS.GNOME \
intltool-extract.in \
intltool-merge.in \
- intltool-update.in \
- mate-doc-utils.make
+ intltool-update.in
clean-local :
rm -f *~
@@ -40,23 +41,16 @@ DISTCHECK_CONFIGURE_FLAGS = \
--disable-applets \
--disable-tests
-distclean-local:
- if test $(srdcir) = .; then :; else \
- rm -f ChangeLog; \
- fi
-
-ChangeLog:
- @echo Creating $@
- @if test -d "$(srcdir)/.git"; then \
- (GIT_DIR=$(top_srcdir)/.git ./missing --run git log --stat -M -C --name-status --date=short --no-color) | fmt --split-only > [email protected] \
- && mv -f [email protected] $@ \
- || ($(RM) [email protected]; \
- echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
- (test -f $@ || echo git-log is required to generate this file >> $@)); \
+dist-hook:
+ @if test -d "$(srcdir)/.git"; \
+ then \
+ echo Creating ChangeLog && \
+ ( cd "$(top_srcdir)" && \
+ echo '# Generated by Makefile. Do not edit.'; echo; \
+ $(top_srcdir)/missing --run git log --stat ) > ChangeLog.tmp \
+ && mv -f ChangeLog.tmp $(distdir)/ChangeLog \
+ || ( rm -f ChangeLog.tmp ; \
+ echo Failed to generate ChangeLog >&2 ); \
else \
- test -f $@ || \
- (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
- echo A git checkout and git-log is required to generate this file >> $@); \
+ echo A git clone is required to generate a ChangeLog >&2; \
fi
-
-.PHONY: ChangeLog
diff --git a/NEWS b/NEWS
index ca1742f..e232996 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Version 1.8.0
+~~~~~~~~~~~~~
+Released: 2014-03-01
+
+* News:
+ - Use yelp-tools instead of mate-doc-utils
+ - Fix systemd support
+ - Switch to libgnome-keyring
+
+Version 1.6.2
+~~~~~~~~~~~~~
+Released: 2013-07-24
+
+* Features:
+ - Removed systemd-daemon dependency and check at runtime if
+ systemd-logind is running
+ - Improved systemd-logind support
+
+* Bug fixes:
+ - Dont rely only on consolekit for button pressed event
+
Version 1.6.1
~~~~~~~~~~~~~
Released: 2013-05-02
diff --git a/README b/README
index 1483b66..3f6a122 100644
--- a/README
+++ b/README
@@ -15,9 +15,9 @@ To build, MATE Power Manager requires
- Glib (2.13.0 or later)
- Gtk2+ (2.11.0 or later)
- - MATE Keyring (1.1.0 or later)
+ - GNOME Keyring (3.0.0 or later)
- DBus (0.70 or later)
- - libmatenotify (1.1.0 or later)
+ - libnotify (0.7.0 or later)
- Cairo (1.0.0 or later)
- Unique (0.9.4 or later)
- libpanel (2.0.0 or later)
diff --git a/applets/brightness/Makefile.am b/applets/brightness/Makefile.am
index 5e9e834..fd8b54c 100644
--- a/applets/brightness/Makefile.am
+++ b/applets/brightness/Makefile.am
@@ -20,6 +20,7 @@ AM_CPPFLAGS = \
-DEGG_LOGGING="\"GPM_LOGGING\"" \
-DEGG_CONSOLE="\"GPM_CONSOLE\"" \
-I$(top_srcdir)/libdbus-glib \
+ $(DISABLE_DEPRECATED)
$(NULL)
libexec_PROGRAMS=mate-brightness-applet
diff --git a/applets/brightness/brightness-applet.c b/applets/brightness/brightness-applet.c
index d516bdc..f442765 100644
--- a/applets/brightness/brightness-applet.c
+++ b/applets/brightness/brightness-applet.c
@@ -35,6 +35,10 @@
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include <gdk/gdkkeysyms.h>
+#if GTK_CHECK_VERSION (3, 0, 0)
+#include <gdk/gdkkeysyms-compat.h>
+#define GtkObject GtkWidget
+#endif
#include <glib-object.h>
#include <dbus/dbus-glib.h>
@@ -85,7 +89,11 @@ static void gpm_applet_check_size (GpmBrightnessApplet *applet);
static gboolean gpm_applet_draw_cb (GpmBrightnessApplet *applet);
static void gpm_applet_change_background_cb (GpmBrightnessApplet *applet,
MatePanelAppletBackgroundType arg1,
+#if GTK_CHECK_VERSION (3, 0, 0)
+ cairo_pattern_t *arg2, gpointer data);
+#else
GdkColor *arg2, GdkPixmap *arg3, gpointer data);
+#endif
static void gpm_applet_theme_change_cb (GtkIconTheme *icon_theme, gpointer data);
static void gpm_applet_stop_scroll_events_cb (GtkWidget *widget, GdkEvent *event);
static gboolean gpm_applet_destroy_popup_cb (GpmBrightnessApplet *applet);
@@ -259,9 +267,16 @@ static gboolean
gpm_applet_draw_cb (GpmBrightnessApplet *applet)
{
gint w, h, bg_type;
+#if GTK_CHECK_VERSION (3, 0, 0)
+ GdkRGBA color;
+ cairo_t *cr;
+ cairo_pattern_t *pattern;
+ GtkStyleContext *context;
+#else
GdkColor color;
GdkGC *gc;
GdkPixmap *background;
+#endif
GtkAllocation allocation;
if (gtk_widget_get_window (GTK_WIDGET(applet)) == NULL) {
@@ -284,37 +299,74 @@ gpm_applet_draw_cb (GpmBrightnessApplet *applet)
w = allocation.width;
h = allocation.height;
+#if GTK_CHECK_VERSION (3, 0, 0)
+ cr = gdk_cairo_create (gtk_widget_get_window (GTK_WIDGET(applet)));
+#else
gc = gdk_gc_new (gtk_widget_get_window (GTK_WIDGET(applet)));
+#endif
/* draw pixmap background */
+#if GTK_CHECK_VERSION (3, 0, 0)
+ bg_type = mate_panel_applet_get_background (MATE_PANEL_APPLET (applet), &color, &pattern);
+#else
bg_type = mate_panel_applet_get_background (MATE_PANEL_APPLET (applet), &color, &background);
+#endif
if (bg_type == PANEL_PIXMAP_BACKGROUND && !applet->popped) {
/* fill with given background pixmap */
+#if GTK_CHECK_VERSION (3, 0, 0)
+ cairo_set_source (cr, pattern);
+ cairo_rectangle (cr, 0, 0, w, h);
+ cairo_fill (cr);
+#else
gdk_draw_drawable (gtk_widget_get_window (GTK_WIDGET(applet)), gc, background, 0, 0, 0, 0, w, h);
+#endif
}
/* draw color background */
if (bg_type == PANEL_COLOR_BACKGROUND && !applet->popped) {
+#if GTK_CHECK_VERSION (3, 0, 0)
+ gdk_cairo_set_source_rgba (cr, &color);
+ cairo_rectangle (cr, 0, 0, w, h);
+ cairo_fill (cr);
+#else
gdk_gc_set_rgb_fg_color (gc,&color);
gdk_gc_set_fill (gc,GDK_SOLID);
gdk_draw_rectangle (gtk_widget_get_window (GTK_WIDGET(applet)), gc, TRUE, 0, 0, w, h);
+#endif
}
/* fill with selected color if popped */
if (applet->popped) {
+#if GTK_CHECK_VERSION (3, 0, 0)
+ context = gtk_widget_get_style_context (GTK_WIDGET(applet));
+ gtk_style_context_get_color (context, GTK_STATE_FLAG_SELECTED, &color);
+ gdk_cairo_set_source_rgba (cr, &color);
+ cairo_rectangle (cr, 0, 0, w, h);
+ cairo_fill (cr);
+#else
color = gtk_rc_get_style (GTK_WIDGET(applet))->bg[GTK_STATE_SELECTED];
gdk_gc_set_rgb_fg_color (gc,&color);
gdk_gc_set_fill (gc,GDK_SOLID);
gdk_draw_rectangle (gtk_widget_get_window (GTK_WIDGET(applet)), gc, TRUE, 0, 0, w, h);
+#endif
}
/* draw icon at center */
+#if GTK_CHECK_VERSION (3, 0, 0)
+ gdk_cairo_set_source_pixbuf (cr, applet->icon, (w - applet->icon_width)/2, (h - applet->icon_height)/2);
+ cairo_paint (cr);
+#else
gdk_draw_pixbuf (gtk_widget_get_window (GTK_WIDGET(applet)), gc, applet->icon,
0, 0, (w - applet->icon_width)/2, (h - applet->icon_height)/2,
applet->icon_width, applet->icon_height,
GDK_RGB_DITHER_NONE, 0, 0);
+#endif
+#if GTK_CHECK_VERSION (3, 0, 0)
+ cairo_destroy (cr);
+#else
g_object_unref (gc);
+#endif
return TRUE;
}
@@ -327,7 +379,11 @@ gpm_applet_draw_cb (GpmBrightnessApplet *applet)
static void
gpm_applet_change_background_cb (GpmBrightnessApplet *applet,
MatePanelAppletBackgroundType arg1,
+#if GTK_CHECK_VERSION (3, 0, 0)
+ cairo_pattern_t *arg2, gpointer data)
+#else
GdkColor *arg2, GdkPixmap *arg3, gpointer data)
+#endif
{
gtk_widget_queue_draw (GTK_WIDGET (applet));
}
@@ -600,6 +656,9 @@ gpm_applet_create_popup (GpmBrightnessApplet *applet)
/* window */
applet->popup = gtk_window_new (GTK_WINDOW_POPUP);
+#if !GTK_CHECK_VERSION (2, 90, 0)
+ GTK_WIDGET_UNSET_FLAGS (applet->popup, GTK_TOPLEVEL);
+#endif
gtk_window_set_type_hint (GTK_WINDOW(applet->popup), GDK_WINDOW_TYPE_HINT_UTILITY);
gtk_widget_set_parent (applet->popup, GTK_WIDGET(applet));
gtk_container_add (GTK_CONTAINER(applet->popup), frame);
@@ -974,8 +1033,13 @@ gpm_brightness_applet_init (GpmBrightnessApplet *applet)
/* We use g_signal_connect_after because letting the panel draw
* the background is the only way to have the correct
* background when a theme defines a background picture. */
+#if GTK_CHECK_VERSION (3, 0, 0)
+ g_signal_connect_after (G_OBJECT(applet), "draw",
+ G_CALLBACK(gpm_applet_draw_cb), NULL);
+#else
g_signal_connect_after (G_OBJECT(applet), "expose-event",
G_CALLBACK(gpm_applet_draw_cb), NULL);
+#endif
g_signal_connect (G_OBJECT(applet), "change-background",
G_CALLBACK(gpm_applet_change_background_cb), NULL);
diff --git a/applets/brightness/gpm-common.c b/applets/brightness/gpm-common.c
index 0d0e536..2249d63 100644
--- a/applets/brightness/gpm-common.c
+++ b/applets/brightness/gpm-common.c
@@ -173,9 +173,9 @@ gpm_help_display (const gchar *link_id)
gchar *uri;
if (link_id != NULL)
- uri = g_strconcat ("ghelp:mate-power-manager?", link_id, NULL);
+ uri = g_strconcat ("help:mate-power-manager?", link_id, NULL);
else
- uri = g_strdup ("ghelp:mate-power-manager");
+ uri = g_strdup ("help:mate-power-manager");
gtk_show_uri (NULL, uri, GDK_CURRENT_TIME, &error);
diff --git a/applets/inhibit/Makefile.am b/applets/inhibit/Makefile.am
index fa12b4b..c3244c1 100644
--- a/applets/inhibit/Makefile.am
+++ b/applets/inhibit/Makefile.am
@@ -20,6 +20,7 @@ AM_CPPFLAGS = \
-DEGG_LOGGING="\"GPM_LOGGING\"" \
-DEGG_CONSOLE="\"GPM_CONSOLE\"" \
-I$(top_srcdir)/libdbus-glib \
+ $(DISABLE_DEPRECATED) \
$(NULL)
libexec_PROGRAMS=mate-inhibit-applet
diff --git a/applets/inhibit/gpm-common.c b/applets/inhibit/gpm-common.c
index 0d0e536..2249d63 100644
--- a/applets/inhibit/gpm-common.c
+++ b/applets/inhibit/gpm-common.c
@@ -173,9 +173,9 @@ gpm_help_display (const gchar *link_id)
gchar *uri;
if (link_id != NULL)
- uri = g_strconcat ("ghelp:mate-power-manager?", link_id, NULL);
+ uri = g_strconcat ("help:mate-power-manager?", link_id, NULL);
else
- uri = g_strdup ("ghelp:mate-power-manager");
+ uri = g_strdup ("help:mate-power-manager");
gtk_show_uri (NULL, uri, GDK_CURRENT_TIME, &error);
diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c
index 3f70ec4..2421cef 100644
--- a/applets/inhibit/inhibit-applet.c
+++ b/applets/inhibit/inhibit-applet.c
@@ -48,6 +48,10 @@
#define GPM_IS_INHIBIT_APPLET_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GPM_TYPE_INHIBIT_APPLET))
#define GPM_INHIBIT_APPLET_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GPM_TYPE_INHIBIT_APPLET, GpmInhibitAppletClass))
+#if GTK_CHECK_VERSION (3, 0, 0)
+#define GtkObject GtkWidget
+#endif
+
typedef struct{
MatePanelApplet parent;
/* applet state */
@@ -283,17 +287,26 @@ static gboolean
gpm_applet_draw_cb (GpmInhibitApplet *applet)
{
gint w, h, bg_type;
+#if GTK_CHECK_VERSION (3, 0, 0)
+ GdkRGBA color;
+ cairo_t *cr;
+ cairo_pattern_t *pattern;
+ GtkStyleContext *context;
+#else
GdkColor color;
GdkGC *gc;
GdkPixmap *background;
+#endif
GtkAllocation allocation;
if (gtk_widget_get_window (GTK_WIDGET(applet)) == NULL) {
return FALSE;
}
+#if !GTK_CHECK_VERSION (3, 0, 0)
/* Clear the window so we can draw on it later */
gdk_window_clear(gtk_widget_get_window (GTK_WIDGET (applet)));
+#endif
/* retrieve applet size */
gpm_applet_get_icon (applet);
@@ -311,27 +324,58 @@ gpm_applet_draw_cb (GpmInhibitApplet *applet)
w = allocation.width;
h = allocation.height;
+#if GTK_CHECK_VERSION (3, 0, 0)
+ cr = gdk_cairo_create (gtk_widget_get_window (GTK_WIDGET(applet)));
+#else
gc = gdk_gc_new (gtk_widget_get_window (GTK_WIDGET(applet)));
+#endif
/* draw pixmap background */
+#if GTK_CHECK_VERSION (3, 0, 0)
+ bg_type = mate_panel_applet_get_background (MATE_PANEL_APPLET (applet), &color, &pattern);
+#else
bg_type = mate_panel_applet_get_background (MATE_PANEL_APPLET (applet), &color, &background);
+#endif
if (bg_type == PANEL_PIXMAP_BACKGROUND) {
/* fill with given background pixmap */
+#if GTK_CHECK_VERSION (3, 0, 0)
+ cairo_set_source (cr, pattern);
+ cairo_rectangle (cr, 0, 0, w, h);
+ cairo_fill (cr);
+#else
gdk_draw_drawable (gtk_widget_get_window (GTK_WIDGET(applet)), gc, background, 0, 0, 0, 0, w, h);
+#endif
}
/* draw color background */
if (bg_type == PANEL_COLOR_BACKGROUND) {
+#if GTK_CHECK_VERSION (3, 0, 0)
+ gdk_cairo_set_source_rgba (cr, &color);
+ cairo_rectangle (cr, 0, 0, w, h);
+ cairo_fill (cr);
+#else
gdk_gc_set_rgb_fg_color (gc,&color);
gdk_gc_set_fill (gc,GDK_SOLID);
gdk_draw_rectangle (gtk_widget_get_window (GTK_WIDGET(applet)), gc, TRUE, 0, 0, w, h);
+#endif
}
/* draw icon at center */
+#if GTK_CHECK_VERSION (3, 0, 0)
+ gdk_cairo_set_source_pixbuf (cr, applet->icon, (w - applet->icon_width)/2, (h - applet->icon_height)/2);
+ cairo_paint (cr);
+#else
gdk_draw_pixbuf (gtk_widget_get_window (GTK_WIDGET(applet)), gc, applet->icon,
0, 0, (w - applet->icon_width)/2, (h - applet->icon_height)/2,
applet->icon_width, applet->icon_height,
GDK_RGB_DITHER_NONE, 0, 0);
+#endif
+
+#if GTK_CHECK_VERSION (3, 0, 0)
+ cairo_destroy (cr);
+#else
+ g_object_unref (gc);
+#endif
return TRUE;
}
@@ -344,7 +388,12 @@ gpm_applet_draw_cb (GpmInhibitApplet *applet)
static void
gpm_applet_change_background_cb (GpmInhibitApplet *applet,
MatePanelAppletBackgroundType arg1,
- GdkColor *arg2, GdkPixmap *arg3, gpointer data)
+#if GTK_CHECK_VERSION (3, 0, 0)
+ cairo_pattern_t *arg2,
+#else
+ GdkColor *arg2, GdkPixmap *arg3,
+#endif
+ gpointer data)
{
gtk_widget_queue_draw (GTK_WIDGET (applet));
}
@@ -626,8 +675,13 @@ gpm_inhibit_applet_init (GpmInhibitApplet *applet)
g_signal_connect (G_OBJECT(applet), "button-press-event",
G_CALLBACK(gpm_applet_click_cb), NULL);
+#if GTK_CHECK_VERSION (3, 0, 0)
+ g_signal_connect (G_OBJECT(applet), "draw",
+ G_CALLBACK(gpm_applet_draw_cb), NULL);
+#else
g_signal_connect (G_OBJECT(applet), "expose-event",
G_CALLBACK(gpm_applet_draw_cb), NULL);
+#endif
/* We use g_signal_connect_after because letting the panel draw
* the background is the only way to have the correct
diff --git a/autogen.sh b/autogen.sh
index 193b10a..d53e0eb 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -13,7 +13,12 @@ PKG_NAME="mate-power-manager"
}
which mate-autogen || {
- echo "You need to install mate-common from the MATE Git"
+ echo "You need to install mate-common"
+ exit 1
+}
+
+which yelp-build || {
+ echo "You need to install yelp-tools"
exit 1
}
diff --git a/configure.ac b/configure.ac
index 3f9cb2e..d85e690 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
AC_PREREQ(2.63)
-AC_INIT([mate-power-manager], [1.6.1], [http://www.mate-desktop.org/])
+AC_INIT([mate-power-manager], [1.8.0], [http://www.mate-desktop.org/])
AC_CONFIG_SRCDIR(src)
-AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz])
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz check-news tar-ustar])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
@@ -17,7 +17,7 @@ LT_INIT
IT_PROG_INTLTOOL([0.35.0])
MATE_COMPILE_WARNINGS
-MATE_DOC_INIT
+YELP_HELP_INIT
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
@@ -44,7 +44,22 @@ if test x$enable_strict != xno; then
fi
fi
-if test "$GCC" = "yes"; then
+AC_ARG_ENABLE(deprecated,
+ [AS_HELP_STRING([--enable-deprecated],
+ [Warn about deprecated usages [default=no]])],,
+ [enable_deprecated=no])
+
+if test "x$enable_deprecated" = "xyes"; then
+ DISABLE_DEPRECATED=""
+ CPPFLAGS="$CPPFLAGS $DISABLE_DEPRECATED"
+fi
+
+AC_ARG_ENABLE(extra-warn,
+ [AS_HELP_STRING([--enable-extra-warn],
+ [Enable extra warnings. gcc only. [default=no]])],,
+ [enable_extra_warn=no])
+
+if test "x$enable_extra_warn" = "xyes" && test "$GCC" = "yes"; then
WARNINGFLAGS="$WARNINGFLAGS -Wall"
WARNINGFLAGS="$WARNINGFLAGS -Wcast-align -Wno-uninitialized"
WARNINGFLAGS="$WARNINGFLAGS -Wmissing-declarations"
@@ -97,12 +112,11 @@ GLIB_GSETTINGS
dnl ----------------------------------------------------------------------------
dnl - Library dependencies
dnl ----------------------------------------------------------------------------
-GTK_API_VERSION=2.0
GLIB_REQUIRED=2.13.0
GIO_REQUIRED=2.25.0
GTK_REQUIRED=2.17.7
GDK_REQUIRED=2.11.0
-MATE_KEYRING_REQUIRED=1.1.0
+GNOME_KEYRING_REQUIRED=3.0.0
DBUS_REQUIRED=1.0
DBUS_GLIB_REQUIRED=0.70
LIBNOTIFY_REQUIRED=0.7.0
@@ -130,18 +144,20 @@ AC_MSG_RESULT([$with_gtk])
case "$with_gtk" in
2.0) GTK_API_VERSION=2.0
GTK_REQUIRED=2.17.7
+ CANBERRA_GTK=libcanberra-gtk
;;
3.0) GTK_API_VERSION=3.0
GTK_REQUIRED=3.0.0
+ CANBERRA_GTK=libcanberra-gtk3
;;
esac
dnl ---------------------------------------------------------------------------
dnl - Check library dependencies
dnl ---------------------------------------------------------------------------
-PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 gio-2.0 >= $GIO_REQUIRED)
+PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 gio-2.0 >= $GIO_REQUIRED gio-unix-2.0)
-PKG_CHECK_MODULES(CANBERRA, libcanberra-gtk >= $CANBERRA_REQUIRED)
+PKG_CHECK_MODULES(CANBERRA, $CANBERRA_GTK >= $CANBERRA_REQUIRED)
PKG_CHECK_MODULES(DBUS,[
dbus-glib-1 >= $DBUS_GLIB_REQUIRED
@@ -149,12 +165,12 @@ PKG_CHECK_MODULES(DBUS,[
gthread-2.0])
PKG_CHECK_MODULES(MATE, [
- gtk+-2.0 >= $GTK_REQUIRED
+ gtk+-$GTK_API_VERSION >= $GTK_REQUIRED
cairo >= $CAIRO_REQUIRED])
PKG_CHECK_MODULES(GDK, [
- gdk-2.0 >= $GDK_REQUIRED
- gdk-x11-2.0 >= $GDK_REQUIRED])
+ gdk-$GTK_API_VERSION >= $GDK_REQUIRED
+ gdk-x11-$GTK_API_VERSION >= $GDK_REQUIRED])
PKG_CHECK_MODULES(X11, [
xrandr >= $XRANDR_REQUIRED
@@ -249,18 +265,18 @@ fi
AM_CONDITIONAL([HAVE_TESTS], [test $have_tests = yes])
dnl ---------------------------------------------------------------------------
-dnl - Build mate-keyring support
+dnl - Build gnome-keyring support
dnl ---------------------------------------------------------------------------
AC_ARG_WITH(keyring,
[AS_HELP_STRING([--without-keyring],
- [Disable the use of mate-keyring])],
+ [Disable the use of gnome-keyring])],
[],
[with_keyring=yes])
AM_CONDITIONAL([WITH_KEYRING],[test "$with_keyring" = "yes"])
if test "$with_keyring" = "yes"; then
- PKG_CHECK_MODULES(KEYRING, mate-keyring-1 >= $MATE_KEYRING_REQUIRED)
+ PKG_CHECK_MODULES(KEYRING, gnome-keyring-1 >= $GNOME_KEYRING_REQUIRED)
AC_DEFINE([WITH_KEYRING],[1],[Define if KEYRING support is enabled])
fi
@@ -284,48 +300,6 @@ AC_MSG_RESULT([$have_applets])
AM_CONDITIONAL([HAVE_APPLETS], [test $have_applets = yes])
dnl ---------------------------------------------------------------------------
-dnl systemd inhibit
-dnl ---------------------------------------------------------------------------
-
-AC_ARG_WITH(systemdinhibit,
- AS_HELP_STRING([--with-systemdinhibit],
- [Add systemdinhibit support]),,
- with_systemdinhibit=auto)
-
-use_systemdinhibit=no
-if test "x$with_systemdinhibit" != "xno" ; then
- PKG_CHECK_MODULES(SYSTEMD_INHIBIT, libsystemd-login >= 195 libsystemd-daemon >= 195 , use_systemdinhibit=yes, use_systemdinhibit=no)
-
- if test "x$use_systemdinhibit" = "xyes"; then
- AC_DEFINE(WITH_SYSTEMD_INHIBIT, 1, [systemdinhibit support])
- fi
-
-fi
-AM_CONDITIONAL(WITH_SYSTEMD_INHIBIT, test x$use_systemdinhibit = xyes)
-AC_SUBST(WITH_SYSTEMD_INHIBIT)
-
-dnl ---------------------------------------------------------------------------
-dnl systemd sleep
-dnl ---------------------------------------------------------------------------
-
-AC_ARG_WITH(systemdsleep,
- AS_HELP_STRING([--with-systemdsleep],
- [Use logind for suspend and hibernate instead of upower]),,
- with_systemdsleep=auto)
-
-use_systemdsleep=no
-if test "x$with_systemdsleep" != "xno" ; then
- PKG_CHECK_MODULES(SYSTEMD_SLEEP, libsystemd-login >= 195 libsystemd-daemon >= 195 , use_systemdsleep=yes, use_systemdsleep=no)
-
- if test "x$use_systemdsleep" = "xyes"; then
- AC_DEFINE(WITH_SYSTEMD_SLEEP, 1, [systemdsleeo support])
- fi
-
-fi
-AM_CONDITIONAL(WITH_SYSTEMD_SLEEP, test x$use_systemdsleep = xyes)
-AC_SUBST(WITH_SYSTEMD_SLEEP)
-
-dnl ---------------------------------------------------------------------------
dnl - DocBook Documentation
dnl ---------------------------------------------------------------------------
AC_ARG_ENABLE(docbook-docs,
@@ -435,12 +409,11 @@ echo "
datadir: ${datadir}
compiler: ${CC}
cflags: ${CFLAGS}
- mate-keyring support: ${with_keyring}
+ gnome-keyring support: ${with_keyring}
Building extra applets: ${enable_applets}
Self test support: ${have_tests}
+ GTK+ API version: ${GTK_API_VERSION}
Use libunique: ${enable_libunique}
- systemd support: ${use_systemdinhibit}
- systemd sleep support: ${use_systemdsleep}
Docbook support: ${enable_docbook_docs}
documentation dir: $DOCDIR
dbus-1 services dir: $DBUS_SERVICES_DIR
diff --git a/data/org.mate.power-manager.gschema.xml.in b/data/org.mate.power-manager.gschema.xml.in
index dcd2cd4..adecce0 100644
--- a/data/org.mate.power-manager.gschema.xml.in
+++ b/data/org.mate.power-manager.gschema.xml.in
@@ -183,13 +183,13 @@
</key>
<key name="lock-keyring-suspend" type="b">
<default>false</default>
- <_summary>Lock MATE keyring on sleep</_summary>
- <_description>Whether the MATE keyring is locked before the computer enters suspend. This means the keyring will have to be unlocked on resume.</_description>
+ <_summary>Lock GNOME keyring on sleep</_summary>
+ <_description>Whether the GNOME keyring is locked before the computer enters suspend. This means the keyring will have to be unlocked on resume.</_description>
</key>
<key name="lock-keyring-hibernate" type="b">
<default>true</default>
- <_summary>Lock MATE keyring on sleep</_summary>
- <_description>Whether the MATE keyring is locked before the computer enters hibernate. This means the keyring will have to be unlocked on resume.</_description>
+ <_summary>Lock GNOME keyring on sleep</_summary>
+ <_description>Whether the GNOME keyring is locked before the computer enters hibernate. This means the keyring will have to be unlocked on resume.</_description>
</key>
<key name="spindown-enable-ac" type="b">
<default>false</default>
diff --git a/distro/archlinux/PKGBUILD b/distro/archlinux/PKGBUILD
deleted file mode 100644
index 8bf46d4..0000000
--- a/distro/archlinux/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-pkgname=mate-power-manager
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="Session daemon that makes it easy to manage your laptop or desktop system for Mate Desktop"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libmatenotify' 'libunique' 'libcanberra' 'hicolor-icon-theme' 'upower' 'libmatekeyring')
-makedepends=('intltool' 'pkgconfig' 'mate-doc-utils' 'mate-panel' 'mate-control-center')
-options=('!emptydirs')
-install=mate-power-manager.install
-url="http://matsusoft.com.ar/projects"
-groups=('mate-extras')
-source=(http://sourceforge.net/projects/matede/files/${pkgver}/${pkgname}.tar.gz/download)
-sha256sums=('2a48bf5930740a7dfa3a380a215b55ef2975256f75ada45915c1f210641ff3bb')
-
-build() {
- cd "${srcdir}/${pkgname}"
-
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var \
- --libexecdir=/usr/lib/${pkgname} \
- --disable-scrollkeeper || return 1
- #--enable-applets
- #--with-dbus-services=/usr/share/dbus-1/services \
- #--with-dpms-ext \
-
- make || return 1
-}
-
-package() {
- cd "$srcdir/$pkgname"
-
- make MATECONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install || return 1
-
- install -m755 -d "${pkgdir}/usr/share/mateconf/schemas"
- mateconf-merge-schema "${pkgdir}/usr/share/mateconf/schemas/${pkgname}.schemas" --domain ${pkgname} ${pkgdir}/etc/mateconf/schemas/*.schemas || return 1
- rm -f ${pkgdir}/etc/mateconf/schemas/*.schemas
-}
diff --git a/distro/archlinux/mate-power-manager.install b/distro/archlinux/mate-power-manager.install
deleted file mode 100644
index 1e3ac8e..0000000
--- a/distro/archlinux/mate-power-manager.install
+++ /dev/null
@@ -1,22 +0,0 @@
-pkgname=mate-power-manager
-
-post_install() {
- usr/sbin/mateconfpkg --install ${pkgname}
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- usr/sbin/mateconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
diff --git a/help/C/mate-power-manager.xml b/help/C/index.docbook
index 8a4a7ee..8a4a7ee 100644
--- a/help/C/mate-power-manager.xml
+++ b/help/C/index.docbook
diff --git a/help/C/legal.xml b/help/C/legal.xml
index acb0b40..9c4e248 100644
--- a/help/C/legal.xml
+++ b/help/C/legal.xml
@@ -6,7 +6,7 @@
by the Free Software Foundation with no Invariant Sections,
no Front-Cover Texts, and no Back-Cover Texts. You can find
a copy of the GFDL at this <ulink type="help"
- url="ghelp:fdl">link</ulink> or in the file COPYING-DOCS
+ url="help:fdl">link</ulink> or in the file COPYING-DOCS
distributed with this manual.
</para>
<para> This manual is part of a collection of MATE manuals
diff --git a/help/Makefile.am b/help/Makefile.am
index 813cb60..863f554 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -1,10 +1,8 @@
-include $(top_srcdir)/mate-doc-utils.make
-dist-hook: doc-dist-hook
+@YELP_HELP_RULES@
-DOC_MODULE = mate-power-manager
-DOC_ENTITIES = legal.xml
-DOC_INCLUDES =
-DOC_FIGURES = \
+HELP_ID = mate-power-manager
+HELP_FILES = index.docbook legal.xml
+HELP_MEDIA = \
figures/applet-brightness.png \
figures/applet-inhibit.png \
figures/gpm-cell-capacity.png \
@@ -19,4 +17,4 @@ DOC_FIGURES = \
figures/gpm-unplugged.png \
figures/gs-prefs.png
-DOC_LINGUAS = ca de el en_GB es eu fi fr hu it oc pa ru sv zh_CN
+HELP_LINGUAS = ca de el en_GB es eu fi fr hu it oc pa ru sv zh_CN
diff --git a/help/ca/ca.po b/help/ca/ca.po
index 7dc8abc..762f15d 100644
--- a/help/ca/ca.po
+++ b/help/ca/ca.po
@@ -157,7 +157,7 @@ msgid ""
"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
"later version published by the Free Software Foundation with no Invariant "
"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
"in the file COPYING-DOCS distributed with this manual."
msgstr ""
"Teniu permís per a copiar, distribuir i/o modificar aquest document, sota "
@@ -165,7 +165,7 @@ msgstr ""
"qualsevol versió publicada posteriorment per la Free Software Foundation, "
"sense seccions invariants, sense texts de portada i sense texts de "
"contraportada. Podeu trobar una còpia de la GFDL en aquest <ulink type=\"help"
-"\" url=\"ghelp:fdl\">enllaç</ulink> o en el fitxer COPYING-DOCS distribuït "
+"\" url=\"help:fdl\">enllaç</ulink> o en el fitxer COPYING-DOCS distribuït "
"amb aquest manual."
#: C/mate-power-manager.xml:12(para)
diff --git a/help/de/de.po b/help/de/de.po
index 3aa4b92..761d713 100644
--- a/help/de/de.po
+++ b/help/de/de.po
@@ -136,7 +136,7 @@ msgid ""
"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
"later version published by the Free Software Foundation with no Invariant "
"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or in "
+"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or in "
"the file COPYING-DOCS distributed with this manual."
msgstr ""
"Das vorliegende Dokument kann gemäß den Bedingungen der GNU Free "
@@ -144,7 +144,7 @@ msgstr ""
"Software Foundation veröffentlichten Version ohne unveränderbare Abschnitte "
"sowie ohne Texte auf dem vorderen und hinteren Buchdeckel kopiert, verteilt "
"und/oder modifiziert werden. Eine Kopie der GFDL finden Sie unter diesem "
-"<ulink type=\"help\" url=\"ghelp:fdl\">Link</ulink> oder in der mit diesem "
+"<ulink type=\"help\" url=\"help:fdl\">Link</ulink> oder in der mit diesem "
"Handbuch gelieferten Datei COPYING-DOCS."
#: C/mate-power-manager.xml:12(para)
diff --git a/help/el/el.po b/help/el/el.po
index 308ea22..1651efe 100644
--- a/help/el/el.po
+++ b/help/el/el.po
@@ -159,7 +159,7 @@ msgid ""
"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
"later version published by the Free Software Foundation with no Invariant "
"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
"in the file COPYING-DOCS distributed with this manual."
msgstr ""
"Χορηγείται άδεια αντιγραφής, διανομής και/ή τροποποίησης του παρόντος "
@@ -167,7 +167,7 @@ msgstr ""
"(GFDL), ή οποιασδήποτε μεταγενέστερης έκδοσής της από το Ίδρυμα Ελεύθερου "
"Λογισμικού (FSF), χωρίς αμετάβλητα τμήματα, κείμενα εξώφυλλου και κείμενα "
"οπισθόφυλλου. Αντίγραφο της άδειας GFDL είναι διαθέσιμο στον ακόλουθο <ulink "
-"type=\"help\" url=\"ghelp:fdl\">σύνδεσμο</ulink>, ή στο αρχείο COPYING-DOCS "
+"type=\"help\" url=\"help:fdl\">σύνδεσμο</ulink>, ή στο αρχείο COPYING-DOCS "
"που διανέμεται μαζί με το παρόν εγχειρίδιο."
#: C/mate-power-manager.xml:12(para)
diff --git a/help/en_GB/en_GB.po b/help/en_GB/en_GB.po
index 94d6e84..7287600 100644
--- a/help/en_GB/en_GB.po
+++ b/help/en_GB/en_GB.po
@@ -158,14 +158,14 @@ msgid ""
"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
"later version published by the Free Software Foundation with no Invariant "
"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
"in the file COPYING-DOCS distributed with this manual."
msgstr ""
"Permission is granted to copy, distribute and/or modify this document under "
"the terms of the GNU Free Documentation Licence (GFDL), Version 1.1 or any "
"later version published by the Free Software Foundation with no Invariant "
"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
"in the file COPYING-DOCS distributed with this manual."
#: ../C/mate-power-manager.xml:12(para)
diff --git a/help/es/es.po b/help/es/es.po
index 6faa4ef..deef1e1 100644
--- a/help/es/es.po
+++ b/help/es/es.po
@@ -159,14 +159,14 @@ msgid ""
"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
"later version published by the Free Software Foundation with no Invariant "
"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
"in the file COPYING-DOCS distributed with this manual."
msgstr ""
"Se concede permiso para copiar, distribuir o modificar este documento según "
"las condiciones de la GNU Free Documentation License (GFDL), versión 1.1 o "
"cualquier versión posterior publicada por la Free Software Foundation, sin "
"Secciones invariantes, Textos de portada y Textos de contraportada. "
-"Encontrará una copia de la GFDL en este <ulink type=\"help\" url=\"ghelp:fdl"
+"Encontrará una copia de la GFDL en este <ulink type=\"help\" url=\"help:fdl"
"\">enlace</ulink> o en el archivo COPYING-DOCS distribuido con este manual."
#: C/mate-power-manager.xml:12(para)
@@ -1101,7 +1101,7 @@ msgstr ""
"Este programa se distribuye bajo los términos de la Licencia Pública General "
"GNU tal como la publica la Free Software Foundation; tanto en la versión 2 "
"de la Licencia, o (a su opción) cualquier otra versión posterior. Puede "
-"encontrarse una copia de esta licencia en este <ulink url=\"ghelp:gpl\" type="
+"encontrarse una copia de esta licencia en este <ulink url=\"help:gpl\" type="
"\"help\">enlace</ulink>, o en el archivo COPYING incluido con el código "
"fuente de este programa."
diff --git a/help/eu/eu.po b/help/eu/eu.po
index bee592f..817832a 100644
--- a/help/eu/eu.po
+++ b/help/eu/eu.po
@@ -144,7 +144,7 @@ msgid ""
"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
"later version published by the Free Software Foundation with no Invariant "
"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
"in the file COPYING-DOCS distributed with this manual."
msgstr ""
"Baimena ematen da dokumentu hau kopiatu, banatu eta/edo aldatzeko Free "
@@ -152,7 +152,7 @@ msgstr ""
"Lizentziaren 1.1. bertsioan edo berriago batean ezarritako baldintzak "
"betetzen badira; Atal Aldaezinik, Aurreko azaleko testurik eta Atzeko "
"azaleko testurik gabe. GFDL lizentziaren kopia <ulink type=\"help\" url="
-"\"ghelp:fdl\">esteka</ulink> honetan edo eskuliburu honekin batera ematen "
+"\"help:fdl\">esteka</ulink> honetan edo eskuliburu honekin batera ematen "
"den COPYING-DOCS fitxategian aurkituko duzu."
#: C/mate-power-manager.xml:12(para)
diff --git a/help/fi/fi.po b/help/fi/fi.po
index d36ba52..7ffec71 100644
--- a/help/fi/fi.po
+++ b/help/fi/fi.po
@@ -112,8 +112,8 @@ msgid "Richard Hughes"
msgstr "Richard Hughes"
#: C/mate-power-manager.xml:2(para)
-msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or in the file COPYING-DOCS distributed with this manual."
-msgstr "Tätä asiakirjaa saa kopioida, jakaa edelleen ja/tai muokata Free Software Foundationin julkaiseman GNU Free Documentation Licensen (GFDL) version 1.1 tai valinnaisesti myöhemmän version mukaisesti, ilman vaatimuksia muuttamattomista osioista ja etu- tai takakansiteksteistä. Kopion GFDL:stä voi nähdä napsauttamalla <ulink type=\"help\" url=\"ghelp:fdl\">tätä linkkiä</ulink>, tai lukemalla ohjeen mukana toimitetun COPYING-DOCS-nimisen tiedoston."
+msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or in the file COPYING-DOCS distributed with this manual."
+msgstr "Tätä asiakirjaa saa kopioida, jakaa edelleen ja/tai muokata Free Software Foundationin julkaiseman GNU Free Documentation Licensen (GFDL) version 1.1 tai valinnaisesti myöhemmän version mukaisesti, ilman vaatimuksia muuttamattomista osioista ja etu- tai takakansiteksteistä. Kopion GFDL:stä voi nähdä napsauttamalla <ulink type=\"help\" url=\"help:fdl\">tätä linkkiä</ulink>, tai lukemalla ohjeen mukana toimitetun COPYING-DOCS-nimisen tiedoston."
#: C/mate-power-manager.xml:12(para)
msgid "This manual is part of a collection of MATE manuals distributed under the GFDL. If you want to distribute this manual separately from the collection, you can do so by adding a copy of the license to the manual, as described in section 6 of the license."
diff --git a/help/fr/fr.po b/help/fr/fr.po
index b3e06d5..9942155 100644
--- a/help/fr/fr.po
+++ b/help/fr/fr.po
@@ -160,7 +160,7 @@ msgid ""
"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
"later version published by the Free Software Foundation with no Invariant "
"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
"in the file COPYING-DOCS distributed with this manual."
msgstr ""
"Permission vous est donnée de copier, distribuer et/ou modifier ce document "
@@ -168,7 +168,7 @@ msgstr ""
"ou ultérieure publiée par la Free Software Foundation sans section "
"inaltérable, sans texte de première page de couverture ni texte de dernière "
"page de couverture. Vous trouverez un exemplaire de cette licence en suivant "
-"ce <ulink type=\"help\" url=\"ghelp:fdl\">lien</ulink> ou dans le fichier "
+"ce <ulink type=\"help\" url=\"help:fdl\">lien</ulink> ou dans le fichier "
"COPYING-DOCS fourni avec le présent manuel."
#: C/mate-power-manager.xml:12(para)
@@ -1752,7 +1752,7 @@ msgstr ""
"Ce programme est distribué selon les termes de la GNU General Public "
"License, tels que publiés par la Free Software Foundation ; soit la version "
"2 de cette licence ou (à votre choix) toute version ultérieure. Une copie de "
-"cette licence est disponible à <ulink url=\"ghelp:gpl\" type=\"help\">ce "
+"cette licence est disponible à <ulink url=\"help:gpl\" type=\"help\">ce "
"lien</ulink> ou dans le fichier COPYING inclus dans le code source de ce "
"programme."
diff --git a/help/hu/hu.po b/help/hu/hu.po
index 5cbf1f3..e927b4b 100644
--- a/help/hu/hu.po
+++ b/help/hu/hu.po
@@ -145,7 +145,7 @@ msgid ""
"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
"later version published by the Free Software Foundation with no Invariant "
"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
"in the file COPYING-DOCS distributed with this manual."
msgstr ""
"E közlemény felhatalmazást ad önnek jelen dokumentum sokszorosítására, "
@@ -153,7 +153,7 @@ msgstr ""
"kiadott GNU Szabad Dokumentációs Licenc 1.1-es, vagy bármely azt követő "
"verziójának feltételei alapján.Nincs Nem Változtatható Szakasz, nincs Címlap-"
"szöveg, nincs Hátlap-szöveg. E licenc egy példányát <ulink type=\"help\" url="
-"\"ghelp:fdl\">itt</ulink>, vagy a kézikönyvvel szállított COPYING-DOCS "
+"\"help:fdl\">itt</ulink>, vagy a kézikönyvvel szállított COPYING-DOCS "
"fájlban találja."
#: C/mate-power-manager.xml:12(para)
diff --git a/help/it/it.po b/help/it/it.po
index cb81450..b495c3e 100644
--- a/help/it/it.po
+++ b/help/it/it.po
@@ -156,14 +156,14 @@ msgid ""
"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
"later version published by the Free Software Foundation with no Invariant "
"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
"in the file COPYING-DOCS distributed with this manual."
msgstr ""
"Questo documento può essere copiato, distribuito o modificato in base ai "
"termini della GNU Free Documentation License (GFDL), versione 1.1 o di "
"versioni successive pubblicate dalla Free Software Foundation che siano "
"prive di sezioni invariabili, frontespizi e retrocopertine. La GFDL è "
-"disponibile accedendo a questo <ulink url=\"ghelp:fdl\" type=\"help\">link</"
+"disponibile accedendo a questo <ulink url=\"help:fdl\" type=\"help\">link</"
"ulink> o nel file COPYING-DOCS distribuito con questo manuale."
#: C/mate-power-manager.xml:12(para)
diff --git a/help/oc/oc.po b/help/oc/oc.po
index 5378e4d..fbcd7a0 100644
--- a/help/oc/oc.po
+++ b/help/oc/oc.po
@@ -159,7 +159,7 @@ msgid ""
"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
"later version published by the Free Software Foundation with no Invariant "
"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
"in the file COPYING-DOCS distributed with this manual."
msgstr ""
diff --git a/help/pa/pa.po b/help/pa/pa.po
index 3e325f2..4ec0cff 100644
--- a/help/pa/pa.po
+++ b/help/pa/pa.po
@@ -166,13 +166,13 @@ msgid ""
"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
"later version published by the Free Software Foundation with no Invariant "
"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
"in the file COPYING-DOCS distributed with this manual."
msgstr ""
"ਇਹ ਦਸਤਾਵੇਜ਼ ਨੂੰ ਗਨੂ ਮੁਕਤ ਦਸਤਾਵੇਜ਼ ਲਾਈਸੈਂਸ (GFDL), ਵਰਜਨ 1.1 ਜਾਂ ਨਵੇਂ, ਜੋ ਕਿ ਫਰੀ ਸਾਫਟਵੇਅਰ "
"ਫਾਊਡੇਸ਼ਨ ਵਲੋਂ ਬਦਲਵੇਂ ਭਾਗ, ਨਾ ਮੁੱਢਲੇ-ਢੱਕਣ ਪਾਠ ਅਤੇ ਨਾ ਹੀ ਪਿੱਛੇ-ਢੱਕਣ ਪਾਠ ਨਾਲ ਜਾਰੀ ਹੈ, ਦੀਆਂ ਸ਼ਰਤਾਂ "
"ਅਧੀਨ ਨਕਲ ਕਰਨ, ਵੰਡਣ ਅਤੇ/ਜਾਂ ਸੋਧਣ ਦਾ ਅਧਿਕਾਰ ਦਿੱਤਾ ਗਿਆ ਹੈ। ਤੁਸੀਂ GFDL ਦੀ ਨਕਲ <ulink "
-"type=\"help\" url=\"ghelp:fdl\"> ਸਬੰਧ</ulink> ਉੱਤੇ ਜਾਂ ਇਹ ਦਸਤਾਵੇਜ਼ 'ਚ COPYING-DOCS "
+"type=\"help\" url=\"help:fdl\"> ਸਬੰਧ</ulink> ਉੱਤੇ ਜਾਂ ਇਹ ਦਸਤਾਵੇਜ਼ 'ਚ COPYING-DOCS "
"ਫਾਇਲ ਵਿੱਚੋਂ ਲੈ ਸਕਦੇ ਹੋ।"
#: C/mate-power-manager.xml:12(para)
diff --git a/help/ru/ru.po b/help/ru/ru.po
index f684cb0..6e56771 100644
--- a/help/ru/ru.po
+++ b/help/ru/ru.po
@@ -95,7 +95,7 @@ msgid ""
"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
"later version published by the Free Software Foundation with no Invariant "
"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
"in the file COPYING-DOCS distributed with this manual."
msgstr ""
"Разрешается копировать, распространять и/или изменять этот документ на "
@@ -103,7 +103,7 @@ msgstr ""
"License (GFDL)), версии 1.1 или любой более поздней версии, опубликованной "
"Ассоциацией Свободного Программного Обеспечения без изменения разделов, без "
"текстов обложки. Вы можете найти копию GFDL по <ulink type=\"help\" "
-"url=\"ghelp:fdl\">этому адресу</ulink> или в файле COPYING-DOCS, "
+"url=\"help:fdl\">этому адресу</ulink> или в файле COPYING-DOCS, "
"распространяемого вместе с данным руководством."
#: C/mate-power-manager.xml:12(para)
diff --git a/help/sv/sv.po b/help/sv/sv.po
index 02d6fbd..3b530de 100644
--- a/help/sv/sv.po
+++ b/help/sv/sv.po
@@ -112,8 +112,8 @@ msgid "Richard Hughes"
msgstr "Richard Hughes"
#: C/mate-power-manager.xml:2(para)
-msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or in the file COPYING-DOCS distributed with this manual."
-msgstr "Tillstånd att kopiera, distribuera och/eller modifiera detta dokument ges under villkoren i GNU Free Documentation License (GFDL), version 1.1 eller senare, utgivet av Free Software Foundation utan standardavsnitt och omslagstexter. En kopia av GFDL finns att hämta på denna <ulink type=\"help\" url=\"ghelp:fdl\">länk</ulink> eller i filen COPYING-DOCS som medföljer denna handbok."
+msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or in the file COPYING-DOCS distributed with this manual."
+msgstr "Tillstånd att kopiera, distribuera och/eller modifiera detta dokument ges under villkoren i GNU Free Documentation License (GFDL), version 1.1 eller senare, utgivet av Free Software Foundation utan standardavsnitt och omslagstexter. En kopia av GFDL finns att hämta på denna <ulink type=\"help\" url=\"help:fdl\">länk</ulink> eller i filen COPYING-DOCS som medföljer denna handbok."
#: C/mate-power-manager.xml:12(para)
msgid "This manual is part of a collection of MATE manuals distributed under the GFDL. If you want to distribute this manual separately from the collection, you can do so by adding a copy of the license to the manual, as described in section 6 of the license."
diff --git a/help/zh_CN/zh_CN.po b/help/zh_CN/zh_CN.po
index 18fe8dd..5c14f53 100644
--- a/help/zh_CN/zh_CN.po
+++ b/help/zh_CN/zh_CN.po
@@ -156,12 +156,12 @@ msgid ""
"the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any "
"later version published by the Free Software Foundation with no Invariant "
"Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy "
-"of the GFDL at this <ulink type=\"help\" url=\"ghelp:fdl\">link</ulink> or "
+"of the GFDL at this <ulink type=\"help\" url=\"help:fdl\">link</ulink> or "
"in the file COPYING-DOCS distributed with this manual."
msgstr ""
"对于本文档的复制、分发和/或修改必须遵循自由软件基金会 (Free Software "
"Foundation) 发布的 GNU 自由文档许可证 (GFDL) 版本 1.1 或更高版本,该许可证没"
-"有固定的部分、没有封面和背页文本。您可以在 <ulink type=\"help\" url=\"ghelp:"
+"有固定的部分、没有封面和背页文本。您可以在 <ulink type=\"help\" url=\"help:"
"fdl\">link</ulink> 或在随本手册一起分发的 COPYING-DOCS 文件中找到 GFDL 的副"
"本。"
@@ -274,7 +274,7 @@ msgid ""
"\"><application>MATE Power Manager</application> Contact Page</ulink>."
msgstr ""
"报告一个错误或者一个关于 <application>Brasero</application> 程序以及本文档的"
-"建议,请看 <ulink url=\"ghelp:mate-feedback\" type=\"help\">MATE Feedback "
+"建议,请看 <ulink url=\"help:mate-feedback\" type=\"help\">MATE Feedback "
"Page</ulink>。"
#: C/mate-power-manager.xml:0(application)
diff --git a/po/LINGUAS b/po/LINGUAS
index 6186c47..06cdaa2 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -9,6 +9,7 @@ bn_IN
bn
ca
ca@valencia
+cmn
cs
cy
da
@@ -72,6 +73,7 @@ te
th
tr
uk
+ur
vi
zh_CN
zh_HK
diff --git a/po/ar.po b/po/ar.po
index 15477d4..7203649 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -3,134 +3,147 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# <[email protected]>, 2012.
+# moceap <[email protected]>, 2013
+# moceap <[email protected]>, 2013
+# noureddin <[email protected]>, 2012
+# noureddin <[email protected]>, 2012
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
-"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
-"POT-Creation-Date: 2012-01-01 13:42+0100\n"
-"PO-Revision-Date: 2012-04-28 01:35+0000\n"
-"Last-Translator: noureddin <[email protected]>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-10-05 16:07+0000\n"
+"Last-Translator: mauron\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/MATE/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
-"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
-#: ../applets/brightness/brightness-applet.c:109
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "بريمج سطوع مدير الطاقة"
-#: ../applets/brightness/brightness-applet.c:110
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "يضبط سطوع لوحة الحاسوب المحمول."
-#: ../applets/brightness/brightness-applet.c:363
-#: ../applets/inhibit/inhibit-applet.c:362
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
-msgstr "تعذّر الاتصال بمدير طاقة جنوم"
+msgstr "تعذّر الاتصال بمدير طاقة متّة"
-#: ../applets/brightness/brightness-applet.c:365
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "تعذّر معرفة سطوع لوحة الحاسوب المحمول"
-#: ../applets/brightness/brightness-applet.c:367
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "سطوع LCD: %d%%"
-#: ../applets/brightness/brightness-applet.c:752
-#: ../applets/inhibit/inhibit-applet.c:431
-msgid "Licensed under the GNU General Public License Version 2"
-msgstr "مرخّص تحت الإصدارة الثانية من رخصة جنو العمومية العامة "
-
#: ../applets/brightness/brightness-applet.c:753
#: ../applets/inhibit/inhibit-applet.c:432
+msgid "Licensed under the GNU General Public License Version 2"
+msgstr "مرخّص تحت الإصدارة الثانية من رخصة غنّو العمومية العامة "
+
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr "مدير الطاقة برمجية حرة؛ بامكانك إعادة توزيعه و/أو تعديله تحت شروط الرخصة العمومية\nالعامة لجنو والتي نشرتها منظمة البرمجيات الحرة؛ سواء الإصدارة 2 من الرخصة أو أي إصدارة بعدها حسب رغبتك."
+msgstr "مدير الطاقة برمجية حرة؛ بامكانك إعادة توزيعه و/أو تعديله تحت شروط الرخصة العمومية\nالعامة لغنّو والتي نشرتها منظمة البرمجيات الحرة؛ سواء الإصدارة 2 من الرخصة أو أي إصدارة بعدها حسب رغبتك."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr "يوزّع مدير على أمل أن يكون مفيدًا لمن يستخدمه دون أدنى مسؤولية؛ ولا حتى \nأي ضمان يضمن صلاحية العرض في السوق أو توافقه مع أي استخدام محدد. يمكنك \nمراجعةالرخصة العمومية العامة لجنو لمزيد من التفاصيل."
+msgstr "يوزّع مدير الطّاقة على أمل أن يكون مفيدًا لمن يستخدمه دون أدنى مسؤولية؛ ولا حتى \nأي ضمان يضمن صلاحية العرض في السوق أو توافقه مع أي استخدام محدد. يمكنك \nمراجعةالرخصة العمومية العامة لغنّو لمزيد من التفاصيل."
-#: ../applets/brightness/brightness-applet.c:761
-#: ../applets/inhibit/inhibit-applet.c:440
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr "من المفترض أن تكون قد استلمت نسخة من رخصة جنو العامة\nمع هذا البرنامج؛ في حال عدم استلامك لذلك\n، يمكنك مكاتبة:\nFree Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA"
+msgstr "من المفترض أن تكون قد استلمت نسخة من رخصة غنّو العامة\nمع هذا البرنامج؛ في حال عدم استلامك لذلك\n، يمكنك مكاتبة:\nFree Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA"
-#: ../applets/brightness/brightness-applet.c:775
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "حقوق النشر © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "يضبط سطوع لوحة الحاسوب المحمول"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "_عن"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "بريمج السطوع"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "م_ساعدة"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "مصنع بريمج السطوع"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "مصنع لبريمج السطوع"
-#: ../applets/inhibit/inhibit-applet.c:95
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "بريمج السطوع"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "يضبط سطوع لوحة الحاسوب المحمول"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "بريمج تثبيط مدير الطاقة"
-#: ../applets/inhibit/inhibit-applet.c:96
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "يسمح للمستخدم بتثبيط حفظ الطاقة الآلي."
-#: ../applets/inhibit/inhibit-applet.c:365
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "ثُبِّط النوم الآلي"
-#: ../applets/inhibit/inhibit-applet.c:367
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "فُعِّل النوم الآلي"
-#: ../applets/inhibit/inhibit-applet.c:395
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "تثبيط يدوي"
-#: ../applets/inhibit/inhibit-applet.c:454
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "حقوق النشر © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "يسمح للمستخدم بتثبيط حفظ الطاقة الآلي"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "مصنع بريمج التثبيط"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "مصنع لبريمج التثبيط"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "بريمج التثبيط"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "مصنع بريمج التثبيط"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "يسمح للمستخدم بتثبيط حفظ الطاقة الآلي"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -140,839 +153,835 @@ msgstr "مدير الطاقة"
msgid "Power management daemon"
msgstr "جني إدارة الطاقة"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "اسمح بضبط سطوع الضوء الخلفي"
-
-#: ../data/mate-power-manager.schemas.in.h:2
-msgid "Battery critical low action"
-msgstr "إجراء انخفاض البطارية الحرِج"
-
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "راجع حِمْل المعالج قبل النوم"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr "أخفت إضاءة الشاشة بعد انقضاء مدة من عدم النشاط أثناء استعمال الطاقة الاعتيادية"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr "أخفت إضاءة الشاشة بعد انقضاء مدة من عدم النشاط أثناء استعمال طاقة البطارية"
-
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid ""
-"Display options for the notification icon. Valid options are \"never\", "
-"\"low\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr "خيارات العرض لأيقونة التنبيه. الخيارات الصالحة هي \n\"never\"، \"low\"، \"critical\"، \"charge\"، \"present\" و \"always\"."
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "إجراء زر السبات"
-
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr "إن كان يفترض إظهار رسالة تنبيهية في حال فشل تعليق أو إسبات الحاسوب"
-
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr "إن كان يفترض إظهار رسالة تنبيهية في حال اكتمال شحن البطارية"
-
-#: ../data/mate-power-manager.schemas.in.h:10
-msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr "نبّهني إذا كانت البطارية ضعيفة الشحن."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "ما إذا يتم سبات, توقيف أو فعل لا شيء عند عدم النشاط"
-#: ../data/mate-power-manager.schemas.in.h:11
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
-"If preferences and statistics items should be shown in the context menu"
-msgstr "إذا ما كان يتعين عرض عنصر التفضيلات والإحصائيات في قائمة السياق"
-
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "إن كانت الأصوات ستُستخدم"
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "نوع النّوم الذي ينبغي أن يقوم فيه الحاسوب بعد عدم النشاط."
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr "استعمل الأصوات إذا كانت الطاقة ضعيفة جدا أو أن طلبات التثبيط أوقفت عمل السياسة."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "إجراء انخفاض البطارية الحرِج"
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr "إذا يفترض التأكد من تحميل المعالج قبل عمل إجراء الخمول."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "الإجراءات المتّبعة عند انخفاض قدرة البطّارية بشكل كبير."
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
"If the battery event should occur when the lid is shut and the power "
"disconnected"
msgstr "إذا يفترض حدوث حدث البطارية حينما يغلق الغطاء و تفصل الطاقة"
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
"If the battery lid close event should occur (for example 'Suspend when lid "
"closed on battery') when the lid is previously shut and the AC power "
"disconnected at a later time."
-msgstr "إن كان يفترض حدوث حدث إغلاق غطاء البطارية (على سبيل المثال تعليق الجهاز حين إغلاق الجهاز على البطارية) في حالة كان الغطاء مغلق مسبقا و من ثم تم فصل طاقة التيار المتردد لاحقا"
+msgstr "إن كان يفترض حدوث حدث إغلاق غطاء البطارية (على سبيل المثال تعليق الجهاز حين إغلاق الجهاز على البطارية) في حالة كان الغطاء مغلق مسبقا و من ثم تم فصل طاقة التيار المتردد لاحقًا"
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr "إن كان يُفترض أن يُستخدم ملف تعريف التعلم لحساب الوقت المتبقي"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "الإجراء العاجل لـ UPS"
-#: ../data/mate-power-manager.schemas.in.h:18
-msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
-msgstr "إن كان يُفترض أن يُستخدم ملف تعريف التعلم لحساب الوقت المتبقي. أطفئ هذا فقط في حالة التنقيح."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "الإجراءات المتّبعة عند انخفاض قدرة وحدة التّخزين UPS بشكل كبير."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr "إذا يفترض تفعيل نمط الطاقة-المنخفضة أثناء العمل على التيار المتردد"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "تصرف الUPS في حالة الطاقة المنخفضة"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr "إذا يفترض تفعيل نمط الطاقة-المنخفضة أثناء العمل على البطارية"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "الإجراءات المتّبعة عند انخفاض قدرة وحدة التّخزين UPS"
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "اسمح بضبط سطوع الضوء الخلفي"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
"If the screen brightness should be changed when switching between AC and "
"battery power."
msgstr "إن كان يمكن تغيير سطوع الشاشة عند التحويل بين الطاقة المتناوبة وطاقة البطارية."
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
-msgstr "إن كان يفترض خفض إضاءة الشاشة لحفظ الطاقة إذا كان الحاسوب في حالة خامدة أثناء استعمال الطاقة الاعتيادية"
-
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
-msgstr "إن كان يفترض خفض إضاءة الشاشة لحفظ الطاقة إذا كان الحاسوب في حالة خامدة أثناء استعمال طاقة البطارية."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "خفض سطوع الإضاءة الخلفية أثناء استعمال طاقة البطارية"
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
"If the screen should be reduced in brightness when the computer is on "
"battery power."
msgstr "إن كان يفترض خفض إضاءة الشاشة لحفظ الطاقة إذا كان الحاسوب في حالة خامدة أثناء استعمال طاقة البطارية."
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr "إن كان يفترض تفعيل وضع الطاقة المنخفضة للنظام في حال كون الجهاز يعمل على التيار المتردد"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "سطوع الشاشة عندما تكون في حالة خمول"
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr "إن كان يفترض تفعيل وضع الطاقة المنخفضة للنظام في حال كون الجهاز يعمل على البطارية"
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "التوهج المستعمل لشاشة الحاسوب النقال عندما تكون الجلسة غير نشطة. تستعمل فقط عندما تكون use_time_for_policy صحيح. "
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr "إذا يفترض إعلام المستخدم في حال إنقطاع التيار المتردد"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "أخفت إضاءة الشاشة بعد انقضاء مدة من عدم النشاط أثناء استعمال طاقة البطارية"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr "إن كان يفترض استعمال تنبيهات وقتية. إذا لم يتم تفعيل هذا الخيار, سيتم استعمال تغير النسبة المئوية."
-
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr "إن كان سيُظهر تنبيه إفراغ البطارية إذا كانت البطارية فاسدة"
-
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr "إن كان سيُظهر تنبيه إفراغ البطارية إذا كانت البطارية فاسدة."
-
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr "إن كان سيُظهر تنبيه البطارية المعاد إذا كانت البطارية فاسدة"
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "إن كان يفترض خفض إضاءة الشاشة لحفظ الطاقة إذا كان الحاسوب في حالة خامدة أثناء استعمال طاقة البطارية."
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr "أظهر تنبيه إفراغ البطارية إذا كانت البطارية فاسدة. اختر FALSE إذا كانت البطارية في حالة جيدة."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "وقت الخمول الافتراضي الذي ستُعتّم الشاشة بعده"
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "سطوع شاشة الكريستال السائل LCD عند استخدام التيار المتردد"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "وقت الخمول الافتراضي الذي ستُعتّم الشاشة بعده."
-#: ../data/mate-power-manager.schemas.in.h:34
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
msgid "LCD dimming amount when on battery"
msgstr "درجة خفوت شاشة الكريستال السائل عند استخدام البطارية"
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "الإجراء اللازم عند إغلاق غطاء الجهاز المحمول أثناء استخدام البطارية"
-
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr "الإجراء اللازم عند إغلاق غطاء الجهاز المحمول أثناء استخدام التيار المتردد"
-
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "أغلق حلقة مفاتيح جنوم عند النوم"
-
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "أقفل الشاشة في حالة السبات"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "الحجم الذي تعتم الشّاشة فيه عند استعمال البطارية. القيم الممكنة بين 0 و 100. "
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "Lock screen on suspend"
-msgstr "أقفل الشاشة في حالة التعليق"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "أخفت إضاءة الشاشة بعد انقضاء مدة من عدم النشاط أثناء استعمال الطاقة الاعتيادية"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "أقفل الشاشة عند الإفراغ"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "إن كان يفترض خفض إضاءة الشاشة لحفظ الطاقة إذا كان الحاسوب في حالة خامدة أثناء استعمال الطاقة الاعتيادية"
-#: ../data/mate-power-manager.schemas.in.h:41
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
msgid "Method used to blank screen on AC"
msgstr "الطريقة المستخدمة لإفراغ الشاشة مع التيار المتردد"
-#: ../data/mate-power-manager.schemas.in.h:42
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "طريقة DPMS المستعملة لتفريغ الشّاشة وذلك في حالة التّيار المتردد."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
msgid "Method used to blank screen on battery"
msgstr "الطريقة المستخدمة لإفراغ الشاشة مع البطارية"
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "التبليغ في حالة الطاقة المنخفضة"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "طريقة DPMS المستعملة لتفريغ الشّاشة وذلك في حالة التّيار البطارية."
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "التبليغ في حال فشل النوم"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "سطوع شاشة الكريستال السائل LCD عند استخدام التيار المتردد"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "التنبيه حين يتم فصل التيار المتردد"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "توهج الشاشة عند استعمال التيار. القيم الممكنة بين 0.0 و 100.0. "
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "التنبيه حين اكتمال الشحن"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "إجراء زر التعليق"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "تم إتخاذ الإجراء النسبي"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "الإجراءات المتّبعة عند الضّغط على زرّ التّعليق."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "النسبة تُعد حرجة"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "إجراء زر السبات"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "النسبة تُعد منخفضة"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "الإجراءات المتّبعة عند الضّغط على زرّ الإسبات."
-#: ../data/mate-power-manager.schemas.in.h:50
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
msgid "Power button action"
msgstr "إجراء زر الطاقة"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "خفض سطوع الإضاءة الخلفية أثناء استعمال طاقة البطارية"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "الإجراءات المتّبعة عند الضّغط على زرّ التّشغيل."
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Seconds of inactivity to spin down when on AC"
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "الإجراء اللازم عند إغلاق غطاء الجهاز المحمول أثناء استخدام البطارية"
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Seconds of inactivity to spin down when on battery"
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "الإجراءات المتّبعة عند مُلامسة قطعتي المحمول بعضهما و المحمول موصول بتيار البطّارية."
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr "جعل الحاسوب ينام بعد فترة الإستراحة عندما يكون على التيار"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "الإجراء اللازم عند إغلاق غطاء الجهاز المحمول أثناء استخدام التيار المتردد"
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "الإجراءات المتّبعة عند مُلامسة قطعتي المحمول بعضهما و المحمول موصول بالتّيار المتردد."
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "جعل الحاسوب ينام بعد فترة الإستراحة عندما يكون على البطارية"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "ما إذا يتم استخدام تنبيهات مبنية على الوقت"
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr "جعل الشاشة تنام بعد فترة الإستراحة عندما يكون على التيار"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "إن كان يفترض استعمال تنبيهات وقتية. إذا لم يتم تفعيل هذا الخيار, سيتم استعمال تغير النسبة المئوية."
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "راجع حِمْل المعالج قبل النوم"
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr "جعل الشاشة تنام بعد فترة الإستراحة عندما يكون على البطارية"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "إذا يفترض التأكد من تحميل المعالج قبل عمل إجراء الخمول."
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "إجراء زر التعليق"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "ما إذا سيكون مُدير الشّبكة مُتّصلًا أو لا عند النّوم."
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "فك اتصال مدير الشبكة عند التعليق أو الإسبات وأوصله عند الاسترجاع."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "استعمل خيارات القفل لـحافظة الشاشة لمتّة"
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "إن كانت ستُستخدم خيارات القفل ل mate-screensaver لتحديد هل يتم قفل الشاشة بعد السبات أو التوقيف أو فراغ الشاشة."
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "The URI to show to the user on sleep failure"
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "أقفل الشاشة عند الإفراغ"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr "الاجراء الواجب اتخاذه عندما تكون بطارية UPS في مستوى متدن جدا. القيم الممكنة هي \"سبات\", \"توقيف\", \"إطفاء\" و \"لا شيء\"."
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "إن كانت الشاشة مقفلة أثناء إغلاق الشاشة. تستخدم فقط إن كان lock-use-screensaver-settings محددًا ب false."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr "التصرف الذي ينفذ عندما طاقة ال UPS منخفضة. القيم الممكنة هى \"سبت\", \"علـّق\", \"أطفئ\" و \"لا شيء\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "أقفل الشاشة في حالة التعليق"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr "الاجراء الواجب اتخاذه عندما تكون البطارية في مستوى متدن جدا. القيم الممكنة هي \"سبات\", \"توقيف\", \"إطفاء\" و \"لا شيء\"."
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "إن كان يفترض قفل الشاشة عند إيقاظ الحاسوب من التوقيف. يتم استعمالها فقط إذا كان lock-use-screensaver-settings محددًا ب false."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "أقفل الشاشة في حالة السبات"
-#: ../data/mate-power-manager.schemas.in.h:67
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
-msgstr "الاجراء الواجب اتخاذه عند غلق غطاء الحاسوب المحمول و هو موصول بالتيار. القيم الممكنة هي \"توقيف\", \"سبات\", \"فراغ\" و \"لا شيء\"."
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "إن كان يفترض قفل الشاشة عند إيقاظ الحاسوب من السبات. يتم استعمالها فقط إذا كان lock-use-screensaver-settings محددا ب false."
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "أغلق حلقة مفاتيح متّة عند النوم"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
-msgstr "االاجراء الواجب اتخاذه عند غلق غطاء الحاسوب المحمول و هو يعمل على البطارية. القيم الممكنة هي \"توقيف\", \"سبات\", \"فراغ\" و \"لا شيء\"."
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "إن كانت حلقة مفاتيح متّة مُقفلة قبل دخول الحاسوب لحالة التعليق. هذا يعني أن حلقة المفاتيح ستُفتح عند المتابعة."
-#: ../data/mate-power-manager.schemas.in.h:69
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr "االاجراء الواجب اتخاذه عند ضغط زر السبات للجهاز. القيم الممكنة هي \"توقيف\", \"سبات\", \"السؤال\", \"إطفاء\" و \"لا شيء\"."
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "إن كانت حلقة مفاتيح متّة مقفلة قبل دخول الحاسوب لحالة الإسبات. هذا يعني أن حلقة المفاتيح ستُفتح عند المتابعة."
-#: ../data/mate-power-manager.schemas.in.h:70
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "إذا يفترض تفعيل نمط الطاقة-المنخفضة أثناء العمل على التيار المتردد"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "إن كان يفترض تفعيل وضع الطاقة المنخفضة للنظام في حال كون الجهاز يعمل على التيار المتردد"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "إذا يفترض تفعيل نمط الطاقة-المنخفضة أثناء العمل على البطارية"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr "االاجراء الواجب اتخاذه عند ضغط زر الغلق للجهاز. القيم الممكنة هي \"توقيف\", \"سبات\", \"السؤال\", \"إطفاء\" و \"لا شيء\"."
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "إن كان يفترض تفعيل وضع الطاقة المنخفضة للنظام في حال كون الجهاز يعمل على البطارية"
-#: ../data/mate-power-manager.schemas.in.h:71
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr "عدد الثواني التي يكون فيها الجهاز غير نشط لإطفائه عندما يكون على التّيار"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr "االاجراء الواجب اتخاذه عند ضغط زر التوقيف للجهاز. القيم الممكنة هي \"توقيف\", \"سبات\", \"السؤال\", \"إطفاء\" و \"لا شيء\"."
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "عدد الثواني التي يكون فيها الجهاز غير نشط لإطفائه عندما يكون على التّيار"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr "عدد الثواني التي يكون فيها الجهاز غير نشط لإطفائه عندما يكون على البطاريّة"
-#: ../data/mate-power-manager.schemas.in.h:72
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
-msgstr "مقدار الوقت بالثانية قبل نوم الشاشة عندما يكون الحاسوب موصولًا بالتيار."
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "عدد الثواني التي يكون فيها الجهاز غير نشط لإطفائه عندما يكون على البطاريّة"
-#: ../data/mate-power-manager.schemas.in.h:73
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "إن كان سيُظهر تنبيه البطارية المعاد إذا كانت البطارية فاسدة"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
-msgstr "مقدار الوقت بالثانية بعد عدم استعمال الحاسوب على التيار قبل جعل الحاسوب في حالة نوم. "
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "أظهر تنبيه إفراغ البطارية إذا كانت البطارية فاسدة. اختر FALSE إذا كانت البطارية في حالة جيدة."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "إن كان سيُظهر تنبيه إفراغ البطارية إذا كانت البطارية فاسدة"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "إن كان سيُظهر تنبيه إفراغ البطارية إذا كانت البطارية فاسدة."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "التنبيه حين يتم فصل التيار المتردد"
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "إذا يفترض إعلام المستخدم في حال إنقطاع التيار المتردد"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "التنبيه حين اكتمال الشحن"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive"
-" before it goes to sleep."
-msgstr ""
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "إن كان يفترض إظهار رسالة تنبيهية في حال اكتمال شحن البطارية"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "التبليغ في حال فشل النوم"
-#: ../data/mate-power-manager.schemas.in.h:75
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive"
-" before the display goes to sleep."
-msgstr ""
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "إن كان يفترض إظهار رسالة تنبيهية في حال فشل تعليق أو إسبات الحاسوب"
-#: ../data/mate-power-manager.schemas.in.h:76
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "إظهار رابط URI للمستخدم في حال فشل النّوم"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
-msgstr "مقدار الوقت بالثانية بعد عدم استعمال الحاسوب على البطاريه قبل جعل الحاسوب في حالة نوم. "
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "عند فشل وضع النّوم بإمكاننا عرض زرّ للمُستخدم ليساعده في الإصلاح. اتركه فارغًا في حال عدم رغبتك بمشاهدة ذلك الزّر."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "التبليغ في حالة الطاقة المنخفضة"
-#: ../data/mate-power-manager.schemas.in.h:77
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
-msgstr "مقدار الوقت بالثانية بعد عدم استعمال الحاسوب على البطاريه و غير نشط قبل جعل الشاشة في حالة نوم. "
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "نبّهني إذا كانت البطارية ضعيفة الشحن."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "ما إذا سيتم عرض نقاط بيانات التأريخ"
-#: ../data/mate-power-manager.schemas.in.h:78
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
-msgstr ""
+"Whether we should show the history data points in the statistics window."
+msgstr "ما إذا سيتم عرض نقاط بيانات التأريخ في نافذة الإحصائيات."
-#: ../data/mate-power-manager.schemas.in.h:79
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "في حال ما توجب علينا صقل بيانات التّأريخ في الرسم البياني"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "في حال ما توجب علينا صقل بيانات التّأريخ في الرسم البياني."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "نوع الرسم البياني الافتراضي لإظهاره في التّأريخ"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "نوع الرسم البياني الأفتراضي لإظهاره في نافذة التأريخ."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "أقصى ظهور للوقت في التأريخ"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
-msgstr "توهج الشاشة عند استعمال التيار. القيم الممكنة بين 0 و 100. "
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "أقصى مدة لظهور الوقت على محور-س في الرسم البياني للتأريخ."
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "سطوع الشاشة عندما تكون في حالة خمول"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "ما إذا سيتم عرض نقاط بيانات الإحصائيات"
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr "وقت الخمول الافتراضي الذي ستُعتّم الشاشة بعده"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "في حال ما توجب علينا إظهار نقاط بيانات الإحصاء في نافذة الإحصاءات."
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr "وقت الخمول الافتراضي الذي ستُعتّم الشاشة بعده."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "في حال ما توجب علينا صقل بيانات الإحصائيات"
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version"
-msgstr "إصدار الإعدادات المبدئية"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "في حال ما توجب علينا صقل بيانات الإحصائيات في الرسم البياني."
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "نوع الرسم البياني الافتراضي لإظهاره في نافذة الإحصاءات"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "نوع الرسم البياني الافتراضي لإظهاره في الإحصائيات"
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
msgstr "نوع الرسم البياني الأفتراضي لأظهاره في نافذة الاحصاءات."
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "أقصى مدة لظهور الوقت على محور-س في الرسم البياني"
-
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "أقصى ظهور للوقت على الرسم البياني"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "فهرس رقم الصّفحة لإظهاره افتراضيًا"
-#: ../data/mate-power-manager.schemas.in.h:88
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr ""
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "فهرس رقم الصّفحة لإظهاره افتراضيًا حيث يُستخدم للتّركيز على الصّفحة الصّحيحة"
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "معرّف آخر جهار تم اختياره"
-#: ../data/mate-power-manager.schemas.in.h:90
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
-msgstr "نسبة البطارية التي تعتبر حاسمة. فقط صحيحة عندما يكون use_time_for_policy غير صحيح. "
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "مُعرّف آخر جهاز حيث يستخدم للتّركيز على الجهاز الصّحيح."
-#: ../data/mate-power-manager.schemas.in.h:91
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "النسبة تُعد منخفضة"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
-msgstr "نسبة البطارية التي تعتبر منخفضة. فقط صحيحة عندما يكون use_time_for_policy غير صحيح. "
+"use-time-for-policy is false."
+msgstr "نسبة البطارية التي تعتبر منخفضة. فقط صحيحة عندما يكون use-time-for-policy غير صحيح. "
-#: ../data/mate-power-manager.schemas.in.h:92
-msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr "نسبة البطارية عند انجاز الإجراء الحاسم. فقط صحيحة عندما يكون use_time_for_policy غير صحيح. "
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "النسبة تُعد حرجة"
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
-msgstr "الوقت المتبقي للبطارية بالثواني عند انجاز الاجراء الحاسم. فقط صحيحة عندما يكون use_time_for_policy صحيح."
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr "نسبة البطارية التي تعتبر حاسمة. فقط صحيحة عندما يكون use-time-for-policy غير صحيح. "
-#: ../data/mate-power-manager.schemas.in.h:94
-msgid ""
-"The time remaining in seconds of the battery when it is considered critical."
-" Only valid when use_time_for_policy is true."
-msgstr "الوقت المتبقي للبطارية بالثواني عند اعتبارها حاسمة. فقط صحيحة عندما يكون use_time_for_policy صحيح."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "تم إتخاذ الإجراء النسبي"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only"
-" valid when use_time_for_policy is true."
-msgstr "الوقت المتبقي للبطارية بالثواني عند اعتبارها منخفضة. فقط صحيحة عندما يكون use_time_for_policy صحيح."
-
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "الوقت المتبقي بعد إتخاذ الإجراء اللازم"
-
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "الوقت المتبقي في الحالة الحرجة"
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr "نسبة البطارية عند انجاز الإجراء الحاسم. فقط صحيحة عندما يكون use-time-for-policy غير صحيح. "
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr "الوقت المتبقي في الحالة المنخفضة"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive."
-" Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr "نوع النوم الذي ينبغي ان يقوم فيه الحاسوب بعد عدم النشاط. القيم الممكنة هي \"سبات\", \"توقيف\" و \"لا شيء\"."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "الوقت المتبقي للبطارية بالثواني عند اعتبارها منخفضة. فقط صحيحة عندما يكون use-time-for-policy صحيح."
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr "رقم النسخة المثبتة من المخطط. لا تحرّر هذه القيمة، إنها تُتسخدم لكي يتمكن الإعداد من التفريق بين النُسخ."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "الوقت المتبقي في الحالة الحرجة"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr "التوهج المستعمل لشاشة الحاسوب النقال عندما تكون الجلسة غير نشطة. تستعمل فقط عندما تكون use_time_for_policy صحيح. "
-
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "الإجراء العاجل لـ UPS"
-
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "تصرف الUPS في حالة الطاقة المنخفضة"
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "الوقت المتبقي للبطارية بالثواني عند اعتبارها حاسمة. فقط صحيحة عندما يكون use-time-for-policy صحيح."
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "استعمل خيارات القفل لـحافظ الشاشة لجنوم"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "الوقت المتبقي بعد إتخاذ الإجراء اللازم"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-msgstr ""
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "متى يتم عرض ايقونة التنبيه"
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "الوقت المتبقي للبطارية بالثواني عند انجاز الاجراء الحاسم. فقط صحيحة عندما يكون use-time-for-policy صحيح."
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "جعل الحاسوب ينام بعد فترة الاستراحة عندما يكون على البطارية"
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr "فك اتصال مدير الشبكة عند التعليق أو الإسبات وأوصله عند الاسترجاع."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "مقدار الوقت بالثانية بعد عدم استعمال الحاسوب على البطارية قبل جعل الحاسوب في حالة نوم. "
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr "إن كانت حلقة مفاتيح جنوم مقفلة قبل دخول الحاسوب لحالة الإسبات. هذا يعني أن حلقة المفاتيح ستُفتح عند المتابعة."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "جعل الحاسوب ينام بعد فترة الاستراحة عندما يكون على التيار"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr "إن كانت حلقة مفاتيح جنوم مقفلة قبل دخول الحاسوب لحالة التعليق. هذا يعني أن حلقة المفاتيح ستُفتح عند المتابعة."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "مقدار الوقت بالثانية بعد عدم استعمال الحاسوب على التيار قبل جعل الحاسوب في حالة نوم. "
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr "إن كان يفترض قفل الشاشة عند إيقاظ الحاسوب من السبات. يتم استعمالها فقط إذا كان lock_use_screensaver_settings محددا ب false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "جعل الحاسوب ينام بعد فترة الاستراحة عندما يكون على وحدة التخزين UPS"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only"
-" used if lock_use_screensaver_settings is false."
-msgstr "إن كان يفترض قفل الشاشة عند إيقاظ الحاسوب من التوقيف. يتم استعمالها فقط إذا كان lock_use_screensaver_settings محددًا ب false."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "كميّة الوقت بالثّواني لجعل الحاسب غير نشط قبل وضع النّوم ، و ذلك عند العمل على وحدة تخزين الطاقة UPS."
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "جعل الشاشة تنام بعد فترة الاستراحة عندما يكون على التيار"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr "إن كانت الشاشة مقفلة أثناء إغلاق الشاشة. تستخدم فقط إن كان lock_use_screensaver_settings محددًا ب false."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "مقدار الوقت بالثانية قبل نوم الشاشة عندما يكون الحاسوب موصولًا بالتيار."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr "ما إذا يتم سبات, توقيف أو فعل لا شيء عند عدم النشاط"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "جعل الشاشة تنام بعد فترة الاستراحة عندما يكون على البطارية"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr "إن كانت ستُستخدم خيارات القفل ل mate-screensaver لتحديد هل يتم قفل الشاشة بعد السبات أو التوقيف أو فراغ الشاشة."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "مقدار الوقت بالثانية بعد عدم استعمال الحاسوب على البطارية و غير نشط قبل جعل الشاشة في حالة نوم. "
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "ما إذا يتم استخدام تنبيهات مبنية على الوقت"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "جعل الشاشة تنام بعد فترة الاستراحة عندما يكون على وحدة التخزين UPS"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "في حال ما توجب علينا اظهار رقع المحور في نافذة الإحصاءات"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "كميّة الوقت بالثّواني لجعل الحاسب غير نشط قبل جعل جهاز العرض في وضع النّوم ، و ذلك عند العمل على وحدة تخزين الطاقة UPS"
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "في حال ما توجب علينا اظهار رقع المحور في نافذة الإحصاءات."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "إن كانت الأصوات ستُستخدم"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "في حال ما توجب علينا اظهار الأحداث في نافذة الإحصاءات"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "استعمل الأصوات إذا كانت الطاقة ضعيفة جدا أو أن طلبات التثبيط أوقفت عمل السياسة."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "في حال ما توجب علينا اظهار الأحداث في نافذة الإحصاءات"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "إذا ما كان يتعين عرض عنصر التفضيلات والإحصائيات في قائمة السياق"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "في حال ما توجب علينا صقل البيانات في الرسم البياني"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "متى يتم عرض ايقونة التنبيه"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "في حال ما توجب علينا صقل البيانات في الرسم البياني."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "أظهر خيارات أيقونة التنبيهات."
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "اضبط إدارة الطاقة"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "إدارة الطاقة"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "راجع إدارة الطاقة"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "اضبط إدارة الطاقة"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1092
-#: ../src/gpm-statistics.c:1579
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "إحصاءات الطاقة"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "راجع إدارة الطاقة"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "السطوع"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "طول البيانات:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "التفاصيل"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "نوع الرسم البياني:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "التأريخ"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "طول البيانات:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "استيقاظا المعالج في الثانية:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "لا بيانات لعرضها"
+
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "استخدم خطا منعّمًا"
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "أظهر نقاط البيانات"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "التأريخ"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "الإحصائيّات"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "لا بيانات لعرضها"
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "استيقاظا المعالج في الثانية:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "استخدم خطا منعّما"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "الاستيقاظات"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "تفضيلات إدارة الطاقة"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>الإجراءات</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "ضع الحاسوب لينا_م عندما لا يكون نشطا لمدة:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "عندما يكون غ_طاء الحاسوب المحمول مغلقا:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "_قلل دوران القرص الصلب متى أمكن"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>الشاشة</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>مساحة التبليغ</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "ضع الشاشة لتنام عندما تكون غير _نشطة لمدة:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "تغلق البرنامج"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "اجعل سطوع ال_شّاشة:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "_عتّم الشاشة عند الخمول"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "عام"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "اجعله المبدئي"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "على الطاقة الاعتيادية"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "على طاقة البطارية"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "على طاقة UPS"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "اعرض الأيقونة فقط في حالة وجود _بطارية"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "عندما تكون طاقة البطارية منخفضة بشكل حرج:"
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "اعرض الأيقونة فقط في حالة ال_شحن أو الإفراغ"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "أ_خفض سطوع الضوء الخلفي"
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "تفضيلات إدارة الطاقة"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "على طاقة البطارية"
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "توفر مساعدة حول هذا البرنامج"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "عندما تكون طاقة UPS من_خفضة:"
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "ضع الشاشة لتنام عندما تكون غير _نشطة لمدة:"
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
+msgid "When UPS power is _critically low:"
+msgstr "عندما تكون طاقة UPS منخفضة ب_شكل حرج:"
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "ضع الحاسوب لينا_م عندما لايكون نشطا لمدة:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "على طاقة UPS"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "اجعل سطوع ال_شّاشة:"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "عند ضغط زر ال_طاقة:"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "تضبط هذه السياسة ليستخدمها كل المستخدمين"
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
+msgid "When the _suspend button is pressed:"
+msgstr "عند _ضغط زر التعليق:"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "_قلل دوران القرص الصلب متى أمكن"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>مساحة التبليغ</b>"
-#: ../data/gpm-prefs.ui.h:20
-msgid "When UPS power is _critically low:"
-msgstr "عندما تكون طاقة UPS منخفضة ب_شكل حرج:"
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
+msgid "_Never display an icon"
+msgstr "لا _تعرض الرّمز أبدًا"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "عندما تكون طاقة UPS من_خفضة:"
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
+msgid "_Only display an icon when battery power is low"
+msgstr "ا_عرض الرّمز فقط عندما تكون طاقة البطارية منخفضة"
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "عندما تكون طاقة البطارية منخفضة بشكل حرج:"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "اعرض الرّمز فقط في حالة ال_شحن أو الإفراغ"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "عندما يكون غ_طاء الحاسوب المحمول مغلقا:"
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "اعرض الرّمز فقط في حالة وجود _بطارية"
-#: ../data/gpm-prefs.ui.h:24
-msgid "When the _suspend button is pressed:"
-msgstr "عند _ضغط زر التعليق:"
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "اعرض الرّمز _دائمًا"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "عند ضغط زر ال_طاقة:"
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "عام"
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "اعرض الأيقونة _دائمًا"
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "توفر مساعدة حول هذا البرنامج"
-#: ../data/gpm-prefs.ui.h:27
-msgid "_Never display an icon"
-msgstr "لا _تعرض الأيقونة أبدًا"
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "اجعله المبدئي"
-#: ../data/gpm-prefs.ui.h:28
-msgid "_Only display an icon when battery power is low"
-msgstr "ا_عرض الأيقونة فقط عندما تكون طاقة البطارية منخفضة"
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "تضبط هذه السياسة ليستخدمها كل المستخدمين"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "أ_خفض سطوع الضوء الخلفي"
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "تغلق البرنامج"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
msgstr "ضبط السطوع الحالي"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
msgstr "احصل على السطوع الحالي"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
msgstr "احصل على عدد مستويات السطوع المدعومة"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
-msgstr "مساعد الإضاءة الخلفية لمدير طاقة جنوم"
+msgstr "مساعد الإضاءة الخلفية لمدير طاقة متّة"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
msgstr "لم تحدد خيار صالح"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
msgstr "لا توجد إضاءة خلفية في جهازك"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
msgstr "تعذَر الحصول على قيمة الإضاءة الخلفية"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
msgstr "تعذّر الحصول على القيمة العظمى للإضاءة الخلفية"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
msgstr "هذا البرنامج لا يستطيع استخدامه إلا الجذر"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
-msgstr ""
+msgstr "يجب تشغيل هذا البرنامج عبر ‪pkexec"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
msgstr "تعذّر ضبط قيمة الإضاءة الخلفية"
@@ -1090,7 +1099,7 @@ msgid "%.1fV"
msgstr "%I.1fف"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1559
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "اعرض معلومات تنقيح أكثر"
@@ -1106,114 +1115,114 @@ msgstr "اخرج بعد تأخير قليل (للتنقيح)"
msgid "Exit after the manager has loaded (for debugging)"
msgstr "اخرج بعد تحميل المدير (للتنقيح)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
-msgstr "مدير طاقة جنوم"
+msgstr "مدير طاقة متّة"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:223 ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
-msgstr "طاقة البطارية منخفضة جدا"
+msgstr "طاقة البطارية منخفضة جدًا"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "وصّل مقبس الطاقة"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "فصل مقبس الطاقة"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "فتح الغطاء"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "أُغلق الغطاء"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "طاقة البطارية منخفضة"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "البطارية مكتملة"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "بدأ التعليق"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "استرجع من التعليق"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:309
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "فشل التعليق"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:579
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
msgstr "فشل الحاسوب في التعليق."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:581
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "فشل التعليق"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:585
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
msgstr "فشل الحاسوب في الإسبات."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:587
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "فشل الإسبات"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:592
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
msgstr "أبلغ عن الفشل على الصورة:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:605
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "اذهب لصفحة المساعدة"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:868
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "عرض DPMS منشط"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:887
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "على طاقة البطارية"
-#: ../src/gpm-manager.c:905
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "غطاء الحاسوب المحمول مغلق"
-#: ../src/gpm-manager.c:943
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "معلومات الطاقة"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1191
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "قد أُعيد نداء البطاريّة"
-#: ../src/gpm-manager.c:1192
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
"A battery in your computer may have been recalled by %s and you may be at risk.\n"
@@ -1222,12 +1231,12 @@ msgid ""
msgstr "ربما طلب %s استرجاع بطارية حاسوبك وقد تكون في خطر.\n\nلمعلومات أكثر زُر موقع استرجاع البطارية."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1202
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "زُر موقع الإعادة"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1205
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "لا تُظهر هذا لي مجددًا"
@@ -1235,13 +1244,13 @@ msgstr "لا تُظهر هذا لي مجددًا"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1290
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "ربما البطاريّة معطوبة"
#. TRANSLATORS: notify the user that that battery is broken as the capacity is
#. very low
-#: ../src/gpm-manager.c:1293
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
@@ -1249,7 +1258,7 @@ msgid ""
msgstr "سعة البطارية منخفضة جدًا (%1.1f%%)، مما يعني أنها قد تكون قديمة أو معطوبة."
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1342
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
msgstr[0] "البطارية مشحونة تماما"
@@ -1260,189 +1269,189 @@ msgstr[4] "البطاريات مشحونة تماما"
msgstr[5] "البطاريات مشحونة تماما"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1388
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "تُفرّغ البطارية"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1392
+#: ../src/gpm-manager.c:1348
#, c-format
msgid "%s of battery power remaining (%.0f%%)"
msgstr "باقي %s من طاقة البطارية (%.0f%%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1395 ../src/gpm-manager.c:1407
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
msgid "%s discharging (%.0f%%)"
msgstr "‏%s تُفرّغ (%.0f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1400
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "يُفرّغ ال UPS"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1404
+#: ../src/gpm-manager.c:1360
#, c-format
msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr "باقي %s من طاقة مزود الطاقة اللامنقطعة (%.0f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1488
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "طاقة البطارية منخفضة"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1491
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "بطارية الحاسوب المحمول منخفضة"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1497
+#: ../src/gpm-manager.c:1453
#, c-format
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "لديك تقريبًا <b>%s</b> متبقية (%.0f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1501
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "طاقة UPS منخفضة"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1505
+#: ../src/gpm-manager.c:1461
#, c-format
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
msgstr "تقريبًا <b>%s</b> متبقية من شحنة طاقة مزود الطاقة اللامنفطعة (%.0f%%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1509 ../src/gpm-manager.c:1648
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "بطارية الفأرة منخفضة"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1512
+#: ../src/gpm-manager.c:1468
#, c-format
msgid "Wireless mouse is low in power (%.0f%%)"
msgstr "الفأرة اللاسلكية الموصولة بهذا الحاسوب طاقتها منخفضة (%.0f%%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1516 ../src/gpm-manager.c:1656
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "بطارية لوحة المفاتيح منخفضة"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1519
+#: ../src/gpm-manager.c:1475
#, c-format
msgid "Wireless keyboard is low in power (%.0f%%)"
msgstr "لوحة المفاتيح اللاسلكية الموصولة بهذا الحاسوب طاقتها منخفضة (%.0f%%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1523 ../src/gpm-manager.c:1665
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "طاقة بطارية المساعد الرقمي منخفضة"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1526
+#: ../src/gpm-manager.c:1482
#, c-format
msgid "PDA is low in power (%.0f%%)"
msgstr "المساعد الرقمي الموصول بهذا الحاسوب طاقته منخفضة (%.0f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1530 ../src/gpm-manager.c:1675
-#: ../src/gpm-manager.c:1686
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "طاقة الهاتف المحمول منخفضة"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1533
+#: ../src/gpm-manager.c:1489
#, c-format
msgid "Cell phone is low in power (%.0f%%)"
msgstr "الهاتف المحمول الموصول بهذا الحاسوب طاقته منخفضة (%.0f%%)"
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1538
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
msgstr "طاقة مشغل الوسائط منخفضة"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1541
+#: ../src/gpm-manager.c:1497
#, c-format
msgid "Media player is low in power (%.0f%%)"
msgstr "مشغل الوسائط الموصول بهذا الحاسوب طاقته منخفضة (%.0f%%)"
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1545 ../src/gpm-manager.c:1695
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
msgstr "بطارية اللوحة منخفضة"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1548
+#: ../src/gpm-manager.c:1504
#, c-format
msgid "Tablet is low in power (%.0f%%)"
msgstr "طاقة اللوحة منخفضة (%.0f%%)"
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1552 ../src/gpm-manager.c:1704
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
msgstr "بطارية الحاسوب المتصل منخفضة"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1555
+#: ../src/gpm-manager.c:1511
#, c-format
msgid "Attached computer is low in power (%.0f%%)"
msgstr "طاقة الحاسوب المُوصَّل منخفضة (%.1f%%)"
#. TRANSLATORS: laptop battery critically low, and only have one kind of
#. battery
-#: ../src/gpm-manager.c:1605
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "البطارية منخفضة جدًا"
#. TRANSLATORS: laptop battery critically low, and we have more than one type
#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1608 ../src/gpm-manager.c:1765
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "بطارية الحاسوب المحمول منخفضة جدًا"
#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
#. anything
-#: ../src/gpm-manager.c:1618
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr "وصّل محوّل التيار لتتجنب فقدان البيانات."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1622
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
-msgstr "سيُعلّق هذا الحاسوب خلال ثوان ما لم يوصّل بالتيار."
+msgstr "سيُعلّق هذا الحاسوب خلال ثوانٍ ما لم يوصّل بالتيار."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1626
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
-msgstr "سيُسبت هذا الحاسوب خلال ثوان ما لم يوصّل بالتيار."
+msgstr "سيُسبت هذا الحاسوب خلال ثوانٍ ما لم يوصّل بالتيار."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1630
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
-msgstr "سيُطفأ هذا الحاسوب خلال ثوان ما لم يوصّل بالتيار."
+msgstr "سيُطفأ هذا الحاسوب خلال ثوانٍ ما لم يوصّل بالتيار."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1638 ../src/gpm-manager.c:1803
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "طاقة UPS منخفضة جدًا"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1642
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
@@ -1450,7 +1459,7 @@ msgid ""
msgstr "لديك تقريبًا <b>%s</b> متبقية من شحنة UPS‏ (%.0f%%). أرجع التيار للحاسوب لتتجنب ضياع البيانات."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
@@ -1458,7 +1467,7 @@ msgid ""
msgstr "الفأرة اللاسلكية الموصولة بهذا الحاسوب طاقتها ضعيفة (%.0f%%). ستتوقف بعد قليل إن لم تُشحن."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1659
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
@@ -1466,7 +1475,7 @@ msgid ""
msgstr "لوحة المفاتيح اللاسلكية الموصولة بهذا الحاسوب طاقتها ضعيفة (%.0f%%). ستتوقف بعد قليل إن لم تُشحن."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1668
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
@@ -1474,7 +1483,7 @@ msgid ""
msgstr "المساعد الرقمي الموصول بهذا الحاسوب طاقته ضعيفة (%.0f%%). سيتوقف بعد قليل إن لم يُشحن."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1678
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
@@ -1482,7 +1491,7 @@ msgid ""
msgstr "الهاتف المحمول الموصول بهذا الحاسوب طاقته ضعيفة (%.0f%%). سيتوقف بعد قليل إن لم يُشحن."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1689
+#: ../src/gpm-manager.c:1642
#, c-format
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
@@ -1490,7 +1499,7 @@ msgid ""
msgstr "مشغل الوسائط الموصول بهذا الحاسوب طاقته ضعيفة (%.0f%%). سيتوقف بعد قليل إن لم يُشحن."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1698
+#: ../src/gpm-manager.c:1651
#, c-format
msgid ""
"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
@@ -1498,7 +1507,7 @@ msgid ""
msgstr "طاقة اللوح ضعيفة جدا (%.0f%%). سيتوقف بعد قليل إن لم يُشحن."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1707
+#: ../src/gpm-manager.c:1660
#, c-format
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
@@ -1506,14 +1515,14 @@ msgid ""
msgstr "طاقة الحاسوب الموصول ضعيفة جدا (%.0f%%). سيتوقف بعد قليل إن لم يُشحن."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1774
+#: ../src/gpm-manager.c:1725
msgid ""
"The battery is below the critical level and this computer will <b>power-"
"off</b> when the battery becomes completely empty."
msgstr "طاقة البطارية تحت المستوى الحرج، <b>سيتوقف</b> هذا الحاسوب عند فراغ البطارية. "
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1780
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
@@ -1521,173 +1530,161 @@ msgid ""
msgstr "طاقة البطاريه تحت المستوى الحرج و الحاسوب على وشك الدخول في حالة الاستعداد.<br><b>ملاحظة:</b> تتطلب حالة الاستعداد كمية صغيرة من الطاقة."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1787
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
msgstr "البطاريه دون المستوى الحرج وهذا الحاسوب على وشك الإسبات."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1792
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
msgstr "البطاريه دون المستوى الحرج وهذا الحاسوب على وشك الإغلاق."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1812
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
msgstr "البطارية في حالة منخفضة، <b>سيتوقف</b> هذا الحاسوب عند فراغ البطارية."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1818
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
msgstr "ال UPS دون المستوى الحرج وهذا الحاسوب على وشك الإسبات."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1823
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
msgstr "ال UPS دون المستوى الحرج وهذا الحاسوب على وشك الإغلاق."
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1961
-msgid "Install problem!"
-msgstr "مشكلة في التثبيتب!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1963
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed correctly.\n"
-"Please contact your computer administrator."
-msgstr "الإعدادات المبدئية لمدير طاقة جنوم لم تُعدّ بشكل صحيح.\nرجاءً راجع مدير حاسوبك."
-
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
-msgstr "تفضيلات الطّاقة لجنوم"
+msgstr "تفضيلات الطّاقة لمتّة"
-#: ../src/gpm-prefs-core.c:364 ../src/gpm-prefs-core.c:367
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "أطفئ"
-#: ../src/gpm-prefs-core.c:376 ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "علّق"
-#: ../src/gpm-prefs-core.c:384 ../src/gpm-prefs-core.c:387
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "أسبِت"
-#: ../src/gpm-prefs-core.c:392 ../src/gpm-prefs-core.c:395
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "صفّر الشاشة"
-#: ../src/gpm-prefs-core.c:400 ../src/gpm-prefs-core.c:403
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "اسألني"
-#: ../src/gpm-prefs-core.c:410 ../src/gpm-prefs-core.c:413
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "لا تفعل أي شيء"
-#: ../src/gpm-prefs-core.c:483 ../src/gpm-prefs-core.c:485
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "أبدًا"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "المعدل"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "الشحن"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "وقت الامتلاء"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "وقت التفريغ"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 دقائق"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "ساعتين"
-#: ../src/gpm-statistics.c:92
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 ساعات"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "يوم واحد"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
msgstr "أسبوع واحد"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "لاحة الشحن"
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "لاحة التفريغ"
#. TRANSLATORS: how accurately we can predict the time remaining of the
#. battery
-#: ../src/gpm-statistics.c:106
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "دقة الشحن"
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "دقة التفريغ"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "الخاصية"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "القيمة"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "الصورة"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "الوصف"
-#: ../src/gpm-statistics.c:183 ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "النوع"
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "المعرّف"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "الأمر"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "مجهول"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1699,7 +1696,7 @@ msgstr[4] "%.0f ثانية"
msgstr[5] "%.0f ثانية"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
@@ -1711,7 +1708,7 @@ msgstr[4] "%.1f دقيقة"
msgstr[5] "%.1f دقيقة"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
@@ -1723,7 +1720,7 @@ msgstr[4] "%.1f ساعة"
msgstr[5] "%.1f ساعة"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
@@ -1734,28 +1731,28 @@ msgstr[3] "%.1f أيام"
msgstr[4] "%.1f يوما"
msgstr[5] "%.1f يوم"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "نعم"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "لا"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "الجهاز"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "المُنتِج"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "الطراز"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "الرقم التسلسلي"
@@ -1763,11 +1760,11 @@ msgstr "الرقم التسلسلي"
#. * main power for the computer. For instance, an AC adapter or laptop
#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
-msgstr "المصدر"
+msgstr "التزويد"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1780,126 +1777,126 @@ msgstr[5] "%d ثانية"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "محدّث"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "الحالي"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "قابلة لإعادة الشحن"
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "الحالة"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "الطاقة"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "الطاقة عندما تكون فارغة"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "الطاقة عندما تكون ممتلئة"
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "الطاقة (التصميم)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
-msgstr "الفلطية"
+msgstr "فرق الكمون"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "النسبة المئوية"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "السعة"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "التقنية"
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "متصل"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:826
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "لا بيانات"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:833 ../src/gpm-statistics.c:838
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "وحدة النواة"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:843
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
-msgstr "لب النواة"
+msgstr "جوهر النواة"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:848
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "قاطِع بين المعالجات"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:853
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "قاطِع"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:900
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "لوحة مفاتيح\\فأرة\\لوحة لمس PS/2"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:903
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:906
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "‏ATA تسلسلي"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:909
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "متحكم مستضيف ATA"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:912
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "محول لاسلكي إنتل"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:919 ../src/gpm-statistics.c:924
-#: ../src/gpm-statistics.c:929 ../src/gpm-statistics.c:934
-#: ../src/gpm-statistics.c:939
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "مؤقت %s"
@@ -1907,125 +1904,125 @@ msgstr "مؤقت %s"
#. TRANSLATORS: the parameter is the name of task that's woken up from
#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:943
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "نوم %s"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:946
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "مهمّة جديدة %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:950
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "انتظار %s"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:954 ../src/gpm-statistics.c:958
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "طابور العمل %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:961
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "تنظيف مسار الشبكة %s "
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:964
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "نشاط USB ‏%s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:967
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "استيقاظ %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:970
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "قاطِعات محلية"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:973
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "يعيد جدولة القاطعات"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "معلومات الجهاز"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "تأريخ الجهاز"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
-msgstr "لاحة الجهاز"
+msgstr "تشكيل الجهاز الجانبي"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1088
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "استيقاظات المعالج"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1298 ../src/gpm-statistics.c:1304
-#: ../src/gpm-statistics.c:1310 ../src/gpm-statistics.c:1316
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "الوقت المنقضي"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1300
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "الطاقة"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1306 ../src/gpm-statistics.c:1353
-#: ../src/gpm-statistics.c:1359 ../src/gpm-statistics.c:1365
-#: ../src/gpm-statistics.c:1371
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "شحنة البطارية"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1312 ../src/gpm-statistics.c:1318
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "الزمن المتوقع"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "عامل التصحيح"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1361 ../src/gpm-statistics.c:1373
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "دقة التوقع"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1562
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "اختر هذا الجهاز عند بدأ التشغيل"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1832
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "المعالج"
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "التف_ضيلات"
@@ -2319,7 +2316,7 @@ msgstr[5] "حواسيب"
#. TRANSLATORS: battery technology
#: ../src/gpm-upower.c:589
msgid "Lithium Ion"
-msgstr "أيونات ليثيوم"
+msgstr "شوارد ليثيوم"
#. TRANSLATORS: battery technology
#: ../src/gpm-upower.c:593
@@ -2365,13 +2362,3 @@ msgstr "‏تنتظر لتُشحن"
#: ../src/gpm-upower.c:653
msgid "Waiting to discharge"
msgstr "تنتظر لتُستخدم"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "_عن"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "م_ساعدة"
diff --git a/po/be.po b/po/be.po
index 720e524..0afda9a 100644
--- a/po/be.po
+++ b/po/be.po
@@ -1,1361 +1,1094 @@
-# Belarusian translation for mate-power-manager
-# Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006
-# This file is distributed under the same license as the mate-power-manager package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, 2006.
-#
-# Alexander Nyakhaychyk <[email protected]>, 2009.
-msgid ""
-msgstr ""
-"Project-Id-Version: mate-power-manager\n"
-"Report-Msgid-Bugs-To: http://bugzilla.mate.org/enter_bug.cgi?product=mate-"
-"power-manager&component=general\n"
-"POT-Creation-Date: 2009-09-02 08:24+0000\n"
-"PO-Revision-Date: 2009-09-02 22:31+0300\n"
-"Last-Translator: Alexander Nyakhaychyk <[email protected]>\n"
-"Language-Team: Belarusian <[email protected]>\n"
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2014-02-28 12:50+0000\n"
+"Last-Translator: meequz <[email protected]>\n"
+"Language-Team: Belarusian (http://www.transifex.com/projects/p/MATE/language/be/)\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
+"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Launchpad-Export-Date: 2009-08-27 20:56+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"Language: be\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: ../applets/brightness/brightness-applet.c:105
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
-msgstr "Аплет кіраваньня зыркасьцю"
+msgstr "Аплет кіравання яркасцю"
-#: ../applets/brightness/brightness-applet.c:106
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
-msgstr "Рэгулюе зыркасьць экрана лэптопа."
+msgstr "Рэгулюе яркасць экрана лаптопа."
-#: ../applets/brightness/brightness-applet.c:354
-#: ../applets/inhibit/inhibit-applet.c:353
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "Немагчыма далучыцца да mate-power-manager"
-#: ../applets/brightness/brightness-applet.c:356
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
-msgstr "Немагчыма вызначыць зыркасьць экрана"
+msgstr "Немагчыма вызначыць яркасць экрана"
-#: ../applets/brightness/brightness-applet.c:358
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
-msgstr "Зыркасьць LCD : %d%%"
+msgstr "Яркасць LCD : %d%%"
-#: ../applets/brightness/brightness-applet.c:747
-#: ../applets/inhibit/inhibit-applet.c:422 ../src/gpm-tray-icon.c:316
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
-msgstr "Распаўсюджваецца на ўмовах GNU General Public License Version 2"
+msgstr "Распаўсюджваецца паводле ўмоваў GNU General Public License Version 2"
-#: ../applets/brightness/brightness-applet.c:748
-#: ../applets/inhibit/inhibit-applet.c:423 ../src/gpm-tray-icon.c:317
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"Кіраўнік энергаспажываньня з'яўляецца свободнай праграмай; вы можаце "
-"распаўсюджваць яе і/ці мадыфікаваць яе згодна з умовамі GNU General Public "
-"License, апублікаванай Free Software Foundation, вэрсіі 2 або (пры вашым "
-"выбары) любой пазьнейшая вэрсіі."
+msgstr "Кіраўнік сілкавання ёсць свободнай праграмай; вы можаце распаўсюджваць яе і/ці мадыфікаваць паводле ўмоваў GNU General Public License, апублікаванай Free Software Foundation, версіі 2 або (на ваш выбары) любой пазнейшая версіі."
-#: ../applets/brightness/brightness-applet.c:752
-#: ../applets/inhibit/inhibit-applet.c:427 ../src/gpm-tray-icon.c:321
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Кіраўнік энергаспажываньня распаўсюджваецца з надзеяй на тое, што ён будзе "
-"карысным, але БЕЗ АНІЯКІХ ГАРАНТЫЙ; нават без гарантыі ТАВАРНАГА ВЫГЛЯДУ або "
-"ПРЫДАТНАСЬЦІ ДЛЯ ВЫКАРЫСТАНЬНЯ Ў ПЭЎНЫХ МЭТАХ. Для большых падрабязнасьцей "
-"глядзіце GNU General Public License."
+msgstr "Кіраўнік сілкавання распаўсюджваецца з надзеяй на тое, што ён будзе карысным, але БЕЗ АНІЯКІХ ГАРАНТЫЙ; нават без гарантыі ТАВАРНАГА ВЫГЛЯДУ або ПРЫДАТНАСЦІ ДА ВЫКАРЫСТАННЯ Ў ПЭЎНЫХ МЭТАХ. Па падрабязнасці звяртайцеся да GNU General Public License."
-#: ../applets/brightness/brightness-applet.c:756
-#: ../applets/inhibit/inhibit-applet.c:431 ../src/gpm-tray-icon.c:325
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"Вы павінны былі отрымаць копію GNU General Public License разам з гэтай "
-"праграмай; у іншым выпадку дашліце ліст на адрас Free Software Foundation, "
-"Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
+msgstr "Вы мусілі атрымаць копію GNU General Public License разам з гэтай праграмай; інакш дашліце ліст на адрас Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
-#: ../applets/brightness/brightness-applet.c:770
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Аўтарскія правы © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Рэгулюе зыркасьць экрана лэптопа"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "_Пра праграму"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Аплет зыркасьці"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "_Даведка"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
-msgstr "Фабрыка аплета зыркасьці"
+msgstr "Фабрыка аплета яркасці"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
-msgstr "Фабрыка для аплета зыркасьці"
+msgstr "Фабрыка для аплета яркасці"
-#: ../applets/inhibit/inhibit-applet.c:91
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Аплет яркасці"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Рэгулюе яркасць экрана лаптопа"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
-msgstr "Аплет стрымліваньня кіраўніка сілкаваньнем"
+msgstr "Аплет стрымлівання кіраўніка сілкаваннем"
-#: ../applets/inhibit/inhibit-applet.c:92
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
-msgstr ""
-"Дазваляе карыстальніку стрымліваць аўтаматычнае ашчаджэньне сілкаваньня."
+msgstr "Дазваляе карыстальніку стрымліваць аўтаматычнае ашчаджэнне сілкавання."
-#: ../applets/inhibit/inhibit-applet.c:356
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "Аўтаматычны сон адключаны"
-#: ../applets/inhibit/inhibit-applet.c:358
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "Аўтаматычны сон уключаны"
-#: ../applets/inhibit/inhibit-applet.c:386
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
-msgstr "Самастойнае стрымліваньне"
+msgstr "Самастойнае стрымліванне"
-#: ../applets/inhibit/inhibit-applet.c:445
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Аўтарскія правы © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "Дазваляе карыстальніку стрымліваць аўтаматычнае ашчаджэньне энэргіі"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Фабрыка аплета стрымлівання"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
-msgstr "Фабрыка для аплета стрымліваньня"
+msgstr "Фабрыка для аплета стрымлівання"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
-msgstr "Аплет стрымліваньня"
+msgstr "Аплет стрымлівання"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Фабрыка аплета стрымліваньня"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Дазваляе карыстальніку стрымліваць аўтаматычнае ашчаджэнне энергіі"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
-msgstr "Кіраўнік сілкаваньня"
+msgstr "Кіраўнік сілкаваннем"
#: ../data/mate-power-manager.desktop.in.in.h:2
msgid "Power management daemon"
-msgstr "Служба кіраваньня сілкаваньнем"
-
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow Suspend and Hibernate in the menu"
-msgstr "Дазволіць пункты Прыпыніць і Ўсыпіць у мэню"
-
-#: ../data/mate-power-manager.schemas.in.h:2
-msgid "Allow backlight brightness adjustment"
-msgstr "Дазволіць рэгуляваньне зыркасьці"
-
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Battery critical low action"
-msgstr "Дзеяньне пры мінімальным зарадзе батарэі"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Check CPU load before sleeping"
-msgstr "Праверыць нагрузку на працэсар перш чым заснуць"
+msgstr "Служба кіравання сілкаваннем"
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr "Тушыць экран, пасьля пэрыяду бязьдзеяньня ў час сілкаваньня ад разэткі"
-
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr "Тушыць экран, пасьля пэрыяду бязьдзеяньня ў час сілкаваньня ад батарэі"
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid "Hibernate button action"
-msgstr "Дзеяньне кнопкі Сон"
-
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid "Hibernate enabled"
-msgstr "Падтрымка Сна ўключана"
-
-#: ../data/mate-power-manager.schemas.in.h:10
-msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
msgstr ""
-"Ці мусіць інфармацыйнае паведамленьне адлюстроўвацца пасьля збою Прыпынку ці "
-"Сну."
-
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr "Ці паказваць інфармацыйнае паведамленьне, калі батарэя зараджаная."
-#: ../data/mate-power-manager.schemas.in.h:12
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
+"The type of sleeping that should be performed when the computer is inactive."
msgstr ""
-"Ці паказваць інфармацыйнае паведамленьне, калі заканчваецца энэргія ў "
-"батарэі."
-
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid "If preferences should be shown"
-msgstr "Ці паказваць налады"
-
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If sounds should be used"
-msgstr "Ці граць гукі"
-#: ../data/mate-power-manager.schemas.in.h:15
-msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-
-#: ../data/mate-power-manager.schemas.in.h:16
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr "Ці правяраць загрузку працэсара перад апэрацыяй бязьдзеяньня."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "Дзеянне пры мінімальным узроўні батарэі"
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid ""
-"If the Suspend and Hibernate options should be allowed in the notification "
-"area drop down menu."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:18
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
"If the battery event should occur when the lid is shut and the power "
"disconnected"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:19
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
"If the battery lid close event should occur (for example 'Suspend when lid "
"closed on battery') when the lid is previously shut and the AC power "
"disconnected at a later time."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr "Ці патрэбна ўжываць для разліку астатняга часу вядомы профіль"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:21
-msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid "If the low-power mode should be enabled when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid "If the low-power mode should be enabled when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Дазволіць рэгуляванне яркасці"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
"If the screen brightness should be changed when switching between AC and "
"battery power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
-msgstr ""
-
-#: ../data/mate-power-manager.schemas.in.h:26
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:27
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
"If the screen should be reduced in brightness when the computer is on "
"battery power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:28
-msgid "If the system low-power mode should be enabled when on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:29
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If the user is authorized to hibernate the computer."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Тушыць экран пасля перыяду бяздзеяння падчас сілкавання ад батарэі"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If the user is authorized to suspend the computer."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid "If the user should be notified when the AC adapter is disconnected."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
+msgid "LCD dimming amount when on battery"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:34
-msgid "If we should show the low capacity warning for a broken battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "If we should show the low capacity warning for a broken battery."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Тушыць экран пасля пэрыяду бяздзеяння падчас сілкавання ад разеткі"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "If we should show the recalled battery warning for a broken battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
+msgid "Method used to blank screen on AC"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "LCD brightness when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
+msgid "Method used to blank screen on battery"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "LCD dimming amount when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Laptop lid close action on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:41
-msgid "Laptop lid close action when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:42
-msgid "Lock MATE keyring on sleep"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Дзеянне кнопкі перапынку"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Lock screen on hibernate"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Дзеянне кнопкі Сон"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Lock screen on suspend"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
+msgid "Power button action"
+msgstr "Дзеянне кнопкі сілкавання"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Lock screen when blanked"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Method used to blank screen on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Method used to blank screen on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Notify on a low power"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Notify on a sleep failure"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:50
-msgid "Notify when AC adapter is disconnected"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Notify when fully charged"
-msgstr "Інфармаваць, калі цалкам зараджаны"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Праверыць нагрузку на працэсар перш як заснуць"
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Percentage action is taken"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "Ці правяраць загрузку працэсара перад аперацыяй бяздзеяння."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Percentage considered critical"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
+msgid ""
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Percentage considered low"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Power button action"
-msgstr "Дзеяньне кнопкі сілкаваньня"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
+msgid ""
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Reduce the backlight brightness when on battery power"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Seconds of inactivity to spin down when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
+msgid ""
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Seconds of inactivity to spin down when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout computer when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
+msgid ""
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Sleep timeout computer when on UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:61
-msgid "Sleep timeout computer when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
+msgid ""
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:62
-msgid "Sleep timeout display when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "Sleep timeout display when on UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
+msgid ""
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:64
-msgid "Sleep timeout display when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
+msgid ""
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid "Suspend button action"
-msgstr "Дзеяньне кнопкі перапынку"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:66
-msgid "Suspend enabled"
-msgstr "Перапынак дазволены"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
+"If the system low-power mode should be enabled when on laptop battery power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:69
-msgid "The URI to show to the user on sleep failure"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:70
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
+"The number of seconds of inactivity to spin down the disks when on AC power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:71
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:72
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:73
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:75
-msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:76
-msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:77
-msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:78
-msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:79
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Інфармаваць, калі цалкам насілкованы"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "Ці паказваць абвяшчэнне, калі батарэя цалкам насілкована."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:80
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "Ці мусіць абвяшчэнне паказвацца пасля збою Прыпынку ці Сну."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:81
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:83
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "Ці паказваць абвяшчэнне, калі сканчваецца энергія ў батарэі."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:84
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
+"Whether we should show the history data points in the statistics window."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The brightness of the screen when idle"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The default amount of time to dim the screen after idle"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:88
-msgid "The default amount of time to dim the screen after idle."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid "The default configuration version."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:90
-msgid "The default graph type to show in the statistics window"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
+msgid ""
+"The maximum duration of time displayed on the x-axis of the history graph."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:91
-msgid "The default graph type to show in the statistics window."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:92
-msgid "The maximum duration of time displayed on the x-axis of the graph."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:93
-msgid "The maximum time displayed on the graph"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:94
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:95
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:99
-msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:100
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "The time remaining when action is taken"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "The time remaining when critical"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
+msgid ""
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "The time remaining when low"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
+msgid "The time remaining when low"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:107
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:108
-msgid "UPS critical low action"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid "UPS low power action"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
+msgid ""
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:110
-msgid "Use mate-screensaver lock setting"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:111
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:112
-msgid "When to show the notification icon"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:113
-msgid "Whether NetworkManager should be connected and disconnected on sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
+msgid ""
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:117
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:119
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether to hibernate, suspend or do nothing when inactive"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:121
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether to use time-based notifications"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:123
-msgid "Whether we should show the axis labels in the statistics window"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:124
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "Ці граць гукі"
-#: ../data/mate-power-manager.schemas.in.h:125
-msgid "Whether we should show the events in the statistics window"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:126
-msgid "Whether we should show the events in the statistics window."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:127
-msgid "Whether we should smooth the data in the graph"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:128
-msgid "Whether we should smooth the data in the graph."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
msgstr ""
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Наладка кіраваньня сілкаваньнем"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
-msgstr "Кіраваньне сілкаваньнем"
+msgstr "Кіраванне сілкаваннем"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Назіраньне за сілкаваньнем"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Наставіць кіраванне сілкаваннем"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1050
-#: ../src/gpm-statistics.c:1484
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
-msgstr "Статыстыка сілкаваньня"
+msgstr "Статыстыка сілкавання"
+
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Назіранне за сілкаваннем"
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
-msgstr "Зыркасьць"
-
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
+msgstr "Яркасць"
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr ""
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:206
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Дэталі"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr ""
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "Гісторыя"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr ""
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
msgstr ""
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Згладзіць лінію"
+
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr ""
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "Гісторыя"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Статыстыка"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
msgstr ""
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Згладзіць лінію"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:192
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr ""
-#: ../data/gpm-prefs.ui.h:1
-msgid "<b>Actions</b>"
-msgstr "<b>Дзеяньні</b>"
-
-#: ../data/gpm-prefs.ui.h:2
-msgid "<b>Display</b>"
-msgstr "<b>Дысплэ</b>"
-
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Прастора нагадваньняў</b>"
-
-#: ../data/gpm-prefs.ui.h:4
-msgid "Di_m display when idle"
-msgstr "За_ценяць дысплэй, калі бязьдейнічае"
-
-#: ../data/gpm-prefs.ui.h:5
-msgid "General"
-msgstr "Агульныя"
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Настáўленні кіравання сілкаваннем"
-#: ../data/gpm-prefs.ui.h:6
-msgid "Make Default"
-msgstr "Прадвызначыць"
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
+msgid "<b>Actions</b>"
+msgstr "<b>Дзеянні</b>"
-#: ../data/gpm-prefs.ui.h:7
-msgid "On AC Power"
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
msgstr ""
-#: ../data/gpm-prefs.ui.h:8
-msgid "On Battery Power"
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
msgstr ""
-#: ../data/gpm-prefs.ui.h:9
-msgid "On UPS Power"
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
msgstr ""
-#: ../data/gpm-prefs.ui.h:10
-msgid "Only display an icon when a battery is p_resent"
-msgstr ""
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
+msgid "<b>Display</b>"
+msgstr "<b>Дысплей</b>"
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when charging or _discharging"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
msgstr ""
-#: ../data/gpm-prefs.ui.h:12
-msgid "Power Management Preferences"
-msgstr "Перавагі Кіраваньня сілкаваньнем"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "Задаць _яркасць:"
-#: ../data/gpm-prefs.ui.h:13
-msgid "Put _display to sleep when inactive for:"
-msgstr ""
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
+msgid "Di_m display when idle"
+msgstr "За_ценяць дысплей, калі бяздзейнічае"
-#: ../data/gpm-prefs.ui.h:14
-msgid "Put computer to _sleep when inactive for:"
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
+msgid "On AC Power"
msgstr ""
-#: ../data/gpm-prefs.ui.h:15
-msgid "Set display _brightness to:"
-msgstr "Задаць _зыркасьць:"
-
-#: ../data/gpm-prefs.ui.h:16
-msgid "Sp_in down hard disks when possible"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
msgstr ""
-#: ../data/gpm-prefs.ui.h:17
-msgid "When UPS power is _critically low:"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "З_меншыць яркасць"
+
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
msgstr ""
-#: ../data/gpm-prefs.ui.h:18
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
msgid "When UPS power is l_ow:"
msgstr ""
-#: ../data/gpm-prefs.ui.h:19
-msgid "When battery po_wer is critically low:"
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
+msgid "When UPS power is _critically low:"
msgstr ""
-#: ../data/gpm-prefs.ui.h:20
-msgid "When laptop lid is cl_osed:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
msgstr ""
-#: ../data/gpm-prefs.ui.h:21
-msgid "When the _suspend button is pressed:"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
msgstr ""
-#: ../data/gpm-prefs.ui.h:22
-msgid "When the power _button is pressed:"
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
+msgid "When the _suspend button is pressed:"
msgstr ""
-#: ../data/gpm-prefs.ui.h:23
-msgid "_Always display an icon"
-msgstr "Заў_сёды адлюстроўваць значку"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Прастора абвяшчэнняў</b>"
-#: ../data/gpm-prefs.ui.h:24
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
msgid "_Never display an icon"
-msgstr "Н_іколі не адлюстроўваць значку"
+msgstr "Н_іколі не паказваць значок"
-#: ../data/gpm-prefs.ui.h:25
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
msgid "_Only display an icon when battery power is low"
msgstr ""
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Reduce backlight brightness"
-msgstr "Зь_меншыць зыркасьць"
-
-#: ../src/gpm-common.c:53
-msgid "Unknown time"
-msgstr "Час невядомы"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr ""
-#: ../src/gpm-common.c:58
-#, c-format
-msgid "%i minute"
-msgid_plural "%i minutes"
-msgstr[0] "%i хвіліна"
-msgstr[1] "%i хвіліны"
-msgstr[2] "%i хвілін"
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr ""
-#: ../src/gpm-common.c:69
-#, c-format
-msgid "%i hour"
-msgid_plural "%i hours"
-msgstr[0] "%i гадзіна"
-msgstr[1] "%i гадзіны"
-msgstr[2] "%i гадзін"
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "Заў_сёды паказваць значок"
-#. TRANSLATOR: "%i %s %i %s" are "%i hours %i minutes"
-#. * Swap order with "%2$s %2$i %1$s %1$i if needed
-#: ../src/gpm-common.c:75
-#, c-format
-msgid "%i %s %i %s"
-msgstr "%i %s %i %s"
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "Агульныя"
-#: ../src/gpm-common.c:76
-msgid "hour"
-msgid_plural "hours"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr ""
-#: ../src/gpm-common.c:77
-msgid "minute"
-msgid_plural "minutes"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Скінуць да стандартных"
-#. TRANSLATORS: a phone is charging
-#. TRANSLATORS: device is charging, but we only have a percentage
-#: ../src/gpm-devicekit.c:251 ../src/gpm-devicekit.c:315
-#, c-format
-msgid "%s charging (%.1f%%)"
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
msgstr ""
-#. TRANSLATORS: The laptop battery is fully charged, and we know a time
-#: ../src/gpm-devicekit.c:266
-#, c-format
-msgid ""
-"Battery is fully charged.\n"
-"Provides %s laptop runtime"
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
msgstr ""
-#. TRANSLATORS: the device is fully charged
-#: ../src/gpm-devicekit.c:271
-#, c-format
-msgid "%s is fully charged"
-msgstr "%s цалкам зараджаны"
-
-#. TRANSLATORS: the device is discharging, and we have a time remaining
-#: ../src/gpm-devicekit.c:279
-#, c-format
-msgid "%s %s remaining (%.1f%%)"
+#. command line argument
+#: ../src/gpm-backlight-helper.c:162
+msgid "Set the current brightness"
msgstr ""
-#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-devicekit.c:284
-#, c-format
-msgid "%s discharging (%.1f%%)"
+#. command line argument
+#: ../src/gpm-backlight-helper.c:165
+msgid "Get the current brightness"
msgstr ""
-#. TRANSLATORS: the device is charging, and we have a time to full and empty
-#: ../src/gpm-devicekit.c:298
-#, c-format
-msgid ""
-"%s %s until charged (%.1f%%)\n"
-"Provides %s battery runtime"
+#. command line argument
+#: ../src/gpm-backlight-helper.c:168
+msgid "Get the number of brightness levels supported"
msgstr ""
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
-#: ../src/gpm-devicekit.c:309
-#, c-format
-msgid "%s %s until charged (%.1f%%)"
-msgstr "%s %s да поўнае зарадкі (%.1f%%)"
-
-#. TRANSLATORS: this is only shown for laptops with multiple batteries
-#: ../src/gpm-devicekit.c:323
-#, c-format
-msgid "%s waiting to discharge (%.1f%%)"
+#. TRANSLATORS: tool that is used when copying profiles system-wide
+#: ../src/gpm-backlight-helper.c:183
+msgid "MATE Power Manager Backlight Helper"
msgstr ""
-#. TRANSLATORS: this is only shown for laptops with multiple batteries
-#: ../src/gpm-devicekit.c:329
-#, c-format
-msgid "%s waiting to charge (%.1f%%)"
+#. TRANSLATORS: user did not specify valid options
+#: ../src/gpm-backlight-helper.c:191
+msgid "No valid option was specified"
msgstr ""
-#. TRANSLATORS: the type of data, e.g. Laptop battery
-#: ../src/gpm-devicekit.c:389
-msgid "Product:"
-msgstr "Прадукт:"
-
-#. TRANSLATORS: device is missing
-#. TRANSLATORS: device is charged
-#. TRANSLATORS: device is charging
-#. TRANSLATORS: device is discharging
-#: ../src/gpm-devicekit.c:393 ../src/gpm-devicekit.c:396
-#: ../src/gpm-devicekit.c:399 ../src/gpm-devicekit.c:402
-msgid "Status:"
-msgstr "Стан:"
-
-#: ../src/gpm-devicekit.c:393
-msgid "Missing"
+#. TRANSLATORS: no backlights found
+#: ../src/gpm-backlight-helper.c:200
+msgid "No backlights were found on your system"
msgstr ""
-#: ../src/gpm-devicekit.c:396
-msgid "Charged"
-msgstr "Зараджана"
-
-#: ../src/gpm-devicekit.c:399
-msgid "Charging"
-msgstr "Зараджаецца"
-
-#: ../src/gpm-devicekit.c:402
-msgid "Discharging"
-msgstr "Разраджаецца"
-
-#. TRANSLATORS: percentage
-#: ../src/gpm-devicekit.c:407
-msgid "Percentage charge:"
-msgstr "Адсотак зарадкі:"
-
-#. TRANSLATORS: manufacturer
-#: ../src/gpm-devicekit.c:411
-msgid "Vendor:"
-msgstr "Вытворца:"
-
-#. TRANSLATORS: how the battery is made, e.g. Lithium Ion
-#: ../src/gpm-devicekit.c:416
-msgid "Technology:"
-msgstr "Тэхналёгія:"
-
-#. TRANSLATORS: serial number of the battery
-#: ../src/gpm-devicekit.c:420
-msgid "Serial number:"
-msgstr "Завадзкі нумар:"
-
-#. TRANSLATORS: model number of the battery
-#: ../src/gpm-devicekit.c:424
-msgid "Model:"
-msgstr "Мадэль:"
-
-#. TRANSLATORS: time to fully charged
-#: ../src/gpm-devicekit.c:429
-msgid "Charge time:"
-msgstr "Час зарадкі:"
-
-#. TRANSLATORS: time to empty
-#: ../src/gpm-devicekit.c:435
-msgid "Discharge time:"
-msgstr "Час разрадкі:"
-
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
-#: ../src/gpm-devicekit.c:442
-msgid "Excellent"
-msgstr "Выдатная"
-
-#: ../src/gpm-devicekit.c:444
-msgid "Good"
-msgstr "Добрая"
-
-#: ../src/gpm-devicekit.c:446
-msgid "Fair"
-msgstr "Неблагая"
-
-#: ../src/gpm-devicekit.c:448
-msgid "Poor"
-msgstr "Дрэнная"
-
-#: ../src/gpm-devicekit.c:452
-msgid "Capacity:"
-msgstr "Ёмістасьць:"
-
-#: ../src/gpm-devicekit.c:458 ../src/gpm-devicekit.c:483
-msgid "Current charge:"
-msgstr "Бягучы зарад:"
-
-#: ../src/gpm-devicekit.c:464
-msgid "Last full charge:"
-msgstr "Апошняя поўная зарадка:"
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:211
+msgid "Could not get the value of the backlight"
+msgstr ""
-#: ../src/gpm-devicekit.c:470 ../src/gpm-devicekit.c:488
-msgid "Design charge:"
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:229
+msgid "Could not get the maximum value of the backlight"
msgstr ""
-#: ../src/gpm-devicekit.c:475
-msgid "Charge rate:"
-msgstr "Узровень зарадкі:"
+#. TRANSLATORS: only able to install profiles as root
+#: ../src/gpm-backlight-helper.c:246
+msgid "This program can only be used by the root user"
+msgstr ""
-#. TRANSLATORS: system power cord
-#: ../src/gpm-devicekit.c:510
-msgid "AC adapter"
-msgid_plural "AC adapters"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+#. TRANSLATORS: the program must never be directly run
+#: ../src/gpm-backlight-helper.c:255
+msgid "This program must only be run through pkexec"
+msgstr ""
-#. TRANSLATORS: laptop primary battery
-#: ../src/gpm-devicekit.c:514
-msgid "Laptop battery"
-msgid_plural "Laptop batteries"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:266
+msgid "Could not set the value of the backlight"
+msgstr ""
-#. TRANSLATORS: battery-backed AC power source
-#: ../src/gpm-devicekit.c:518
-msgid "UPS"
-msgid_plural "UPSs"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+#: ../src/gpm-common.c:53
+msgid "Unknown time"
+msgstr "Час невядомы"
-#. TRANSLATORS: a monitor is a device to measure voltage and current
-#: ../src/gpm-devicekit.c:522
-msgid "Monitor"
-msgid_plural "Monitors"
+#: ../src/gpm-common.c:58
+#, c-format
+msgid "%i minute"
+msgid_plural "%i minutes"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgstr[3] ""
-#. TRANSLATORS: wireless mice with internal batteries
-#: ../src/gpm-devicekit.c:526
-msgid "Wireless mouse"
-msgid_plural "Wireless mice"
+#: ../src/gpm-common.c:69
+#, c-format
+msgid "%i hour"
+msgid_plural "%i hours"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgstr[3] ""
-#. TRANSLATORS: wireless keyboard with internal battery
-#: ../src/gpm-devicekit.c:530
-msgid "Wireless keyboard"
-msgid_plural "Wireless keyboards"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+#. TRANSLATOR: "%i %s %i %s" are "%i hours %i minutes"
+#. * Swap order with "%2$s %2$i %1$s %1$i if needed
+#: ../src/gpm-common.c:75
+#, c-format
+msgid "%i %s %i %s"
+msgstr "%i %s %i %s"
-#. TRANSLATORS: portable device
-#: ../src/gpm-devicekit.c:534
-msgid "PDA"
-msgid_plural "PDAs"
+#: ../src/gpm-common.c:76
+msgid "hour"
+msgid_plural "hours"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgstr[3] ""
-#. TRANSLATORS: cell phone (mobile...)
-#: ../src/gpm-devicekit.c:538
-msgid "Cell phone"
-msgid_plural "Cell phones"
+#: ../src/gpm-common.c:77
+msgid "minute"
+msgid_plural "minutes"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-
-#. TRANSLATORS: battery technology
-#: ../src/gpm-devicekit.c:596
-msgid "Lithium Ion"
-msgstr ""
-
-#. TRANSLATORS: battery technology
-#: ../src/gpm-devicekit.c:600
-msgid "Lithium Polymer"
-msgstr ""
-
-#. TRANSLATORS: battery technology
-#: ../src/gpm-devicekit.c:604
-msgid "Lithium Iron Phosphate"
-msgstr ""
-
-#. TRANSLATORS: battery technology
-#: ../src/gpm-devicekit.c:608
-msgid "Lead acid"
-msgstr ""
-
-#. TRANSLATORS: battery technology
-#: ../src/gpm-devicekit.c:612
-msgid "Nickel Cadmium"
-msgstr ""
-
-#. TRANSLATORS: battery technology
-#: ../src/gpm-devicekit.c:616
-msgid "Nickel metal hydride"
-msgstr ""
-
-#. TRANSLATORS: battery technology
-#: ../src/gpm-devicekit.c:620
-msgid "Unknown technology"
-msgstr ""
+msgstr[3] ""
#. Translators: This is %i days
-#: ../src/gpm-graph-widget.c:443
+#: ../src/gpm-graph-widget.c:434
#, c-format
msgid "%id"
msgstr ""
#. Translators: This is %i days %02i hours
-#: ../src/gpm-graph-widget.c:446
+#: ../src/gpm-graph-widget.c:437
#, c-format
msgid "%id%02ih"
msgstr ""
#. Translators: This is %i hours
-#: ../src/gpm-graph-widget.c:451
+#: ../src/gpm-graph-widget.c:442
#, c-format
msgid "%ih"
msgstr ""
#. Translators: This is %i hours %02i minutes
-#: ../src/gpm-graph-widget.c:454
+#: ../src/gpm-graph-widget.c:445
#, c-format
msgid "%ih%02im"
msgstr ""
#. Translators: This is %2i minutes
-#: ../src/gpm-graph-widget.c:459
+#: ../src/gpm-graph-widget.c:450
#, c-format
msgid "%2im"
msgstr ""
#. Translators: This is %2i minutes %02i seconds
-#: ../src/gpm-graph-widget.c:462
+#: ../src/gpm-graph-widget.c:453
#, c-format
msgid "%2im%02i"
msgstr ""
#. Translators: This is %2i seconds
-#: ../src/gpm-graph-widget.c:466
+#: ../src/gpm-graph-widget.c:457
#, c-format
msgid "%2is"
msgstr ""
#. Translators: This is %i Percentage
-#: ../src/gpm-graph-widget.c:470
+#: ../src/gpm-graph-widget.c:461
#, c-format
msgid "%i%%"
msgstr ""
#. Translators: This is %.1f Watts
-#: ../src/gpm-graph-widget.c:473
+#: ../src/gpm-graph-widget.c:464
#, c-format
msgid "%.1fW"
msgstr ""
#. Translators: This is %.1f Volts
-#: ../src/gpm-graph-widget.c:478
+#: ../src/gpm-graph-widget.c:469
#, c-format
msgid "%.1fV"
msgstr ""
-#. TRANSLATORS: this is what the user should read for more information about the blanking problem (%s is a URL)
-#: ../src/gpm-idle.c:216
-#, c-format
-msgid "Please see %s for more information."
-msgstr ""
-
-#. TRANSLATORS: this is telling the user that thier X server is broken, and needs to be fixed
-#: ../src/gpm-idle.c:220
-msgid ""
-"If you can see this text, your display server is broken and you should "
-"notify your distributor."
-msgstr ""
-
-#. TRANSLATORS: this is for debugging, if the session is idle
-#: ../src/gpm-idle.c:226
-msgid "Session idle"
-msgstr "Сэанс бязьдзейнічае"
-
-#: ../src/gpm-idle.c:226
-msgid "Session active"
-msgstr "Сэанс актыўны"
-
-#. TRANSLATORS: has something inhibited the session
-#: ../src/gpm-idle.c:228
-msgid "inhibited"
-msgstr ""
-
-#: ../src/gpm-idle.c:228
-msgid "not inhibited"
-msgstr ""
-
-#. TRANSLATORS: is the screen idle or awake
-#: ../src/gpm-idle.c:230
-msgid "screen idle"
-msgstr ""
-
-#: ../src/gpm-idle.c:230
-msgid "screen awake"
-msgstr ""
-
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1467
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr ""
@@ -1371,118 +1104,128 @@ msgstr ""
msgid "Exit after the manager has loaded (for debugging)"
msgstr ""
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
-msgstr "Кіраўнік сілкаваньня MATE"
+msgstr "Кіраўнік сілкаваннем MATE"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
+msgid "Battery is very low"
+msgstr "Вельмі нізкі ўзровень батарэі"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:172
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
-msgstr "Сілкаваньне далучана"
+msgstr "Сілкаванне далучана"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:176
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
-msgstr "Сілкаваньне адлучана"
+msgstr "Сілкаванне адлучана"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:180
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr ""
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:184
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr ""
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:188
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
-msgstr "Нізкі зарад батарэі"
+msgstr "Нізкі ўзровень батарэі"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:192
-msgid "Battery is very low"
-msgstr "Вельмі нізкі зарад батарэі"
-
-#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:196
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "Батарэя поўная"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:200
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr ""
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:204
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr ""
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:208
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr ""
-#. TRANSLATORS: the action was not done
-#: ../src/gpm-manager.c:434 ../src/gpm-manager.c:470
-msgid "Action disallowed"
+#. TRANSLATORS: message text
+#: ../src/gpm-manager.c:585
+msgid "Computer failed to suspend."
msgstr ""
-#. TRANSLATORS: admin has disabled ability to do this
-#: ../src/gpm-manager.c:436
-msgid ""
-"Suspend support has been disabled. Contact your administrator for more "
-"details."
+#. TRANSLATORS: title text
+#: ../src/gpm-manager.c:587
+msgid "Failed to suspend"
msgstr ""
-#. TRANSLATORS: admin has disabled ability to do this
-#: ../src/gpm-manager.c:472
-msgid ""
-"Hibernate support has been disabled. Contact your administrator for more "
-"details."
+#. TRANSLATORS: message text
+#: ../src/gpm-manager.c:591
+msgid "Computer failed to hibernate."
+msgstr ""
+
+#. TRANSLATORS: title text
+#: ../src/gpm-manager.c:593
+msgid "Failed to hibernate"
+msgstr ""
+
+#. TRANSLATORS: message text
+#: ../src/gpm-manager.c:598
+msgid "Failure was reported as:"
+msgstr ""
+
+#. TRANSLATORS: button text, visit the suspend help website
+#: ../src/gpm-manager.c:611
+msgid "Visit help page"
msgstr ""
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:697
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr ""
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:716
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr ""
-#: ../src/gpm-manager.c:734
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr ""
-#: ../src/gpm-manager.c:772
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr ""
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1033
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr ""
-#: ../src/gpm-manager.c:1034
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"The battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
msgstr ""
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1044
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr ""
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1047
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr ""
@@ -1490,237 +1233,283 @@ msgstr ""
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1132
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr ""
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1135
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Your battery has a very low capacity (%1.1f%%), which means that it may be "
-"old or broken."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
msgstr ""
-#. TRANSLATORS: show the fully charged notification
-#: ../src/gpm-manager.c:1183
-msgid "Battery Fully Charged"
-msgid_plural "Batteries Fully Charged"
-msgstr[0] "Батарэя цалкам зараджана"
-msgstr[1] "Батарэі цалкам зараджаны"
-msgstr[2] "Батарэі цалкам зараджаны"
+#. TRANSLATORS: show the charged notification
+#: ../src/gpm-manager.c:1298
+msgid "Battery Charged"
+msgid_plural "Batteries Charged"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1224
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
-msgstr "Разрадка батарэі"
+msgstr "Батарэя садзіцца"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1227
+#: ../src/gpm-manager.c:1348
+#, c-format
+msgid "%s of battery power remaining (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: the device is discharging, but we only have a percentage
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
-msgid "%s of battery power remaining (%.1f%%)"
+msgid "%s discharging (%.0f%%)"
msgstr ""
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1230
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr ""
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1233
+#: ../src/gpm-manager.c:1360
#, c-format
-msgid "%s of UPS backup power remaining (%.1f%%)"
-msgstr ""
-
-#. TRANSLATORS: window title: there was a problem putting the machine to sleep
-#: ../src/gpm-manager.c:1301
-msgid "Sleep problem"
-msgstr ""
-
-#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:1304
-msgid "Your computer failed to suspend."
-msgstr ""
-
-#: ../src/gpm-manager.c:1304 ../src/gpm-manager.c:1308
-msgid "Check the help file for common problems."
-msgstr ""
-
-#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:1308
-msgid "Your computer failed to hibernate."
-msgstr ""
-
-#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:1322
-msgid "Visit help page"
+msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr ""
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1397
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr ""
-#. TRANSLATORS: laptop battery low, and we have more than one type of battery
-#: ../src/gpm-manager.c:1400
+#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr ""
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1406
+#: ../src/gpm-manager.c:1453
#, c-format
-msgid "Approximately <b>%s</b> remaining (%.1f%%)"
+msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr ""
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1410
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr ""
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1414
+#: ../src/gpm-manager.c:1461
#, c-format
-msgid "You have approximately <b>%s</b> of remaining UPS backup power (%.1f%%)"
+msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
msgstr ""
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1418 ../src/gpm-manager.c:1536
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr ""
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1421
+#: ../src/gpm-manager.c:1468
#, c-format
-msgid "The wireless mouse attached to this computer is low in power (%.1f%%)"
+msgid "Wireless mouse is low in power (%.0f%%)"
msgstr ""
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1425 ../src/gpm-manager.c:1544
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr ""
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1428
+#: ../src/gpm-manager.c:1475
#, c-format
-msgid ""
-"The wireless keyboard attached to this computer is low in power (%.1f%%)"
+msgid "Wireless keyboard is low in power (%.0f%%)"
msgstr ""
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1432 ../src/gpm-manager.c:1553
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr ""
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1435
+#: ../src/gpm-manager.c:1482
#, c-format
-msgid "The PDA attached to this computer is low in power (%.1f%%)"
+msgid "PDA is low in power (%.0f%%)"
msgstr ""
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1439 ../src/gpm-manager.c:1562
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr ""
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1442
+#: ../src/gpm-manager.c:1489
#, c-format
-msgid "The cell phone attached to this computer is low in power (%.1f%%)"
+msgid "Cell phone is low in power (%.0f%%)"
msgstr ""
-#. TRANSLATORS: laptop battery critically low, and only have one type of battery
-#: ../src/gpm-manager.c:1492
+#. TRANSLATORS: media player, e.g. mp3 is getting a little low
+#: ../src/gpm-manager.c:1494
+msgid "Media player battery low"
+msgstr ""
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1497
+#, c-format
+msgid "Media player is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
+msgid "Tablet battery low"
+msgstr ""
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1504
+#, c-format
+msgid "Tablet is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: computer, e.g. ipad is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
+msgid "Attached computer battery low"
+msgstr ""
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1511
+#, c-format
+msgid "Attached computer is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr ""
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1495 ../src/gpm-manager.c:1608
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
-msgstr "Крытычны стан зарадку батарэі ноўтбука"
+msgstr "Крытычны стан узроўню батарэі ноўтбука"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1507
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr ""
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1511
+#: ../src/gpm-manager.c:1576
#, c-format
-msgid "Computer will suspend in %s."
+msgid "Computer will suspend very soon unless it is plugged in."
msgstr ""
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1515
+#: ../src/gpm-manager.c:1580
#, c-format
-msgid "Computer will hibernate in %s."
+msgid "Computer will hibernate very soon unless it is plugged in."
msgstr ""
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1519
+#: ../src/gpm-manager.c:1584
#, c-format
-msgid "Computer will shutdown in %s."
+msgid "Computer will shutdown very soon unless it is plugged in."
msgstr ""
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1526 ../src/gpm-manager.c:1646
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr ""
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1530
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"You have approximately <b>%s</b> of remaining UPS power (%.1f%%). Restore AC "
-"power to your computer to avoid losing data."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
msgstr ""
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1539
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
-"The wireless mouse attached to this computer is very low in power (%.1f%%). "
-"This device will soon stop functioning if not charged."
+"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
msgstr ""
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1547
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
-"The wireless keyboard attached to this computer is very low in power (%.1f%"
-"%). This device will soon stop functioning if not charged."
+"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
msgstr ""
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1556
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"The PDA attached to this computer is very low in power (%.1f%%). This device "
-"will soon stop functioning if not charged."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
msgstr ""
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1565
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
-"Your cell phone is very low in power (%.1f%%). This device will soon stop "
+"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
msgstr ""
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1642
+#, c-format
+msgid ""
+"Media player is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr ""
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1651
+#, c-format
+msgid ""
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr ""
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1660
+#, c-format
+msgid ""
+"Attached computer is very low in power (%.0f%%). The device will soon "
+"shutdown if not charged."
+msgstr ""
+
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1617
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
msgstr ""
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1623
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
@@ -1728,107 +1517,99 @@ msgid ""
msgstr ""
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1630
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
msgstr ""
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1635
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
msgstr ""
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1655
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
msgstr ""
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1661
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
msgstr ""
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1666
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
msgstr ""
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1829
-msgid "Install problem!"
-msgstr ""
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1831
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
-msgstr "Перавагі сілкаваньня MATE"
+msgstr "Настáўленні сілкавання MATE"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
-msgstr "Выключыць"
+msgstr "Адключыць"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Прыпыніць"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Усыпіць"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
-msgstr "Ачысьціць экран"
+msgstr "Ачысціць экран"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Спытаць мяне"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Нічога не рабіць"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Ніколі"
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:446
+#. TRANSLATORS: the rate of discharge for the device
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Узровень"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
-msgstr "Зарад"
+msgstr "Энергія"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:460
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
-msgstr ""
+msgstr "Часу да 100%"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:465
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
-msgstr ""
+msgstr "Часу да 0%"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 хвілін"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 гадзіны"
+#: ../src/gpm-statistics.c:91
+msgid "6 hours"
+msgstr "6 гадзін"
+
#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 дзень"
@@ -1837,351 +1618,702 @@ msgstr "1 дзень"
msgid "1 week"
msgstr "1 тыдзень"
-#: ../src/gpm-statistics.c:100
+#. TRANSLATORS: what we've observed about the device
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
-msgstr "Профіль зарадкі"
-
-#: ../src/gpm-statistics.c:101
-msgid "Charge accuracy"
-msgstr "Дакладнасьць зарадкі"
+msgstr "Профіль насілкоўвання"
-#: ../src/gpm-statistics.c:102
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
-msgstr "Профіль разрадкі"
+msgstr "Профіль разсілкоўвання"
-#: ../src/gpm-statistics.c:103
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
+msgid "Charge accuracy"
+msgstr "Дакладнасць насілкоўвання"
+
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
-msgstr "Дакладнасьць разрадкі"
+msgstr "Дакладнасць разсілкоўвання"
-#: ../src/gpm-statistics.c:130
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Атрыбут"
-#: ../src/gpm-statistics.c:137
+#: ../src/gpm-statistics.c:140
msgid "Value"
-msgstr "Значэньне"
+msgstr "Значэнне"
-#: ../src/gpm-statistics.c:154
+#: ../src/gpm-statistics.c:157
msgid "Image"
-msgstr "Відарыс"
+msgstr "Выява"
-#: ../src/gpm-statistics.c:160
+#: ../src/gpm-statistics.c:163
msgid "Description"
-msgstr "Апісаньне"
+msgstr "Апісанне"
-#: ../src/gpm-statistics.c:179 ../src/gpm-statistics.c:402
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Тып"
-#: ../src/gpm-statistics.c:185
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "ID"
-#: ../src/gpm-statistics.c:199
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "Загад"
-#: ../src/gpm-statistics.c:303
+#. TRANSLATORS: this is when the stats time is not known
+#: ../src/gpm-statistics.c:287
+msgid "Unknown"
+msgstr ""
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:291
+#, c-format
+msgid "%.0f second"
+msgid_plural "%.0f seconds"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:296
+#, c-format
+msgid "%.1f minute"
+msgid_plural "%.1f minutes"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:301
+#, c-format
+msgid "%.1f hour"
+msgid_plural "%.1f hours"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:305
+#, c-format
+msgid "%.1f day"
+msgid_plural "%.1f days"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Так"
-#: ../src/gpm-statistics.c:303
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "Не"
-#: ../src/gpm-statistics.c:399
+#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Прылада"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Вытворца"
-#: ../src/gpm-statistics.c:406
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Мадэль"
-#: ../src/gpm-statistics.c:408
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "Завадзкі нумар"
-#: ../src/gpm-statistics.c:409
+#. TRANSLATORS: a boolean attribute that means if the device is supplying the
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
+#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr ""
-#: ../src/gpm-statistics.c:412
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] ""
msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
-#: ../src/gpm-statistics.c:413
+#. TRANSLATORS: when the device was last updated with new data. It's
+#. * usually a few seconds when a device is discharging or charging.
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr ""
-#: ../src/gpm-statistics.c:420
+#. TRANSLATORS: Present is whether the device is currently attached
+#. * to the computer, as some devices (e.g. laptop batteries) can
+#. * be removed, but still observed as devices on the system
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr ""
-#: ../src/gpm-statistics.c:424
+#. TRANSLATORS: If the device can be recharged, e.g. lithium
+#. * batteries rather than alkaline ones
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr ""
-#: ../src/gpm-statistics.c:428
+#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "Стан"
-#: ../src/gpm-statistics.c:431
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr ""
-#: ../src/gpm-statistics.c:434
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr ""
-#: ../src/gpm-statistics.c:437
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr ""
-#: ../src/gpm-statistics.c:440
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr ""
-#: ../src/gpm-statistics.c:453
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr ""
-#: ../src/gpm-statistics.c:474
+#. TRANSLATORS: the amount of charge the cell contains
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Адсоткі"
-#: ../src/gpm-statistics.c:479
+#. TRANSLATORS: the capacity of the device, which is basically a measure
+#. * of how full it can get, relative to the design capacity
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
-msgstr "Ёмістасьць"
+msgstr "Ёмістасць"
-#: ../src/gpm-statistics.c:483
+#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
+#: ../src/gpm-statistics.c:508
msgid "Technology"
-msgstr "Тэхналёгія"
+msgstr "Тэхналогія"
-#: ../src/gpm-statistics.c:485
+#. TRANSLATORS: this is when the device is plugged in, typically
+#. * only shown for the ac adaptor device
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr ""
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:801
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr ""
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:808 ../src/gpm-statistics.c:813
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Модуль ядра"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:818
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr ""
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:823
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr ""
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:828
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr ""
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:871
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr ""
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:874
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:877
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "Serial ATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:880
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr ""
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:883
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr ""
-#. TRANSLATORS: a timer is something that fires periodically
-#: ../src/gpm-statistics.c:888 ../src/gpm-statistics.c:891
-#: ../src/gpm-statistics.c:894 ../src/gpm-statistics.c:897
-#: ../src/gpm-statistics.c:900
+#. TRANSLATORS: a timer is something that fires periodically.
+#. * The parameter is a process name, e.g. "firefox-bin".
+#. * This is shown when the timer wakes up.
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr ""
-#. TRANSLATORS: this is a task that's woken up from sleeping
-#: ../src/gpm-statistics.c:903
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
+#. * This is shown when the task wakes up.
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr ""
-#. TRANSLATORS: this is a new realtime task
-#: ../src/gpm-statistics.c:906
+#. TRANSLATORS: this is the name of a new realtime task.
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr ""
-#. TRANSLATORS: this is a task thats woken to check state
-#: ../src/gpm-statistics.c:909
+#. TRANSLATORS: this is the name of a task that's woken to check state.
+#. * This is shown when the task wakes up.
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr ""
-#. TRANSLATORS: a work queue is a list of work that has to be done
-#: ../src/gpm-statistics.c:912 ../src/gpm-statistics.c:915
+#. TRANSLATORS: this is the name of a work queue.
+#. * A work queue is a list of work that has to be done.
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr ""
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:918
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr ""
-#. TRANSLATORS: activity on the USB bus
-#: ../src/gpm-statistics.c:921
+#. TRANSLATORS: this is the name of an activity on the USB bus
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr ""
-#. TRANSLATORS: we've timed out of an aligned timer
-#: ../src/gpm-statistics.c:924
+#. TRANSLATORS: we've timed out of an aligned timer, with the name
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr ""
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:927
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr ""
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:930
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr ""
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1040
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr ""
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1042
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr ""
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1044
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr ""
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1046
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr ""
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1252 ../src/gpm-statistics.c:1258
-#: ../src/gpm-statistics.c:1264 ../src/gpm-statistics.c:1270
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr ""
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1254
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr ""
-#. TRANSLATORS: this is the Y axis on the graph
-#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1260 ../src/gpm-statistics.c:1303
-#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
-#: ../src/gpm-statistics.c:1321
+#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
+#. TRANSLATORS: this is the X axis on the graph for the whole battery device
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr ""
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1266 ../src/gpm-statistics.c:1272
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr ""
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1305 ../src/gpm-statistics.c:1317
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr ""
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1311 ../src/gpm-statistics.c:1323
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr ""
+#. TRANSLATORS: show a device by default
+#: ../src/gpm-statistics.c:1557
+msgid "Select this device at startup"
+msgstr ""
+
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1743
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Працэсар"
-#: ../src/gpm-tray-icon.c:198 ../src/gpm-tray-icon.c:216
-msgid "Device information"
-msgstr "Зьвесткі аб прыладзе"
+#. preferences
+#: ../src/gpm-tray-icon.c:296
+msgid "_Preferences"
+msgstr "_Настáўленні"
-#: ../src/gpm-tray-icon.c:200
-msgid "There is no detailed information for this device"
-msgstr "Няма дэталёвае інфармацыі пра гэтую прыладу"
+#. TRANSLATORS: a phone is charging
+#. TRANSLATORS: device is charging, but we only have a percentage
+#: ../src/gpm-upower.c:221 ../src/gpm-upower.c:285
+#, c-format
+msgid "%s charging (%.1f%%)"
+msgstr ""
-#: ../src/gpm-tray-icon.c:330
-msgid "translator-credits"
+#. TRANSLATORS: The laptop battery is fully charged, and we know a time
+#: ../src/gpm-upower.c:236
+#, c-format
+msgid ""
+"Battery is fully charged.\n"
+"Provides %s laptop runtime"
msgstr ""
-"Iryna Nikanchuk <[email protected]>, 2009\n"
-"Alexander Nyakhaychyk <[email protected]>, 2009"
-#: ../src/gpm-tray-icon.c:345
-msgid "MATE Power Manager Website"
-msgstr "Старонка Кіраўніка сілкаваньнем MATE"
+#. TRANSLATORS: the device is fully charged
+#: ../src/gpm-upower.c:241
+#, c-format
+msgid "%s is fully charged"
+msgstr "%s цалкам насілкованы"
-#. preferences
-#: ../src/gpm-tray-icon.c:421
-msgid "_Preferences"
-msgstr "_Перавагі"
+#. TRANSLATORS: the device is discharging, and we have a time remaining
+#: ../src/gpm-upower.c:249
+#, c-format
+msgid "%s %s remaining (%.1f%%)"
+msgstr ""
+
+#. TRANSLATORS: the device is discharging, but we only have a percentage
+#: ../src/gpm-upower.c:254
+#, c-format
+msgid "%s discharging (%.1f%%)"
+msgstr ""
-#: ../src/gpm-tray-icon.c:435
-msgid "Power _History"
-msgstr "Гісторыя _сілкаваньня"
+#. TRANSLATORS: the device is charging, and we have a time to full and empty
+#: ../src/gpm-upower.c:268
+#, c-format
+msgid ""
+"%s %s until charged (%.1f%%)\n"
+"Provides %s battery runtime"
+msgstr ""
-#. help
-#: ../src/gpm-tray-icon.c:448
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "_Даведка"
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
+#: ../src/gpm-upower.c:279
+#, c-format
+msgid "%s %s until charged (%.1f%%)"
+msgstr "%s %s да поўнага насілкоўвання (%.1f%%)"
-#. about
-#: ../src/gpm-tray-icon.c:456
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "_Аб праграме"
+#. TRANSLATORS: this is only shown for laptops with multiple batteries
+#: ../src/gpm-upower.c:292
+#, c-format
+msgid "%s waiting to discharge (%.1f%%)"
+msgstr ""
+
+#. TRANSLATORS: this is only shown for laptops with multiple batteries
+#: ../src/gpm-upower.c:298
+#, c-format
+msgid "%s waiting to charge (%.1f%%)"
+msgstr ""
+
+#. TRANSLATORS: the type of data, e.g. Laptop battery
+#: ../src/gpm-upower.c:357
+msgid "Product:"
+msgstr "Прадукт:"
+
+#. TRANSLATORS: device is missing
+#. TRANSLATORS: device is charged
+#. TRANSLATORS: device is charging
+#. TRANSLATORS: device is discharging
+#: ../src/gpm-upower.c:361 ../src/gpm-upower.c:364 ../src/gpm-upower.c:367
+#: ../src/gpm-upower.c:370
+msgid "Status:"
+msgstr "Стан:"
+
+#: ../src/gpm-upower.c:361
+msgid "Missing"
+msgstr ""
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:364 ../src/gpm-upower.c:645
+msgid "Charged"
+msgstr "Насілкована"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:367 ../src/gpm-upower.c:633
+msgid "Charging"
+msgstr "Насілкоўваецца"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:370 ../src/gpm-upower.c:637
+msgid "Discharging"
+msgstr "Разсілкоўваецца"
+
+#. TRANSLATORS: percentage
+#: ../src/gpm-upower.c:375
+msgid "Percentage charge:"
+msgstr "Адсотак узроўню энергіі:"
+
+#. TRANSLATORS: manufacturer
+#: ../src/gpm-upower.c:379
+msgid "Vendor:"
+msgstr "Вытворца:"
+
+#. TRANSLATORS: how the battery is made, e.g. Lithium Ion
+#: ../src/gpm-upower.c:384
+msgid "Technology:"
+msgstr "Тэхналогія:"
+
+#. TRANSLATORS: serial number of the battery
+#: ../src/gpm-upower.c:388
+msgid "Serial number:"
+msgstr "Завадзкі нумар:"
+
+#. TRANSLATORS: model number of the battery
+#: ../src/gpm-upower.c:392
+msgid "Model:"
+msgstr "Мадэль:"
+
+#. TRANSLATORS: time to fully charged
+#: ../src/gpm-upower.c:397
+msgid "Charge time:"
+msgstr "Час насілкоўвання:"
+
+#. TRANSLATORS: time to empty
+#: ../src/gpm-upower.c:403
+msgid "Discharge time:"
+msgstr "Час разсілкоўвання:"
+
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
+#: ../src/gpm-upower.c:410
+msgid "Excellent"
+msgstr "Выдатная"
+
+#: ../src/gpm-upower.c:412
+msgid "Good"
+msgstr "Добрая"
+
+#: ../src/gpm-upower.c:414
+msgid "Fair"
+msgstr "Неблагая"
+
+#: ../src/gpm-upower.c:416
+msgid "Poor"
+msgstr "Дрэнная"
+
+#: ../src/gpm-upower.c:420
+msgid "Capacity:"
+msgstr "Ёмістасць:"
+
+#: ../src/gpm-upower.c:426 ../src/gpm-upower.c:451
+msgid "Current charge:"
+msgstr "Дзейны ўзровень:"
+
+#: ../src/gpm-upower.c:432
+msgid "Last full charge:"
+msgstr "Апошні поўны ўзровень:"
+
+#: ../src/gpm-upower.c:438 ../src/gpm-upower.c:456
+msgid "Design charge:"
+msgstr ""
+
+#: ../src/gpm-upower.c:443
+msgid "Charge rate:"
+msgstr "Узровень энергіі:"
+
+#. TRANSLATORS: system power cord
+#: ../src/gpm-upower.c:478
+msgid "AC adapter"
+msgid_plural "AC adapters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#. TRANSLATORS: laptop primary battery
+#: ../src/gpm-upower.c:482
+msgid "Laptop battery"
+msgid_plural "Laptop batteries"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#. TRANSLATORS: battery-backed AC power source
+#: ../src/gpm-upower.c:486
+msgid "UPS"
+msgid_plural "UPSs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#. TRANSLATORS: a monitor is a device to measure voltage and current
+#: ../src/gpm-upower.c:490
+msgid "Monitor"
+msgid_plural "Monitors"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#. TRANSLATORS: wireless mice with internal batteries
+#: ../src/gpm-upower.c:494
+msgid "Mouse"
+msgid_plural "Mice"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#. TRANSLATORS: wireless keyboard with internal battery
+#: ../src/gpm-upower.c:498
+msgid "Keyboard"
+msgid_plural "Keyboards"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#. TRANSLATORS: portable device
+#: ../src/gpm-upower.c:502
+msgid "PDA"
+msgid_plural "PDAs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#. TRANSLATORS: cell phone (mobile...)
+#: ../src/gpm-upower.c:506
+msgid "Cell phone"
+msgid_plural "Cell phones"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#. TRANSLATORS: media player, mp3 etc
+#: ../src/gpm-upower.c:511
+msgid "Media player"
+msgid_plural "Media players"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#. TRANSLATORS: tablet device
+#: ../src/gpm-upower.c:515
+msgid "Tablet"
+msgid_plural "Tablets"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#. TRANSLATORS: tablet device
+#: ../src/gpm-upower.c:519
+msgid "Computer"
+msgid_plural "Computers"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:589
+msgid "Lithium Ion"
+msgstr ""
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:593
+msgid "Lithium Polymer"
+msgstr ""
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:597
+msgid "Lithium Iron Phosphate"
+msgstr ""
-#: ../src/gpm-tray-icon.c:570
-msgid "_Suspend"
-msgstr "_Прыпыніць"
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:601
+msgid "Lead acid"
+msgstr ""
-#: ../src/gpm-tray-icon.c:580
-msgid "Hi_bernate"
-msgstr "У_сыпіць"
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:605
+msgid "Nickel Cadmium"
+msgstr ""
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:609
+msgid "Nickel metal hydride"
+msgstr ""
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:613
+msgid "Unknown technology"
+msgstr ""
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:641
+msgid "Empty"
+msgstr ""
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:649
+msgid "Waiting to charge"
+msgstr ""
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:653
+msgid "Waiting to discharge"
+msgstr ""
diff --git a/po/bg.po b/po/bg.po
index f4a33c5..4b54c47 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -1,151 +1,146 @@
-# Bulgarian translation for mate-power-manager po-file.
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the mate-power-manager package.
-# Alexander Shopov <[email protected]>, 2005, 2006, 2007, 2008, 2009, 2010.
-# Yavor Doganov <[email protected]>, 2008.
-# Damyan Ivanov <[email protected]>, 2010.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# cybercop <[email protected]>, 2013
msgid ""
msgstr ""
-"Project-Id-Version: mate-power-manager mate-2-32\n"
+"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-09-27 11:31+0300\n"
-"PO-Revision-Date: 2010-09-27 11:31+0300\n"
-"Last-Translator: Damyan Ivanov <[email protected]>\n"
-"Language-Team: Bulgarian <[email protected]>\n"
-"Language: bg\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-10-10 14:06+0000\n"
+"Last-Translator: cybercop <[email protected]>\n"
+"Language-Team: Bulgarian (http://www.transifex.com/projects/p/MATE/language/bg/)\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"
+"Language: bg\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../applets/brightness/brightness-applet.c:109
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "Аплет за захранването за управление на яркостта"
-#: ../applets/brightness/brightness-applet.c:110
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "Управление на яркостта на екрана на преносимия компютър"
-#: ../applets/brightness/brightness-applet.c:363
-#: ../applets/inhibit/inhibit-applet.c:362
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "Неуспех при свързването с управлението на захранването на MATE"
-#: ../applets/brightness/brightness-applet.c:365
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "Не може да се определи яркостта на екрана"
-#: ../applets/brightness/brightness-applet.c:367
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "Яркост на екрана: %d %%"
-#: ../applets/brightness/brightness-applet.c:752
-#: ../applets/inhibit/inhibit-applet.c:431
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
msgstr "Лиценз — ОПЛ на GNU (GNU General Public License), версия 2"
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"Тази програма (Управление на захранването на MATE) е свободен\n"
-"софтуер. Можете да я разпространявате и/или променяте под\n"
-"условията на Общия публичен лиценз на GNU (GNU GPL), както е\n"
-"публикуван от Фондацията за свободен софтуер — версия 2 на\n"
-"лиценза или (по ваше решение) по-късна версия."
+msgstr "Тази програма (Управление на захранването на MATE) е свободен\nсофтуер. Можете да я разпространявате и/или променяте под\nусловията на Общия публичен лиценз на GNU (GNU GPL), както е\nпубликуван от Фондацията за свободен софтуер — версия 2 на\nлиценза или (по ваше решение) по-късна версия."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Тази програма се разпространява с надеждата, че ще бъде полезна,\n"
-"но БЕЗ НИКАКВИ ГАРАНЦИИ, дори и косвените за ПРОДАЖБА или\n"
-"СЪОТВЕТСТВИЕ С КАКВАТО И ДА Е УПОТРЕБА. За подробности погледнете\n"
-"Общия публичен лиценз на GNU."
+msgstr "Тази програма се разпространява с надеждата, че ще бъде полезна,\nно БЕЗ НИКАКВИ ГАРАНЦИИ, дори и косвените за ПРОДАЖБА или\nСЪОТВЕТСТВИЕ С КАКВАТО И ДА Е УПОТРЕБА. За подробности погледнете\nОбщия публичен лиценз на GNU."
-#: ../applets/brightness/brightness-applet.c:761
-#: ../applets/inhibit/inhibit-applet.c:440
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"Трябва да сте получили копие от Общия публичен лиценз на GNU (GNU\n"
-"GPL) заедно с тази програма. Ако не сте, пишете до Free Software\n"
-"Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,\n"
-"USA."
+msgstr "Трябва да сте получили копие от Общия публичен лиценз на GNU (GNU\nGPL) заедно с тази програма. Ако не сте, пишете до Free Software\nFoundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301,\nUSA."
-#: ../applets/brightness/brightness-applet.c:775
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Авторски права © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Управление на яркостта на екрана на преносимия компютър"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "_Относно"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Аплет за яркостта"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "Помо_щ"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Фабрика за аплета за управлението на яркостта"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Фабрика за аплета за управлението на яркостта"
-#: ../applets/inhibit/inhibit-applet.c:95
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Аплет за яркостта"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Управление на яркостта на екрана на преносимия компютър"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "Аплет за предотвратяването на автоматичното енергоспестяване"
-#: ../applets/inhibit/inhibit-applet.c:96
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
-msgstr ""
-"Позволява на потребителя да предотврати автоматичното енергоспестяване."
+msgstr "Позволява на потребителя да предотврати автоматичното енергоспестяване."
-#: ../applets/inhibit/inhibit-applet.c:365
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "Автоматичното приспиване е изключено"
-#: ../applets/inhibit/inhibit-applet.c:367
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "Автоматичното приспиване е включено"
-#: ../applets/inhibit/inhibit-applet.c:395
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "Ръчно предотвратяване"
-#: ../applets/inhibit/inhibit-applet.c:454
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Авторски права © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "Позволява на потребителя да предотврати автоматичното енергоспестяване"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Фабрика за аплета за предотвратяването"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Фабрика за аплета за предотвратяването"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "Аплет за предотвратяване"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Фабрика за аплета за предотвратяването"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Позволява на потребителя да предотврати автоматичното енергоспестяване"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -155,982 +150,835 @@ msgstr "Управление на захранването"
msgid "Power management daemon"
msgstr "Демон за управление на захранването"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Разрешаване на управлението на осветеността на екрана"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Дали компютърът да се приспива, дълбоко да се приспива или нищо да не се прави, когато компютърът бездейства"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
+msgid ""
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:2
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
msgid "Battery critical low action"
msgstr "Действие при критично ниско ниво на батерията"
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "Проверка на натоварването на процесора преди приспиване"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr ""
-"Затъмняване на екрана след период на бездействие и захранване от ел. мрежа"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "Действие, което да се предприеме при критично ниско ниво на батерията."
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr ""
-"Затъмняване на екрана след период на бездействие и захранване от батерии"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
+msgid ""
+"If the battery event should occur when the lid is shut and the power "
+"disconnected"
+msgstr "Дали да се подаде събитие свързано с батерията, когато екранът е затворен и се прекъсне връзката с ел. мрежа"
-#: ../data/mate-power-manager.schemas.in.h:6
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"Настройки на иконата за известяване. Възможни стойности са „never“ (никога), "
-"„low“ (при ниско ниво), „critical“ (при критично ниско ниво), „charge“ (при "
-"зареждане), „present“ (при наличие) и „always“ (винаги)."
+"If the battery lid close event should occur (for example 'Suspend when lid "
+"closed on battery') when the lid is previously shut and the AC power "
+"disconnected at a later time."
+msgstr "Дали да се изпълнява действието при затваряне на екрана (напр. „Приспиване при затваряне на екрана и захранване от батерии“, когато първо се затваря екрана, а захранването от ел. мрежа след това се прекъсне."
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Действие на бутона за дълбоко приспиване"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "Действие при критично ниско ниво на непрекъсваемото токозахранване"
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr ""
-"Дали да се предупреждава след неуспех да се приспи или дълбоко да се приспи "
-"компютъра."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "Действие, което да се предприеме при критично ниско ниво на UPS устройството."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "Действие при ниско ниво на непрекъсваемото токозахранване"
-#: ../data/mate-power-manager.schemas.in.h:9
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "Действие, което да се предприеме при ниско ниво на UPS устройството."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Разрешаване на управлението на осветеността на екрана"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr "Дали да се предупреждава при пълното зареждане на батерията."
+"If the screen brightness should be changed when switching between AC and "
+"battery power."
+msgstr "Дали яркостта на екрана да се променя, когато компютърът преминава от захранване от ел. мрежа към батерии и обратно."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "Затъмняване на екрана при захранване от батерии"
-#: ../data/mate-power-manager.schemas.in.h:10
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr "Дали да се предупреждава при нисък заряд на батерията."
+"If the screen should be reduced in brightness when the computer is on "
+"battery power."
+msgstr "Дали екранът на компютъра да бъде затъмнен, когато компютърът се захранва от батерии."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "Яркост на екрана при бездействие"
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
+msgid ""
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
msgstr ""
-"Дали елементите за настройките и статистиката да се показват в контекстното "
-"меню"
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "Дали да се използват звуци"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Затъмняване на екрана след период на бездействие и захранване от батерии"
-#: ../data/mate-power-manager.schemas.in.h:13
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"Дали да се използват звуци, за да се известява за критично ниско ниво на "
-"мощността или за случаите, когато заявки за предотвратяване са спрели "
-"действие по политиката."
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "Дали екранът на компютъра да бъде затъмнен, за да се спести енергия, когато компютърът бездейства и се захранва от батерии."
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr ""
-"Проверка на натоварването на процесора преди извършване на действие за "
-"състоянието на бездействие."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "Стандартното време за бездействие, след което екранът да се затъмни"
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "Стандартното време за бездействие, след което екранът да се затъмни."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
+msgid "LCD dimming amount when on battery"
+msgstr "Затъмняване на екрана при захранване от батерии"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
msgid ""
-"If the battery event should occur when the lid is shut and the power "
-"disconnected"
-msgstr ""
-"Дали да се подаде събитие свързано с батерията, когато екранът е затворен и "
-"се прекъсне връзката с ел. мрежа"
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "Затъмняване на екрана при захранване от батерии. Възможните стойности са между 0 и 100."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Затъмняване на екрана след период на бездействие и захранване от ел. мрежа"
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
msgid ""
-"If the battery lid close event should occur (for example 'Suspend when lid "
-"closed on battery') when the lid is previously shut and the AC power "
-"disconnected at a later time."
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "Дали екранът на компютъра да бъде затъмнен, за да се спести енергия, когато компютърът бездейства и се захранва от ел. мрежа."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
+msgid "Method used to blank screen on AC"
+msgstr "Метод за изчистване на екрана при захранване от ел. мрежа"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
msgstr ""
-"Дали да се изпълнява действието при затваряне на екрана (напр. „Приспиване "
-"при затваряне на екрана и захранване от батерии“, когато първо се затваря "
-"екрана, а захранването от ел. мрежа след това се прекъсне."
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
+msgid "Method used to blank screen on battery"
+msgstr "Метод за изчистване на екрана при захранване от батерии"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
msgstr ""
-"Дали заученият профил да се използва за изчисляване на оставащото време"
-#: ../data/mate-power-manager.schemas.in.h:18
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "Яркост на екрана при захранване от ел. мрежа"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
msgstr ""
-"Дали заученият профил да се използва за изчисляване на оставащото време. Да "
-"се изключва само при изчистване на грешки."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Действие на бутона за приспиване"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
msgstr ""
-"Дали да се включи режим на енергоспестяване при захранване от ел. мрежа"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr "Дали да се включи режим на енергоспестяване при захранване от батерии"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Действие на бутона за дълбоко приспиване"
-#: ../data/mate-power-manager.schemas.in.h:21
-msgid ""
-"If the screen brightness should be changed when switching between AC and "
-"battery power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
msgstr ""
-"Дали яркостта на екрана да се променя, когато компютърът преминава от "
-"захранване от ел. мрежа към батерии и обратно."
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
-msgstr ""
-"Дали екранът на компютъра да бъде затъмнен, за да се спести енергия, когато "
-"компютърът бездейства и се захранва от ел. мрежа."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
+msgid "Power button action"
+msgstr "Действие на бутона за включване/изключване"
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
msgstr ""
-"Дали екранът на компютъра да бъде затъмнен, за да се спести енергия, когато "
-"компютърът бездейства и се захранва от батерии."
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "Действие при затваряне на екрана и захранване от батерии"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
msgid ""
-"If the screen should be reduced in brightness when the computer is on "
+"The action to take when the laptop lid is closed and the laptop is on "
"battery power."
msgstr ""
-"Дали екранът на компютъра да бъде затъмнен, когато компютърът се захранва от "
-"батерии."
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr ""
-"Дали да се включи режим на енергоспестяване при захранване от ел. мрежа."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "Действие при затваряне на екрана и захранване от ел. мрежа"
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr "Дали да се включи режим на енергоспестяване при захранване от батерии."
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr "Дали да се предупреждава при махането на адаптера за ел. мрежа"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Дали да се ползва уведомяване по време"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
msgid ""
"If time based notifications should be used. If set to false, then the "
"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"Дали да се ползва известяване базирано на време. Ако е лъжа, ще се ползва "
-"процентът на заряда, което може да помогне при лошо функциониращ BIOS с ACPI."
+msgstr "Дали да се ползва известяване базирано на време. Ако е лъжа, ще се ползва процентът на заряда, което може да помогне при лошо функциониращ BIOS с ACPI."
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr ""
-"Дали предупреждението за нисък заряд да се показва при повредени батерии"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Проверка на натоварването на процесора преди приспиване"
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr ""
-"Дали предупреждението за нисък заряд да се показва при повредени батерии."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "Проверка на натоварването на процесора преди извършване на действие за състоянието на бездействие."
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
msgstr ""
-"Дали за повредени батерии да се показва предупреждението за батерии обявени "
-"за връщане."
-#: ../data/mate-power-manager.schemas.in.h:32
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr ""
-"Дали за повредени батерии да се показва предупреждението за батерии обявени "
-"за връщане. Задайте това да е лъжа, само ако сте сигурни, че батерията ви е "
-"наред."
-
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "Яркост на екрана при захранване от ел. мрежа"
-
-#: ../data/mate-power-manager.schemas.in.h:34
-msgid "LCD dimming amount when on battery"
-msgstr "Затъмняване на екрана при захранване от батерии"
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "Дали програмата NetworkManager трябва да прекъсва връзките при приспиване или дълбоко приспиване и наново да ги установява при събуждане."
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "Действие при затваряне на екрана и захранване от батерии"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Използване на настройките на заключването на mate-screensaver"
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr "Действие при затваряне на екрана и захранване от ел. мрежа"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
+msgid ""
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "Дали да се използва настройката в mate-screensaver, за да се реши дали екранът да се заключва след приспиване, дълбоко приспиване на компютъра или изчистване на екрана."
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "Заключване на ключодържателя на MATE при приспиване"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "Заключване на екрана при изчистването му"
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Заключване на екрана при дълбоко приспиване"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
+msgid ""
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:39
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
msgid "Lock screen on suspend"
msgstr "Заключване на екрана при приспиване"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "Заключване на екрана при изчистването му"
-
-#: ../data/mate-power-manager.schemas.in.h:41
-msgid "Method used to blank screen on AC"
-msgstr "Метод за изчистване на екрана при захранване от ел. мрежа"
-
-#: ../data/mate-power-manager.schemas.in.h:42
-msgid "Method used to blank screen on battery"
-msgstr "Метод за изчистване на екрана при захранване от батерии"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
+msgid ""
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Уведомяване при ниско ниво"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Заключване на екрана при дълбоко приспиване"
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Уведомяване при неуспех при приспиване"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
+msgid ""
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Уведомяване при изключването на адаптера за ел. мрежа"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "Заключване на ключодържателя на MATE при приспиване"
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Уведомяване при пълно зареждане на батериите"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
+msgid ""
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "Дали ключодържателят на MATE се заключва при приспиване на компютъра. Това означава, че при събуждането ключодържателят ще трябва да бъде отключен."
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "Предприето е действие при достигане на процент заряд"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
+msgid ""
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "Дали ключодържателят на MATE се заключва при дълбоко приспиване на компютъра. Това означава, че при събуждането ключодържателят ще трябва да бъде отключен."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Зарядът, който се счита за критично нисък"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "Дали да се включи режим на енергоспестяване при захранване от ел. мрежа"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Зарядът, който се счита за нисък"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "Дали да се включи режим на енергоспестяване при захранване от ел. мрежа."
-#: ../data/mate-power-manager.schemas.in.h:50
-msgid "Power button action"
-msgstr "Действие на бутона за включване/изключване"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "Дали да се включи режим на енергоспестяване при захранване от батерии"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "Затъмняване на екрана при захранване от батерии"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
+msgid ""
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "Дали да се включи режим на енергоспестяване при захранване от батерии."
-#: ../data/mate-power-manager.schemas.in.h:52
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
msgid "Seconds of inactivity to spin down when on AC"
-msgstr ""
-"Секунди бездействие, след които да се спре диска при захранване от ел. мрежа"
+msgstr "Секунди бездействие, след които да се спре диска при захранване от ел. мрежа"
-#: ../data/mate-power-manager.schemas.in.h:53
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "Брой секунди бездействие за изключване на твърдите дискове при захранване от ел. мрежа."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
msgid "Seconds of inactivity to spin down when on battery"
-msgstr ""
-"Секунди бездействие, след които да се спре диска при захранване от батерии"
+msgstr "Секунди бездействие, след които да се спре диска при захранване от батерии"
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr "Време за предотвратяване на приспиването при захранване от ел. мрежа"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "Брой секунди бездействие за изключване на твърдите дискове при захранване от батерии."
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr ""
-"Време за предотвратяване на приспиването при захранване от непрекъсваемо "
-"токозахранване"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "Дали за повредени батерии да се показва предупреждението за батерии обявени за връщане."
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "Време за предотвратяване на приспиването при захранване от батерии"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
+msgid ""
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "Дали за повредени батерии да се показва предупреждението за батерии обявени за връщане. Задайте това да е лъжа, само ако сте сигурни, че батерията ви е наред."
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr ""
-"Време за предотвратяване на изключването на екрана при захранване от ел. "
-"мрежа"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "Дали предупреждението за нисък заряд да се показва при повредени батерии"
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr ""
-"Време за предотвратяване на изключването на екрана при захранване от "
-"непрекъсваемо токозахранване"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "Дали предупреждението за нисък заряд да се показва при повредени батерии."
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr ""
-"Време за предотвратяване на изключването на екрана при захранване от батерии"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Уведомяване при изключването на адаптера за ел. мрежа"
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Действие на бутона за приспиване"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "Дали да се предупреждава при махането на адаптера за ел. мрежа"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Уведомяване при пълно зареждане на батериите"
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"Методът от управлението на захранването на екрана за изчистването му при "
-"захранване от ел. мрежа. Възможните стойности са „standby“ (в режим "
-"готовност), „suspend“ (приспиване) и „off“ (изключване)."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "Дали да се предупреждава при пълното зареждане на батерията."
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Уведомяване при неуспех при приспиване"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"Методът от управлението на захранването на екрана за изчистването му при "
-"захранване от батерии. Възможните стойности са „standby“ (в режим "
-"готовност), „suspend“ (приспиване) и „off“ (изключване)."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "Дали да се предупреждава след неуспех да се приспи или дълбоко да се приспи компютъра."
-#: ../data/mate-power-manager.schemas.in.h:63
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
msgid "The URI to show to the user on sleep failure"
msgstr "Адресът, който да се покаже след неуспешно приспиване"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Действие при критично ниско ниво на непрекъсваемото токозахранване. "
-"Възможните стойности са „hibernate“ (дълбоко приспиване), "
-"„suspend“ (приспиване), „shutdown“ (изключване) и „nothing“ (нищо)."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "При неуспешно приспиване на потребителя може да бъде показан бутон към помощ за справяне със ситуацията. Ако нищо не е попълнено тук, няма да се показва бутон."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Действие при ниско ниво на непрекъсваемото токозахранване. Възможните "
-"стойности са „hibernate“ (дълбоко приспиване), „suspend“ (приспиване), "
-"„shutdown“ (изключване) и „nothing“ (нищо)."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Уведомяване при ниско ниво"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Действие при критично ниско ниво на батериите. Възможните стойности са "
-"„hibernate“ (дълбоко приспиване), „suspend“ (приспиване), "
-"„shutdown“ (изключване) и „nothing“ (нищо)."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "Дали да се предупреждава при нисък заряд на батерията."
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
msgstr ""
-"Действие при затваряне на екрана и ползване на захранване от ел. мрежа. "
-"Възможните стойности са „suspend“ (приспиване), „hibernate“ (дълбоко "
-"приспиване), „blank“ (изчистване) и „nothing“ (нищо)."
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
+"Whether we should show the history data points in the statistics window."
msgstr ""
-"Действие при затваряне на екрана и ползване на захранване от батерии. "
-"Възможните стойности са „suspend“ (приспиване), „hibernate“ (дълбоко "
-"приспиване), „blank“ (изчистване) и „nothing“ (нищо)."
-#: ../data/mate-power-manager.schemas.in.h:69
-msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
msgstr ""
-"Действие при натискане на бутона за дълбоко приспиване на системата. "
-"Възможните стойности са „suspend“ (приспиване), „hibernate“ (дълбоко "
-"приспиване), „interactive“ (запитване), „shutdown“ (изключване) и "
-"„nothing“ (нищо)."
-#: ../data/mate-power-manager.schemas.in.h:70
-msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
msgstr ""
-"Действие при натискане на бутона за включване/изключване на системата. "
-"Възможните стойности са „suspend“ (приспиване), „hibernate“ (дълбоко "
-"приспиване), „interactive“ (запитване), „shutdown“ (изключване) и "
-"„nothing“ (нищо)."
-#: ../data/mate-power-manager.schemas.in.h:71
-msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
msgstr ""
-"Действие при натискане на бутона за приспиване на системата. Възможните "
-"стойности са „suspend“ (приспиване), „hibernate“ (дълбоко приспиване), "
-"„interactive“ (запитване), „shutdown“ (изключване) и „nothing“ (нищо)."
-#: ../data/mate-power-manager.schemas.in.h:72
-msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
msgstr ""
-"Колко секунди да се изчакат преди изгасяне на екрана, когато компютърът се "
-"захранва от ел. мрежа."
-#: ../data/mate-power-manager.schemas.in.h:73
-msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
msgstr ""
-"Колко секунди да се изчакат преди приспиване на компютъра, когато компютърът "
-"се захранва от ел. мрежа и бездейства."
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
+"The maximum duration of time displayed on the x-axis of the history graph."
msgstr ""
-"Колко секунди да се изчакат преди приспиване на компютъра, когато компютърът "
-"се захранва от непрекъсваемо токозахранване."
-#: ../data/mate-power-manager.schemas.in.h:75
-msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
msgstr ""
-"Колко секунди да се изчакат преди изгасяне на екрана, когато компютърът се "
-"захранва от непрекъсваемо токозахранване."
-#: ../data/mate-power-manager.schemas.in.h:76
-msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
msgstr ""
-"Колко секунди да се изчакат преди приспиване на компютъра, когато компютърът "
-"се захранва от батерии и бездейства."
-#: ../data/mate-power-manager.schemas.in.h:77
-msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
msgstr ""
-"Колко секунди да се изчакат преди изгасяне на екрана, когато компютърът се "
-"захранва от батерии."
-#: ../data/mate-power-manager.schemas.in.h:78
-msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
msgstr ""
-"Затъмняване на екрана при захранване от батерии. Възможните стойности са "
-"между 0 и 100."
-#: ../data/mate-power-manager.schemas.in.h:79
-msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
msgstr ""
-"Яркост на екрана при захранване от ел. мрежа. Възможните стойности са между "
-"0 и 100."
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "Яркост на екрана при бездействие"
-
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr "Стандартното време за бездействие, след което екранът да се затъмни"
-
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr "Стандартното време за бездействие, след което екранът да се затъмни."
-
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version"
-msgstr "Версията на стандартната конфигурация"
-
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "Стандартен вид на графиката в прозореца за статистика"
-
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr "Стандартен вид на графиката в прозореца за статистика."
-
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "Максималната продължителност време показвана на оста X на графиката."
-
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "Максималното време показвано на графиката"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:88
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
msgstr ""
-"Брой секунди бездействие за изключване на твърдите дискове при захранване от "
-"ел. мрежа."
-#: ../data/mate-power-manager.schemas.in.h:89
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
msgstr ""
-"Брой секунди бездействие за изключване на твърдите дискове при захранване от "
-"батерии."
-#: ../data/mate-power-manager.schemas.in.h:90
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "ID на последното избрано устройство"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
+"The identifier of the last device which is used to return focus to the "
+"correct device."
msgstr ""
-"Процентът на заряд на батерията, който се счита за критично нисък. Тази "
-"стойност е валидна, само ако „use_time_for_policy“ е лъжа."
-#: ../data/mate-power-manager.schemas.in.h:91
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Зарядът, който се счита за нисък"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
+"use-time-for-policy is false."
msgstr ""
-"Процентът на заряд на батерията, който се счита за нисък. Тази стойност е "
-"валидна, само ако „use_time_for_policy“ е лъжа."
-#: ../data/mate-power-manager.schemas.in.h:92
-msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"Процентът на заряд на батерията, когато се предприема действие за критично "
-"нисък заряд. Тази стойност е валидна, само ако „use_time_for_policy“ е лъжа."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Зарядът, който се счита за критично нисък"
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
msgstr ""
-"Оставащото време на батерията в секунди, когато се предприема действие за "
-"критично нисък заряд. Тази стойност е валидна, само ако "
-"„use_time_for_policy“ е лъжа."
-#: ../data/mate-power-manager.schemas.in.h:94
-msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Оставащото време на батерията в секунди, което се счита за критично ниско. "
-"Тази стойност е валидна, само ако „use_time_for_policy“ е лъжа."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "Предприето е действие при достигане на процент заряд"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
msgstr ""
-"Оставащото време на батерията в секунди, което се счита за ниско. Тази "
-"стойност е валидна, само ако „use_time_for_policy“ е лъжа."
-
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "Оставащото време при предприемане на действие"
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "Оставащото време, за да е критично ниско"
-
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr "Оставащото време, за да е ниско"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
msgstr ""
-"Видът на приспиването при бездействие на компютъра. Възможните стойности са "
-"„hibernate“ (дълбоко приспиване), „suspend“ (приспиване) и „nothing“ (нищо)."
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"Версията на инсталираната схема. Не редактирайте тази стойност! Тя се "
-"използва, за да се откриват разликите между версиите на настройките."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "Оставащото време, за да е критично ниско"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
msgstr ""
-"Яркост на екрана на преносимия компютър при бездействие. Тази стойност е "
-"валидна, само ако „use_time_for_policy“ е истина."
-
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "Действие при критично ниско ниво на непрекъсваемото токозахранване"
-
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "Действие при ниско ниво на непрекъсваемото токозахранване"
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "Използване на настройките на заключването на mate-screensaver"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "Оставащото време при предприемане на действие"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
msgstr ""
-"При неуспешно приспиване на потребителя може да бъде показан бутон към помощ "
-"за справяне със ситуацията. Ако нищо не е попълнено тук, няма да се показва "
-"бутон."
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "Кога да се показва иконата за уведомяване"
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr ""
-"Дали програмата NetworkManager трябва да прекъсва връзките при приспиване и "
-"да ги възстановява при събуждане."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Време за предотвратяване на приспиването при захранване от батерии"
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"Дали програмата NetworkManager трябва да прекъсва връзките при приспиване "
-"или дълбоко приспиване и наново да ги установява при събуждане."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "Колко секунди да се изчакат преди приспиване на компютъра, когато компютърът се захранва от батерии и бездейства."
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"Дали ключодържателят на MATE се заключва при дълбоко приспиване на "
-"компютъра. Това означава, че при събуждането ключодържателят ще трябва да "
-"бъде отключен."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Време за предотвратяване на приспиването при захранване от ел. мрежа"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"Дали ключодържателят на MATE се заключва при приспиване на компютъра. Това "
-"означава, че при събуждането ключодържателят ще трябва да бъде отключен."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "Колко секунди да се изчакат преди приспиване на компютъра, когато компютърът се захранва от ел. мрежа и бездейства."
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"Дали екранът се заключва след като компютърът се събуди от дълбоко "
-"приспиване. Използва се, само когато „lock_use_screensaver_settings“ е лъжа."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Време за предотвратяване на приспиването при захранване от непрекъсваемо токозахранване"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"Дали екранът се заключва след като компютърът се събуди от приспиване. "
-"Използва се, само когато „lock_use_screensaver_settings“ е лъжа."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "Колко секунди да се изчакат преди приспиване на компютъра, когато компютърът се захранва от непрекъсваемо токозахранване."
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Време за предотвратяване на изключването на екрана при захранване от ел. мрежа"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"Дали екранът се заключва след като бъде изгасен. Използва се, само когато "
-"„lock_use_screensaver_settings“ е лъжа."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "Колко секунди да се изчакат преди изгасяне на екрана, когато компютърът се захранва от ел. мрежа."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr ""
-"Дали компютърът да се приспива, дълбоко да се приспива или нищо да не се "
-"прави, когато компютърът бездейства"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Време за предотвратяване на изключването на екрана при захранване от батерии"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"Дали да се използва настройката в mate-screensaver, за да се реши дали "
-"екранът да се заключва след приспиване, дълбоко приспиване на компютъра или "
-"изчистване на екрана."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "Колко секунди да се изчакат преди изгасяне на екрана, когато компютърът се захранва от батерии."
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "Дали да се ползва уведомяване по време"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Време за предотвратяване на изключването на екрана при захранване от непрекъсваемо токозахранване"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "Дали етикетите на осите да се показват в прозореца със статистиката"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "Колко секунди да се изчакат преди изгасяне на екрана, когато компютърът се захранва от непрекъсваемо токозахранване."
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "Дали етикетите на осите да се показват в прозореца със статистиката."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "Дали да се използват звуци"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Дали събитията да се показват в прозореца със статистиката"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "Дали да се използват звуци, за да се известява за критично ниско ниво на мощността или за случаите, когато заявки за предотвратяване са спрели действие по политиката."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Дали събитията да се показват в прозореца със статистиката."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "Дали елементите за настройките и статистиката да се показват в контекстното меню"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "Дали данните да се заглаждат в прозореца със статистиката"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "Кога да се показва иконата за уведомяване"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "Дали данните да се заглаждат в прозореца със статистиката."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "Покажи опциите на иконата за уведомяване."
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Настройки на управлението на захранването"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "Управление на захранването"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Спазване на управлението на захранването"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Настройки на управлението на захранването"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1092
-#: ../src/gpm-statistics.c:1567
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "Статистика на захранването"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Спазване на управлението на захранването"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "Яркост"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "Период с данни:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Подробности"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "Вид графика:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "История"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "Период с данни:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "Събуждания на процесора в секунда"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "Няма данни за показване."
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Използване на загладена линия"
+
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "Показване на точките с данни"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "История"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Статистика"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "Няма данни за показване."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "Събуждания на процесора в секунда"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Използване на загладена линия"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "Събуждания"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Настройки на управлението на захранването"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Действия</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "Приспиване на _компютъра след бездействие от:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "При _затваряне на екрана:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "_Изключване на твърдите дискове при възможност"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>Визуализация</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Област за уведомяване</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Изгасяне на _екрана след бездействие от:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "Спира програмата"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "_Задаване на яркостта на екрана:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "За_тъмняване на екрана при бездействие"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "Общи"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "Да е стандартно"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "От ел. мрежа"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "От батерии"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "От непрекъсваемото токозахранване"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "Показване на икона само при _наличие на батерии"
-
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "Показване на икона само при зареждане или _разреждане"
-
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "Настройки на управлението на захранването"
-
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "Показва помощта на програмата"
-
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "Изгасяне на _екрана след бездействие от:"
-
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "Приспиване на _компютъра след бездействие от:"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "При критично ниско ниво на _батериите:"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "_Задаване на яркостта на екрана:"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "_Затъмняване на екрана"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "Задаване на тази политика за всички потребители"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "От батерии"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "_Изключване на твърдите дискове при възможност"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "При _ниско ниво на непрекъсваемото токозахранване:"
-#: ../data/gpm-prefs.ui.h:20
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
msgid "When UPS power is _critically low:"
msgstr "При _критично ниско ниво на непрекъсваемото токозахранване:"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "При _ниско ниво на непрекъсваемото токозахранване:"
-
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "При критично ниско ниво на _батериите:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "От непрекъсваемото токозахранване"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "При _затваряне на екрана:"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "При натискане на _бутона за включване/изключване:"
-#: ../data/gpm-prefs.ui.h:24
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
msgid "When the _suspend button is pressed:"
msgstr "При н_атискане на бутона за приспиване:"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "При натискане на _бутона за включване/изключване:"
-
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "В_инаги да се показва икона"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Област за уведомяване</b>"
-#: ../data/gpm-prefs.ui.h:27
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
msgid "_Never display an icon"
msgstr "_Никога да не се показва икона"
-#: ../data/gpm-prefs.ui.h:28
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
msgid "_Only display an icon when battery power is low"
msgstr "Показване само при _ниско ниво на батериите"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "_Затъмняване на екрана"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "Показване на икона само при зареждане или _разреждане"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "Показване на икона само при _наличие на батерии"
+
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "В_инаги да се показва икона"
+
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "Общи"
+
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "Показва помощта на програмата"
+
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Да е стандартно"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "Задаване на тази политика за всички потребители"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "Спира програмата"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
msgstr "Промяна на осветеността на екрана"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
msgstr "Получаване на осветеността на екрана"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
msgstr "Получаване на броя на възможните нива на осветеност"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
msgstr "Помощник за подсветката към управлението на захранването на MATE"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
msgstr "Не е указана правилна настройка"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
msgstr "В системата не са открити устройства с подсветка"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
msgstr "Неуспех при получаване на степента на осветеност"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
msgstr "Неуспех при получаване на максималната стойност за осветеността"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
msgstr "Тази програма може да се използва само от системния администратор"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
msgstr "Тази програма трябва да се изпълнява само чрез pkexec"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
msgstr "Неуспешна промяна на осветеността"
@@ -1232,157 +1080,144 @@ msgid "%.1fV"
msgstr "%.1f V"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1547
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
-msgstr ""
-"Допълнителна информация за изчистване на\n"
-" грешки"
+msgstr "Допълнителна информация за изчистване на\n грешки"
#: ../src/gpm-main.c:173
msgid "Show version of installed program and exit"
-msgstr ""
-"Показване на версията на инсталираната\n"
-" програма и спиране на програмата"
+msgstr "Показване на версията на инсталираната\n програма и спиране на програмата"
#: ../src/gpm-main.c:175
msgid "Exit after a small delay (for debugging)"
-msgstr ""
-"Изход след малко забавяне (за изчистване на\n"
-" грешки)"
+msgstr "Изход след малко забавяне (за изчистване на\n грешки)"
#: ../src/gpm-main.c:177
msgid "Exit after the manager has loaded (for debugging)"
-msgstr ""
-"Изход след зареждане на управлението (за\n"
-" изчистване на грешки)"
+msgstr "Изход след зареждане на управлението (за\n изчистване на грешки)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "Управление на захранването на MATE"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:223 ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "Критично ниско ниво на батерията"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "Включване на електрическото захранване"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "Изключване на електрическото захранване"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "Отваряне на екрана"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "Затваряне на екрана"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "Ниско ниво на батерията"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "Батерията е заредена"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "Начало на приспиване"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "Събуждане"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:309
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "Неуспешно приспиване"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:579
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
msgstr "Неуспех при приспиване на компютъра."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:581
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "Неуспешно приспиване"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:585
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
msgstr "Неуспех при дълбоко приспиване на компютъра."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:587
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "Неуспешно дълбоко приспиване"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:592
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
msgstr "Докладваната грешка е:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:605
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "Погледнете страницата с помощта"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:868
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "Управлението на захранването на екрана е включено"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:887
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "От батерии"
-#: ../src/gpm-manager.c:905
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "Екранът е затворен"
-#: ../src/gpm-manager.c:943
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "Информация за заряда"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1191
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "Батериите ви може да са обявени за връщане"
-#: ../src/gpm-manager.c:1192
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"A battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"Батерията на компютъра може да е обявена за връщане от %s, възможно е да сте "
-"изложени на риск.\n"
-"\n"
-"За повече информация посетете сайта за връщане на батерии."
+msgstr "Батерията на компютъра може да е обявена за връщане от %s, възможно е да сте изложени на риск.\n\nЗа повече информация посетете сайта за връщане на батерии."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1202
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "Посещаване на сайта за връщане на батерии"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1205
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "Това да не се показва отново"
@@ -1390,490 +1225,443 @@ msgstr "Това да не се показва отново"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1290
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "Батериите ви може да са повредени"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1293
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Battery has a very low capacity (%1.1f%%), which means that it may be old or "
-"broken."
-msgstr ""
-"Батерията има много нисък капацитет (%1.1f %%), което означава, че може да е "
-"остаряла или повредена."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "Батерията има много нисък капацитет (%1.1f %%), което означава, че може да е остаряла или повредена."
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1342
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
msgstr[0] "Батерията е напълно заредена"
msgstr[1] "Батериите са напълно заредени"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1388
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "Батериите се разреждат"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1392
+#: ../src/gpm-manager.c:1348
#, c-format
msgid "%s of battery power remaining (%.0f%%)"
msgstr "Остават %s работа от батерии (%.0f %%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1395 ../src/gpm-manager.c:1407
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
msgid "%s discharging (%.0f%%)"
msgstr "%s се разрежда (%.0f %%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1400
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "Разреждане на непрекъсваемото токозахранване"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1404
+#: ../src/gpm-manager.c:1360
#, c-format
msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr "Остават %s работа от непрекъсваемо токозахранване (%.0f %%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1488
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "Ниско ниво на батерията"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1491
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "Ниско ниво на батерията на преносим компютър"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1497
+#: ../src/gpm-manager.c:1453
#, c-format
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "Остава приблизително <b>%s</b> (%.0f %%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1501
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "Ниско ниво на непрекъсваемото токозахранване"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1505
+#: ../src/gpm-manager.c:1461
#, c-format
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
-msgstr ""
-"Остава приблизително <b>%s</b> живот на непрекъсваемото токозахранване (%.0f "
-"%%)"
+msgstr "Остава приблизително <b>%s</b> живот на непрекъсваемото токозахранване (%.0f %%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1509 ../src/gpm-manager.c:1648
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "Ниско ниво на батерията на мишката"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1512
+#: ../src/gpm-manager.c:1468
#, c-format
msgid "Wireless mouse is low in power (%.0f%%)"
msgstr "Зарядът на безжичната мишка е нисък (%.0f %%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1516 ../src/gpm-manager.c:1656
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "Ниско ниво на батерията на клавиатурата"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1519
+#: ../src/gpm-manager.c:1475
#, c-format
msgid "Wireless keyboard is low in power (%.0f%%)"
msgstr "Зарядът на безжичната клавиатура е нисък (%.0f %%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1523 ../src/gpm-manager.c:1665
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "Ниско ниво на батерията на цифровия помощник"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1526
+#: ../src/gpm-manager.c:1482
#, c-format
msgid "PDA is low in power (%.0f%%)"
msgstr "Зарядът на цифровия помощник е нисък (%.0f %%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1530 ../src/gpm-manager.c:1675
-#: ../src/gpm-manager.c:1686
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "Ниско ниво на батерията на мобилния телефон"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1533
+#: ../src/gpm-manager.c:1489
#, c-format
msgid "Cell phone is low in power (%.0f%%)"
msgstr "Зарядът на мобилния телефон е нисък (%.0f %%)"
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1538
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
msgstr "Ниско ниво на батерията на музикалното устройство"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1541
+#: ../src/gpm-manager.c:1497
#, c-format
msgid "Media player is low in power (%.0f%%)"
msgstr "Зарядът на музикалното устройство е нисък (%.0f %%)"
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1545 ../src/gpm-manager.c:1695
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
msgstr "Ниско ниво на батерията на планшетния компютър"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1548
+#: ../src/gpm-manager.c:1504
#, c-format
msgid "Tablet is low in power (%.0f%%)"
msgstr "Зарядът на планшетния компютър е нисък (%.0f %%)"
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1552 ../src/gpm-manager.c:1704
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
msgstr "Ниско ниво на батерията на свързания компютър"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1555
+#: ../src/gpm-manager.c:1511
#, c-format
msgid "Attached computer is low in power (%.0f%%)"
msgstr "Зарядът на свързания компютър е нисък (%.0f %%)"
-#. TRANSLATORS: laptop battery critically low, and only have one kind of battery
-#: ../src/gpm-manager.c:1605
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "Критично ниско ниво на батерията"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1608 ../src/gpm-manager.c:1765
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "Критично ниско ниво на батерията"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1618
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr "Включете адаптера за ел. мрежа, за да не загубите данни."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1622
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
-msgstr ""
-"Съвсем скоро този компютър ще бъде приспан, ако не го включите в "
-"електрическата мрежа."
+msgstr "Съвсем скоро този компютър ще бъде приспан, ако не го включите в електрическата мрежа."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1626
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
-msgstr ""
-"Съвсем скоро този компютър ще бъде дълбоко приспан, ако не го включите в "
-"електрическата мрежа."
+msgstr "Съвсем скоро този компютър ще бъде дълбоко приспан, ако не го включите в електрическата мрежа."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1630
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
-msgstr ""
-"Съвсем скоро този компютър ще бъде изключен, ако не го включите в "
-"електрическата мрежа."
+msgstr "Съвсем скоро този компютър ще бъде изключен, ако не го включите в електрическата мрежа."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1638 ../src/gpm-manager.c:1803
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "Критично ниско ниво на непрекъсваемото токозахранване"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1642
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to "
-"your computer to avoid losing data."
-msgstr ""
-"Остава приблизително <b>%s</b> живот на непрекъсваемото токозахранване (%.0f "
-"%%). Включете компютъра към електрическата мрежа, за да избегнете загуба на "
-"данни."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "Остава приблизително <b>%s</b> живот на непрекъсваемото токозахранване (%.0f %%). Включете компютъра към електрическата мрежа, за да избегнете загуба на данни."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Безжичната мишка е с много нисък заряд (%.0f %%). Ако не я презаредите, ще "
-"се изключи."
+msgstr "Безжичната мишка е с много нисък заряд (%.0f %%). Ако не я презаредите, ще се изключи."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1659
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Безжичната клавиатура е с много нисък заряд (%.0f %%). Ако не я презаредите, "
-"ще се изключи."
+msgstr "Безжичната клавиатура е с много нисък заряд (%.0f %%). Ако не я презаредите, ще се изключи."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1668
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
-"not charged."
-msgstr ""
-"Цифровият помощник е с много нисък заряд (%.0f %%). Ако не го презаредите, "
-"ще се изключи."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "Цифровият помощник е с много нисък заряд (%.0f %%). Ако не го презаредите, ще се изключи."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1678
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Мобилният телефон е с много нисък заряд (%.0f %%). Ако не го презаредите, ще "
-"се изключи."
+msgstr "Мобилният телефон е с много нисък заряд (%.0f %%). Ако не го презаредите, ще се изключи."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1689
+#: ../src/gpm-manager.c:1642
#, c-format
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Музикалното устройство е с много нисък заряд (%.0f %%). Ако не го "
-"презаредите, ще се изключи."
+msgstr "Музикалното устройство е с много нисък заряд (%.0f %%). Ако не го презаредите, ще се изключи."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1698
+#: ../src/gpm-manager.c:1651
#, c-format
msgid ""
-"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
-"if not charged."
-msgstr ""
-"Планшетният компютър е с много нисък заряд (%.0f %%). Ако не го презаредите, "
-"ще се изключи."
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "Планшетният компютър е с много нисък заряд (%.0f %%). Ако не го презаредите, ще се изключи."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1707
+#: ../src/gpm-manager.c:1660
#, c-format
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
"shutdown if not charged."
-msgstr ""
-"Свързаният компютър е с много нисък заряд (%.0f %%). Ако не го презаредите, "
-"ще се изключи."
+msgstr "Свързаният компютър е с много нисък заряд (%.0f %%). Ако не го презаредите, ще се изключи."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1774
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
-msgstr ""
-"Батерията е под критично ниското ниво. Този компютър ще бъде <b>изгасен</b>, "
-"когато батерията напълно се изчерпи."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "Батерията е под критично ниското ниво. Този компютър ще бъде <b>изгасен</b>, когато батерията напълно се изчерпи."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1780
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"Батерията е под критично ниското ниво. Този компютър ще бъде приспан. "
-"<br><b>БЕЛЕЖКА:</b> За поддържането на компютъра в това състояние е "
-"необходим малък заряд на батерията."
+msgstr "Батерията е под критично ниското ниво. Този компютър ще бъде приспан. <br><b>БЕЛЕЖКА:</b> За поддържането на компютъра в това състояние е необходим малък заряд на батерията."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1787
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
-msgstr ""
-"Батерията е под критично ниското ниво. Този компютър ще бъде приспан дълбоко."
+msgstr "Батерията е под критично ниското ниво. Този компютър ще бъде приспан дълбоко."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1792
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
msgstr "Батерията е под критично ниското ниво. Този компютър ще бъде изключен."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1812
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
-msgstr ""
-"Батерията е под критично ниското ниво. Този компютър ще бъде <b>изгасен</b>, "
-"когато непрекъсваемото токозахранване се изтощи."
+msgstr "Батерията е под критично ниското ниво. Този компютър ще бъде <b>изгасен</b>, когато непрекъсваемото токозахранване се изтощи."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1818
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
-msgstr ""
-"Батерията е под критично ниското ниво. Този компютър ще бъде дълбоко приспан."
+msgstr "Батерията е под критично ниското ниво. Този компютър ще бъде дълбоко приспан."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1823
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
msgstr "Батерията е под критично ниското ниво. Този компютър ще бъде изключен."
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1961
-msgid "Install problem!"
-msgstr "Проблем при инсталацията!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1963
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"Стандартните настройки на управлението на захранването на MATE не са "
-"инсталирани правилно.\n"
-"Свържете се със системния си администратор."
-
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "Настройки на захранването"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Изключване"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Приспиване"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Дълбоко приспиване"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "Изчистване на екрана"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Запитване към потребителя"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Да не се прави нищо"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Никога"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Скорост"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "Заряд"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "Време за зареждане"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "Време за разреждане"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 минути"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 часа"
-#: ../src/gpm-statistics.c:92
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 часа"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 ден"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
msgstr "1 седмица"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "Профил на зареждането"
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "Профил на разреждането"
-#. TRANSLATORS: how accurately we can predict the time remaining of the battery
-#: ../src/gpm-statistics.c:106
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "Точност спрямо зареждането"
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "Точност спрямо разреждането"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Атрибут"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "Стойност"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "Изображение"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "Описание"
-#: ../src/gpm-statistics.c:183 ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Вид"
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "Идентификатор"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "Команда"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "Неизвестно"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1881,7 +1669,7 @@ msgstr[0] "%.0f секунда"
msgstr[1] "%.0f секунди"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
@@ -1889,7 +1677,7 @@ msgstr[0] "%.1f минута"
msgstr[1] "%.1f минути"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
@@ -1897,46 +1685,47 @@ msgstr[0] "%.1f час"
msgstr[1] "%.1f часа"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
msgstr[0] "%.1f ден"
msgstr[1] "%.1f дена"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Да"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "Не"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Устройство"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Производител"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Модел"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "Сериен номер"
#. TRANSLATORS: a boolean attribute that means if the device is supplying the
-#. * main power for the computer. For instance, an AC adapter or laptop battery
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "Предлагане"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1945,251 +1734,252 @@ msgstr[1] "%d секунди"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "Опреснена"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "Налична"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "Презареждаща"
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "Състояние"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "Енергия"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "Енергия след разреждане"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "Енергия след зареждане"
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "Енергия (проектна)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "Напрежение"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Процент"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "Капацитет"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "Технология"
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "На линия"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:826
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "Липсват данни"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:833 ../src/gpm-statistics.c:838
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Модул на ядрото"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:843
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "Самото ядро"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:848
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "Междупроцесорно прекъсване"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:853
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "Прекъсване"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:900
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "Клавиатура, мишка, сензорен панел за PS/2"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:903
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:906
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "Серийна ATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:909
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "Контролер за паралелен ATA"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:912
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Безжичен адаптер на Intel"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:919 ../src/gpm-statistics.c:924
-#: ../src/gpm-statistics.c:929 ../src/gpm-statistics.c:934
-#: ../src/gpm-statistics.c:939
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "Таймер %s"
-#. TRANSLATORS: the parameter is the name of task that's woken up from sleeping.
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:943
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "Спяща задача %s"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:946
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "Нова задача %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:950
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "Изчакваща задача %s"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:954 ../src/gpm-statistics.c:958
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "Работна опашка %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:961
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "Изчистване на мрежовите пакети %s"
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:964
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "Активност по USB от %s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:967
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "Събудена задача %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:970
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "Логически прекъсвания"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:973
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "Прекъсвания за изместване"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "Информация за устройството"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "История на устройството"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "Профил на устройството"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1088
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "Събуждания на процесора"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1294 ../src/gpm-statistics.c:1300
-#: ../src/gpm-statistics.c:1306 ../src/gpm-statistics.c:1312
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "Изминало време"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1296
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "Заряд"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1302 ../src/gpm-statistics.c:1345
-#: ../src/gpm-statistics.c:1351 ../src/gpm-statistics.c:1357
-#: ../src/gpm-statistics.c:1363
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "Заряд на клетката"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1308 ../src/gpm-statistics.c:1314
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "Прогнозирано време"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1347 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "Фактор за корекция"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1365
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "Точност на прогнозата"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1550
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "Избиране на това устройство при стартиране"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1798
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Процесор"
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "_Настройки"
@@ -2206,9 +1996,7 @@ msgstr "%s се зарежда (%.1f %%)"
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"Батерията е напълно заредена.\n"
-"Осигурява %s работа на компютъра"
+msgstr "Батерията е напълно заредена.\nОсигурява %s работа на компютъра"
#. TRANSLATORS: the device is fully charged
#: ../src/gpm-upower.c:241
@@ -2234,11 +2022,10 @@ msgstr "%s се разрежда (%.1f %%)"
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s %s до зареждане (%.1f %%)\n"
-"Осигурява %s работа на батерии"
+msgstr "%s %s до зареждане (%.1f %%)\nОсигурява %s работа на батерии"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
@@ -2324,7 +2111,8 @@ msgstr "Време за зареждане:"
msgid "Discharge time:"
msgstr "Време за разреждане:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "Отлично"
@@ -2487,13 +2275,3 @@ msgstr "Изчаква зареждане"
#: ../src/gpm-upower.c:653
msgid "Waiting to discharge"
msgstr "Изчаква разреждане"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "_Относно"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "Помо_щ"
diff --git a/po/cmn.po b/po/cmn.po
new file mode 100644
index 0000000..4a1793e
--- /dev/null
+++ b/po/cmn.po
@@ -0,0 +1,2256 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Wei-Lun Chao <[email protected]>, 2012-2013
+msgid ""
+msgstr ""
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-12-20 15:46+0000\n"
+"Last-Translator: Wei-Lun Chao <[email protected]>\n"
+"Language-Team: Chinese (Mandarin) (http://www.transifex.com/projects/p/MATE/language/cmn/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cmn\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: ../applets/brightness/brightness-applet.c:110
+msgid "Power Manager Brightness Applet"
+msgstr "電源管理亮度面板程式"
+
+#: ../applets/brightness/brightness-applet.c:111
+msgid "Adjusts laptop panel brightness."
+msgstr "調整筆電面板亮度。"
+
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
+msgid "Cannot connect to mate-power-manager"
+msgstr "無法連線至 MATE 電源管理程式"
+
+#: ../applets/brightness/brightness-applet.c:366
+msgid "Cannot get laptop panel brightness"
+msgstr "不能取得筆電面板亮度"
+
+#: ../applets/brightness/brightness-applet.c:368
+#, c-format
+msgid "LCD brightness : %d%%"
+msgstr "LCD 亮度: %d%%"
+
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
+msgid "Licensed under the GNU General Public License Version 2"
+msgstr "依 GNU General Public License Version 2 授權"
+
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
+msgid ""
+"Power Manager is free software; you can redistribute it and/or\n"
+"modify it under the terms of the GNU General Public License\n"
+"as published by the Free Software Foundation; either version 2\n"
+"of the License, or (at your option) any later version."
+msgstr "電源管理程式為自由軟體;您可依據自由軟體基金會所發表\n的 GNU 通用公共授權條款規定,就本程式再為散布與/或修改;\n無論您依據的是本授權的第二版或(您自行選擇的)任一日後發行的版本。"
+
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
+msgid ""
+"Power Manager is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details."
+msgstr "電源管理程式係基於使用目的而加以散布,\n然而不負任何擔保責任;\n亦無對適售性或特定目的適用性所為的默示性擔保。\n詳情請參照 GNU 通用公共授權。"
+
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
+msgid ""
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
+"02110-1301, USA."
+msgstr "您應已收到附於本程式的 GNU 通用公共授權的副本;如果沒有,請寫信至\nFree Software Foundation,Inc.,\n51 Franklin Street,Fifth Floor,Boston,MA 02110-1301,USA"
+
+#: ../applets/brightness/brightness-applet.c:776
+msgid "Copyright © 2006 Benjamin Canou"
+msgstr "著作權 © 2006 Benjamin Canou"
+
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "關於(_A)"
+
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "求助(_H)"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
+msgid "Brightness Applet Factory"
+msgstr "亮度面板程式工廠"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
+msgid "Factory for Brightness Applet"
+msgstr "亮度面板程式工廠"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "亮度面板程式"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "調整筆電面板亮度"
+
+#: ../applets/inhibit/inhibit-applet.c:96
+msgid "Power Manager Inhibit Applet"
+msgstr "電源抑制面板程式"
+
+#: ../applets/inhibit/inhibit-applet.c:97
+msgid "Allows user to inhibit automatic power saving."
+msgstr "允許使用者停用自動省電功能。"
+
+#: ../applets/inhibit/inhibit-applet.c:366
+msgid "Automatic sleep inhibited"
+msgstr "自動睡眠已停用"
+
+#: ../applets/inhibit/inhibit-applet.c:368
+msgid "Automatic sleep enabled"
+msgstr "自動睡眠已啟用"
+
+#: ../applets/inhibit/inhibit-applet.c:396
+msgid "Manual inhibit"
+msgstr "手動抑制"
+
+#: ../applets/inhibit/inhibit-applet.c:455
+msgid "Copyright © 2006-2007 Richard Hughes"
+msgstr "著作權 © 2006-2007 Richard Hughes"
+
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "抑制面板程式工廠"
+
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
+msgid "Factory for Inhibit Applet"
+msgstr "抑制面板程式工廠"
+
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
+msgid "Inhibit Applet"
+msgstr "抑制面板程式"
+
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "允許使用者取消自動省電功能"
+
+#: ../data/mate-power-manager.desktop.in.in.h:1
+msgid "Power Manager"
+msgstr "電源管理程式"
+
+#: ../data/mate-power-manager.desktop.in.in.h:2
+msgid "Power management daemon"
+msgstr "電源管理守護程式"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "不使用時應否休眠、暫停或不做任何事"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
+msgid ""
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "當電腦沒有活動時所應進入的睡眠類型。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "電量極低時的動作"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "電量極低時執行的動作。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
+msgid ""
+"If the battery event should occur when the lid is shut and the power "
+"disconnected"
+msgstr "若電腦上蓋關閉及電源被截斷後,應否出現電池事件"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
+msgid ""
+"If the battery lid close event should occur (for example 'Suspend when lid "
+"closed on battery') when the lid is previously shut and the AC power "
+"disconnected at a later time."
+msgstr "關上上蓋及有使用交流電時,是否執行上蓋關上事件(如「關上上蓋時進入暫停模式」)。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "不斷電系統電量極低時的動作"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "不斷電系統電量極低時執行的動作。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "不斷電系統低電量動作"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "不斷電系統低電量時執行的動作。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "允許調整背光亮度"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
+msgid ""
+"If the screen brightness should be changed when switching between AC and "
+"battery power."
+msgstr "切換交流電與電池電源時是否調整螢幕亮度。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "使用電池電源時降低背光亮度"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
+msgid ""
+"If the screen should be reduced in brightness when the computer is on "
+"battery power."
+msgstr "若使用電池電源是否將螢幕調暗以節省電源。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "閒置時螢幕的亮度"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
+msgid ""
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "作業階段為閒置時所使用的筆電面板螢幕亮度。只當 use-time-for-policy 設定為真時才有效。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "電池電源下一段時間未使用就把螢幕調暗"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "若使用電池電源的電腦閒置時是否將螢幕調暗以節省電源。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "閒置後將螢幕調暗的預設時間"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "閒置後將螢幕調暗的預設時間。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
+msgid "LCD dimming amount when on battery"
+msgstr "使用電池電源而 LCD 的亮度"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "使用電池電源而螢幕的亮度。可用的數值為由 0 至 100。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "交流電源下一段時間未使用就把螢幕調暗"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "若使用交流電源的電腦閒置時應否將螢幕調暗以節省電源。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
+msgid "Method used to blank screen on AC"
+msgstr "使用交流電時,DPMS 將螢幕變黑的方式"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "使用交流電源時將螢幕變黑的 DPMS 方式。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
+msgid "Method used to blank screen on battery"
+msgstr "使用電池電源時,DPMS 將螢幕變黑的方式"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "使用電池電源時將螢幕變黑的 DPMS 方式。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "使用交流電源時液晶螢幕的亮度"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "使用交流電源時顯示的亮度。可能的值是介於 0.0 和 100.0。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "暫停按鈕動作"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "按下系統懸置按鈕時執行的動作。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "休眠按鈕動作"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "按下系統休眠按鈕時執行的動作。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
+msgid "Power button action"
+msgstr "電源按鈕動作"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "按下系統乘冪按鈕時執行的動作。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "使用電池電源而關閉筆電上蓋時動作"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "筆電使用電池電源而被關閉上蓋時執行的動作。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "使用交流電源而關閉筆電上蓋時動作"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "筆電使用交流電源而被關閉上蓋時執行的動作。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "是否使用以時間為基準的通知"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "是否使用以時間為基準的通知。如設為「false」,會以百分變更來取代,這樣可能能解決一些有修正 ACPI BIOS 的問題。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "睡眠前檢查 CPU 負載"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "在進行閒置動作前應否檢查 CPU 負載。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "NetworkManager 於暫停時是否應該連線和斷線。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
+msgid ""
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "網路管理程式是否應在暫停或休眠前斷線,待喚醒後連線。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "使用 mate-screensaver 螢幕鎖定設定"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
+msgid ""
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "是否使用 mate-screensaver 的螢幕鎖定來決定在休眠、暫停及畫面變黑後將螢幕鎖上。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "螢幕變黑時鎖上"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
+msgid ""
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "當螢幕關閉時是否鎖住螢幕。只在 lock-use-screensaver 設定為假時才使用。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "暫停時鎖上螢幕"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
+msgid ""
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "當電腦從懸置喚醒時是否鎖住螢幕。只在 lock-use-screensaver 設定為假時才使用。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "休眠時鎖定螢幕"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
+msgid ""
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "當電腦從休眠喚醒時是否鎖住螢幕。只在 lock-use-screensaver 設定為假時才使用。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "當睡眠時鎖住 MATE 鑰匙圈"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
+msgid ""
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "是否當電腦在進入暫停狀態前鎖住 MATE 鑰匙圈。這表示當電腦回復時鑰匙圈要重新解鎖。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
+msgid ""
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "是否當電腦在進入休眠狀態前鎖住 MATE 鑰匙圈。這表示當電腦回復時鑰匙圈要重新解鎖。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "使用交流電源而應否啟用低耗電模式"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "使用交流電源而應否啟用低耗電模式。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "使用電池電源而應否啟用低耗電模式"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
+msgid ""
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "使用電池電源而應否啟用低耗電模式。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr "使用交流電源而不使用幾秒後停止硬碟馬達"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "使用交流電時幾秒鐘不使用就停止硬碟馬達。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr "使用電池電源而不使用幾秒後停止硬碟馬達"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "電池電源下幾秒鐘不使用就停止硬碟馬達。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "是否應對損壞的電池顯示電池回廠警示"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
+msgid ""
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "是否應對損壞的電池顯示電池回收警示。如果確定您的電池正常,請將此項設為 false。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "是否對損壞的電池顯示電池容量低落警示"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "是否對損壞的電池顯示電池容量低落警示。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "拔除整流器時通知"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "當使用者拔除整流器時應否發出通知"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "電池充滿電時通知"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
+msgid ""
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "當電池充滿電時應否發出通知。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "睡眠失敗時通知"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
+msgid ""
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "當暫停或休眠失敗時,應否發出通知。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "睡眠失敗時顯示給使用者的 URI"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
+msgid ""
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "當睡眠失敗時可以顯示按鈕協助使用者修正此狀況。如果不想顯示此按鈕就讓此項留空。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "低電源時通知"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
+msgid ""
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "當電池電量變低時應否發出通知訊息。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "是否應該顯示歷史資料點"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
+msgid ""
+"Whether we should show the history data points in the statistics window."
+msgstr "是否應該在統計視窗中顯示歷史資料點。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "是否應該平滑化歷史資料"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "是否應該平滑化圖形中的歷史資料。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "預設用於顯示歷史的圖形類型"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "預設在歷史視窗中顯示的圖形類型。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "顯示歷史的最長時間值"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
+msgid ""
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "顯示在歷史圖形 X 軸上的最長持續時間。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "是否應該顯示統計資料點"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "是否應該在統計視窗中顯示統計資料點。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "是否應該平滑化統計資料"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "是否應該在圖形中平滑化統計資料。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "用於顯示統計的預設圖形類型"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr "在統計視窗中所顯示的預設圖形類型。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "預設顯示的頁碼索引"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
+msgid ""
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "用來將焦點移回正確頁面的預設顯示頁碼索引。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "最近所選裝置的識別號"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
+msgid ""
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "用來將焦點移回正確裝置的最近裝置識別碼。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "剩餘多少百分比為低電量"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
+msgid ""
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
+msgstr "被認為低電量的電池百分比。只在 use-time-for-policy 設定為假時才有效。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "剩餘多少百分比為極低電量"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
+msgid ""
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr "被認為極低電量的電池百分比。只在 use-time-for-policy 設定為假時才有效。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "剩餘多少百分比執行該動作"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
+msgid ""
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr "百分比的電池時重要動作被執行。只在 use-time-for-policy 設定為假時才有效。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
+msgid "The time remaining when low"
+msgstr "剩餘多少時間為低電量"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
+msgid ""
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "被認為低電量的電池剩餘秒數。只在 use-time-for-policy 設定為真時才有效。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "剩餘多少時間為極低電量"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
+msgid ""
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "被認為極低電量的電池剩餘秒數。只在 use-time-for-policy 設定為真時才有效。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "剩餘多少時間時執行該動作"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
+msgid ""
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "執行緊急動作時的電池剩餘秒數。只在 use-time-for-policy 設定為真時才有效。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "使用電池電源而電腦睡眠的逾時時間"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
+msgid ""
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "使用電池電源而電腦閒置多少時間(秒)後進入睡眠模式。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "使用交流電源而電腦睡眠的逾時時間"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
+msgid ""
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "使用交流電源而電腦閒置多少時間(秒)後進入睡眠模式。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "在 UPS 下電腦睡眠的逾時時間"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "在 UPS 電源下電腦閒置多少時間(秒)後進入睡眠模式。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "使用交流電源而螢幕睡眠的逾時時間"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
+msgid ""
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "使用交流電源而顯示器進入睡眠模式所需的時間(秒)。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "使用電池電源而螢幕睡眠的逾時時間"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
+msgid ""
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "使用電池電源而電腦閒置多少時間(秒)後進入睡眠模式。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "在 UPS 下螢幕睡眠的逾時時間"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "在 UPS 電源下電腦閒置多少時間(秒)後讓螢幕進入睡眠模式。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "是否使用音效"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "電量極低時,應否發出系統鈴聲,或抑制要求來停止策略動作。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "偏好設定與統計是否顯示在關聯選單中"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "何時顯示通知圖示"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "顯示通知圖示的選項。"
+
+#: ../data/mate-power-preferences.desktop.in.in.h:1
+msgid "Power Management"
+msgstr "電源管理程式"
+
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "設定電源管理程式"
+
+#. TRANSLATORS: shown on the titlebar
+#. TRANSLATORS: the program name
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
+msgid "Power Statistics"
+msgstr "電源統計"
+
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "監控電源管理程式"
+
+#: ../data/gpm-feedback-widget.ui.h:1
+msgid "Brightness"
+msgstr "亮度"
+
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
+msgid "Details"
+msgstr "詳細資料"
+
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
+msgid "Graph type:"
+msgstr "圖表類型:"
+
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "資料長度:"
+
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "沒有要顯示的資料。"
+
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "使用平滑的線條"
+
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
+msgid "Show data points"
+msgstr "顯示資料點"
+
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "歷史紀錄"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
+msgid "Statistics"
+msgstr "統計資料"
+
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "每幾秒喚醒處理器:"
+
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
+
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
+msgid "Wakeups"
+msgstr "喚醒"
+
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "電源管理程式偏好設定"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
+msgid "<b>Actions</b>"
+msgstr "<b>動作</b>"
+
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "在閒置此時間後讓電腦進入睡眠(_S):"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "當筆電上蓋關閉時(_O):"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "可能的話停止硬碟馬達(_I)"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
+msgid "<b>Display</b>"
+msgstr "<b>顯示</b>"
+
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "在閒置此時間後讓顯示器進入睡眠(_D):"
+
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "設定螢幕亮度為(_B):"
+
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
+msgid "Di_m display when idle"
+msgstr "閒置時將畫面變暗(_M)"
+
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
+msgid "On AC Power"
+msgstr "使用交流電源"
+
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "當電池電量極低時(_W):"
+
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "減少背光亮度(_R)"
+
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "使用電池時"
+
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "不斷電系統的電量低落時(_O):"
+
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
+msgid "When UPS power is _critically low:"
+msgstr "不斷電系統的電量極低時(_C):"
+
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "使用 UPS 時"
+
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "當電源開關按鈕被按下時(_B):"
+
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
+msgid "When the _suspend button is pressed:"
+msgstr "當暫停按鈕被按下時(_S):"
+
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>通知區</b>"
+
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
+msgid "_Never display an icon"
+msgstr "永不顯示圖示(_N)"
+
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
+msgid "_Only display an icon when battery power is low"
+msgstr "只在電池低電量時顯示圖示(_O)"
+
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "只在充電中或放電時顯示圖示(_D)"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "只在電池存在時顯示圖示(_R)"
+
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "永遠顯示圖示(_A)"
+
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "一般"
+
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "提供關於這個程式的說明"
+
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "成為預設值"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "將這個原則設定為用於所有的使用者"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "關閉這個程式"
+
+#. command line argument
+#: ../src/gpm-backlight-helper.c:162
+msgid "Set the current brightness"
+msgstr "設定目前的亮度"
+
+#. command line argument
+#: ../src/gpm-backlight-helper.c:165
+msgid "Get the current brightness"
+msgstr "取得目前的亮度"
+
+#. command line argument
+#: ../src/gpm-backlight-helper.c:168
+msgid "Get the number of brightness levels supported"
+msgstr "支援取得亮度等級的數字"
+
+#. TRANSLATORS: tool that is used when copying profiles system-wide
+#: ../src/gpm-backlight-helper.c:183
+msgid "MATE Power Manager Backlight Helper"
+msgstr "MATE 電源管理背光協助程式"
+
+#. TRANSLATORS: user did not specify valid options
+#: ../src/gpm-backlight-helper.c:191
+msgid "No valid option was specified"
+msgstr "沒有指定有效的選項"
+
+#. TRANSLATORS: no backlights found
+#: ../src/gpm-backlight-helper.c:200
+msgid "No backlights were found on your system"
+msgstr "在您的系統中找不到背光"
+
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:211
+msgid "Could not get the value of the backlight"
+msgstr "無法取得背光的數值"
+
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:229
+msgid "Could not get the maximum value of the backlight"
+msgstr "無法取得背光的最大值"
+
+#. TRANSLATORS: only able to install profiles as root
+#: ../src/gpm-backlight-helper.c:246
+msgid "This program can only be used by the root user"
+msgstr "這個程式只能由 root 使用者來使用"
+
+#. TRANSLATORS: the program must never be directly run
+#: ../src/gpm-backlight-helper.c:255
+msgid "This program must only be run through pkexec"
+msgstr "這個程式必須只透過 pkexec 執行"
+
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:266
+msgid "Could not set the value of the backlight"
+msgstr "無法設定背光的數值"
+
+#: ../src/gpm-common.c:53
+msgid "Unknown time"
+msgstr "不明的時間"
+
+#: ../src/gpm-common.c:58
+#, c-format
+msgid "%i minute"
+msgid_plural "%i minutes"
+msgstr[0] "%i 分鐘"
+
+#: ../src/gpm-common.c:69
+#, c-format
+msgid "%i hour"
+msgid_plural "%i hours"
+msgstr[0] "%i 小時"
+
+#. TRANSLATOR: "%i %s %i %s" are "%i hours %i minutes"
+#. * Swap order with "%2$s %2$i %1$s %1$i if needed
+#: ../src/gpm-common.c:75
+#, c-format
+msgid "%i %s %i %s"
+msgstr "%i %s,%i %s"
+
+#: ../src/gpm-common.c:76
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] "小時"
+
+#: ../src/gpm-common.c:77
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] "分鐘"
+
+#. Translators: This is %i days
+#: ../src/gpm-graph-widget.c:434
+#, c-format
+msgid "%id"
+msgstr "%i 天"
+
+#. Translators: This is %i days %02i hours
+#: ../src/gpm-graph-widget.c:437
+#, c-format
+msgid "%id%02ih"
+msgstr "%i 天 %02i 時"
+
+#. Translators: This is %i hours
+#: ../src/gpm-graph-widget.c:442
+#, c-format
+msgid "%ih"
+msgstr "%i 小時"
+
+#. Translators: This is %i hours %02i minutes
+#: ../src/gpm-graph-widget.c:445
+#, c-format
+msgid "%ih%02im"
+msgstr "%i 時 %02i 分"
+
+#. Translators: This is %2i minutes
+#: ../src/gpm-graph-widget.c:450
+#, c-format
+msgid "%2im"
+msgstr "%2i 分"
+
+#. Translators: This is %2i minutes %02i seconds
+#: ../src/gpm-graph-widget.c:453
+#, c-format
+msgid "%2im%02i"
+msgstr "%2i 分 %02i 秒"
+
+#. Translators: This is %2i seconds
+#: ../src/gpm-graph-widget.c:457
+#, c-format
+msgid "%2is"
+msgstr "%2i 秒"
+
+#. Translators: This is %i Percentage
+#: ../src/gpm-graph-widget.c:461
+#, c-format
+msgid "%i%%"
+msgstr "%i%%"
+
+#. Translators: This is %.1f Watts
+#: ../src/gpm-graph-widget.c:464
+#, c-format
+msgid "%.1fW"
+msgstr "%.1fW"
+
+#. Translators: This is %.1f Volts
+#: ../src/gpm-graph-widget.c:469
+#, c-format
+msgid "%.1fV"
+msgstr "%.1fV"
+
+#. TRANSLATORS: show verbose debugging
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
+msgid "Show extra debugging information"
+msgstr "顯示額外的除錯資訊"
+
+#: ../src/gpm-main.c:173
+msgid "Show version of installed program and exit"
+msgstr "顯示已安裝程式的版本並離開"
+
+#: ../src/gpm-main.c:175
+msgid "Exit after a small delay (for debugging)"
+msgstr "短暫延遲後離開(偵錯用)"
+
+#: ../src/gpm-main.c:177
+msgid "Exit after the manager has loaded (for debugging)"
+msgstr "當管理員載入後離開(偵錯用)"
+
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
+msgid "MATE Power Manager"
+msgstr "MATE 電源管理程式"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
+msgid "Battery is very low"
+msgstr "電池電量極低"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:279
+msgid "Power plugged in"
+msgstr "電源已接上"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:283
+msgid "Power unplugged"
+msgstr "電源已拔除"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:287
+msgid "Lid has opened"
+msgstr "上蓋已開啟"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:291
+msgid "Lid has closed"
+msgstr "上蓋已關閉"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:295
+msgid "Battery is low"
+msgstr "電池電量較低"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:303
+msgid "Battery is full"
+msgstr "電池電量全滿"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:307
+msgid "Suspend started"
+msgstr "暫停已開始"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:311
+msgid "Resumed"
+msgstr "已回復"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:315
+msgid "Suspend failed"
+msgstr "暫停失敗"
+
+#. TRANSLATORS: message text
+#: ../src/gpm-manager.c:585
+msgid "Computer failed to suspend."
+msgstr "您的電腦無法暫停。"
+
+#. TRANSLATORS: title text
+#: ../src/gpm-manager.c:587
+msgid "Failed to suspend"
+msgstr "無法進入暫停"
+
+#. TRANSLATORS: message text
+#: ../src/gpm-manager.c:591
+msgid "Computer failed to hibernate."
+msgstr "您的電腦無法休眠。"
+
+#. TRANSLATORS: title text
+#: ../src/gpm-manager.c:593
+msgid "Failed to hibernate"
+msgstr "無法進入休眠"
+
+#. TRANSLATORS: message text
+#: ../src/gpm-manager.c:598
+msgid "Failure was reported as:"
+msgstr "發生錯誤的回報為:"
+
+#. TRANSLATORS: button text, visit the suspend help website
+#: ../src/gpm-manager.c:611
+msgid "Visit help page"
+msgstr "參訪求助網頁"
+
+#. TRANSLATORS: this is the mate-screensaver throttle
+#: ../src/gpm-manager.c:857
+msgid "Display DPMS activated"
+msgstr "顯示器 DPMS 已作用"
+
+#. TRANSLATORS: this is the mate-screensaver throttle
+#: ../src/gpm-manager.c:876
+msgid "On battery power"
+msgstr "使用電池電力"
+
+#: ../src/gpm-manager.c:894
+msgid "Laptop lid is closed"
+msgstr "筆電上蓋已關閉"
+
+#: ../src/gpm-manager.c:932
+msgid "Power Information"
+msgstr "電源資訊"
+
+#. TRANSLATORS: the battery may be recalled by it's vendor
+#: ../src/gpm-manager.c:1147
+msgid "Battery may be recalled"
+msgstr "電池可能需要回廠"
+
+#: ../src/gpm-manager.c:1148
+#, c-format
+msgid ""
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
+"\n"
+"For more information visit the battery recall website."
+msgstr "您電腦中的電池可能要由 %s 回收,否則可能發生危險。\n\n需要進一步的資訊請參訪電池回廠網站。"
+
+#. TRANSLATORS: button text, visit the manufacturers recall website
+#: ../src/gpm-manager.c:1158
+msgid "Visit recall website"
+msgstr "參訪回廠網站"
+
+#. TRANSLATORS: button text, do not show this bubble again
+#: ../src/gpm-manager.c:1161
+msgid "Do not show me this again"
+msgstr "不要再顯示此項"
+
+#. We should notify the user if the battery has a low capacity,
+#. * where capacity is the ratio of the last_full capacity with that of
+#. * the design capacity. (#326740)
+#. TRANSLATORS: battery is old or broken
+#: ../src/gpm-manager.c:1246
+msgid "Battery may be broken"
+msgstr "電池可能已損壞"
+
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
+#, c-format
+msgid ""
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "電池容量極低 (%1.1f%%),這表示該電池可能太過老舊或已經損壞。"
+
+#. TRANSLATORS: show the charged notification
+#: ../src/gpm-manager.c:1298
+msgid "Battery Charged"
+msgid_plural "Batteries Charged"
+msgstr[0] "電池已充電"
+
+#. TRANSLATORS: laptop battery is now discharging
+#: ../src/gpm-manager.c:1344
+msgid "Battery Discharging"
+msgstr "電池放電中"
+
+#. TRANSLATORS: tell the user how much time they have got
+#: ../src/gpm-manager.c:1348
+#, c-format
+msgid "%s of battery power remaining (%.0f%%)"
+msgstr "剩下電池電力的 %s (%.0f%%)"
+
+#. TRANSLATORS: the device is discharging, but we only have a percentage
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
+#, c-format
+msgid "%s discharging (%.0f%%)"
+msgstr "%s 正在放電 (%.0f%%)"
+
+#. TRANSLATORS: UPS is now discharging
+#: ../src/gpm-manager.c:1356
+msgid "UPS Discharging"
+msgstr "不斷電系統放電中"
+
+#. TRANSLATORS: tell the user how much time they have got
+#: ../src/gpm-manager.c:1360
+#, c-format
+msgid "%s of UPS backup power remaining (%.0f%%)"
+msgstr "剩下 UPS 電力的 %s (%.0f%%)"
+
+#. TRANSLATORS: laptop battery low, and we only have one battery
+#: ../src/gpm-manager.c:1444
+msgid "Battery low"
+msgstr "電池低電量"
+
+#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
+#: ../src/gpm-manager.c:1447
+msgid "Laptop battery low"
+msgstr "筆電電池電力低落"
+
+#. TRANSLATORS: tell the user how much time they have got
+#: ../src/gpm-manager.c:1453
+#, c-format
+msgid "Approximately <b>%s</b> remaining (%.0f%%)"
+msgstr "大約剩下 <b>%s</b> (%.0f%%)"
+
+#. TRANSLATORS: UPS is starting to get a little low
+#: ../src/gpm-manager.c:1457
+msgid "UPS low"
+msgstr "不斷電系統(UPS)電力低落"
+
+#. TRANSLATORS: tell the user how much time they have got
+#: ../src/gpm-manager.c:1461
+#, c-format
+msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
+msgstr "您大約剩下 <b>%s</b> 的不斷電系統備用電源 (%.0f%%)"
+
+#. TRANSLATORS: mouse is getting a little low
+#. TRANSLATORS: the mouse battery is very low
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
+msgid "Mouse battery low"
+msgstr "滑鼠電池電力低落"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1468
+#, c-format
+msgid "Wireless mouse is low in power (%.0f%%)"
+msgstr "無線滑鼠電力低落 (%.0f%%)"
+
+#. TRANSLATORS: keyboard is getting a little low
+#. TRANSLATORS: the keyboard battery is very low
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
+msgid "Keyboard battery low"
+msgstr "鍵盤電池電力低落"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1475
+#, c-format
+msgid "Wireless keyboard is low in power (%.0f%%)"
+msgstr "無線鍵盤電力低落 (%.0f%%)"
+
+#. TRANSLATORS: PDA is getting a little low
+#. TRANSLATORS: the PDA battery is very low
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
+msgid "PDA battery low"
+msgstr "PDA 電池電力低落"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1482
+#, c-format
+msgid "PDA is low in power (%.0f%%)"
+msgstr "PDA 電力低落 (%.0f%%)"
+
+#. TRANSLATORS: cell phone (mobile) is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
+msgid "Cell phone battery low"
+msgstr "手機電池電力低落"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1489
+#, c-format
+msgid "Cell phone is low in power (%.0f%%)"
+msgstr "手機電力低落 (%.0f%%)"
+
+#. TRANSLATORS: media player, e.g. mp3 is getting a little low
+#: ../src/gpm-manager.c:1494
+msgid "Media player battery low"
+msgstr "媒體播放器電池低電量"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1497
+#, c-format
+msgid "Media player is low in power (%.0f%%)"
+msgstr "媒體播放器電力低落 (%.0f%%)"
+
+#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
+msgid "Tablet battery low"
+msgstr "手寫板電池低電量"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1504
+#, c-format
+msgid "Tablet is low in power (%.0f%%)"
+msgstr "手寫板電力低落 (%.0f%%)"
+
+#. TRANSLATORS: computer, e.g. ipad is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
+msgid "Attached computer battery low"
+msgstr "連接的電腦電池低電量"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1511
+#, c-format
+msgid "Attached computer is low in power (%.0f%%)"
+msgstr "連接的電腦電力低落 (%.0f%%)"
+
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
+msgid "Battery critically low"
+msgstr "電池電量極低"
+
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
+#. TRANSLATORS: laptop battery is really, really, low
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
+msgid "Laptop battery critically low"
+msgstr "筆電電池電量極低"
+
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
+msgid "Plug in your AC adapter to avoid losing data."
+msgstr "請插上您的交流電變壓器以避免遺失資料。"
+
+#. TRANSLATORS: give the user a ultimatum
+#: ../src/gpm-manager.c:1576
+#, c-format
+msgid "Computer will suspend very soon unless it is plugged in."
+msgstr "電腦即將進入暫停模式,除非您現在插上電源。"
+
+#. TRANSLATORS: give the user a ultimatum
+#: ../src/gpm-manager.c:1580
+#, c-format
+msgid "Computer will hibernate very soon unless it is plugged in."
+msgstr "電腦即將進入休眠模式,除非您現在插上電源。"
+
+#. TRANSLATORS: give the user a ultimatum
+#: ../src/gpm-manager.c:1584
+#, c-format
+msgid "Computer will shutdown very soon unless it is plugged in."
+msgstr "電腦即將關機,除非您現在插上電源。"
+
+#. TRANSLATORS: the UPS is very low
+#. TRANSLATORS: UPS is really, really, low
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
+msgid "UPS critically low"
+msgstr "不斷電系統的電量極低"
+
+#. TRANSLATORS: give the user a ultimatum
+#: ../src/gpm-manager.c:1595
+#, c-format
+msgid ""
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "您大約剩下 <b>%s</b> 的 UPS 電力 (%.0f%%)。請回復電腦的交流電源以避免遺失資料。"
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1604
+#, c-format
+msgid ""
+"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr "無線滑鼠電量極低 (%.0f%%)。如不充電該裝置將會無法使用。"
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1612
+#, c-format
+msgid ""
+"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr "無線鍵盤電量極低 (%.0f%%)。如不充電該裝置將會無法使用。"
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1621
+#, c-format
+msgid ""
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "PDA 電量極低 (%.0f%%)。如不充電該裝置將會無法使用。"
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1631
+#, c-format
+msgid ""
+"Cell phone is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr "手機電量極低 (%.0f%%)。如不充電該裝置將會無法使用。"
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1642
+#, c-format
+msgid ""
+"Media player is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr "媒體播放器電量極低 (%.0f%%)。如不充電該裝置將會無法使用。"
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1651
+#, c-format
+msgid ""
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "手寫板電量極低 (%.0f%%)。如不充電該裝置將會無法使用。"
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1660
+#, c-format
+msgid ""
+"Attached computer is very low in power (%.0f%%). The device will soon "
+"shutdown if not charged."
+msgstr "連接的電腦電量極低 (%.0f%%)。如不充電該裝置將會無法使用。"
+
+#. TRANSLATORS: computer will shutdown without saving data
+#: ../src/gpm-manager.c:1725
+msgid ""
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "電池電量已在極低的程度之下,在電力用完時這臺電腦亦會<b>關關</b>。"
+
+#. TRANSLATORS: computer will suspend
+#: ../src/gpm-manager.c:1731
+msgid ""
+"The battery is below the critical level and this computer is about to "
+"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
+"computer in a suspended state."
+msgstr "電池電量已在極低的程度之下,這臺電腦將會進入暫停模式。<br><b>注意:</b>將電腦進入暫停模式仍需要少量的電力。"
+
+#. TRANSLATORS: computer will hibernate
+#: ../src/gpm-manager.c:1738
+msgid ""
+"The battery is below the critical level and this computer is about to "
+"hibernate."
+msgstr "電池的電量已處於極低狀態,這臺電腦即將進入休眠模式。"
+
+#. TRANSLATORS: computer will just shutdown
+#: ../src/gpm-manager.c:1743
+msgid ""
+"The battery is below the critical level and this computer is about to "
+"shutdown."
+msgstr "電池電量已在極低的程度之下,這臺電腦即將關機。"
+
+#. TRANSLATORS: computer will shutdown without saving data
+#: ../src/gpm-manager.c:1760
+msgid ""
+"The UPS is below the critical level and this computer will <b>power-off</b> "
+"when the UPS becomes completely empty."
+msgstr "不斷電系統的電量已處於極低的程度,在電用完的時候這臺電腦亦會立即<b>關閉</b>。"
+
+#. TRANSLATORS: computer will hibernate
+#: ../src/gpm-manager.c:1766
+msgid ""
+"The UPS is below the critical level and this computer is about to hibernate."
+msgstr "不斷電系統的電量已處於極低的程度,這臺電腦即將進入休眠模式。"
+
+#. TRANSLATORS: computer will just shutdown
+#: ../src/gpm-manager.c:1771
+msgid ""
+"The UPS is below the critical level and this computer is about to shutdown."
+msgstr "不斷電系統的電量已處於極低的程度,這臺電腦即將關機。"
+
+#: ../src/gpm-prefs.c:94
+msgid "MATE Power Preferences"
+msgstr "MATE 電源偏好設定"
+
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
+msgid "Shutdown"
+msgstr "關機"
+
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
+msgid "Suspend"
+msgstr "暫停"
+
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
+msgid "Hibernate"
+msgstr "休眠"
+
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
+msgid "Blank screen"
+msgstr "螢幕變黑"
+
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
+msgid "Ask me"
+msgstr "詢問"
+
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
+msgid "Do nothing"
+msgstr "不做任何事"
+
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
+msgid "Never"
+msgstr "永不"
+
+#. TRANSLATORS: the rate of discharge for the device
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
+msgid "Rate"
+msgstr "比率"
+
+#: ../src/gpm-statistics.c:80
+msgid "Charge"
+msgstr "充電"
+
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
+msgid "Time to full"
+msgstr "充飽的時間"
+
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
+msgid "Time to empty"
+msgstr "用完的時間"
+
+#: ../src/gpm-statistics.c:89
+msgid "10 minutes"
+msgstr "10 分鐘"
+
+#: ../src/gpm-statistics.c:90
+msgid "2 hours"
+msgstr "2 小時"
+
+#: ../src/gpm-statistics.c:91
+msgid "6 hours"
+msgstr "6 小時"
+
+#: ../src/gpm-statistics.c:92
+msgid "1 day"
+msgstr "1 天"
+
+#: ../src/gpm-statistics.c:93
+msgid "1 week"
+msgstr "1 週"
+
+#. TRANSLATORS: what we've observed about the device
+#: ../src/gpm-statistics.c:102
+msgid "Charge profile"
+msgstr "充電側寫檔"
+
+#: ../src/gpm-statistics.c:103
+msgid "Discharge profile"
+msgstr "放電側寫檔"
+
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
+msgid "Charge accuracy"
+msgstr "充電準確度"
+
+#: ../src/gpm-statistics.c:106
+msgid "Discharge accuracy"
+msgstr "放電準確度"
+
+#: ../src/gpm-statistics.c:133
+msgid "Attribute"
+msgstr "屬性"
+
+#: ../src/gpm-statistics.c:140
+msgid "Value"
+msgstr "數值"
+
+#: ../src/gpm-statistics.c:157
+msgid "Image"
+msgstr "圖片"
+
+#: ../src/gpm-statistics.c:163
+msgid "Description"
+msgstr "描述"
+
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
+msgid "Type"
+msgstr "類型"
+
+#: ../src/gpm-statistics.c:188
+msgid "ID"
+msgstr "ID"
+
+#: ../src/gpm-statistics.c:202
+msgid "Command"
+msgstr "指令"
+
+#. TRANSLATORS: this is when the stats time is not known
+#: ../src/gpm-statistics.c:287
+msgid "Unknown"
+msgstr "不明"
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:291
+#, c-format
+msgid "%.0f second"
+msgid_plural "%.0f seconds"
+msgstr[0] "%.0f 秒"
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:296
+#, c-format
+msgid "%.1f minute"
+msgid_plural "%.1f minutes"
+msgstr[0] "%.1f 分鐘"
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:301
+#, c-format
+msgid "%.1f hour"
+msgid_plural "%.1f hours"
+msgstr[0] "%.1f 小時"
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:305
+#, c-format
+msgid "%.1f day"
+msgid_plural "%.1f days"
+msgstr[0] "%.1f 天"
+
+#: ../src/gpm-statistics.c:314
+msgid "Yes"
+msgstr "是"
+
+#: ../src/gpm-statistics.c:314
+msgid "No"
+msgstr "否"
+
+#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
+#: ../src/gpm-statistics.c:403
+msgid "Device"
+msgstr "裝置"
+
+#: ../src/gpm-statistics.c:408
+msgid "Vendor"
+msgstr "廠商"
+
+#: ../src/gpm-statistics.c:410
+msgid "Model"
+msgstr "型號"
+
+#: ../src/gpm-statistics.c:412
+msgid "Serial number"
+msgstr "序號"
+
+#. TRANSLATORS: a boolean attribute that means if the device is supplying the
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
+#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
+#: ../src/gpm-statistics.c:417
+msgid "Supply"
+msgstr "供給"
+
+#: ../src/gpm-statistics.c:420
+#, c-format
+msgid "%d second"
+msgid_plural "%d seconds"
+msgstr[0] "%d 秒"
+
+#. TRANSLATORS: when the device was last updated with new data. It's
+#. * usually a few seconds when a device is discharging or charging.
+#: ../src/gpm-statistics.c:424
+msgid "Refreshed"
+msgstr "已重新整理"
+
+#. TRANSLATORS: Present is whether the device is currently attached
+#. * to the computer, as some devices (e.g. laptop batteries) can
+#. * be removed, but still observed as devices on the system
+#: ../src/gpm-statistics.c:434
+msgid "Present"
+msgstr "目前"
+
+#. TRANSLATORS: If the device can be recharged, e.g. lithium
+#. * batteries rather than alkaline ones
+#: ../src/gpm-statistics.c:441
+msgid "Rechargeable"
+msgstr "可重複充電"
+
+#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
+#: ../src/gpm-statistics.c:447
+msgid "State"
+msgstr "狀態"
+
+#: ../src/gpm-statistics.c:451
+msgid "Energy"
+msgstr "能源"
+
+#: ../src/gpm-statistics.c:454
+msgid "Energy when empty"
+msgstr "電力用盡時的能源"
+
+#: ../src/gpm-statistics.c:457
+msgid "Energy when full"
+msgstr "電力充飽時的能源"
+
+#: ../src/gpm-statistics.c:460
+msgid "Energy (design)"
+msgstr "能源 (設計)"
+
+#: ../src/gpm-statistics.c:474
+msgid "Voltage"
+msgstr "電壓"
+
+#. TRANSLATORS: the amount of charge the cell contains
+#: ../src/gpm-statistics.c:496
+msgid "Percentage"
+msgstr "百分比"
+
+#. TRANSLATORS: the capacity of the device, which is basically a measure
+#. * of how full it can get, relative to the design capacity
+#: ../src/gpm-statistics.c:503
+msgid "Capacity"
+msgstr "容量"
+
+#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
+#: ../src/gpm-statistics.c:508
+msgid "Technology"
+msgstr "科技"
+
+#. TRANSLATORS: this is when the device is plugged in, typically
+#. * only shown for the ac adaptor device
+#: ../src/gpm-statistics.c:513
+msgid "Online"
+msgstr "上線"
+
+#. TRANSLATORS: the command line was not provided
+#: ../src/gpm-statistics.c:825
+msgid "No data"
+msgstr "沒有資料"
+
+#. TRANSLATORS: kernel module, usually a device driver
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
+msgid "Kernel module"
+msgstr "核心模組"
+
+#. TRANSLATORS: kernel housekeeping
+#: ../src/gpm-statistics.c:842
+msgid "Kernel core"
+msgstr "Kernel 核心"
+
+#. TRANSLATORS: interrupt between processors
+#: ../src/gpm-statistics.c:847
+msgid "Interprocessor interrupt"
+msgstr "處理器間的中斷"
+
+#. TRANSLATORS: unknown interrupt
+#: ../src/gpm-statistics.c:852
+msgid "Interrupt"
+msgstr "中斷"
+
+#. TRANSLATORS: the keyboard and mouse device event
+#: ../src/gpm-statistics.c:899
+msgid "PS/2 keyboard/mouse/touchpad"
+msgstr "PS/2 鍵盤/滑鼠/觸控板"
+
+#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
+#: ../src/gpm-statistics.c:902
+msgid "ACPI"
+msgstr "ACPI"
+
+#. TRANSLATORS: serial ATA is a new style of hard disk interface
+#: ../src/gpm-statistics.c:905
+msgid "Serial ATA"
+msgstr "SATA"
+
+#. TRANSLATORS: this is the old-style ATA interface
+#: ../src/gpm-statistics.c:908
+msgid "ATA host controller"
+msgstr "ATA 主端控制器"
+
+#. TRANSLATORS: 802.11 wireless adaptor
+#: ../src/gpm-statistics.c:911
+msgid "Intel wireless adaptor"
+msgstr "Intel 無線配接器"
+
+#. TRANSLATORS: a timer is something that fires periodically.
+#. * The parameter is a process name, e.g. "firefox-bin".
+#. * This is shown when the timer wakes up.
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
+#, c-format
+msgid "Timer %s"
+msgstr "計時器 %s"
+
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
+#. * This is shown when the task wakes up.
+#: ../src/gpm-statistics.c:942
+#, c-format
+msgid "Sleep %s"
+msgstr "睡眠 %s"
+
+#. TRANSLATORS: this is the name of a new realtime task.
+#: ../src/gpm-statistics.c:945
+#, c-format
+msgid "New task %s"
+msgstr "新工作 %s"
+
+#. TRANSLATORS: this is the name of a task that's woken to check state.
+#. * This is shown when the task wakes up.
+#: ../src/gpm-statistics.c:949
+#, c-format
+msgid "Wait %s"
+msgstr "等待 %s"
+
+#. TRANSLATORS: this is the name of a work queue.
+#. * A work queue is a list of work that has to be done.
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
+#, c-format
+msgid "Work queue %s"
+msgstr "工作佇列 %s"
+
+#. TRANSLATORS: this is when the networking subsystem clears out old entries
+#: ../src/gpm-statistics.c:960
+#, c-format
+msgid "Network route flush %s"
+msgstr "網路路由清空 %s"
+
+#. TRANSLATORS: this is the name of an activity on the USB bus
+#: ../src/gpm-statistics.c:963
+#, c-format
+msgid "USB activity %s"
+msgstr "USB 使用 %s"
+
+#. TRANSLATORS: we've timed out of an aligned timer, with the name
+#: ../src/gpm-statistics.c:966
+#, c-format
+msgid "Wakeup %s"
+msgstr "喚醒 %s"
+
+#. TRANSLATORS: interupts on the system required for basic operation
+#: ../src/gpm-statistics.c:969
+msgid "Local interrupts"
+msgstr "本地端中斷"
+
+#. TRANSLATORS: interrupts when a task gets moved from one core to another
+#: ../src/gpm-statistics.c:972
+msgid "Rescheduling interrupts"
+msgstr "重新排程中斷"
+
+#. TRANSLATORS: shown on the titlebar
+#: ../src/gpm-statistics.c:1081
+msgid "Device Information"
+msgstr "裝置資訊"
+
+#. TRANSLATORS: shown on the titlebar
+#: ../src/gpm-statistics.c:1083
+msgid "Device History"
+msgstr "裝置紀錄"
+
+#. TRANSLATORS: shown on the titlebar
+#: ../src/gpm-statistics.c:1085
+msgid "Device Profile"
+msgstr "裝置側寫檔"
+
+#. TRANSLATORS: shown on the titlebar
+#: ../src/gpm-statistics.c:1087
+msgid "Processor Wakeups"
+msgstr "處理器喚醒"
+
+#. TRANSLATORS: this is the X axis on the graph
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
+msgid "Time elapsed"
+msgstr "花費時間"
+
+#. TRANSLATORS: this is the Y axis on the graph
+#: ../src/gpm-statistics.c:1297
+msgid "Power"
+msgstr "電源"
+
+#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
+#. TRANSLATORS: this is the X axis on the graph for the whole battery device
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
+msgid "Cell charge"
+msgstr "Cell 充電"
+
+#. TRANSLATORS: this is the Y axis on the graph
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
+msgid "Predicted time"
+msgstr "預計時間"
+
+#. TRANSLATORS: this is the Y axis on the graph
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
+msgid "Correction factor"
+msgstr "校正因素"
+
+#. TRANSLATORS: this is the Y axis on the graph
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
+msgid "Prediction accuracy"
+msgstr "預測準確度"
+
+#. TRANSLATORS: show a device by default
+#: ../src/gpm-statistics.c:1557
+msgid "Select this device at startup"
+msgstr "啟動時選擇這個裝置"
+
+#. TRANSLATORS: the icon for the CPU
+#: ../src/gpm-statistics.c:1836
+msgid "Processor"
+msgstr "處理器"
+
+#. preferences
+#: ../src/gpm-tray-icon.c:296
+msgid "_Preferences"
+msgstr "偏好設定(_P)"
+
+#. TRANSLATORS: a phone is charging
+#. TRANSLATORS: device is charging, but we only have a percentage
+#: ../src/gpm-upower.c:221 ../src/gpm-upower.c:285
+#, c-format
+msgid "%s charging (%.1f%%)"
+msgstr "%s 正在充電 (%.1f%%)"
+
+#. TRANSLATORS: The laptop battery is fully charged, and we know a time
+#: ../src/gpm-upower.c:236
+#, c-format
+msgid ""
+"Battery is fully charged.\n"
+"Provides %s laptop runtime"
+msgstr "電池已經完全充滿。\n能提供筆電使用 %s"
+
+#. TRANSLATORS: the device is fully charged
+#: ../src/gpm-upower.c:241
+#, c-format
+msgid "%s is fully charged"
+msgstr "%s 已充滿"
+
+#. TRANSLATORS: the device is discharging, and we have a time remaining
+#: ../src/gpm-upower.c:249
+#, c-format
+msgid "%s %s remaining (%.1f%%)"
+msgstr "%s %s 剩餘 (%.1f%%)"
+
+#. TRANSLATORS: the device is discharging, but we only have a percentage
+#: ../src/gpm-upower.c:254
+#, c-format
+msgid "%s discharging (%.1f%%)"
+msgstr "%s 正在放電 (%.1f%%)"
+
+#. TRANSLATORS: the device is charging, and we have a time to full and empty
+#: ../src/gpm-upower.c:268
+#, c-format
+msgid ""
+"%s %s until charged (%.1f%%)\n"
+"Provides %s battery runtime"
+msgstr "%s %s 直到充滿 (%.1f%%)\n提供 %s 電池使用時間"
+
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
+#: ../src/gpm-upower.c:279
+#, c-format
+msgid "%s %s until charged (%.1f%%)"
+msgstr "%s %s 直到充滿 (%.1f%%)"
+
+#. TRANSLATORS: this is only shown for laptops with multiple batteries
+#: ../src/gpm-upower.c:292
+#, c-format
+msgid "%s waiting to discharge (%.1f%%)"
+msgstr "%s 正等待放電 (%.1f%%)"
+
+#. TRANSLATORS: this is only shown for laptops with multiple batteries
+#: ../src/gpm-upower.c:298
+#, c-format
+msgid "%s waiting to charge (%.1f%%)"
+msgstr "%s 正等待充電 (%.1f%%)"
+
+#. TRANSLATORS: the type of data, e.g. Laptop battery
+#: ../src/gpm-upower.c:357
+msgid "Product:"
+msgstr "產品:"
+
+#. TRANSLATORS: device is missing
+#. TRANSLATORS: device is charged
+#. TRANSLATORS: device is charging
+#. TRANSLATORS: device is discharging
+#: ../src/gpm-upower.c:361 ../src/gpm-upower.c:364 ../src/gpm-upower.c:367
+#: ../src/gpm-upower.c:370
+msgid "Status:"
+msgstr "狀態:"
+
+#: ../src/gpm-upower.c:361
+msgid "Missing"
+msgstr "遺失"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:364 ../src/gpm-upower.c:645
+msgid "Charged"
+msgstr "已充飽"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:367 ../src/gpm-upower.c:633
+msgid "Charging"
+msgstr "充電中"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:370 ../src/gpm-upower.c:637
+msgid "Discharging"
+msgstr "放電中"
+
+#. TRANSLATORS: percentage
+#: ../src/gpm-upower.c:375
+msgid "Percentage charge:"
+msgstr "充電百分比:"
+
+#. TRANSLATORS: manufacturer
+#: ../src/gpm-upower.c:379
+msgid "Vendor:"
+msgstr "廠商:"
+
+#. TRANSLATORS: how the battery is made, e.g. Lithium Ion
+#: ../src/gpm-upower.c:384
+msgid "Technology:"
+msgstr "技術:"
+
+#. TRANSLATORS: serial number of the battery
+#: ../src/gpm-upower.c:388
+msgid "Serial number:"
+msgstr "序號:"
+
+#. TRANSLATORS: model number of the battery
+#: ../src/gpm-upower.c:392
+msgid "Model:"
+msgstr "型號:"
+
+#. TRANSLATORS: time to fully charged
+#: ../src/gpm-upower.c:397
+msgid "Charge time:"
+msgstr "充滿的時間:"
+
+#. TRANSLATORS: time to empty
+#: ../src/gpm-upower.c:403
+msgid "Discharge time:"
+msgstr "放電時間:"
+
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
+#: ../src/gpm-upower.c:410
+msgid "Excellent"
+msgstr "很好"
+
+#: ../src/gpm-upower.c:412
+msgid "Good"
+msgstr "良好"
+
+#: ../src/gpm-upower.c:414
+msgid "Fair"
+msgstr "一般"
+
+#: ../src/gpm-upower.c:416
+msgid "Poor"
+msgstr "差"
+
+#: ../src/gpm-upower.c:420
+msgid "Capacity:"
+msgstr "容量:"
+
+#: ../src/gpm-upower.c:426 ../src/gpm-upower.c:451
+msgid "Current charge:"
+msgstr "目前充電:"
+
+#: ../src/gpm-upower.c:432
+msgid "Last full charge:"
+msgstr "上次完全充飽:"
+
+#: ../src/gpm-upower.c:438 ../src/gpm-upower.c:456
+msgid "Design charge:"
+msgstr "設計充電:"
+
+#: ../src/gpm-upower.c:443
+msgid "Charge rate:"
+msgstr "充電率:"
+
+#. TRANSLATORS: system power cord
+#: ../src/gpm-upower.c:478
+msgid "AC adapter"
+msgid_plural "AC adapters"
+msgstr[0] "交流電源"
+
+#. TRANSLATORS: laptop primary battery
+#: ../src/gpm-upower.c:482
+msgid "Laptop battery"
+msgid_plural "Laptop batteries"
+msgstr[0] "筆電電池"
+
+#. TRANSLATORS: battery-backed AC power source
+#: ../src/gpm-upower.c:486
+msgid "UPS"
+msgid_plural "UPSs"
+msgstr[0] "不斷電系統"
+
+#. TRANSLATORS: a monitor is a device to measure voltage and current
+#: ../src/gpm-upower.c:490
+msgid "Monitor"
+msgid_plural "Monitors"
+msgstr[0] "顯示器"
+
+#. TRANSLATORS: wireless mice with internal batteries
+#: ../src/gpm-upower.c:494
+msgid "Mouse"
+msgid_plural "Mice"
+msgstr[0] "滑鼠"
+
+#. TRANSLATORS: wireless keyboard with internal battery
+#: ../src/gpm-upower.c:498
+msgid "Keyboard"
+msgid_plural "Keyboards"
+msgstr[0] "鍵盤"
+
+#. TRANSLATORS: portable device
+#: ../src/gpm-upower.c:502
+msgid "PDA"
+msgid_plural "PDAs"
+msgstr[0] "PDA"
+
+#. TRANSLATORS: cell phone (mobile...)
+#: ../src/gpm-upower.c:506
+msgid "Cell phone"
+msgid_plural "Cell phones"
+msgstr[0] "行動電話"
+
+#. TRANSLATORS: media player, mp3 etc
+#: ../src/gpm-upower.c:511
+msgid "Media player"
+msgid_plural "Media players"
+msgstr[0] "媒體播放器"
+
+#. TRANSLATORS: tablet device
+#: ../src/gpm-upower.c:515
+msgid "Tablet"
+msgid_plural "Tablets"
+msgstr[0] "手寫板"
+
+#. TRANSLATORS: tablet device
+#: ../src/gpm-upower.c:519
+msgid "Computer"
+msgid_plural "Computers"
+msgstr[0] "電腦"
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:589
+msgid "Lithium Ion"
+msgstr "鋰離子"
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:593
+msgid "Lithium Polymer"
+msgstr "鋰聚合物"
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:597
+msgid "Lithium Iron Phosphate"
+msgstr "磷酸鋰鐵"
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:601
+msgid "Lead acid"
+msgstr "鉛酸"
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:605
+msgid "Nickel Cadmium"
+msgstr "鎳鎘"
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:609
+msgid "Nickel metal hydride"
+msgstr "鎳氫"
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:613
+msgid "Unknown technology"
+msgstr "不明科技"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:641
+msgid "Empty"
+msgstr "空的"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:649
+msgid "Waiting to charge"
+msgstr "正等待充電"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:653
+msgid "Waiting to discharge"
+msgstr "正等待放電"
diff --git a/po/cs.po b/po/cs.po
index 3cfebb2..3eccd95 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -1,157 +1,147 @@
-# Czech translation of mate-power-manager.
-# Copyright (C) 2008, 2009, 2010 the author(s) of mate-power-manager.
-# Copyright (C) 2008 Pavel Šefránek <[email protected]>.
-# This file is distributed under the same license as the mate-power-manager package.
-#
-# Tomas Kyjovsky <[email protected]>, 2006.
-# Jakub Friedl <[email protected]>, 2006, 2007.
-# Pavel Šefránek <[email protected]>, 2008.
-# Petr Kovar <[email protected]>, 2008, 2009.
-# Lucas Lommer <[email protected]>, 2009.
-# Petr Pulc <[email protected]>, 2009
-# Marek Černocký <[email protected]>, 2009, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: mate-power-manager\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-09-15 17:56+0200\n"
-"PO-Revision-Date: 2010-09-13 18:35+0200\n"
-"Last-Translator: Marek Černocký <[email protected]>\n"
-"Language-Team: Czech <[email protected]>\n"
-"Language: cs\n"
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# segfault <[email protected]>, 2013
+# Ondřej Kolín <[email protected]>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-06-10 10:20+0000\n"
+"Last-Translator: Ondřej Kolín <[email protected]>\n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/MATE/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Poedit-Language: Czech\n"
-"X-Poedit-SourceCharset: utf-8\n"
-#: ../applets/brightness/brightness-applet.c:109
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "Applet Správce napájení pro nastavení jasu"
-#: ../applets/brightness/brightness-applet.c:110
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "Upravuje jas displeje notebooku."
-#: ../applets/brightness/brightness-applet.c:363
-#: ../applets/inhibit/inhibit-applet.c:362
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "Nelze se připojit ke Správci napájení"
-#: ../applets/brightness/brightness-applet.c:365
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "Nelze zjistit jas displeje notebooku"
-#: ../applets/brightness/brightness-applet.c:367
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "Jas LCD: %d%%"
-#: ../applets/brightness/brightness-applet.c:752
-#: ../applets/inhibit/inhibit-applet.c:431
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
msgstr "Licencováno pod licencí GNU General Public Licence Verze 2"
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"Správce napájení je svobodný software; můžete jej dále šířit a/nebo "
-"upravovat za podmínek licence GNU General Public License v podobě, v jaké ji "
-"vydala Free Software Foundation, a to buď ve verzi 2 této licence nebo (dle "
-"vaší volby) v libovolné novější verzi."
+msgstr "Správce napájení je svobodný software; můžete jej dále šířit a/nebo upravovat za podmínek licence GNU General Public License v podobě, v jaké ji vydala Free Software Foundation, a to buď ve verzi 2 této licence nebo (dle vaší volby) v libovolné novější verzi."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Správce napájení je šířen ve víře, že bude užitečný, ale BEZ JAKÝCHKOLIV "
-"ZÁRUK, a to i bez předpokládané záruky na PRODEJNOST nebo VHODNOST PRO "
-"KONKRÉTNÍ ÚČEL. Více podrobností najdete přímo v licenci GNU General Public "
-"License."
+msgstr "Správce napájení je šířen ve víře, že bude užitečný, ale BEZ JAKÝCHKOLIV ZÁRUK, a to i bez předpokládané záruky na PRODEJNOST nebo VHODNOST PRO KONKRÉTNÍ ÚČEL. Více podrobností najdete přímo v licenci GNU General Public License."
-#: ../applets/brightness/brightness-applet.c:761
-#: ../applets/inhibit/inhibit-applet.c:440
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"Spolu s tímto programem byste měli obdržet kopii licence GNU General Public "
-"License. Pokud se tak nestalo, napište o ni Free Software\n"
-"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,\n"
-"MA 02110-1301, USA."
+msgstr "Spolu s tímto programem byste měli obdržet kopii licence GNU General Public License. Pokud se tak nestalo, napište o ni Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston,\nMA 02110-1301, USA."
-#: ../applets/brightness/brightness-applet.c:775
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Copyright © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Nastavuje jas displeje notebooku"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "O _aplikaci"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Nastavení jasu"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "Nápo_věda"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Generátor appletu nastavení jasu"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Generátor pro applet nastavení jasu"
-#: ../applets/inhibit/inhibit-applet.c:95
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Nastavení jasu"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Nastavuje jas displeje notebooku"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "Zákaz šetření energií"
-#: ../applets/inhibit/inhibit-applet.c:96
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "Umožňuje uživateli zakázat automatické šetření energií."
-#: ../applets/inhibit/inhibit-applet.c:365
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "Zakázáno automatické uspávání"
-#: ../applets/inhibit/inhibit-applet.c:367
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "Povoleno automatické uspávání"
-#: ../applets/inhibit/inhibit-applet.c:395
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "Manuální zákaz"
-#: ../applets/inhibit/inhibit-applet.c:454
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Copyright © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "Umožňuje uživateli zakázat automatické šetření energií"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Generátor appletu zákazu šetření energií"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Generátor pro applet zákazu šetření energií"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "Zákaz šetření energií"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Generátor appletu zákazu šetření energií"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Umožňuje uživateli zakázat automatické šetření energií"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -161,941 +151,835 @@ msgstr "Správce napájení"
msgid "Power management daemon"
msgstr "Démon správy napájení"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Povolit úpravu jasu podsvícení"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Zda při neaktivním stavu počítač uspat na disk, uspat do paměti či nedělat nic"
-#: ../data/mate-power-manager.schemas.in.h:2
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
+msgid ""
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "Jakým způsobem uspat počítač, když není používán."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
msgid "Battery critical low action"
msgstr "Kriticky nízký stav baterie"
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "Před uspáním zkontrolovat zatížení procesoru"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr "Ztmavit obrazovku po době nečinnosti při napájení ze sítě"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr "Ztmavit obrazovku po době nečinnosti při napájení z baterie"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "Akce k provedení, pokud je úroveň nabití baterie kriticky nízká."
-#: ../data/mate-power-manager.schemas.in.h:6
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"Volby zobrazení oznamovací ikony. Platné volby jsou „never“ (nikdy), "
-"„low“ (nízký stav), „critical“ (kritický stav), „charge“ (dobíjení), "
-"„present“ (při dostupnosti) a „always“ (vždy)."
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Akce tlačítka uspání počítače na disk"
+"If the battery event should occur when the lid is shut and the power "
+"disconnected"
+msgstr "Zda provést akci při napájení z baterie, když bylo předtím víko zavřeno při napájení ze sítě"
-#: ../data/mate-power-manager.schemas.in.h:8
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr ""
-"Zda se má zobrazit varování, jestliže uspání do paměti nebo na disk selhalo."
+"If the battery lid close event should occur (for example 'Suspend when lid "
+"closed on battery') when the lid is previously shut and the AC power "
+"disconnected at a later time."
+msgstr "Zda se má provést akce při napájení z baterie (např. uspat počítač při zavření víka), když bylo ještě předtím víko zavřeno při napájení ze sítě."
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr "Zda se má zobrazit varování při plně nabité baterii."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "Akce při kriticky nízkém stavu záložního zdroje"
-#: ../data/mate-power-manager.schemas.in.h:10
-msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr "Zda se má zobrazit varování při téměř vybité baterii."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "Akce k provedení, pokud je UPS na kriticky nízké úrovni."
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr ""
-"Zda by měly být v kontextové nabídce zobrazené položky pro předvolby a "
-"statistiky."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "Akce při nízkého stavu baterie záložního zdroje"
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "Zda má být používán zvuk"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "Jakou akci provést, pokud je UPS nízké"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Povolit úpravu jasu podsvícení"
-#: ../data/mate-power-manager.schemas.in.h:13
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"Zda se má přehrát zvuk při kriticky nízkém stavu nabití nebo při zákazu "
-"šetření energií."
+"If the screen brightness should be changed when switching between AC and "
+"battery power."
+msgstr "Zda automaticky upravit jas obrazovky při přechodu mezi síťovým napájení a napájením z baterie."
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr "Zda se má zkontrolovat zátěž procesoru před zahájením nečinnosti."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "Zeslabit jas podsvícení při napájení z baterie"
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
-"If the battery event should occur when the lid is shut and the power "
-"disconnected"
-msgstr ""
-"Zda provést akci při napájení z baterie, když bylo předtím víko zavřeno při "
-"napájení ze sítě"
+"If the screen should be reduced in brightness when the computer is on "
+"battery power."
+msgstr "Zda má být zeslaben jas podsvícení při napájení z baterie."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "Jas obrazovky během nečinnosti"
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the battery lid close event should occur (for example 'Suspend when lid "
-"closed on battery') when the lid is previously shut and the AC power "
-"disconnected at a later time."
-msgstr ""
-"Zda se má provést akce při napájení z baterie (např. uspat počítač při "
-"zavření víka), když bylo ještě předtím víko zavřeno při napájení ze sítě."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "Jas displeje notebooku během nečinného sezení. Používáno pouze, máte-li zaškrtnuto use_time_for_policy."
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr "Zda používat naučený profil pro vypočítání zbývajícího času"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Ztmavit obrazovku po době nečinnosti při napájení z baterie"
-#: ../data/mate-power-manager.schemas.in.h:18
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
-msgstr ""
-"Zda se má používat naučený profil pro vypočítání zbývajícího času. Zapněte "
-"pouze pro účely ladění."
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "Zda se má ztmavit obrazovka, je-li sezení delší dobu nečinné při napájení z baterie."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr "Zda použít režim šetření energií při napájení ze sítě"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "Doba prodlevy v sekundách před ztmavením obrazovky, když je sezení nečinné"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr "Zda použít režim šetření energií při napájení z baterie"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "Doba prodlevy v sekundách před ztmavením obrazovky, když je sezení nečinné."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
+msgid "LCD dimming amount when on battery"
+msgstr "Míra ztmavení LCD při napájení z baterie"
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
msgid ""
-"If the screen brightness should be changed when switching between AC and "
-"battery power."
-msgstr ""
-"Zda automaticky upravit jas obrazovky při přechodu mezi síťovým napájení a "
-"napájením z baterie."
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "O kolik ztmavit jas displeje při napájení z baterie. Možné jsou hodnoty v rozsahu 0 až 100."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Ztmavit obrazovku po době nečinnosti při napájení ze sítě"
-#: ../data/mate-power-manager.schemas.in.h:22
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
msgid ""
"If the screen should be dimmed to save power when the computer is idle when "
"on AC power."
-msgstr ""
-"Zda se má ztmavit obrazovka, je-li sezení delší dobu nečinné při napájení ze "
-"sítě."
+msgstr "Zda se má ztmavit obrazovka, je-li sezení delší dobu nečinné při napájení ze sítě."
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
-msgstr ""
-"Zda se má ztmavit obrazovka, je-li sezení delší dobu nečinné při napájení z "
-"baterie."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
+msgid "Method used to blank screen on AC"
+msgstr "Metoda mazání obrazovky při napájení ze sítě"
-#: ../data/mate-power-manager.schemas.in.h:24
-msgid ""
-"If the screen should be reduced in brightness when the computer is on "
-"battery power."
-msgstr "Zda má být zeslaben jas podsvícení při napájení z baterie."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "Metoda DPMS použitá k mazání obrazovky, když je zapojeno napájení"
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr "Zda se má použít režim šetření energií při napájení ze sítě."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
+msgid "Method used to blank screen on battery"
+msgstr "Metoda mazání obrazovky při napájení z baterie"
-#: ../data/mate-power-manager.schemas.in.h:26
-msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr ""
-"Zda se má použít režim šetření energií při napájení z baterie notebooku."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "DPMS metoda mazání obrazovky při napájení z baterie"
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr "Zda má být uživatel upozorněn na odpojení síťového adaptéru."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "Jas LCD při napájení ze sítě"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"Zda mají být používána upozornění založená na čase. Je-li nastaveno "
-"negativně, budou používány procentuální změny, což může pomoci v případě "
-"vadného ACPI BIOS."
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "Jas displeje při napájení ze sítě. Možné jsou hodnoty v rozsahu 0.0 až 100.0."
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr "Zda se má v případě poškozené baterie zobrazovat varování"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Akce při stisknutí tlačítka režimu spánku"
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr "Zda se má v případě poškozené baterie zobrazovat varování."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "Akce při stisku uspávacího tlačítka"
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr ""
-"Zda se má v případě vadné baterie zobrazovat varování o stahování baterií"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Akce tlačítka uspání počítače na disk"
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr ""
-"Zda se má v případě vadné baterie zobrazovat varování o stahování baterií. "
-"Nezaškrtávejte pouze pokud jste si jisti, že je vaše baterie v pořádku."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "Akce při stisku hibernačního tlačítka"
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "Jas LCD při napájení ze sítě"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
+msgid "Power button action"
+msgstr "Akce tlačítka napájení"
-#: ../data/mate-power-manager.schemas.in.h:34
-msgid "LCD dimming amount when on battery"
-msgstr "Míra ztmavení LCD při napájení z baterie"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "Akce při stisku vypínacího tlačítka"
-#: ../data/mate-power-manager.schemas.in.h:35
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
msgid "Laptop lid close action on battery"
msgstr "Akce uzavření víka notebooku při napájení z baterie"
-#: ../data/mate-power-manager.schemas.in.h:36
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "Akce při zavření víka notebooku při napájení z baterie."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
msgid "Laptop lid close action when on AC"
msgstr "Akce uzavření víka notebooku při napájení ze sítě"
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "Při usnutí uzamknout klíčenku MATE"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "Akce při zavření víka notebooku při napájení ze sítě."
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Uzamknout obrazovku při uspání počítače na disk"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Kdy zobrazit oznamovací ikonu"
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "Lock screen on suspend"
-msgstr "Uzamknout obrazovku při uspání do paměti"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "Zda mají být používána upozornění založená na čase. Je-li nastaveno negativně, budou používány procentuální změny, což může pomoci v případě vadného ACPI BIOS."
-#: ../data/mate-power-manager.schemas.in.h:40
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Před uspáním zkontrolovat zatížení procesoru"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "Zda se má zkontrolovat zátěž procesoru před zahájením nečinnosti."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "Zda má být při uspávání připojována a odpojována síť aplikací NetworkManager."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
+msgid ""
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "Zda má NetworkManager před uspáním odpojit síť a po probuzení ji zase připojit."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Používat nastavení zamykání šetřiče obrazovky MATE"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
+msgid ""
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "Zda používat nastavení mate-screensaver ke zjištění, jestli má být obrazovka uzamčena při uspání počítače nebo obrazovky."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
msgid "Lock screen when blanked"
msgstr "Uzamknout obrazovku při jejím smazání"
-#: ../data/mate-power-manager.schemas.in.h:41
-msgid "Method used to blank screen on AC"
-msgstr "Metoda mazání obrazovky při napájení ze sítě"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
+msgid ""
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "Zda má být obrazovka uzamčena při vypnutí. Používáno pouze, není-li zaškrtnuto lock_use_screensaver_settings."
-#: ../data/mate-power-manager.schemas.in.h:42
-msgid "Method used to blank screen on battery"
-msgstr "Metoda mazání obrazovky při napájení z baterie"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "Uzamknout obrazovku při uspání do paměti"
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Upozornit při nízkém nabití"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
+msgid ""
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "Zda má být po probuzení počítače z uspání do paměti uzamčena obrazovka. Používáno pouze, není-li zaškrtnuto lock_use_screensaver."
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Upozornit na chybu při uspání"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Uzamknout obrazovku při uspání počítače na disk"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Upozornit na odpojení síťového adaptéru"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
+msgid ""
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "Zda má být po probuzení počítače z uspání na disk uzamčena obrazovka. Používáno pouze, není-li zaškrtnuto lock_use_screensaver."
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Upozornit na plné dobití"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "Při usnutí uzamknout klíčenku MATE"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "Je vykonána akce založená na procentech"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
+msgid ""
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "Zda při uspání do paměti uzamknout klíčenku MATE. Klíčenka se při probuzení odemkne."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Procento považované za kritické"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
+msgid ""
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "Zda při uspání na disk uzamknout klíčenku MATE. Klíčenka se při probuzení odemkne."
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Procento považované za nízké"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "Zda použít režim šetření energií při napájení ze sítě"
-#: ../data/mate-power-manager.schemas.in.h:50
-msgid "Power button action"
-msgstr "Akce tlačítka napájení"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "Zda se má použít režim šetření energií při napájení ze sítě."
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "Zeslabit jas podsvícení při napájení z baterie"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "Zda použít režim šetření energií při napájení z baterie"
-#: ../data/mate-power-manager.schemas.in.h:52
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
+msgid ""
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "Zda se má použít režim šetření energií při napájení z baterie notebooku."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
msgid "Seconds of inactivity to spin down when on AC"
msgstr "Doba nečinnosti (v sekundách) k zastavení disku při napájení ze sítě"
-#: ../data/mate-power-manager.schemas.in.h:53
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "Doba nečinnosti (v sekundách) k zastavení disků při napájení ze sítě."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
msgid "Seconds of inactivity to spin down when on battery"
msgstr "Doba nečinnosti (v sekundách) k zastavení disku při napájení z baterie"
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr "Čas pro uspání počítače při napájení ze sítě"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "Doba nečinnosti (v sekundách) k zastavení disků při napájení z baterie."
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr "Čas pro uspání počítače při napájení ze záložního zdroje"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "Zda se má v případě vadné baterie zobrazovat varování o stahování baterií"
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "Čas pro uspání počítače při napájení z baterie"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
+msgid ""
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "Zda se má v případě vadné baterie zobrazovat varování o stahování baterií. Nezaškrtávejte pouze pokud jste si jisti, že je vaše baterie v pořádku."
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr "Čas pro uspání displeje při napájení ze sítě"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "Zda se má v případě poškozené baterie zobrazovat varování"
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr "Čas pro uspání displeje při napájení ze záložního zdroje"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "Zda se má v případě poškozené baterie zobrazovat varování."
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr "Čas pro uspání displeje při napájení z baterie"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Upozornit na odpojení síťového adaptéru"
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Akce při stisknutí tlačítka režimu spánku"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "Zda má být uživatel upozorněn na odpojení síťového adaptéru."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Upozornit na plné dobití"
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"Metoda DPMS použitá ke zhasnutí obrazovky při napájení ze sítě. Možné "
-"hodnoty jsou „standby“, „suspend“ a „off“."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "Zda se má zobrazit varování při plně nabité baterii."
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Upozornit na chybu při uspání"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"Metoda DPMS použitá ke zhasnutí obrazovky při napájení z baterie. Možné "
-"hodnoty jsou „standby“, „suspend“ a „off“."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "Zda se má zobrazit varování, jestliže uspání do paměti nebo na disk selhalo."
-#: ../data/mate-power-manager.schemas.in.h:63
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
msgid "The URI to show to the user on sleep failure"
msgstr "Adresa URI, která se zobrazí uživateli při chybě"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Akce při kriticky nízkém stavu záložního zdroje. Možné hodnoty jsou "
-"„hibernate“, „suspend“, „shutdown“ a „nothing“."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "Pokud se nezdaří uspání počítače, lze uživateli zobrazit tlačítko pro řešení situace. Pokud jej nechcete zobrazovat, nechte pole prázdné."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Akce při nízkém stavu záložního zdroje. Možné hodnoty jsou „hibernate“, "
-"„suspend“, „shutdown“ a „nothing“."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Upozornit při nízkém nabití"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Akce při kriticky nízkém stavu baterie. Možné hodnoty jsou „hibernate“, "
-"„suspend“, „shutdown“ a „nothing“."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "Zda se má zobrazit varování při téměř vybité baterii."
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
-msgstr ""
-"Akce při zavření víka notebooku při napájení ze sítě. Možné hodnoty jsou "
-"„suspend“, „hibernate“, „blank“ a „nothing“."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "Zda mají být zobrazována data z historie"
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
-msgstr ""
-"Akce při zavření víka notebooku při napájení z baterie. Možné hodnoty jsou "
-"„suspend“, „hibernate“, „blank“, a „nothing“."
+"Whether we should show the history data points in the statistics window."
+msgstr "Zda mají být zobrazována data z historie v okně statistiky"
-#: ../data/mate-power-manager.schemas.in.h:69
-msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"Akce při stisknutí tlačítka uspání na disk. Možné hodnoty jsou „suspend“, "
-"„hibernate“, „interactive“, „shutdown“ a „nothing“."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "Zda mají být data historie v grafu vyhlazována."
-#: ../data/mate-power-manager.schemas.in.h:70
-msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
-msgstr ""
-"Akce při stisknutí tlačítka napájení. Možné hodnoty jsou „suspend“, "
-"„hibernate“, „interactive“, „shutdown“ a „nothing“."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "Zda mají být data historie v grafu vyhlazována."
-#: ../data/mate-power-manager.schemas.in.h:71
-msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"Akce při stisknutí tlačítka uspání do paměti. Možné hodnoty jsou „suspend“, "
-"„hibernate“, „interactive“, „shutdown“ a „nothing“."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "Výchozí typ grafu pro zobrazení historie"
-#: ../data/mate-power-manager.schemas.in.h:72
-msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
-msgstr ""
-"Doba prodlevy v sekundách před tím, než se displej pokusí přejít do režimu "
-"spánku, je-li napájen ze sítě."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "Výchozí typ grafu pro zobrazení v okně historie."
-#: ../data/mate-power-manager.schemas.in.h:73
-msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Doba prodlevy v sekundách před tím, než se počítač pokusí přejít do režimu "
-"spánku, je-li napájen ze sítě."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "Nejdelší čas pro zobrazení historie"
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Doba prodlevy v sekundách před tím, než se počítač pokusí přejít do režimu "
-"spánku, je-li napájen ze záložního zdroje."
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "Maximální délka času zobrazená na ose X grafu historie."
-#: ../data/mate-power-manager.schemas.in.h:75
-msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
msgstr ""
-"Doba prodlevy v sekundách před tím, než se displej pokusí přejít do režimu "
-"spánku, je-li počítač napájen ze záložního zdroje."
-#: ../data/mate-power-manager.schemas.in.h:76
-msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
msgstr ""
-"Doba prodlevy v sekundách před tím, než se počítač pokusí přejít do režimu "
-"spánku, je-li napájen z baterie."
-#: ../data/mate-power-manager.schemas.in.h:77
-msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
msgstr ""
-"Doba prodlevy v sekundách před tím, než se displej pokusí přejít do režimu "
-"spánku, je-li počítač napájen z baterie."
-#: ../data/mate-power-manager.schemas.in.h:78
-msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
msgstr ""
-"O kolik ztmavit jas displeje při napájení z baterie. Možné jsou hodnoty v "
-"rozsahu 0 až 100."
-#: ../data/mate-power-manager.schemas.in.h:79
-msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
-msgstr ""
-"Jas displeje při napájení ze sítě. Možné jsou hodnoty v rozsahu 0 až 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "Výchozí typ grafu pro zobrazení statistik"
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "Jas obrazovky během nečinnosti"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr "Výchozí typ grafu pro zobrazení v okně statistik."
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
msgstr ""
-"Doba prodlevy v sekundách před ztmavením obrazovky, když je sezení nečinné"
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
+msgid ""
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
msgstr ""
-"Doba prodlevy v sekundách před ztmavením obrazovky, když je sezení nečinné."
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version"
-msgstr "Výchozí verze nastavení"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "ID posledního vybraného zařízení"
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "Výchozí typ grafu pro zobrazení v okně statistik"
-
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr "Výchozí typ grafu pro zobrazení v okně statistik."
-
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "Maximální délka času zobrazená na ose X grafu."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
+msgid ""
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "Maximální čas zobrazený na grafu"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Procento považované za nízké"
-#: ../data/mate-power-manager.schemas.in.h:88
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr "Doba nečinnosti (v sekundách) k zastavení disků při napájení ze sítě."
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
+msgstr "Procento nabití baterie považované za nízké. Používáno pouze, není-li zaškrtnuto use_time_for_policy."
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
-msgstr ""
-"Doba nečinnosti (v sekundách) k zastavení disků při napájení z baterie."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Procento považované za kritické"
-#: ../data/mate-power-manager.schemas.in.h:90
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
-msgstr ""
-"Procento nabití baterie považované za kritické. Používáno pouze, není-li "
-"zaškrtnuto use_time_for_policy."
+"when use-time-for-policy is false."
+msgstr "Procento nabití baterie považované za kritické. Používáno pouze, není-li zaškrtnuto use_time_for_policy."
-#: ../data/mate-power-manager.schemas.in.h:91
-msgid ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
-msgstr ""
-"Procento nabití baterie považované za nízké. Používáno pouze, není-li "
-"zaškrtnuto use_time_for_policy."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "Je vykonána akce založená na procentech"
-#: ../data/mate-power-manager.schemas.in.h:92
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
msgid ""
"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"Procento nabití baterie, při kterém je provedena kritická akce. Používáno "
-"pouze, není-li zaškrtnuto use_time_for_policy."
+"valid when use-time-for-policy is false."
+msgstr "Procento nabití baterie, při kterém je provedena kritická akce. Používáno pouze, není-li zaškrtnuto use_time_for_policy."
-#: ../data/mate-power-manager.schemas.in.h:93
-msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Zbývající čas v sekundách, než se provede akce při kriticky nízkém stavu "
-"baterie. Používáno pouze, je-li zaškrtnuto use_time_for_policy."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
+msgid "The time remaining when low"
+msgstr "Zbývající čas při nízkém stavu"
-#: ../data/mate-power-manager.schemas.in.h:94
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Zbývající čas v sekundách, je-li baterie v kriticky nízkém stavu. Používáno "
-"pouze, pokud je zaškrtnuto use_time_for_policy."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "Zbývající čas v sekundách, je-li baterie téměř vybitá. Používáno pouze, je-li zaškrtnuto use_time_for_policy."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "Zbývající čas při kritickém stavu"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
-msgstr ""
-"Zbývající čas v sekundách, je-li baterie téměř vybitá. Používáno pouze, "
-"pokud je zaškrtnuto use_time_for_policy."
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "Zbývající čas v sekundách, je-li baterie v kriticky nízkém stavu. Používáno pouze, pokud je zaškrtnuto use_time_for_policy."
-#: ../data/mate-power-manager.schemas.in.h:96
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
msgid "The time remaining when action is taken"
msgstr "Zbývající čas při vykonání akce"
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "Zbývající čas při kritickém stavu"
-
-#: ../data/mate-power-manager.schemas.in.h:98
-msgid "The time remaining when low"
-msgstr "Zbývající čas při nízkém stavu"
-
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr ""
-"Typ spánku při neaktivním stavu počítače. Možné hodnoty jsou „hibernate“, "
-"„suspend“ a „nothing“."
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "Zbývající čas v sekundách, než se provede akce při kriticky nízkém stavu baterie. Používáno pouze, je-li zaškrtnuto use_time_for_policy."
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"Verze nainstalovaného schématu. Neupravujte tento klíč, používá se pouze ke "
-"zjištění, zda byla změněno schéma mezi verzemi."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Čas pro uspání počítače při napájení z baterie"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Jas displeje notebooku během nečinného sezení. Používáno pouze, máte-li "
-"zaškrtnuto use_time_for_policy."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "Doba prodlevy v sekundách před tím, než se počítač pokusí přejít do režimu spánku, je-li napájen z baterie."
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "Akce při kriticky nízkém stavu záložního zdroje"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Čas pro uspání počítače při napájení ze sítě"
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "Akce při nízkého stavu baterie záložního zdroje"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
+msgid ""
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "Doba prodlevy v sekundách před tím, než se počítač pokusí přejít do režimu spánku, je-li napájen ze sítě."
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "Používat nastavení zamykání šetřiče obrazovky MATE"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Čas pro uspání počítače při napájení ze záložního zdroje"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-msgstr ""
-"Pokud se nezdaří uspání počítače, lze uživateli zobrazit tlačítko pro řešení "
-"situace. Pokud jej nechcete zobrazovat, nechte pole prázdné."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "Doba prodlevy v sekundách před tím, než se počítač pokusí přejít do režimu spánku, je-li napájen ze záložního zdroje."
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "Kdy zobrazit oznamovací ikonu"
-
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr ""
-"Zda má být při uspávání připojována a odpojována síť pomocí aplikace "
-"NetworkManager."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Čas pro uspání displeje při napájení ze sítě"
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"Zda má NetworkManager před uspáním odpojit síť a po probuzení ji zase "
-"připojit."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "Doba prodlevy v sekundách před tím, než se displej pokusí přejít do režimu spánku, je-li napájen ze sítě."
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"Zda při uspání na disk uzamknout klíčenku MATE. Klíčenka se při probuzení "
-"odemkne."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Čas pro uspání displeje při napájení z baterie"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"Zda při uspání do paměti uzamknout klíčenku MATE. Klíčenka se při probuzení "
-"odemkne."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "Doba prodlevy v sekundách před tím, než se displej pokusí přejít do režimu spánku, je-li počítač napájen z baterie."
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"Zda má být po probuzení počítače z uspání na disk uzamčena obrazovka. "
-"Používáno pouze, je-li zaškrtnuto lock_use_screensaver_settings."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Čas pro uspání displeje při napájení ze záložního zdroje"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"Zda má být po probuzení počítače z uspání do paměti uzamčena obrazovka. "
-"Používáno pouze, je-li zaškrtnuto lock_use_screensaver_settings."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "Doba prodlevy v sekundách před tím, než se displej pokusí přejít do režimu spánku, je-li počítač napájen ze záložního zdroje."
-#: ../data/mate-power-manager.schemas.in.h:113
-msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"Zda má být obrazovka uzamčena při vypnutí. Používáno pouze, je-li zaškrtnuto "
-"lock_use_screensaver_settings."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "Zda má být používán zvuk"
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr ""
-"Zda při neaktivním stavu počítač uspat na disk, uspat do paměti či nedělat "
-"nic"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "Zda se má přehrát zvuk při kriticky nízkém stavu nabití nebo při zákazu šetření energií."
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"Zda používat nastavení mate-screensaver ke zjištění, jestli má být "
-"obrazovka uzamčena při uspání počítače nebo obrazovky."
+"If preferences and statistics items should be shown in the context menu"
+msgstr "Zda by měly být v kontextové nabídce zobrazené položky pro předvolby a statistiky."
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
msgstr "Kdy zobrazit oznamovací ikonu"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "Zda popisovat osy"
-
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "Zda mají být zobrazeny popisky os v grafu."
-
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Zda mají být události zobrazovány v okně statistiky"
-
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Zda mají být události zobrazovány v okně statistiky."
-
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "Zda vyhlazovat data v grafu"
-
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "Zda mají být data v grafu vyhlazována."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "Zobrazovat možnosti pro ikonu upozornění"
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Nastavit správu napájení"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "Správa napájení"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Sledovat správu napájení"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Nastavit správu napájení"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1092
-#: ../src/gpm-statistics.c:1567
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "Statistika napájení"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Sledovat správu napájení"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "Jas"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "Délka dat:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Podrobnosti"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "Typ grafu:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "Historie"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "Délka dat:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "Počet probuzení procesoru za sekundu:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "Nelze zobrazit žádná data."
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Použít vyhlazenou křivku"
+
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "Zobrazovat v datech bod"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "Historie"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Statistiky"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "Nelze zobrazit žádná data."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "Počet probuzení procesoru za sekundu:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Použít vyhlazenou křivku"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "Probuzení"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Nastavení správy napájení"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Akce</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "U_spat počítač, když se nepoužívá:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "Zavřete-li _víko notebooku:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "Uspat pevné _disky, když je to možné"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>Obrazovka</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Oznamovací oblast</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Uspat _displej, když se nepoužívá:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "Zavře program"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "Nastavit _jas displeje na:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "Zt_mavit displej při nečinnosti"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "Obecné"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "Nastavit jako výchozí"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "Síťový provoz"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "Bateriový provoz"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "Provoz ze záložního zdroje"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "Zobrazit ikonu pouze, je-li přítomna _baterie"
-
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "Zobrazit _ikonu pouze, když se baterie nabíjí nebo vybíjí"
-
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "Nastavení správy napájení"
-
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "Poskytne nápovědu k tomuto programu"
-
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "Uspat _displej, když se nepoužívá:"
-
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "U_spat počítač, když se nepoužívá:"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "Při téměř vybité _baterii:"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "Nastavit _jas displeje na:"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "Zeslabit _jas podsvícení"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "Nastaví tuto politiku, aby byla použita všemi uživateli"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "Bateriový provoz"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "Uspat pevné _disky, když je to možné"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "Při téměř vybitém zá_ložním zdroji:"
-#: ../data/gpm-prefs.ui.h:20
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
msgid "When UPS power is _critically low:"
msgstr "Je-li k_riticky nízký stav záložního zdroje:"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "Při téměř vybitém zá_ložním zdroji:"
-
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "Při téměř vybité _baterii:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "Provoz ze záložního zdroje"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "Zavřete-li _víko notebooku:"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "Stisknete-li tlačítko _napájení:"
-#: ../data/gpm-prefs.ui.h:24
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
msgid "When the _suspend button is pressed:"
msgstr "Stisknete-li tlačítko u_spání do paměti:"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "Stisknete-li tlačítko _napájení:"
-
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "_Vždy zobrazit ikonu"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Oznamovací oblast</b>"
-#: ../data/gpm-prefs.ui.h:27
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
msgid "_Never display an icon"
msgstr "_Nikdy nezobrazovat ikonu"
-#: ../data/gpm-prefs.ui.h:28
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
msgid "_Only display an icon when battery power is low"
msgstr "Z_obrazit ikonu pouze, když je baterie málo nabitá"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "Zeslabit _jas podsvícení"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "Zobrazit _ikonu pouze, když se baterie nabíjí nebo vybíjí"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "Zobrazit ikonu pouze, je-li přítomna _baterie"
+
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "_Vždy zobrazit ikonu"
+
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "Obecné"
+
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "Poskytne nápovědu k tomuto programu"
+
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Nastavit jako výchozí"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "Nastaví tuto politiku, aby byla použita všemi uživateli"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "Zavře program"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
msgstr "Nastavit stávající jas"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
msgstr "Získat stávající jas"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
msgstr "Získat počet podporovaných úrovní jasu"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
msgstr "Pomoc s podsvícením ve Správci napájení MATE"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
msgstr "Nebyla specifikována žádná platná volba"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
msgstr "Ve vašem systému nebylo nalezeno žádné podsvícení"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
msgstr "Nebylo možné získat hodnotu úrovně podsvícení"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
msgstr "Nebylo možné získat maximální hodnotu úrovně podsvícení"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
msgstr "Tento program může používat pouze uživatel root"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
msgstr "Tento program může být spuštěn jedině přes pkexec"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
msgstr "Nebylo možné nastavit hodnotu úrovně podsvícení"
@@ -1201,7 +1085,7 @@ msgid "%.1fV"
msgstr "%.1f V"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1547
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "Zobrazit dodatečné ladicí informace"
@@ -1217,133 +1101,128 @@ msgstr "Ukončit po malé prodlevě (pro účely ladění programu)"
msgid "Exit after the manager has loaded (for debugging)"
msgstr "Ukončit poté, co se načte správce (pro účely ladění programu)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "Správce napájení MATE"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:223 ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "Kriticky nízký stav baterie"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "Napájení bylo připojeno"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "Napájení odpojeno"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "Víko bylo otevřeno"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "Víko bylo zavřeno"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "Nízký stav baterie"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "Baterie je nabitá"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "Započato uspávání"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "Obnovený"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:309
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "Uspání selhalo"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:579
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
msgstr "Selhalo uspání počítače do paměti."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:581
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "Selhalo uspání do paměti"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:585
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
msgstr "Selhalo uspání počítač na disk."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:587
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "Selhalo uspání na disk"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:592
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
msgstr "Selhání bylo nahlášeno jako:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:605
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "Navštívit stránku nápovědy"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:868
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "Správa napájení displeje aktivní"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:887
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "Při napájení z baterie"
-#: ../src/gpm-manager.c:905
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "Víko notebooku zavřeno"
-#: ../src/gpm-manager.c:943
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "Informace o napájení"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1191
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "Baterie můře být stahována z trhu"
-#: ../src/gpm-manager.c:1192
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"A battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"Baterie ve vašem počítači může být firmou %s stahována a vy můžete být "
-"vystaveni nebezpečí.\n"
-"\n"
-"Více informací získáte na webových stránkách o stahování baterií z trhu."
+msgstr "Baterie ve vašem počítači může být firmou %s stahována a vy můžete být vystaveni nebezpečí.\n\nVíce informací získáte na webových stránkách o stahování baterií z trhu."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1202
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "Navštívit web stahování baterií z trhu"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1205
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "Znovu nezobrazovat"
@@ -1351,22 +1230,21 @@ msgstr "Znovu nezobrazovat"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1290
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "Baterie může být poškozena"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1293
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Battery has a very low capacity (%1.1f%%), which means that it may be old or "
-"broken."
-msgstr ""
-"Baterie má velmi malou kapacitu (%1.1f%%), což znamená, že může být stará "
-"nebo poškozená."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "Baterie má velmi malou kapacitu (%1.1f%%), což znamená, že může být stará nebo poškozená."
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1342
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
msgstr[0] "Baterie dobita"
@@ -1374,460 +1252,422 @@ msgstr[1] "Baterie dobity"
msgstr[2] "Baterie dobity"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1388
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "Baterie se vybíjí"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1392
+#: ../src/gpm-manager.c:1348
#, c-format
msgid "%s of battery power remaining (%.0f%%)"
msgstr "Zbývá %s provozu na baterie (%.0f%%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1395 ../src/gpm-manager.c:1407
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
msgid "%s discharging (%.0f%%)"
msgstr "%s se vybíjí (%.0f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1400
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "Záložní zdroj se vybíjí"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1404
+#: ../src/gpm-manager.c:1360
#, c-format
msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr "Zbývá %s provozu na záložní zdroj (%.0f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1488
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "Nízký stav baterie"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1491
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "Baterie notebooku je téměř vybitá"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1497
+#: ../src/gpm-manager.c:1453
#, c-format
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "Zbývá přibližně <b>%s</b> (%.0f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1501
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "Záložní zdroj je téměř vybitý"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1505
+#: ../src/gpm-manager.c:1461
#, c-format
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
msgstr "Zbývá vám přibližně <b>%s</b> výkonu záložního zdroje (%.0f%%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1509 ../src/gpm-manager.c:1648
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "Baterie v myši je téměř vybitá"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1512
+#: ../src/gpm-manager.c:1468
#, c-format
msgid "Wireless mouse is low in power (%.0f%%)"
msgstr "Bezdrátová myš je téměř vybitá (%.0f%%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1516 ../src/gpm-manager.c:1656
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "Baterie v klávesnici je téměř vybitá"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1519
+#: ../src/gpm-manager.c:1475
#, c-format
msgid "Wireless keyboard is low in power (%.0f%%)"
msgstr "Bezdrátová klávesnice je téměř vybitá (%.0f%%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1523 ../src/gpm-manager.c:1665
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "Baterie v PDA je téměř vybitá"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1526
+#: ../src/gpm-manager.c:1482
#, c-format
msgid "PDA is low in power (%.0f%%)"
msgstr "PDA je téměř vybité (%.0f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1530 ../src/gpm-manager.c:1675
-#: ../src/gpm-manager.c:1686
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "Baterie mobilního telefonu je téměř vybitá"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1533
+#: ../src/gpm-manager.c:1489
#, c-format
msgid "Cell phone is low in power (%.0f%%)"
msgstr "Mobilní telefon je téměř vybitý (%.0f%%)"
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1538
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
msgstr "Baterie přenosného přehrávače je téměř vybitá"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1541
+#: ../src/gpm-manager.c:1497
#, c-format
msgid "Media player is low in power (%.0f%%)"
msgstr "Přenosný přehrávač je téměř vybitý (%.0f%%)"
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1545 ../src/gpm-manager.c:1695
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
msgstr "Baterie tabletu je téměř vybitá"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1548
+#: ../src/gpm-manager.c:1504
#, c-format
msgid "Tablet is low in power (%.0f%%)"
msgstr "Tablet je téměř vybitý (%.0f%%)"
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1552 ../src/gpm-manager.c:1704
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
msgstr "Baterie připojeného počítače je téměř vybitá"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1555
+#: ../src/gpm-manager.c:1511
#, c-format
msgid "Attached computer is low in power (%.0f%%)"
msgstr "Připojený počítač je téměř vybitý (%.0f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one kind of battery
-#: ../src/gpm-manager.c:1605
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "Kriticky nízký stav baterie"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1608 ../src/gpm-manager.c:1765
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "Kriticky nízký stav baterie notebooku"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1618
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr "Připojte svůj síťový adaptér, abyste zabránili ztrátě dat."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1622
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
msgstr "Pokud počítač nepřipojíte k napájení, bude velmi brzy uspán do paměti."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1626
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
msgstr "Pokud počítač nepřipojíte k napájení, bude velmi brzy uspán na disk."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1630
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
msgstr "Pokud počítač nepřipojíte k napájení, bude velmi brzy vypnut."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1638 ../src/gpm-manager.c:1803
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "Kriticky nízký stav záložního zdroje"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1642
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to "
-"your computer to avoid losing data."
-msgstr ""
-"Zbývá vám přibližně <b>%s</b> výkonu záložního zdroje (%.0f%%). Obnovte "
-"napájení z elektrické sítě, abyste předešli ztrátě dat."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "Zbývá vám přibližně <b>%s</b> výkonu záložního zdroje (%.0f%%). Obnovte napájení z elektrické sítě, abyste předešli ztrátě dat."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Bezdrátová myš je téměř vybitá (%.0f%%). Jestliže ji nenabijete, přestane "
-"brzy pracovat."
+msgstr "Bezdrátová myš je téměř vybitá (%.0f%%). Jestliže ji nenabijete, přestane brzy pracovat."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1659
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Bezdrátová klávesnice je téměř vybitá (%.0f%%). Jestliže ji nenabijete, "
-"přestane brzy pracovat."
+msgstr "Bezdrátová klávesnice je téměř vybitá (%.0f%%). Jestliže ji nenabijete, přestane brzy pracovat."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1668
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
-"not charged."
-msgstr ""
-"PDA je téměř vybité (%.0f%%). Jestliže jej nenabijete, přestane brzy "
-"pracovat."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "PDA je téměř vybité (%.0f%%). Jestliže jej nenabijete, přestane brzy pracovat."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1678
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Mobilní telefon je téměř vybitý (%.0f%%). Jestliže jej nenabijete, přestane "
-"brzy pracovat."
+msgstr "Mobilní telefon je téměř vybitý (%.0f%%). Jestliže jej nenabijete, přestane brzy pracovat."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1689
+#: ../src/gpm-manager.c:1642
#, c-format
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Připojený počítač je téměř vybitý (%.0f%%). Jestliže jej nenabijete, "
-"přestane brzy pracovat."
+msgstr "Připojený počítač je téměř vybitý (%.0f%%). Jestliže jej nenabijete, přestane brzy pracovat."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1698
+#: ../src/gpm-manager.c:1651
#, c-format
msgid ""
-"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
-"if not charged."
-msgstr ""
-"Tablet je téměř vybitý (%.0f%%). Jestliže jej nenabijete, přestane brzy "
-"pracovat."
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "Tablet je téměř vybitý (%.0f%%). Jestliže jej nenabijete, přestane brzy pracovat."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1707
+#: ../src/gpm-manager.c:1660
#, c-format
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
"shutdown if not charged."
-msgstr ""
-"Připojený počítač je téměř vybitý (%.0f%%). Jestliže jej nenabijete, "
-"přestane brzy pracovat."
+msgstr "Připojený počítač je téměř vybitý (%.0f%%). Jestliže jej nenabijete, přestane brzy pracovat."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1774
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
-msgstr ""
-"Baterie je pod kritickou úrovní; jakmile se baterie zcela vyprázdní, bude "
-"<b>přerušeno napájení</b> počítače."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "Baterie je pod kritickou úrovní; jakmile se baterie zcela vyprázdní, bude <b>přerušeno napájení</b> počítače."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1780
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"Baterie je pod kritickou úrovní a počítač bude uspán do paměti.<br><b>POZOR:"
-"</b> K udržení počítače v uspaném stavu je třeba stálý přísun malého "
-"množství energie."
+msgstr "Baterie je pod kritickou úrovní a počítač bude uspán do paměti.<br><b>POZOR:</b> K udržení počítače v uspaném stavu je třeba stálý přísun malého množství energie."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1787
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
msgstr "Baterie je pod kritickou úrovní a počítač bude uspán na disk."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1792
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
msgstr "Baterie je pod kritickou úrovní a počítač bude vypnut."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1812
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
-msgstr ""
-"Záložní zdroj UPS je pod kritickou úrovní. Jakmile se záložní zdroj zcela "
-"vybije, bude <b>přerušeno napájení</b> počítač."
+msgstr "Záložní zdroj UPS je pod kritickou úrovní. Jakmile se záložní zdroj zcela vybije, bude <b>přerušeno napájení</b> počítač."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1818
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
-msgstr ""
-"Záložní zdroj UPS je pod kritickou úrovní nabití a tento počítač bude záhy "
-"uspán na disk."
+msgstr "Záložní zdroj UPS je pod kritickou úrovní nabití a tento počítač bude záhy uspán na disk."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1823
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
-msgstr ""
-"Záložní zdroj UPS je pod kritickou úrovní nabití a tento počítač bude záhy "
-"vypnut."
-
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1961
-msgid "Install problem!"
-msgstr "Problém s instalací!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1963
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"Výchozí nastavení Správce napájení nebylo správně nainstalováno.\n"
-"Prosím kontaktujte svého správce systému."
+msgstr "Záložní zdroj UPS je pod kritickou úrovní nabití a tento počítač bude záhy vypnut."
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "Nastavení napájení MATE"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Vypnout počítač"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Uspat do paměti"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Uspat na disk"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "Spustit šetřič obrazovky"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Zeptat se"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Nedělat nic"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Nikdy"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Stupeň"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "Nabíjení"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "Čas do nabití"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "Čas do vybití"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 minut"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 hodiny"
-#: ../src/gpm-statistics.c:92
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 hodin"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 den"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
msgstr "1 týden"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "Profil nabíjení"
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "Profil vybíjení"
-#. TRANSLATORS: how accurately we can predict the time remaining of the battery
-#: ../src/gpm-statistics.c:106
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "Přesnost nabíjení"
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "Přesnost vybíjení"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Atribut"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "Hodnota"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "Obrázek"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "Popis"
-#: ../src/gpm-statistics.c:183 ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Typ"
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "ID"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "Příkaz"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "Neznámo"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1836,7 +1676,7 @@ msgstr[1] "%.0f sekundy"
msgstr[2] "%.0f sekund"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
@@ -1845,7 +1685,7 @@ msgstr[1] "%.1f minuty"
msgstr[2] "%.1f minut"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
@@ -1854,7 +1694,7 @@ msgstr[1] "%.1f hodiny"
msgstr[2] "%.1f hodin"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
@@ -1862,39 +1702,40 @@ msgstr[0] "%.1f den"
msgstr[1] "%.1f dny"
msgstr[2] "%.1f dní"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Ano"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "Ne"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Zařízení"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Dodavatel"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Model"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "Sériové číslo"
#. TRANSLATORS: a boolean attribute that means if the device is supplying the
-#. * main power for the computer. For instance, an AC adapter or laptop battery
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "Napájení"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1904,251 +1745,252 @@ msgstr[2] "%d sekund"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "Obnoveno"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "Současný"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "Dobíjitelný"
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "Stav"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "Energie"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "Energie při úplném vybití"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "Energie při plném nabití"
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "Energie (výrobní)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "Napětí"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Procento"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "Kapacita"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "Technologie"
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "Připojeno"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:826
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "Žádná data"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:833 ../src/gpm-statistics.c:838
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Modul jádra"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:843
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "Jádro"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:848
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "Přerušení mezi procesy"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:853
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "Přerušení"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:900
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "Klávesnice/myš/touchpad na PS/2"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:903
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:906
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "Serial ATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:909
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "hostitelský řadič ATA"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:912
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Bezdrátový adaptér Intel"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:919 ../src/gpm-statistics.c:924
-#: ../src/gpm-statistics.c:929 ../src/gpm-statistics.c:934
-#: ../src/gpm-statistics.c:939
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "Časovač %s"
-#. TRANSLATORS: the parameter is the name of task that's woken up from sleeping.
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:943
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "Uspat %s"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:946
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "Nová úloha %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:950
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "Čekat %s"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:954 ../src/gpm-statistics.c:958
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "Seznam prací %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:961
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "Vyprázdnění směrovacích tabulek %s"
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:964
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "Aktivita USB %s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:967
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "Probudit %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:970
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "Místní přerušení"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:973
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "Naplánovaná přerušení"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "Informace o zařízení"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "Historie zařízení"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "Profil zařízení"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1088
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "Probuzení procesoru"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1294 ../src/gpm-statistics.c:1300
-#: ../src/gpm-statistics.c:1306 ../src/gpm-statistics.c:1312
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "Uplynulý čas"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1296
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "Spotřeba"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1302 ../src/gpm-statistics.c:1345
-#: ../src/gpm-statistics.c:1351 ../src/gpm-statistics.c:1357
-#: ../src/gpm-statistics.c:1363
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "Nabití baterie"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1308 ../src/gpm-statistics.c:1314
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "Odhadovaný čas"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1347 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "Korekční faktor"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1365
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "Odhadovaná přesnost"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1550
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "Vybrat toto zařízení při spuštění"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1798
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Procesor"
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "_Předvolby"
@@ -2165,9 +2007,7 @@ msgstr "%s se nabíjí (%.1f%%)"
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"Baterie je plně dobita.\n"
-"Umožňuje notebooku %s provozu"
+msgstr "Baterie je plně dobita.\nUmožňuje notebooku %s provozu"
#. TRANSLATORS: the device is fully charged
#: ../src/gpm-upower.c:241
@@ -2193,11 +2033,10 @@ msgstr "%s se vybíjí (%.1f%%)"
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s se bude dobíjet %s (%.1f%%)\n"
-"Poskytne %s běhu na baterie"
+msgstr "%s se bude dobíjet %s (%.1f%%)\nPoskytne %s běhu na baterie"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
@@ -2283,7 +2122,8 @@ msgstr "Doba nabíjení:"
msgid "Discharge time:"
msgstr "Doba vybíjení:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "Vynikající"
@@ -2457,172 +2297,3 @@ msgstr "Čeká se na nabití"
#: ../src/gpm-upower.c:653
msgid "Waiting to discharge"
msgstr "Čeká se na vybití"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "O _aplikaci"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "Nápo_věda"
-
-#~ msgid ""
-#~ "The wireless mouse attached to this computer is very low in power (%.1f%"
-#~ "%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "Bezdrátová myš připojená k tomuto počítači je téměř vybitá (%.1f%%). "
-#~ "Nepřipojíte-li ji ke zdroji el. energie, přestane brzy pracovat."
-
-#~ msgid ""
-#~ "The wireless keyboard attached to this computer is very low in power (%.1f"
-#~ "%%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "Bezdrátová klávesnice připojená k tomuto počítači je téměř vybitá (%.1f%"
-#~ "%). Nepřipojíte-li ji ke zdroji el. energie, přestane brzy pracovat."
-
-#~ msgid "Wireless mouse"
-#~ msgid_plural "Wireless mice"
-#~ msgstr[0] "Bezdrátová myš"
-#~ msgstr[1] "Bezdrátové myši"
-#~ msgstr[2] "Bezdrátových myší"
-
-#~ msgid "Wireless keyboard"
-#~ msgid_plural "Wireless keyboards"
-#~ msgstr[0] "Bezdrátová klávesnice"
-#~ msgstr[1] "Bezdrátové klávesnice"
-#~ msgstr[2] "Bezdrátových klávesnic"
-
-#~ msgid "%s remaining"
-#~ msgstr "Zbývá %s"
-
-#~ msgid "Laptop battery not present"
-#~ msgstr "Baterie notebooku není přítomna"
-
-#~ msgid "Laptop battery is charging"
-#~ msgstr "Baterie notebooku se nabíjí"
-
-#~ msgid "Laptop battery is discharging"
-#~ msgstr "Baterie notebooku se vybíjí"
-
-#~ msgid "Laptop battery is empty"
-#~ msgstr "Baterie notebooku je vybitá"
-
-#~ msgid "Laptop battery is charged"
-#~ msgstr "Baterie notebooku je dobitá"
-
-#~ msgid "Laptop battery is waiting to charge"
-#~ msgstr "Baterie notebooku čeká na dobití"
-
-#~ msgid "Laptop battery is waiting to discharge"
-#~ msgstr "Baterie notebooku čeká na vybití"
-
-#~ msgid "UPS is charging"
-#~ msgstr "Záložní zdroj se nabíjí"
-
-#~ msgid "UPS is discharging"
-#~ msgstr "Záložní zdroj se vybíjí"
-
-#~ msgid "UPS is empty"
-#~ msgstr "Záložní zdroj je vybitý"
-
-#~ msgid "UPS is charged"
-#~ msgstr "Záložní zdroj je dobitý"
-
-#~ msgid "Mouse is charging"
-#~ msgstr "Myš se nabíjí"
-
-#~ msgid "Mouse is discharging"
-#~ msgstr "Myš se vybíjí"
-
-#~ msgid "Mouse is empty"
-#~ msgstr "Myš je vybitá"
-
-#~ msgid "Mouse is charged"
-#~ msgstr "Myš je dobitá"
-
-#~ msgid "Keyboard is charging"
-#~ msgstr "Klávesnice se nabíjí"
-
-#~ msgid "Keyboard is discharging"
-#~ msgstr "Klávesnice se vybíjí"
-
-#~ msgid "Keyboard is empty"
-#~ msgstr "Klávesnice je vybitá"
-
-#~ msgid "Keyboard is charged"
-#~ msgstr "Klávesnice je dobitá"
-
-#~ msgid "PDA is charging"
-#~ msgstr "PDA se nabíjí"
-
-#~ msgid "PDA is discharging"
-#~ msgstr "PDA se vybíjí"
-
-#~ msgid "PDA is empty"
-#~ msgstr "PDA je vybité"
-
-#~ msgid "PDA is charged"
-#~ msgstr "PDA je dobité"
-
-#~ msgid "Cell phone is charging"
-#~ msgstr "Mobilní telefon se nabíjí"
-
-#~ msgid "Cell phone is discharging"
-#~ msgstr "Mobilní telefon se vybíjí"
-
-#~ msgid "Cell phone is empty"
-#~ msgstr "Mobilní telefon je vybitý"
-
-#~ msgid "Cell phone is charged"
-#~ msgstr "Mobilní telefon je dobitý"
-
-#~ msgid "Media player is charging"
-#~ msgstr "Přenosný přehrávač se nabíjí"
-
-#~ msgid "Media player is discharging"
-#~ msgstr "Přenosný přehrávač se vybíjí"
-
-#~ msgid "Media player is empty"
-#~ msgstr "Přenosný přehrávač je vybitý"
-
-#~ msgid "Media player is charged"
-#~ msgstr "Přenosný přehrávač je dobitý"
-
-#~ msgid "Tablet is charging"
-#~ msgstr "Tablet se nabíjí"
-
-#~ msgid "Tablet is discharging"
-#~ msgstr "Tablet se vybíjí"
-
-#~ msgid "Tablet is empty"
-#~ msgstr "Tablet je vybitý"
-
-#~ msgid "Tablet is charged"
-#~ msgstr "Tablet je dobitý"
-
-#~ msgid "Computer is charging"
-#~ msgstr "Počítač se nabíjí"
-
-#~ msgid "Computer is discharging"
-#~ msgstr "Počítač se vybíjí"
-
-#~ msgid "Computer is empty"
-#~ msgstr "Počítač je vybitý"
-
-#~ msgid "Computer is charged"
-#~ msgstr "Počítač je dobitý"
-
-#~ msgid "%s not present"
-#~ msgstr "zařízení %s není dostupné"
-
-#~ msgid "%s charging"
-#~ msgstr "%s se nabíjí"
-
-#~ msgid "Authentication is required to modify the laptop brightness"
-#~ msgstr "Pro úpravu jasu displeje je potřeba autentizace"
-
-#, fuzzy
-#~ msgid "Modify the laptop brightness"
-#~ msgstr "Nelze zjistit jas displeje notebooku"
diff --git a/po/da.po b/po/da.po
index 6489786..1262804 100644
--- a/po/da.po
+++ b/po/da.po
@@ -1,170 +1,146 @@
-# Danish translation of mate-power-manager.
-# Copyright (C) 2007-2010
-# This file is distributed under the same license as the mate-power-manager package.
-# Ask Hjorth Larsen <[email protected]>, 2007, 08, 09, 10.
-# Kenneth Nielsen <[email protected]>, 2008.
-#
-# ------------
-# Konventioner
-# ------------
-#
-# sleep -> sove(tilstand)
-# sleep mode kan sættes til suspend, hibernate eller blank screen
-#
-# idle, inactivity -> tomgang, inaktivitet
-#
-# Tilsyneladende skelnes der mellem to ting, som kan oversættes:
-# tomgang hvis computeren intet laver (nedsæt processorfrekvens, stop harddisk, etc.)
-# inaktivitet hvis brugeren intet laver (screensaver, blank skærm etc.)
-# (gloserne bruges så vidt jeg kan se ikke konsekvent på engelsk, så det må skønnes i hvert tilfælde hvilken oversættelse der er korrekt)
-#
-# AC power -> (oftest) ekstern strømforsyning
-#
-# hibernate -> (gå i) dvale
-# suspend -> hvile
-# resume -> genoptag(e)
-#
-# inhibit -> hindre
-# (f.eks. hindring af strømstyringsfunktionerne)
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: mate-power-manager\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-22 13:25+0200\n"
-"PO-Revision-Date: 2010-08-22 02:42+0200\n"
-"Last-Translator: Ask Hjorth Larsen <[email protected]>\n"
-"Language-Team: Danish <[email protected]>\n"
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Joe Hansen <[email protected]>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-04-16 10:49+0000\n"
+"Last-Translator: Joe Hansen <[email protected]>\n"
+"Language-Team: Danish (http://www.transifex.com/projects/p/MATE/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../applets/brightness/brightness-applet.c:109
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "Panelprogram til styring af lysstyrke"
-#: ../applets/brightness/brightness-applet.c:110
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "Justerer LCD-skærmens lysstyrke."
-#: ../applets/brightness/brightness-applet.c:363
-#: ../applets/inhibit/inhibit-applet.c:362
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "Kan ikke forbinde til MATE strømstyring"
-#: ../applets/brightness/brightness-applet.c:365
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "Kan ikke aflæse skærmens lysstyrke"
-#: ../applets/brightness/brightness-applet.c:367
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "LCD-lysstyrke : %d%%"
-#: ../applets/brightness/brightness-applet.c:752
-#: ../applets/inhibit/inhibit-applet.c:431
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
msgstr "Udgives under GNU General Public License Version 2"
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"Strømstyring er fri software; det kan distribueres og/eller\n"
-"modificeres som betinget af GNU General Public License, \n"
-"udarbejdet af Free Software Foundation; enten version 2 af \n"
-"licensen eller, efter eget valg, enhver nyere version."
+msgstr "Strømstyring er fri software; det kan distribueres og/eller\nmodificeres som betinget af GNU General Public License, \nudarbejdet af Free Software Foundation; enten version 2 af \nlicensen eller, efter eget valg, enhver nyere version."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Strømstyring distribueres i håb om at det viser sig nyttigt, men UDEN\n"
-"NOGEN GARANTI; selv uden de underforståede garantier SALGBARHED\n"
-"eller EGNETHED TIL ET BESTEMT FORMÅL, idet der henvises til GNU\n"
-"General Public License for detaljer."
+msgstr "Strømstyring distribueres i håb om at det viser sig nyttigt, men UDEN\nNOGEN GARANTI; selv uden de underforståede garantier SALGBARHED\neller EGNETHED TIL ET BESTEMT FORMÅL, idet der henvises til GNU\nGeneral Public License for detaljer."
-#: ../applets/brightness/brightness-applet.c:761
-#: ../applets/inhibit/inhibit-applet.c:440
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"Du bør have modtaget en kopi af GNU General Public License sammen\n"
-"med dette program; er dette ikke tilfældet, så skriv til Free\n"
-"Software Foundation, Inc., 51 Franklin Street, Femte sal, Boston,\n"
-"MA 02110-1301, USA."
+msgstr "Du bør have modtaget en kopi af GNU General Public License sammen\nmed dette program; er dette ikke tilfældet, så skriv til Free\nSoftware Foundation, Inc., 51 Franklin Street, Femte sal, Boston,\nMA 02110-1301, USA."
-#: ../applets/brightness/brightness-applet.c:775
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Ophavsret © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Justerer LCD-skærmens lysstyrke"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "_Om"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Lysstyrke-panelprogram"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "_Hjælp"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Fabrik til lysstyrke-panelprogram"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Fabrik til lysstyrke-panelprogrammet"
-#: ../applets/inhibit/inhibit-applet.c:95
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Lysstyrke-panelprogram"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Justerer LCD-skærmens lysstyrke"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "Panelprogram til hindring af strømstyring"
-#: ../applets/inhibit/inhibit-applet.c:96
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "Lader brugeren hindre automatisk strømstyring."
-#: ../applets/inhibit/inhibit-applet.c:365
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "Automatisk sovetilstand hindret"
-#: ../applets/inhibit/inhibit-applet.c:367
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "Automatisk sovetilstand slået til"
-#: ../applets/inhibit/inhibit-applet.c:395
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "Manuel hindring"
-#: ../applets/inhibit/inhibit-applet.c:454
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Ophavsret © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "Lader brugeren hindre automatisk strømstyring"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Fabrik til hindringspanelprogram"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Fabrik til hindringsprogrammet"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "Hindringspanelprogram"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Fabrik til hindringspanelprogram"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Lader brugeren hindre automatisk strømstyring"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -174,951 +150,835 @@ msgstr "Strømstyring"
msgid "Power management daemon"
msgstr "Strømstyringstjeneste"
-# wikipedia: A backlight is the form of illumination used in an LCD display. Backlights differ from frontlights because they illuminate the LCD from the side or back, whereas frontlights are in front of the LCD.
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Tillad justering af lysstyrke for bagbelysning"
-
-#: ../data/mate-power-manager.schemas.in.h:2
-msgid "Battery critical low action"
-msgstr "Handling ved kritisk lavt batteriniveau"
-
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "Kontrollér processorbelastning før hvile"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr ""
-"Dæmp skærmens lysniveau efter en vis periodes inaktivitet når der bruges "
-"ekstern strømforsyning"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr ""
-"Dæmp skærmens lysniveau efter en vis periodes inaktivitet ved batteridrift"
-
-# Richard Hughes har informeret om at sætningen skal oversættes, på nær ordene i anførselstegn som benyttes af MateConf. Brugeren vil ikke komme til at se ordene. Det samme gælder for de øvrige sætninger af denne type.
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"Visningsindstillinger for meddelelsesikonet. Mulige værdier er \"never\", "
-"\"low\", \"critical\", \"charge\", \"present\" og \"always\"."
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Handling for dvaleknap"
-
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr "Om en påmindelse skal vises såfremt hvile eller dvale fejler."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Hvorvidt der skal benyttes dvale, hvile eller intet foretages når computeren er inaktiv"
-#: ../data/mate-power-manager.schemas.in.h:9
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr "Om en påmindelse skal vises idet batteriet er fuldt opladet."
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "Typen af sovetilstand der benyttes når computeren er inaktiv."
-#: ../data/mate-power-manager.schemas.in.h:10
-msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr "Om en påmindelse skal vises når batteriniveauet bliver lavt."
-
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr "Om indstillinger og statistikelementer skal vises i kontekstmenuen"
-
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "Om lydeffekter er aktiveret"
-
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"Om der skal afspilles lyde når batteriniveauet er kritisk lavt, eller "
-"hindringsforespørgsler har afbrudt en handling specificeret af "
-"strømstyringspolitikken."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "Handling ved kritisk lavt batteriniveau"
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr ""
-"Om processorbelastningen skal kontrolleres før tomgangs-handlingen udføres."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "Handlingen der udføres når batteriniveauet er kritisk lavt."
-# Dette kan betyde to ting: når strøm slås fra mens låget er lukket, eller når låget lukkes mens strøm er slået fra. Det antages at beskrivelsen i næste streng forklarer dette, og at første fortolkning derfor er korrekt.
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
"If the battery event should occur when the lid is shut and the power "
"disconnected"
-msgstr ""
-"Om batterihændelsen indtræffer når strømmen slås fra mens låget er lukket"
+msgstr "Om batterihændelsen indtræffer når strømmen slås fra mens låget er lukket"
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
"If the battery lid close event should occur (for example 'Suspend when lid "
"closed on battery') when the lid is previously shut and the AC power "
"disconnected at a later time."
-msgstr ""
-"Om handlingen for lukning af låget ved batteridrift (f.eks. \"Gå i hvile når "
-"låget lukkes ved batteridrift\") skal udføres når låget er lukket tidligere "
-"og strømforsyningen afkobles senere."
+msgstr "Om handlingen for lukning af låget ved batteridrift (f.eks. \"Gå i hvile når låget lukkes ved batteridrift\") skal udføres når låget er lukket tidligere og strømforsyningen afkobles senere."
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr "Om den indlærte profil skal bruges til at udregne den resterende tid"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "Handling ved kritisk lavt nødstrømsniveau"
-#: ../data/mate-power-manager.schemas.in.h:18
-msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
-msgstr ""
-"Om den indlærte profil skal bruges til at udregne den resterende tid. "
-"Deaktivér kun ved fejlfinding."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "Handlingen der skal udføres når UPS er kritisk lav."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr "Om strømsparing skal benyttes ved kørsel på ekstern strømforsyning"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "Handling ved lavt nødstrømsniveau"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr "Om strømsparing skal benyttes ved batteridrift"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "Handlingen der skal udføres når UPS er lav."
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Tillad justering af lysstyrke for bagbelysning"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
"If the screen brightness should be changed when switching between AC and "
"battery power."
-msgstr ""
-"Om skærmens lysstyrke skal ændres, når der skiftes mellem ekstern "
-"strømforsyning og batteri."
+msgstr "Om skærmens lysstyrke skal ændres, når der skiftes mellem ekstern strømforsyning og batteri."
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
-msgstr ""
-"Om skærmen skal dæmpes for at spare strøm ved inaktivitet, når der bruges "
-"ekstern strømforsyning."
-
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
-msgstr ""
-"Om skærmen skal dæmpes for at spare strøm ved inaktivitet ved batteridrift."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "Reducér lysstyrken for bagbelysning ved batteridrift"
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
"If the screen should be reduced in brightness when the computer is on "
"battery power."
msgstr "Om skærmens lysstyrke skal dæmpes ved batteridrift."
-# De følgende tre strenge er næsten identiske med tre af de ovenstående; jeg har blot benyttet samme oversættelse i hvert tilfælde, da de indeholder samme information.
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr "Om strømsparing skal benyttes ved kørsel på ekstern strømforsyning."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "Skærmens lysstyrke ved inaktivitet"
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr "Om strømsparing skal benyttes ved batteridrift."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "Dette er indstillingen af skærmlysstyrke for bærbare computere ved tomgang. Bruges kun når use_time_for_policy er sat til true (sand)."
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr ""
-"Om brugeren skal have en påmindelse idet ekstern strømforsyning afkobles."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Dæmp skærmens lysniveau efter en vis periodes inaktivitet ved batteridrift"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"Om der gives tidsbaserede påmindelser. Hvis dette slås fra vil den "
-"procentvise ændring i stedet blive benyttet, hvilket kan omgå fejl i "
-"tilfælde af en defekt ACPI BIOS."
-
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr "Om advarslen om lavt batteriniveau skal vises for et defekt batteri"
-
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr "Om advarslen om lavt batteriniveau skal vises for et defekt batteri."
-
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr ""
-"Om advarslen for tilbagekaldte batterier skal vises for et defekt batteri"
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "Om skærmen skal dæmpes for at spare strøm ved inaktivitet ved batteridrift."
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr ""
-"Om advarslen for tilbagekaldte batterier skal vises for et defekt batteri. "
-"Slå kun denne indstilling fra hvis du er sikker på at batteriet fungerer."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "Standardventetid før skærmen dæmpes ved inaktivitet"
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "LCD-lysstyrke når der bruges ekstern strømforsyning"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "Standardventetid før skærmen dæmpes ved inaktivitet."
-#: ../data/mate-power-manager.schemas.in.h:34
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
msgid "LCD dimming amount when on battery"
msgstr "Omfanget af LCD-dæmpning ved batteridrift"
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "Handling når låget lukkes ved batteridrift"
-
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr "Handling når låget lukkes ved brug af ekstern strømforsyning"
-
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "Lås MATE nøglering ved sovetilstand"
-
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Lås skærmen ved dvaletilstand"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "Omfanget af lysstyrkedæmpning ved batteridrift. Mulige værdier ligger mellem 0 og 100."
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "Lock screen on suspend"
-msgstr "Lås skærmen ved hvile"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Dæmp skærmens lysniveau efter en vis periodes inaktivitet når der bruges ekstern strømforsyning"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "Lås skærmen ved blank skærm"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "Om skærmen skal dæmpes for at spare strøm ved inaktivitet, når der bruges ekstern strømforsyning."
-#: ../data/mate-power-manager.schemas.in.h:41
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
msgid "Method used to blank screen on AC"
msgstr "Metode til blank skærm på ekstern strømforsyning"
-#: ../data/mate-power-manager.schemas.in.h:42
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "DPMS-metoden der benyttes til blank skærm ved kørsel på ekstern strømforsyning."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
msgid "Method used to blank screen on battery"
msgstr "Metode til blank skærm ved batteridrift"
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Giv påmindelse ved lavt batteriniveau"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "DPMS-metoden der benyttes til blank skærm ved batteridrift."
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Giv påmindelse ved fejl vedrørende sovetilstand"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "LCD-lysstyrke når der bruges ekstern strømforsyning"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Giv påmindelse idet ekstern strømforsyning afkobles"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "Skærmens lysstyrke på ekstern strømforsyning. Mulige værdier ligger mellem 0.0 og 100.0."
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Giv påmindelse når batteriet er fuldt opladet"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Handling for hvileknap"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "Procentniveau-handlingen udføres"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "Handlingen der skal udføres når der trykkes på systemets knap for hviletilstand."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Niveauet der regnes for kritisk"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Handling for dvaleknap"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Niveauet der regnes for lavt"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "Handlingen der skal udføres når der trykkes på systemets knap for dvaletilstand."
-#: ../data/mate-power-manager.schemas.in.h:50
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
msgid "Power button action"
msgstr "Handling for slukknappen"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "Reducér lysstyrken for bagbelysning ved batteridrift"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "Handlingen der skal udføres når der trykkes på systemets tænd/sluk knap."
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Seconds of inactivity to spin down when on AC"
-msgstr "Sekunders inaktivitet, før diskene standses på AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "Handling når låget lukkes ved batteridrift"
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Seconds of inactivity to spin down when on battery"
-msgstr "Sekunders inaktivitet, før diskene standses ved batteridrift"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "Handlingen der udføres idet computerens låg lukkes ved batteridrift."
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr "Tomgangstid før sovetilstand på ekstern strømforsyning"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "Handling når låget lukkes ved brug af ekstern strømforsyning"
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr "Tomgangstid før sovetilstand på nødstrøm"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "Handlingen der udføres idet computerens låg lukkes mens computeren er tilsluttet ekstern strømforsyning."
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "Tomgangstid før sovetilstand ved batteridrift"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Hvorvidt der benyttes tidsbaserede påmindelser"
-# Ikke en direkte oversættelse, men så vidt jeg kan se indeholder det den nødvendige information
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr "Visning af tomgangstid ved brug af ekstern strømforsyning"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "Om der gives tidsbaserede påmindelser. Hvis dette slås fra vil den procentvise ændring i stedet blive benyttet, hvilket kan omgå fejl i tilfælde af en defekt ACPI BIOS."
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr "Visning af tomgangstid ved brug af nødstrøm"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Kontrollér processorbelastning før hvile"
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr "Visning af tomgangstid ved batteridrift"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "Om processorbelastningen skal kontrolleres før tomgangs-handlingen udføres."
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Handling for hvileknap"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "Hvorvidt NetworkManager skal til- og frakobles ved sovetilstand."
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"DPMS-metoden der benyttes til blank skærm ved kørsel på ekstern "
-"strømforsyning. Mulige værdier er \"standby\", \"suspend\" og \"off\"."
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "Hvorvidt NetworkManager skal koble fra før hvile eller dvale samt genforbinde ved genoptagelse."
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Brug mate-screensavers låseindstilling"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"DPMS-metoden der benyttes til blank skærm ved batteridrift. Mulige værdier "
-"er \"standby\", \"suspend\" og \"off\"."
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "Om indstillingerne fra mate-screensaver vedrørende låsning af skærmen bruges til at bestemme hvorvidt skærmen låses efter dvale, hvile eller blank skærm."
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "The URI to show to the user on sleep failure"
-msgstr "URI'en, der vises til brugeren ved sovetilstandsfejl"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "Lås skærmen ved blank skærm"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Handlingen der udføres idet nødstrømsniveauet er kritisk lavt. Mulige "
-"værdier er \"hibernate\", \"suspend\", \"shutdown\" og \"nothing\"."
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "Om skærmen låses idet den slukkes. Bruges kun hvis lock_use_screensaver_settings er sat false (falsk)."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Handlingen der udføres idet nødstrømsniveauet er lavt. Mulige værdier er "
-"\"hibernate\", \"suspend\", \"shutdown\" og \"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "Lås skærmen ved hvile"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Handlingen der udføres idet batteriniveauet er kritisk lavt. Mulige værdier "
-"er \"hibernate\", \"suspend\", \"shutdown\" og \"nothing\"."
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "Om skærmen skal være låst når computeren vågner op fra hvile. Bruges kun hvis lock_use_screensaver_settings er false (falsk)."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Lås skærmen ved dvaletilstand"
-#: ../data/mate-power-manager.schemas.in.h:67
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
-msgstr ""
-"Handlingen der udføres idet computerens låg lukkes mens computeren er "
-"tilsluttet ekstern strømforsyning. Mulige værdier er \"suspend\", \"hibernate"
-"\" \"blank\" og \"nothing\"."
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "Om skærmen skal være låst når computeren vågner op fra dvale. Bruges kun hvis lock_use_screensaver er false (falsk)."
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "Lås MATE nøglering ved sovetilstand"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
-msgstr ""
-"Handlingen der udføres idet computerens låg lukkes ved batteridrift. Mulige "
-"værdier er \"suspend\", \"hibernate\", \"blank\" og \"nothing\"."
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "Om MATE-nøglering låses idet computeren går i hvile. Dette betyder at nøgleringen skal låses op igen ved genoptagelse."
-#: ../data/mate-power-manager.schemas.in.h:69
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"Handlingen der udføres idet dvaleknappen trykkes. Mulige værdier er \"suspend"
-"\", \"hibernate\", \"interactive\", \"shutdown\" og \"nothing\"."
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "Om MATE-nøglering låses idet computeren går i dvale. Dette betyder at nøgleringen skal låses op igen ved genoptagelse."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "Om strømsparing skal benyttes ved kørsel på ekstern strømforsyning"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "Om strømsparing skal benyttes ved kørsel på ekstern strømforsyning."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "Om strømsparing skal benyttes ved batteridrift"
-#: ../data/mate-power-manager.schemas.in.h:70
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
-msgstr ""
-"Handlingen der udføres idet tænd/sluk-knappen trykkes. Mulige værdier er "
-"\"suspend\", \"hibernate\", \"interactive\", \"shutdown\" og \"nothing\"."
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "Om strømsparing skal benyttes ved batteridrift."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr "Sekunders inaktivitet, før diskene standses på AC"
-#: ../data/mate-power-manager.schemas.in.h:71
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"Handlingen der udføres idet hvileknappen trykkes. Mulige værdier er \"suspend"
-"\", \"hibernate\", \"interactive\", \"shutdown\" og \"nothing\"."
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "Tomgangstiden i sekunder før diskene standses ved brug af ekstern strømforsyning."
-#: ../data/mate-power-manager.schemas.in.h:72
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr "Sekunders inaktivitet, før diskene standses ved batteridrift"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
-msgstr ""
-"Tidsrummet i sekunder før skærmen går i sovetilstand på ekstern "
-"strømforsyning."
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "Tomgangstiden i sekunder før diskene standses ved brug af batteri."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "Om advarslen for tilbagekaldte batterier skal vises for et defekt batteri"
-#: ../data/mate-power-manager.schemas.in.h:73
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Tomgangstiden i sekunder før computeren går i sovetilstand på ekstern "
-"strømforsyning."
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "Om advarslen for tilbagekaldte batterier skal vises for et defekt batteri. Slå kun denne indstilling fra hvis du er sikker på at batteriet fungerer."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "Om advarslen om lavt batteriniveau skal vises for et defekt batteri"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "Om advarslen om lavt batteriniveau skal vises for et defekt batteri."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Giv påmindelse idet ekstern strømforsyning afkobles"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "Om brugeren skal have en påmindelse idet ekstern strømforsyning afkobles."
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Giv påmindelse når batteriet er fuldt opladet"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Tomgangstiden i sekunder før computeren går i sovetilstand på nødstrøm."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "Om en påmindelse skal vises idet batteriet er fuldt opladet."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Giv påmindelse ved fejl vedrørende sovetilstand"
-#: ../data/mate-power-manager.schemas.in.h:75
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
-msgstr "Tidsrummet i sekunder før skærmen går i sovetilstand ved nødstrøm."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "Om en påmindelse skal vises såfremt hvile eller dvale fejler."
-#: ../data/mate-power-manager.schemas.in.h:76
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "URI'en, der vises til brugeren ved sovetilstandsfejl"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
-msgstr ""
-"Tomgangstiden i sekunder før computeren går i sovetilstand ved batteridrift."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "Hvis sovetilstand slår fejl, kan vi vise en knap til brugeren, der kan hjælpe med at løse problemet. Lad denne stå tom hvis knappen ikke skal vises."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Giv påmindelse ved lavt batteriniveau"
-#: ../data/mate-power-manager.schemas.in.h:77
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
-msgstr "Tidsrummet i sekunder før skærmen går i sovetilstand ved batteridrift."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "Om en påmindelse skal vises når batteriniveauet bliver lavt."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "Hvorvidt vi skal vise historikdatapunkterne"
-#: ../data/mate-power-manager.schemas.in.h:78
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
-msgstr ""
-"Omfanget af lysstyrkedæmpning ved batteridrift. Mulige værdier ligger mellem "
-"0 og 100."
+"Whether we should show the history data points in the statistics window."
+msgstr "Hvorvidt vi skal vise historikdatapunkterne i statistikvinduet."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "Hvorvidt historikdata skal udjævnes"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "Hvorvidt grafens historikdata skal udjævnes."
-#: ../data/mate-power-manager.schemas.in.h:79
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "Graftype der som standard vises for historik"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "Graftype der som standard vises i historikvinduet."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "Maksimaltiden der vises for historik"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
-msgstr ""
-"Skærmens lysstyrke på ekstern strømforsyning. Mulige værdier ligger mellem 0 "
-"og 100."
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "Det maksimale tidsrum der vises på historikgrafens x-akse."
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "Skærmens lysstyrke ved inaktivitet"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "Hvorvidt vi skal vise statistikdatapunkterne"
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr "Standardventetid før skærmen dæmpes ved inaktivitet"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "Hvorvidt vi skal vise statistikdatapunkterne i statistikvinduet."
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr "Standardventetid før skærmen dæmpes ved inaktivitet."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "Hvorvidt vi skal udjævne statistikdataene"
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version"
-msgstr "Den forvalgte indstillingsversion"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "Hvorvidt statistikgrafens data udjævnes."
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "Graftype der som standard vises i statistikvinduet"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "Graftype der som standard vises for statitstik"
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
msgstr "Graftype der som standard vises i statistikvinduet."
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "Det maksimale tidsrum der vises på grafens x-akse."
-
-# Jeg går udfra at der i virkeligheden er tale om et tids*interval*, eftersom det ikke rigtig giver mening at lave en dynamisk graf der går til f.eks. klokken 17:34. Den nuværende oversættelse skulle dog være tvetydig nok til at dække begge muligheder.
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "Maksimaltiden der vises på grafen"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "Indeks for sidenummer der skal vises som standard"
-#: ../data/mate-power-manager.schemas.in.h:88
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr ""
-"Tomgangstiden i sekunder før diskene standses ved brug af ekstern "
-"strømforsyning."
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "Indekset for sidenummer der skal vises som standard som bruges til at returnere fokus til den korrekte side."
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
-msgstr "Tomgangstiden i sekunder før diskene standses ved brug af batteri."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "Id'et for den sidst valgte enhed"
-#: ../data/mate-power-manager.schemas.in.h:90
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
-msgstr ""
-"Batteriniveauet i procent der regnes for kritisk. Kun gyldig når "
-"\"use_time_for_policy\" er sat til \"false\"."
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "Identifikation for den sidste enhed som bruges til at returnere fokus til den korrekte enhed."
-#: ../data/mate-power-manager.schemas.in.h:91
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Niveauet der regnes for lavt"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
-msgstr ""
-"Batteriniveauet i procent der regnes for lavt. Kun gyldig når "
-"\"use_time_for_policy\" er sat til \"false\"."
+"use-time-for-policy is false."
+msgstr "Batteriniveauet i procent der regnes for lavt. Kun gyldig når use_time_for_policy er false (falsk)."
-#: ../data/mate-power-manager.schemas.in.h:92
-msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"Batteriniveauet i procent når handlingen for kritisk batteriniveau udføres. "
-"Kun gyldig når \"use_time_for_policy\" er sat til \"false\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Niveauet der regnes for kritisk"
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Den resterende batteritid i sekunder når handlingen for kritisk "
-"batteriniveau udføres. Kun gyldig når \"use_time_for_policy\" er sat til "
-"\"true\"."
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr "Batteriniveauet i procent der regnes for kritisk. Kun gyldig når use_time_for_policy er sat til false (falsk)."
-#: ../data/mate-power-manager.schemas.in.h:94
-msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Den resterende batteritid i sekunder når batteriniveauet regnes for kritisk. "
-"Kun gyldig når \"use_time_for_policy\" er sat til \"true\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "Procentniveau-handlingen udføres"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
-msgstr ""
-"Den resterende batteritid i sekunder når batteriniveauet regnes for lavt. "
-"Kun gyldig når \"use_time_for_policy\" er sat til \"true\"."
-
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "Resterende tid idet handlingen udføres"
-
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "Resterende tid ved kritisk niveau"
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr "Batteriniveauet i procent når handlingen for kritisk batteriniveau udføres. Kun gyldig når use_time_for_policy er false (falsk)."
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr "Resterende tid ved lavt niveau"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr ""
-"Typen af sovetilstand der benyttes når computeren er inaktiv. Mulige værdier "
-"er \"hibernate\", \"suspend\" og \"nothing\"."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "Den resterende batteritid i sekunder når batteriniveauet regnes for lavt. Kun gyldig når use_time_for_policy er true (sand)."
-# schema?
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"Versionsnummeret af den installerede schema-udgave. Redigér ikke denne "
-"værdi, idet den bruges til at spore konfigurationsændringer mellem "
-"forskellige versioner."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "Resterende tid ved kritisk niveau"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Dette er indstillingen af skærmlysstyrke for bærbare computere ved tomgang. "
-"Bruges kun når \"use_time_for_policy\" er sat til \"true\"."
-
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "Handling ved kritisk lavt nødstrømsniveau"
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "Den resterende batteritid i sekunder når batteriniveauet regnes for kritisk. Kun gyldig når use_time_for_policy er true (sand)."
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "Handling ved lavt nødstrømsniveau"
-
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "Brug mate-screensavers låseindstilling"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "Resterende tid idet handlingen udføres"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-msgstr ""
-"Hvis sovetilstand slår fejl, kan vi vise en knap til brugeren, der kan "
-"hjælpe med at løse problemet. Lad denne stå tom hvis knappen ikke skal vises."
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "Hvornår meddelelsesikonet skal vises"
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "Den resterende batteritid i sekunder når handlingen for kritisk batteriniveau udføres. Kun gyldig når use_time_for_policy er true (sand)."
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr ""
-"Hvorvidt NetworkManager skal til- og frakobles ved skift fra og til "
-"sovetilstand"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Tomgangstid før sovetilstand ved batteridrift"
-# Sidst jeg tjekkede var programmets navn vistnok blot "networkmanager", men det bliver måske ændret
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"Hvorvidt NetworkManager skal koble fra før hvile eller dvale samt "
-"genforbinde ved genoptagelse."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "Tomgangstiden i sekunder før computeren går i sovetilstand ved batteridrift."
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"Om MATE-nøglering låses idet computeren går i dvale. Dette betyder at "
-"nøgleringen skal låses op igen ved genoptagelse."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Tomgangstid før sovetilstand på ekstern strømforsyning"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"Om MATE-nøglering låses idet computeren går i hvile. Dette betyder at "
-"nøgleringen skal låses op igen ved genoptagelse."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "Tomgangstiden i sekunder før computeren går i sovetilstand på ekstern strømforsyning."
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"Om skærmen er låst når computeren genoptager fra dvale. Bruges kun hvis "
-"\"lock_use_screensaver_settings\" er sat til \"false\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Tomgangstid før sovetilstand på nødstrøm"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"Om skærmen skal være låst når computeren vågner op fra hvile. Bruges kun "
-"hvis \"lock_use_screensaver_settings\" er sat til \"false\"."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "Tomgangstiden i sekunder før computeren går i sovetilstand på nødstrøm."
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Visning af tomgangstid ved brug af ekstern strømforsyning"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"Om skærmen låses idet den slukkes. Bruges kun hvis "
-"\"lock_use_screensaver_settings\" er sat til \"false\"."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "Tidsrummet i sekunder før skærmen går i sovetilstand på ekstern strømforsyning."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr ""
-"Hvorvidt der skal benyttes dvale, hvile eller intet foretages når computeren "
-"er inaktiv"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Visning af tomgangstid ved batteridrift"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"Om indstillingerne fra mate-screensaver vedrørende låsning af skærmen "
-"bruges til at bestemme hvorvidt skærmen låses efter dvale, hvile eller blank "
-"skærm."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "Tidsrummet i sekunder før skærmen går i sovetilstand ved batteridrift."
-# Jeg går udfra at dette betyder "10 minutters batteri tilbage" i modsætning til f.eks. "17% batteri tilbage"
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "Hvorvidt der benyttes tidsbaserede påmindelser"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Visning af tomgangstid ved brug af nødstrøm"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "Hvorvidt aksebetegnelser vises i statistikvinduet"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "Tidsrummet i sekunder før skærmen går i sovetilstand ved nødstrøm."
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "Hvorvidt aksebetegnelser vises i statistikvinduet."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "Om lydeffekter er aktiveret"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Hvorvidt begivenheder skal vises i statistikvinduet"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "Om der skal afspilles lyde når batteriniveauet er kritisk lavt, eller hindringsforespørgsler har afbrudt en handling specificeret af strømstyringspolitikken."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Hvorvidt begivenheder skal vises i statistikvinduet."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "Om indstillinger og statistikelementer skal vises i kontekstmenuen"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "Hvorvidt grafens data udjævnes"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "Hvornår meddelelsesikonet skal vises"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "Hvorvidt grafens data udjævnes."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "Visningsindstillinger for påmindelsesikon."
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Konfigurér strømstyring"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "Strømstyring"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Overvåg strømstyring"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Konfigurér strømstyring"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1090
-#: ../src/gpm-statistics.c:1565
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "Strømstatistik"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Overvåg strømstyring"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "Lysstyrke"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "Datalængde:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Detaljer"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "Graftype:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "Historik"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "Datalængde:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "Processoropvågninger per sekund:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "Der er ingen data at vise."
+
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Brug blødgjort linje"
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "Vis datapunkter"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "Historik"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Statistik"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "Der er ingen data at vise."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "Processoropvågninger per sekund:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Brug blødgjort linje"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "Opvågninger"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Strømstyringsindstillinger"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Handlinger</b>"
-# Så vidt jeg kan se med google så skal "display" være "skærm" i dette tilfælde
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "Lad computeren _hvile efter inaktivitet i:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "Når computerens låg er l_ukket:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "S_tands harddiske når det er muligt"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>Skærm</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Statusfelt</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Lad _skærmen hvile efter inaktivitet i:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "Lukker programmet"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "Sæt skærmens _lysstyrke til:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "Dæ_mp skærmen ved inaktivitet"
-# flertydig...
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "Generelt"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "Gør til forvalg"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "Tilsluttet ekstern strømforsyning"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "På batteri"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "På nødstrøm"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "Vis kun ikon når et batteri er _tilstede"
-
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "Vis _kun ikon under opladning eller afladning"
-
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "Strømstyringsindstillinger"
-
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "Viser hjælp om dette program"
-
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "Lad _skærmen hvile efter inaktivitet i:"
-
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "Lad computeren _hvile efter inaktivitet i:"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "Når batteri_niveauet er kritisk lavt:"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "Sæt skærmens _lysstyrke til:"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "_Reducér lysstyrke for bagbelysning"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "Anvender denne politik for alle brugere"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "På batteri"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "S_tands harddiske når det er muligt"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "Når nødstrømsniveauet er l_avt:"
-#: ../data/gpm-prefs.ui.h:20
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
msgid "When UPS power is _critically low:"
msgstr "Når nødstrømsniveauet er _kritisk lavt:"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "Når nødstrømsniveauet er l_avt:"
-
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "Når batteri_niveauet er kritisk lavt:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "På nødstrøm"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "Når computerens låg er l_ukket:"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "Når t_ænd/sluk-knappen trykkes:"
-#: ../data/gpm-prefs.ui.h:24
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
msgid "When the _suspend button is pressed:"
msgstr "Når _hvileknappen trykkes:"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "Når t_ænd/sluk-knappen trykkes:"
-
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "_Vis altid ikon"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Statusfelt</b>"
-#: ../data/gpm-prefs.ui.h:27
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
msgid "_Never display an icon"
msgstr "Vis al_drig ikon"
-#: ../data/gpm-prefs.ui.h:28
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
msgid "_Only display an icon when battery power is low"
msgstr "Vis k_un ikon når batteriniveauet er lavt"
-# wikipedia: A backlight is the form of illumination used in an LCD display. Backlights differ from frontlights because they illuminate the LCD from the side or back, whereas frontlights are in front of the LCD.
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "_Reducér lysstyrke for bagbelysning"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "Vis _kun ikon under opladning eller afladning"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "Vis kun ikon når et batteri er _tilstede"
+
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "_Vis altid ikon"
+
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "Generelt"
+
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "Viser hjælp om dette program"
+
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Gør til forvalg"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "Anvender denne politik for alle brugere"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "Lukker programmet"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
msgstr "Angiv den aktuelle lysstyrke"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
msgstr "Hent den aktuelle lysstyrke"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
msgstr "Hent antallet af lysstyrkeniveauer, der understøttes"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
msgstr "Hjemmeside for MATE Strømstyrings bagbelysningshjælper"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
msgstr "Ingen gyldig indstilling blev angivet"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
msgstr "Ingen bagbelysning blev fundet på dit system"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
msgstr "Kunne ikke hente værdien af bagbelysningen"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
msgstr "Kunne ikke hente maksimumsværdien for bagbelysningen"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
msgstr "Dette program kan kun anvendes af brugeren root"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
msgstr "Dette program kan kun køres gennem pkexec"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
msgstr "Kunne ikke angive værdien af bagbelysningen"
@@ -1220,7 +1080,7 @@ msgid "%.1fV"
msgstr "%.1fV"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1545
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "Vis ekstra fejlsøgningsinformation"
@@ -1236,135 +1096,128 @@ msgstr "Afslut efter et kort tidsrum (til fejlsøgning)"
msgid "Exit after the manager has loaded (for debugging)"
msgstr "Afslut efter håndteringsinstansen er indlæst (til fejlsøgning)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "MATE Strømstyring"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:221 ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "Meget lavt batteriniveau"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:269
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "Strømforsyning tilsluttet"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "Strømforsyning frakoblet"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "Låg åbnet"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "Låg lukket"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "Lavt batteriniveau"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "Batteriet fuldt opladet"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "Hvile startet"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "Genoptaget"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "Fejl ved hvile"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:574
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
msgstr "Computeren kunne ikke gå i hvile."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:576
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "Kunne ikke gå i hvile"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:580
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
msgstr "Computeren kunne ikke gå i dvale."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:582
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "Kunne ikke gå i dvale"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:587
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
msgstr "Fejlen blev rapporteret som:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:600
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "Besøg hjælpeside"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:863
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "Vis når DPMS er aktiveret"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:882
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "Kører på batteri"
-#: ../src/gpm-manager.c:900
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "Computerens låg er lukket"
-# Vi håber det er dækkende...
-#: ../src/gpm-manager.c:938
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "Information om energiforbrug"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1186
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "Batteriet er måske tilbagekaldt"
-#: ../src/gpm-manager.c:1187
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"A battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"Batteriet i din computer er måske blevet tilbagekaldt af %s, og du kan være\n"
-"i fare.\n"
-"\n"
-"Yderligere information kan findes på websiden for tilbagekaldelse af "
-"batterier."
+msgstr "Batteriet i din computer er måske blevet tilbagekaldt af %s, og du kan være\ni fare.\n\nYderligere information kan findes på websiden for tilbagekaldelse af batterier."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1197
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "Besøg hjemmeside for tilbagekaldelse"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1200
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "Vis ikke denne meddelelse igen"
@@ -1372,487 +1225,443 @@ msgstr "Vis ikke denne meddelelse igen"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1285
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "Batteriet er måske i stykker"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1288
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Battery has a very low capacity (%1.1f%%), which means that it may be old or "
-"broken."
-msgstr ""
-"Batteriet har meget lav kapacitet (%1.1f%%), hvilket betyder at det måske er "
-"gammelt eller i stykker."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "Batteriet har meget lav kapacitet (%1.1f%%), hvilket betyder at det måske er gammelt eller i stykker."
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1337
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
msgstr[0] "Batteriet er opladet"
msgstr[1] "Batterierne er opladet"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1383
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "Batteriet aflader"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1387
+#: ../src/gpm-manager.c:1348
#, c-format
msgid "%s of battery power remaining (%.0f%%)"
msgstr "%s resterende batteritid (%.0f%%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1390 ../src/gpm-manager.c:1402
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
msgid "%s discharging (%.0f%%)"
msgstr "%s aflader (%.0f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1395
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "Nødstrømsenhed aflader"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1399
+#: ../src/gpm-manager.c:1360
#, c-format
msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr "%s resterende nødstrømstid (%.0f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1483
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "Lavt batteriniveau"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1486
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "Computerens batteriniveau lavt"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1492
+#: ../src/gpm-manager.c:1453
#, c-format
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "Omtrent <b>%s</b> resterende tid (%.0f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1496
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "Nødstrømsniveau lavt"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1500
+#: ../src/gpm-manager.c:1461
#, c-format
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
msgstr "Der er omtrent <b>%s</b> resterende tid med nødstrøm (%.0f%%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1504 ../src/gpm-manager.c:1643
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "Musens batteriniveau lavt"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1507
+#: ../src/gpm-manager.c:1468
#, c-format
msgid "Wireless mouse is low in power (%.0f%%)"
-msgstr ""
-"Den trådløse mus, der er tilsluttet denne computer, har lavt batteriniveau "
-"(%.0f%%)"
+msgstr "Den trådløse mus, der er tilsluttet denne computer, har lavt batteriniveau (%.0f%%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1511 ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "Tastaturets batteriniveau lavt"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1514
+#: ../src/gpm-manager.c:1475
#, c-format
msgid "Wireless keyboard is low in power (%.0f%%)"
-msgstr ""
-"Det trådløse tastatur, der er tilsluttet denne computer, har lavt "
-"batteriniveau (%.0f%%)"
+msgstr "Det trådløse tastatur, der er tilsluttet denne computer, har lavt batteriniveau (%.0f%%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1518 ../src/gpm-manager.c:1660
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "PDA batteriniveau lavt"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1521
+#: ../src/gpm-manager.c:1482
#, c-format
msgid "PDA is low in power (%.0f%%)"
-msgstr ""
-"PDA'en, som er tilsluttet denne computer, har lavt batteriniveau (%.0f%%)"
+msgstr "PDA'en, som er tilsluttet denne computer, har lavt batteriniveau (%.0f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1525 ../src/gpm-manager.c:1670
-#: ../src/gpm-manager.c:1681
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "Lavt batteriniveau for mobiltelefon"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1528
+#: ../src/gpm-manager.c:1489
#, c-format
msgid "Cell phone is low in power (%.0f%%)"
-msgstr ""
-"Mobiltelefonen, der er tilsluttet denne computer, har lavt batteriniveau "
-"(%.0f%%)"
+msgstr "Mobiltelefonen, der er tilsluttet denne computer, har lavt batteriniveau (%.0f%%)"
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1533
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
msgstr "Lavt batteriniveau for medieafspiller"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1536
+#: ../src/gpm-manager.c:1497
#, c-format
msgid "Media player is low in power (%.0f%%)"
msgstr "Medieafspilleren har lavt batteriniveau (%.0f%%)"
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1540 ../src/gpm-manager.c:1690
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
msgstr "Tavle-pc'ens batteriniveau er lavt"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1543
+#: ../src/gpm-manager.c:1504
#, c-format
msgid "Tablet is low in power (%.0f%%)"
msgstr "Tavle-pc'en har lavt batteriniveau (%.0f%%)"
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1547 ../src/gpm-manager.c:1699
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
msgstr "Den tilsluttede computers batteriniveau er lavt"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1550
+#: ../src/gpm-manager.c:1511
#, c-format
msgid "Attached computer is low in power (%.0f%%)"
msgstr "Den tilsluttede computer har lavt batteriniveau (%.0f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one kind of battery
-#: ../src/gpm-manager.c:1600
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "Kritisk lavt batteriniveau"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1603 ../src/gpm-manager.c:1760
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "Computeren har kritisk lavt batteriniveau"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1613
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr "Tilslut ekstern strømforsyning for at undgå tab af data."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1617
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
msgstr "Computeren vil gå i hvile meget snart, med mindre den får strøm."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1621
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
msgstr "Computeren vil gå i dvale meget snart, med mindre den får strøm."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1625
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
msgstr "Computeren vil lukke ned meget snart, med mindre den får strøm."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1633 ../src/gpm-manager.c:1798
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "Nødstrøm på kritisk lavt niveau"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1637
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to "
-"your computer to avoid losing data."
-msgstr ""
-"Der er omtrent <b>%s</b> resterende tid på nødstrøm (%.0f%%). Tilslut "
-"ekstern strømforsyning for at undgå at miste data."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "Der er omtrent <b>%s</b> resterende tid på nødstrøm (%.0f%%). Tilslut ekstern strømforsyning for at undgå at miste data."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1646
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Din trådløse mus har meget lavt batteriniveau (%.0f%%). Denne enhed vil "
-"snart ophøre med at fungere, såfremt den ikke oplades."
+msgstr "Din trådløse mus har meget lavt batteriniveau (%.0f%%). Denne enhed vil snart ophøre med at fungere, såfremt den ikke oplades."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1654
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Dit trådløse tastatur har meget lavt batteriniveau (%.0f%%). Denne enhed vil "
-"snart ophøre med at fungere, såfremt den ikke oplades."
+msgstr "Dit trådløse tastatur har meget lavt batteriniveau (%.0f%%). Denne enhed vil snart ophøre med at fungere, såfremt den ikke oplades."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1663
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
-"not charged."
-msgstr ""
-"Din PDA har meget lavt batteriniveau (%.0f%%). Denne enhed vil snart ophøre "
-"med at fungere, såfremt den ikke oplades."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "Din PDA har meget lavt batteriniveau (%.0f%%). Denne enhed vil snart ophøre med at fungere, såfremt den ikke oplades."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1673
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Din mobiltelefonen har meget lavt batteriniveau (%.0f%%). Denne enhed vil "
-"snart ophøre med at fungere, såfremt den ikke oplades."
+msgstr "Din mobiltelefonen har meget lavt batteriniveau (%.0f%%). Denne enhed vil snart ophøre med at fungere, såfremt den ikke oplades."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1684
+#: ../src/gpm-manager.c:1642
#, c-format
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Din medieafspiller har meget lavt batteriniveau (%.0f%%). Denne enhed vil "
-"snart ophøre med at fungere, såfremt den ikke oplades."
+msgstr "Din medieafspiller har meget lavt batteriniveau (%.0f%%). Denne enhed vil snart ophøre med at fungere, såfremt den ikke oplades."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1693
+#: ../src/gpm-manager.c:1651
#, c-format
msgid ""
-"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
-"if not charged."
-msgstr ""
-"Din tavle-pc har meget lavt batteriniveau (%.0f%%). Denne enhed vil snart "
-"ophøre med at fungere, såfremt den ikke oplades."
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "Din tavle-pc har meget lavt batteriniveau (%.0f%%). Denne enhed vil snart ophøre med at fungere, såfremt den ikke oplades."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1702
+#: ../src/gpm-manager.c:1660
#, c-format
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
"shutdown if not charged."
-msgstr ""
-"Den tilsluttede computer har meget lavt batteriniveau (%.0f%%). Denne enhed "
-"vil snart lukke ned, såfremt den ikke oplades."
+msgstr "Den tilsluttede computer har meget lavt batteriniveau (%.0f%%). Denne enhed vil snart lukke ned, såfremt den ikke oplades."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1769
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
-msgstr ""
-"Batteriniveauet er kritisk, og computeren vil <b>slukke</b> idet batteriet "
-"løber helt tør for strøm."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "Batteriniveauet er kritisk, og computeren vil <b>slukke</b> idet batteriet løber helt tør for strøm."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1775
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"Batteriniveauet er kritisk, og computeren vil snart gå i hvile.<br><b>BEMÆRK:"
-"</b> der er brug for en smule strøm for at holde computeren i hviletilstand."
+msgstr "Batteriniveauet er kritisk, og computeren vil snart gå i hvile.<br><b>BEMÆRK:</b> der er brug for en smule strøm for at holde computeren i hviletilstand."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1782
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
msgstr "Batteriniveauet er kritisk, og computeren vil snart gå i dvale."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1787
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
msgstr "Batteriniveauet er kritisk, og computeren vil snart lukke ned."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1807
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
-msgstr ""
-"Nødstrømmen har nået det kritiske niveau og computeren vil <b>slukke</b> når "
-"nødstrømmen er fuldstændigt opbrugt."
+msgstr "Nødstrømmen har nået det kritiske niveau og computeren vil <b>slukke</b> når nødstrømmen er fuldstændigt opbrugt."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1813
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
-msgstr ""
-"Nødstrømmen har nået det kritiske niveau og computeren vil snart gå i dvale."
+msgstr "Nødstrømmen har nået det kritiske niveau og computeren vil snart gå i dvale."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1818
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
-msgstr ""
-"Nødstrømmen har nået det kritiske niveau og computeren vil snart lukke ned."
-
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1956
-msgid "Install problem!"
-msgstr "Installationsproblem!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1958
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"Standardkonfigurationen af MATE Strømstyring er ikke blevet installeret "
-"korrekt.\n"
-"Kontakt venligst din systemadministrator."
+msgstr "Nødstrømmen har nået det kritiske niveau og computeren vil snart lukke ned."
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "MATE Strømindstillinger"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Sluk"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Gå i hvile"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Gå i dvale"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "Blank skærm"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Spørg mig"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Gør intet"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Aldrig"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Rate"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "Opladningsniveau"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "Tid indtil fuldt"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "Tid indtil tomt"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 minutter"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 timer"
-#: ../src/gpm-statistics.c:92
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 timer"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 dag"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
msgstr "1 uge"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "Opladningsprofil"
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "Afladningsprofil"
-#. TRANSLATORS: how accurately we can predict the time remaining of the battery
-#: ../src/gpm-statistics.c:106
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "Nøjagtighed for opladning"
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "Nøjagtighed for afladning"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Attribut"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "Værdi"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "Billede"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "Beskrivelse"
-#: ../src/gpm-statistics.c:183 ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Type"
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "Id"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "Kommando"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "Ukendt"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1860,7 +1669,7 @@ msgstr[0] "%.0f sekund"
msgstr[1] "%.0f sekunder"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
@@ -1868,7 +1677,7 @@ msgstr[0] "%.1f minut"
msgstr[1] "%.1f minutter"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
@@ -1876,46 +1685,47 @@ msgstr[0] "%.1f time"
msgstr[1] "%.1f timer"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
msgstr[0] "%.1f dag"
msgstr[1] "%.1f dage"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Ja"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "Nej"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Enhed"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Forhandler"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Model"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "Serienummer"
#. TRANSLATORS: a boolean attribute that means if the device is supplying the
-#. * main power for the computer. For instance, an AC adapter or laptop battery
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "Forsyning"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1924,253 +1734,252 @@ msgstr[1] "%d sekunder"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "Genopfrisket"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "Tilstedeværende"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "Genopladelig"
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "Tilstand"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "Energi"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "Energi når tom"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "Energi når fuld"
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "Energi (design)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "Spænding"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Procentdel"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "Kapacitet"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "Teknologi"
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "Opkoblet"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:824
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "Ingen data"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:831 ../src/gpm-statistics.c:836
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Kernemodul"
-# Det har med kommandolinjen at gøre, og jeg aner ikke hvad det handler om. Kommentaren er ikke ligefrem hjælpsom, men vi kan trøste os med at ca. 2 brugere kommer til at se denne streng (mig og gennemlæseren, for nu at være præcis)
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:841
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "Kernel-kerne"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:846
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "Interprocessor-interrupt"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:851
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "Interrupt"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:898
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "PS/2-tastatur/mus/pegeplade"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:901
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:904
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "Seriel ATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:907
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "ATA-værtsstyrekort"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:910
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Trådløs adaptor fra Intel"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:917 ../src/gpm-statistics.c:922
-#: ../src/gpm-statistics.c:927 ../src/gpm-statistics.c:932
-#: ../src/gpm-statistics.c:937
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "Timer: %s"
-# ???
-#. TRANSLATORS: the parameter is the name of task that's woken up from sleeping.
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:941
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "Sove: %s"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:944
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "Nye opgave: %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:948
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "Vent: %s"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:952 ../src/gpm-statistics.c:956
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "Arbejdskø: %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:959
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "Netværksrutetømning: %s"
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:962
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "USB-aktivitet: %s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:965
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "Vågner op: %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:968
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "Lokale Interrupt-signaler"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:971
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "Interrupt-signaler for omplanlægning"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1080
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "Enhedsinformation"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "Enhedshistorik"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "Enhedsprofil"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "Processoropvågninger"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1292 ../src/gpm-statistics.c:1298
-#: ../src/gpm-statistics.c:1304 ../src/gpm-statistics.c:1310
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "Forløbet tid"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1294
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "Strøm"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1300 ../src/gpm-statistics.c:1343
-#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1355
-#: ../src/gpm-statistics.c:1361
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "Batteriniveau"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1306 ../src/gpm-statistics.c:1312
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "Forudsagt tid"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1345 ../src/gpm-statistics.c:1357
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "Korrektionsfaktor"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1351 ../src/gpm-statistics.c:1363
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "Nøjagtighed af estimat"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1548
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "Vælg denne enhed ved opstart"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1794
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Processor"
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "_Indstillinger"
@@ -2187,9 +1996,7 @@ msgstr "%s oplader (%.1f%%)"
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"Batteriet er fuldt opladet.\n"
-"Giver %s kørselstid til computeren"
+msgstr "Batteriet er fuldt opladet.\nGiver %s kørselstid til computeren"
#. TRANSLATORS: the device is fully charged
#: ../src/gpm-upower.c:241
@@ -2215,11 +2022,10 @@ msgstr "%s aflader (%.1f%%)"
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s %s indtil fuldt opladet (%.1f%%)\n"
-"Giver %s batterikørselstid"
+msgstr "%s %s indtil fuldt opladet (%.1f%%)\nGiver %s batterikørselstid"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
@@ -2305,15 +2111,12 @@ msgstr "Opladningstid:"
msgid "Discharge time:"
msgstr "Afladningstid:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "Fremragende"
-# Kommentaren til strenge Excellent siger nu at:
-# Translators: Excellent, Good, Fair and Poor are all related to battery Capacity
-#
-# Så det skal nok være "god"
#: ../src/gpm-upower.c:412
msgid "Good"
msgstr "God"
@@ -2322,7 +2125,6 @@ msgstr "God"
msgid "Fair"
msgstr "Nogenlunde"
-# Dårlig, se kommentar til god
#: ../src/gpm-upower.c:416
msgid "Poor"
msgstr "Dårlig"
@@ -2331,7 +2133,6 @@ msgstr "Dårlig"
msgid "Capacity:"
msgstr "Kapacitet:"
-# "Current charge: 59.2 W" står der i gpm på min computer. De har altså en fejl med enhederne. Jeg vælger derfor at oversætte til effekt. Der er vel heller ingen mennesker der kunne drømme om at angive hvilken *ladning* der er i et batteri...
#: ../src/gpm-upower.c:426 ../src/gpm-upower.c:451
msgid "Current charge:"
msgstr "Nuværende effekt:"
@@ -2340,8 +2141,6 @@ msgstr "Nuværende effekt:"
msgid "Last full charge:"
msgstr "Sidste fulde opladning:"
-# "Design charge: 59.2 W" står der i gpm på min computer. Så de har en fejl med enhederne. Jeg vælger derfor at oversætte til effekt. Med design menes tabelværdi fra forhandleren.
-# -power.c:804 ../src/gpm-power.c:826
#: ../src/gpm-upower.c:438 ../src/gpm-upower.c:456
msgid "Design charge:"
msgstr "Specificeret effekt:"
@@ -2357,7 +2156,6 @@ msgid_plural "AC adapters"
msgstr[0] "Vekselstrømsadapter"
msgstr[1] "Vekselstrømsadaptere"
-# Det vil nok fremgå af sammenhængen at det er til en bærbar, og "batteri til bærbar computer" lyder ikke meget mere oplysende
#. TRANSLATORS: laptop primary battery
#: ../src/gpm-upower.c:482
msgid "Laptop battery"
@@ -2443,7 +2241,6 @@ msgstr "Lithium-polymer"
msgid "Lithium Iron Phosphate"
msgstr "Lithium-jernfosfat"
-# På engelsk ved man hvad "lead acid"-batterier er, men jeg tror ikke man kender til "bly-syre"-batterier på dansk, så den ekstra information er tilføjet for at man med sikkerhed kan se hvilken type det drejer sig om
#. TRANSLATORS: battery technology
#: ../src/gpm-upower.c:601
msgid "Lead acid"
@@ -2478,896 +2275,3 @@ msgstr "Venter på opladning"
#: ../src/gpm-upower.c:653
msgid "Waiting to discharge"
msgstr "Venter på afladning"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "_Om"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "_Hjælp"
-
-#~ msgid "Wireless mouse"
-#~ msgid_plural "Wireless mice"
-#~ msgstr[0] "Trådløs mus"
-#~ msgstr[1] "Trådløse mus"
-
-#~ msgid "Wireless keyboard"
-#~ msgid_plural "Wireless keyboards"
-#~ msgstr[0] "Trådløst tastatur"
-#~ msgstr[1] "Trådløse tastaturer"
-
-#~ msgid "Allow Suspend and Hibernate in the menu"
-#~ msgstr "Tillad hvile og dvale i menuen"
-
-#~ msgid "Hibernate enabled"
-#~ msgstr "Dvale slået til"
-
-#~ msgid "If preferences should be shown"
-#~ msgstr "Om indstillinger skal vises"
-
-#~ msgid ""
-#~ "If the Suspend and Hibernate options should be allowed in the "
-#~ "notification area drop down menu."
-#~ msgstr ""
-#~ "Om hvile-, og dvale-valgmulighederne vises i statusfeltets rullegardins-"
-#~ "menu."
-
-#~ msgid "If the user is authorized to hibernate the computer."
-#~ msgstr "Om brugeren har rettigheder til at lade computeren gå i dvale."
-
-#~ msgid "If the user is authorized to suspend the computer."
-#~ msgstr "Om brugeren har rettigheder til at lade computeren gå i hvile."
-
-#~ msgid "Suspend enabled"
-#~ msgstr "Hvile slået til"
-
-#~ msgid "Please see %s for more information."
-#~ msgstr "Se venligst %s for yderligere information."
-
-#~ msgid ""
-#~ "If you can see this text, your display server is broken and you should "
-#~ "notify your distributor."
-#~ msgstr ""
-#~ "Hvis du kan se denne tekst, er din displayserver i stykker, og du bør "
-#~ "give din distributør besked."
-
-#~ msgid "Session idle"
-#~ msgstr "Session inaktiv"
-
-#~ msgid "Session active"
-#~ msgstr "Session aktiv"
-
-#~ msgid "inhibited"
-#~ msgstr "hindret"
-
-#~ msgid "not inhibited"
-#~ msgstr "ikke hindret"
-
-#~ msgid "screen idle"
-#~ msgstr "skærmen inaktiv"
-
-#~ msgid "screen awake"
-#~ msgstr "skærm vågen"
-
-#~ msgid "Action disallowed"
-#~ msgstr "Handling ikke tilladt"
-
-#~ msgid ""
-#~ "Suspend support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "Hvileunderstøttelse er slået fra. Kontakt din administrator for flere "
-#~ "detaljer."
-
-#~ msgid ""
-#~ "Hibernate support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "Dvaleunderstøttelse er deaktiveret. Kontakt din administrator for "
-#~ "detaljer."
-
-#~ msgid "Sleep problem"
-#~ msgstr "Problem ved sovetilstand"
-
-#~ msgid "Check the help file for common problems."
-#~ msgstr "Se hjælpefilen for almindelige problemer."
-
-#~ msgid "Device information"
-#~ msgstr "Enhedsinformation"
-
-#~ msgid "There is no detailed information for this device"
-#~ msgstr "Der findes ingen detaljeret information om denne enhed"
-
-#~ msgid "translator-credits"
-#~ msgstr ""
-#~ "Ask Hjorth Larsen\n"
-#~ "\n"
-#~ "Dansk-gruppen <[email protected]>\n"
-#~ "Mere info: http://www.dansk-gruppen.dk"
-
-#~ msgid "Power _History"
-#~ msgstr "Historik over _strømforbrug"
-
-#~ msgid "_Suspend"
-#~ msgstr "Gå i h_vile"
-
-#~ msgid "Hi_bernate"
-#~ msgstr "Gå i _dvale"
-
-#~ msgid "If DBUS inhibit requests should be ignored from other programs."
-#~ msgstr "Om DBUS hindringsforespørgsler fra andre programmer skal ignoreres."
-
-#~ msgid "If DBUS inhibit requests should be ignored."
-#~ msgstr "Om DBUS hindringsforespørgsler skal ignoreres."
-
-#~ msgid ""
-#~ "If a notification message should be displayed when the profile data is "
-#~ "guessed."
-#~ msgstr "Om en påmindelse skal vises når profildata gættes."
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close"
-#~ msgstr ""
-#~ "Om advarslen skal vises idet der modtages en gyldig hindringsforespørgsel "
-#~ "hvis indstillet til sovetilstand ved sammenklapning"
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close."
-#~ msgstr ""
-#~ "Om advarslen skal vises idet der modtages en gyldig hindringsforespørgsel "
-#~ "hvis indstillet til sovetilstand ved sammenklapning."
-
-#~ msgid "Notify when the profile data is guessed"
-#~ msgstr "Giv påmindelse når profildata gættes"
-
-#~ msgid ""
-#~ "After resume, mate-power-manager will suppress policy actions for a "
-#~ "number of seconds to allow messages to settle and HAL to refresh. "
-#~ "Commonly five seconds is enough while not being so long that the user "
-#~ "gets confused."
-#~ msgstr ""
-#~ "Efter genoptagelse vil Strømstyring undertrykke handlinger specificeret "
-#~ "af strømstyringspolitikken i et vist antal sekunder for at give tid til "
-#~ "meddelelser og opdatering af HAL. Almindeligvis er fem sekunder "
-#~ "tilstrækkeligt, og dog kort nok til at brugeren ikke bliver forvirret."
-
-#~ msgid "Change the brightness automatically using the ambient light sensors"
-#~ msgstr "Lad lyssensorer styre lysstyrken automatisk"
-
-#~ msgid "If extra debugging messages should be used"
-#~ msgstr "Om der udskrives ekstra fejlfindingsbeskeder"
-
-#~ msgid ""
-#~ "If extra debugging messages should be used. Only turn this on for "
-#~ "debugging."
-#~ msgstr ""
-#~ "Om der skal bruges ekstra fejlfindingsmeddelelser. Anvend kun ved "
-#~ "fejlfinding."
-
-#~ msgid "If the low-power mode should be enabled when on UPS"
-#~ msgstr "Om strømsparing skal benyttes ved kørsel på nødstrøm"
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors."
-#~ msgstr ""
-#~ "Om skærmens lysstyrke skal styres automatisk ved hjælp af lyssensorer."
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors. Valid is 'none', 'light' and 'dark'"
-#~ msgstr ""
-#~ "Om skærmens lysstyrke skal styres automatisk ved hjælp af lyssensorer. "
-#~ "Tilladte værdier er \"none\", \"light\" og \"dark\""
-
-#~ msgid "If the system low-power mode should be enabled when on UPS power."
-#~ msgstr "Om strømsparing skal benyttes ved kørsel på nødstrøm."
-
-#~ msgid "Keyboard brightness when on battery"
-#~ msgstr "Tastaturlysstyrke ved batteridrift"
-
-#~ msgid "Number of seconds to suppress policy after resume"
-#~ msgstr ""
-#~ "Antal sekunder strømsparingspolitikken undertrykkes efter genoptagning"
-
-#~ msgid "The amount the light sensors should contribute to the brightness"
-#~ msgstr "Størrelsen af bidraget fra lyssensorer til den samlede lysstyrke"
-
-#~ msgid "The amount the light sensors should contribute to the brightness."
-#~ msgstr "Størrelsen af bidraget fra lyssensorer til den samlede lysstyrke."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on battery power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "Tastaturets lysstyrke ved batteridrift. Mulige værdier ligger mellem 0 og "
-#~ "100."
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough"
-#~ msgstr "Kalibrering af lyssensorerne således at skærmen er lys nok"
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough, "
-#~ "in percent."
-#~ msgstr ""
-#~ "Kalibrering af lyssensorerne således at skærmen er lys nok, i procent."
-
-#~ msgid "The interval the ambient light sensors should be polled"
-#~ msgstr "Intervallet hvori baggrundslyssensorerne måles"
-
-#~ msgid "The interval the ambient light sensors should be polled in seconds."
-#~ msgstr "Intervallet hvori baggryndslyssensorerne måles, i sekunder."
-
-# Yderst mærkværdig tekststreng. Oversættelsen er mit bedste bud. Det kan tænkes at forskellige power actions ikke må udføres indenfor få sekunder (så computeren ikke går i hvile hvis man netop har vækket den derfra)
-#~ msgid "The invalid timeout for power actions"
-#~ msgstr "Tidsgrænsen for ugyldighed af strømhandlinger"
-
-# Også yderst mærkværdig.
-#~ msgid ""
-#~ "The invalid timeout in ms for power actions. Set this longer if you get "
-#~ "'battery critical' messages when you unplug."
-#~ msgstr ""
-#~ "Tidsgrænsen i millisekunder for ugyldighed af strømhandlinger. Forøg "
-#~ "denne værdi hvis der kommer \"kritisk batteriniveau\"-meddelelser idet "
-#~ "der skiftes til batteridrift."
-
-#~ msgid "Application:"
-#~ msgstr "Program:"
-
-# Mystisk....
-#~ msgid "Burning DVD, titled \"My Photos\""
-#~ msgstr "Skriver DVD med titel \"My Photos\""
-
-#~ msgid "Inhibit Tester"
-#~ msgstr "Hindringstester"
-
-#~ msgid "Reason:"
-#~ msgstr "Grund:"
-
-# Dette er næppe noget brugeren nogensinde kommer til at læse...
-#~ msgid "UnInhibit"
-#~ msgstr "AfHindr"
-
-#~ msgid "Vendor Acme Foo"
-#~ msgstr "Forhandler Acme Foo"
-
-# Det er nok sikrest, blot at oversætte til "ekstra"...
-#~ msgid "<b>Extras</b>"
-#~ msgstr "<b>Ekstra</b>"
-
-#~ msgid "Always sleep when the lid is _closed"
-#~ msgstr "Hvil altid når låget er _lukket"
-
-#~ msgid "Enable UPS discharge _alarm"
-#~ msgstr "Anvend _alarm ved afladning af nødstrøm"
-
-#~ msgid "Turn on keyboard light when light level is low"
-#~ msgstr "Anvend tastaturbelysning når lysniveauet er lavt"
-
-#~ msgid "Use _ambient light to adjust LCD brightness"
-#~ msgstr "Brug _baggrundsbelysningen til at justere skærmens lysstyrke"
-
-# Heromkring må der begynde en ny menu, da hotkey s bruges både ovenfor og nedenfor, så hotkeys can genbruges
-#~ msgid "Use _sound to notify in event of an error"
-#~ msgstr "Brug l_yd til at give besked ved fejl"
-
-#~ msgid "Power Manager for the MATE desktop"
-#~ msgstr "Strømstyring til MATE-skrivebordet"
-
-#~ msgid "<b>Product:</b> %s\n"
-#~ msgstr "<b>Produkt:</b> %s\n"
-
-#~ msgid "<b>Status:</b> %s\n"
-#~ msgstr "<b>Status:</b> %s\n"
-
-#~ msgid "<b>Percentage charge:</b> %.1f%%\n"
-#~ msgstr "<b>Procentvist batteriniveau:</b> %.1f%%\n"
-
-#~ msgid "<b>Vendor:</b> %s\n"
-#~ msgstr "<b>Leverandør:</b> %s\n"
-
-#~ msgid "<b>Technology:</b> %s\n"
-#~ msgstr "<b>Teknologi:</b> %s\n"
-
-#~ msgid "<b>Serial number:</b> %s\n"
-#~ msgstr "<b>Serienummer:</b> %s\n"
-
-#~ msgid "<b>Model:</b> %s\n"
-#~ msgstr "<b>Model:</b> %s\n"
-
-#~ msgid "<b>Charge time:</b> %s\n"
-#~ msgstr "<b>Opladningstid:</b> %s\n"
-
-#~ msgid "<b>Discharge time:</b> %s\n"
-#~ msgstr "<b>Afladningstid:</b> %s\n"
-
-#~ msgid "<b>Capacity:</b> %.1f%% (%s)\n"
-#~ msgstr "<b>Kapacitet:</b> %.1f%% (%s)\n"
-
-#~ msgid "<b>Current charge:</b> %.1f Wh\n"
-#~ msgstr "<b>Nuværende batteriniveau:</b> %.1f Wh\n"
-
-# ??? Fejlmeldt http://bugzilla.mate.org/show_bug.cgi?id=553263
-#~ msgid "<b>Design charge:</b> %.1f Wh\n"
-#~ msgstr "<b>Kapacitetsspecifikation:</b> %.1f Wh\n"
-
-#~ msgid "<b>Charge rate:</b> %.1f W\n"
-#~ msgstr "<b>Opladningshastighed:</b> %.1f W\n"
-
-#~ msgid "<b>Current charge:</b> %.0f/7\n"
-#~ msgstr "<b>Nuværende batteriniveau:</b> %.0f/7\n"
-
-# ??? Fejlmeldt http://bugzilla.mate.org/show_bug.cgi?id=553263
-#~ msgid "<b>Design charge:</b> %.0f/7\n"
-#~ msgstr "<b>Kapacitetsspecifikation:</b> %.0f/7\n"
-
-#~ msgid "%s has stopped the suspend from taking place: %s."
-#~ msgstr "%s har forhindret hviletilstand: %s."
-
-#~ msgid "%s has stopped the hibernate from taking place: %s."
-#~ msgstr "%s har forhindret dvaletilstand: %s."
-
-#~ msgid "%s has stopped the policy action from taking place: %s."
-#~ msgstr ""
-#~ "%s har forhindret en af strømstyringspolitikken specificeret handling: %s."
-
-#~ msgid "%s has stopped the reboot from taking place: %s."
-#~ msgstr "%s har forhindret systemgenstart: %s."
-
-#~ msgid "%s has stopped the shutdown from taking place: %s."
-#~ msgstr "%s har forhindret afslutning: %s."
-
-#~ msgid "%s has stopped the timeout action from taking place: %s."
-#~ msgstr "%s har forhindret tidsudløbshandlingen: %s."
-
-#~ msgid "Multiple applications have stopped the suspend from taking place."
-#~ msgstr "Flere programmer har forhindret hviletilstand."
-
-#~ msgid "Multiple applications have stopped the hibernate from taking place."
-#~ msgstr "Flere programmer har forhindret dvaletilstand."
-
-#~ msgid ""
-#~ "Multiple applications have stopped the policy action from taking place."
-#~ msgstr ""
-#~ "Flere programmer har forhindret en handling specificeret af "
-#~ "strømstyringspolitikken."
-
-#~ msgid "Multiple applications have stopped the reboot from taking place."
-#~ msgstr "Flere programmer har forhindret systemgenstart."
-
-#~ msgid "Multiple applications have stopped the shutdown from taking place."
-#~ msgstr "Flere programmer har forhindret afslutning."
-
-#~ msgid "Request to do policy action"
-#~ msgstr "Forespørgsel på handling fra strømstyringspolitik"
-
-#~ msgid "Request to do timeout action"
-#~ msgstr "Forespørgsel for tidsudløbshandling"
-
-# ...hvad mener han med "I want this translated"?
-#~ msgid "Perform action anyway"
-#~ msgstr "Udfør handlingen alligevel"
-
-#~ msgid "The lid has been closed on battery power."
-#~ msgstr "Låget er blevet lukket ved batteridrift."
-
-#~ msgid "The power button has been pressed."
-#~ msgstr "Tænd/sluk-knappen er blevet trykket."
-
-#~ msgid "The suspend button has been pressed."
-#~ msgstr "Hvileknappen er blevet trykket."
-
-#~ msgid "The hibernate button has been pressed."
-#~ msgstr "Dvaleknappen er blevet trykket."
-
-# Vi håber "tray" henviser til hvad vi normal kalder statusfelt
-#~ msgid "User clicked on tray"
-#~ msgstr "Bruger har klikket på statusfeltet"
-
-#~ msgid ""
-#~ "You have approximately <b>%s</b> of remaining battery life (%.1f%%). %s"
-#~ msgstr "Der er omtrent <b>%s</b> resterende tid på batteriet (%.1f%%). %s"
-
-#~ msgid "Sleep warning"
-#~ msgstr "Sovetilstandsadvarsel"
-
-#~ msgid ""
-#~ "Your laptop will not sleep if you shut the lid as a running program has "
-#~ "prevented this.\n"
-#~ "Some laptops can overheat if they do not sleep when the lid is closed."
-#~ msgstr ""
-#~ "Din computer vil ikke gå i sovetilstand hvis den klappes sammen, da et "
-#~ "program har forhindret det.\n"
-#~ "Visse computere kan overophede hvis de ikke går i sovetilstand når de er "
-#~ "klappet sammen."
-
-#~ msgid "Your laptop battery is now fully charged"
-#~ msgstr "Batteriet er nu fuldt opladet"
-
-#~ msgid "Visit quirk website"
-#~ msgstr "Besøg hjemmesiden for fejl og ejendommeligheder"
-
-#~ msgid "Device state could not be read at this time"
-#~ msgstr "Batteritilstanden kunne ikke aflæses nu"
-
-#~ msgid "gtk-refresh"
-#~ msgstr "gtk-refresh"
-
-#~ msgid "Add related _events"
-#~ msgstr "Tilføj beslægtede _begivenheder"
-
-#~ msgid "Time since startup"
-#~ msgstr "Tid siden opstart"
-
-#~ msgid "The message was not sent due to DBUS security rules"
-#~ msgstr "Meddelelsen blev ikke sendt på grund af DBUS-sikkerhedsregler"
-
-#~ msgid "General failure"
-#~ msgstr "Generel fejl"
-
-#~ msgid "Computer is running on backup power\n"
-#~ msgstr "Computeren kører på nødstrøm\n"
-
-#~ msgid "Computer is running on battery power\n"
-#~ msgstr "Computeren kører på batteri\n"
-
-#~ msgid "Battery discharge time is currently unknown\n"
-#~ msgstr "Batteriafladningstid kendes pt. ikke\n"
-
-#~ msgid "Battery charge time is currently unknown\n"
-#~ msgstr "Batteriopladningstid kendes pt. ikke\n"
-
-#~ msgid "Battery discharge time is estimated\n"
-#~ msgstr "Batteriafladningstid vurderes\n"
-
-#~ msgid "Battery charge time is estimated\n"
-#~ msgstr "Batteriopladningstid vurderes\n"
-
-#~ msgid "Unable to get data..."
-#~ msgstr "Kan ikke hente data..."
-
-#~ msgid "Reason: %s"
-#~ msgstr "Årsag: %s"
-
-#~ msgid "On battery"
-#~ msgstr "På batteri"
-
-#~ msgid "Session powersave"
-#~ msgstr "Session strømsparing"
-
-#~ msgid "label shown on graph|Suspend"
-#~ msgstr "Hvile"
-
-#~ msgid "label shown on graph|Resume"
-#~ msgstr "Genoptag"
-
-#~ msgid "label shown on graph|Hibernate"
-#~ msgstr "Dvale"
-
-#~ msgid "Notification"
-#~ msgstr "Påmindelse"
-
-#~ msgid "DPMS On"
-#~ msgstr "DPMS aktiv"
-
-# Husk at DPMS bruger andre betegnelser (forklaring andetsteds i filen)
-#~ msgid "DPMS Standby"
-#~ msgstr "DPMS hvilemodus"
-
-# DPMS bruger andre betegnelser (forklaring andetsteds i filen)
-#~ msgid "DPMS Suspend"
-#~ msgstr "DPMS dvalemodus"
-
-#~ msgid "DPMS Off"
-#~ msgstr "DPMS deaktiveret"
-
-#~ msgid "Battery percentage"
-#~ msgstr "Batteriniveau i procent"
-
-#~ msgid "Battery Voltage"
-#~ msgstr "Batterispænding"
-
-#~ msgid "Accuracy of reading"
-#~ msgstr "Nøjagtighed"
-
-#~ msgid "Trusted"
-#~ msgstr "Betroet"
-
-#~ msgid "Untrusted"
-#~ msgstr "Ikke betroet"
-
-#~ msgid "Valid data"
-#~ msgstr "Gyldige data"
-
-#~ msgid "Extrapolated data"
-#~ msgstr "Ekstrapolerede data"
-
-#~ msgid "Stop point"
-#~ msgstr "Stoppunkt"
-
-#~ msgid "The laptop lid has been closed"
-#~ msgstr "Computerens låg er blevet lukket"
-
-#~ msgid "The laptop lid has been re-opened"
-#~ msgstr "Computerens låg er blevet genåbnet"
-
-# Dette ord bruges ikke så mange steder; det kan være det refererer den opførsel der associeres med længere tids tomgang (suspend, blank screen, etc.), og dermed synonym med sovetilstand
-#~ msgid "idle mode ended"
-#~ msgstr "tomgangstilstand afsluttet"
-
-# Igen er der lidt usikkerhed over hvad dette faktisk refererer til
-#~ msgid "idle mode started"
-#~ msgstr "går nu i tomgang"
-
-#~ msgid "powersave mode started"
-#~ msgstr "strømsparingstilstand aktiveret"
-
-#~ msgid "dpms on"
-#~ msgstr "dpms aktiveret"
-
-# DPMS = VESA Display Power Management Signaling. DPMS definerer adskillige termer anderledes end GPM, f.eks. refererer DPMS standby nogenlunde til GPM suspend, mens DPMS suspend svarer til GPM hibernate. Dette har jeg fra wikipedias side om DPMS. Jeg vil oversætte DPMS-begreberne til de tætteste GPM-begreber, dvs. som anført ovenfor. Nedenfor kommer der også nogle meddelelser som vedrører DPMS "Hibernate()" og "Suspend()"-metoder, og det er mærkeligt at de i dette tilfælde bruger andre udtryk.
-#~ msgid "dpms standby"
-#~ msgstr "dpms hviletilstand"
-
-# se DPMS termer ovenfor
-#~ msgid "dpms suspend"
-#~ msgstr "dpms dvaletilstand"
-
-#~ msgid "dpms off"
-#~ msgstr "dpms deaktiveret"
-
-#~ msgid "Resuming computer"
-#~ msgstr "Computeren genoptager"
-
-#~ msgid "Hibernate Problem"
-#~ msgstr "Problem ved dvale"
-
-#~ msgid "Suspend Problem"
-#~ msgstr "Problem ved hvile"
-
-#~ msgid "Do not daemonize"
-#~ msgstr "Gør ikke til en baggrundsproces"
-
-#~ msgid "Request to reboot"
-#~ msgstr "Systemgenstartsforespørgsel"
-
-#~ msgid "Request to shutdown"
-#~ msgstr "Afslutningsforespørgsel"
-
-#~ msgid "Action forbidden"
-#~ msgstr "Handling forbudt"
-
-#~ msgid "Suspend is not available on this computer."
-#~ msgstr "Hvile er ikke tilgængelig på denne computer."
-
-#~ msgid "Suspending computer."
-#~ msgstr "Computeren går i hvile."
-
-#~ msgid "Hibernate is not available on this computer."
-#~ msgstr "Dvale er ikke tilgængelig på denne computer."
-
-#~ msgid "Hibernating computer."
-#~ msgstr "Computeren går i dvale."
-
-#~ msgid "Doing nothing."
-#~ msgstr "Gør intet."
-
-#~ msgid "Shutting down computer."
-#~ msgstr "Lukker computeren."
-
-#~ msgid "MATE interactive logout."
-#~ msgstr "MATE interaktiv udlogning."
-
-#~ msgid "System idle."
-#~ msgstr "Systemet er inaktivt."
-
-#~ msgid "a short time"
-#~ msgstr "et kort stykke tid"
-
-# Det vil nok fremgå af sammenhængen at det er til en bærbar, og "batteri til bærbar computer" lyder ikke meget mere oplysende
-#~ msgid "Laptop batteries"
-#~ msgstr "Batterier"
-
-#~ msgid "UPSs"
-#~ msgstr "Nødstrømsenheder"
-
-#~ msgid "Wireless mice"
-#~ msgstr "Trådløse mus"
-
-#~ msgid "Wireless keyboards"
-#~ msgstr "Trådløse tastaturer"
-
-#~ msgid "PDAs"
-#~ msgstr "PDAer"
-
-#~ msgid "Cell phones"
-#~ msgstr "Mobiltelefoner"
-
-#~ msgid "MATE Power Statistics"
-#~ msgstr "MATE strømstatistik"
-
-#~ msgid "Charge history"
-#~ msgstr "Opladningshistorik"
-
-#~ msgid "Power history"
-#~ msgstr "Strømforbrugshistorik"
-
-#~ msgid "Voltage history"
-#~ msgstr "Spændingshistorik"
-
-# Dette er en graf for hvordan gpm estimerer resterende tid til af- eller opladning
-#~ msgid "Estimated time history"
-#~ msgstr "Historik for tidsestimater"
-
-#~ msgid "Charge time accuracy profile"
-#~ msgstr "Forventet nøjagtighed af opladningstid"
-
-#~ msgid "Discharge time accuracy profile"
-#~ msgstr "Forventet nøjagtighed af afladningstid"
-
-#~ msgid "Could not connect to MATE Power Manager."
-#~ msgstr "Kunne ikke forbinde til MATE strømstyring."
-
-#~ msgid ""
-#~ "If niced processes are considered, they can cause a frequency increment "
-#~ "even though their absolute load percentage wouldn't trigger the scaling "
-#~ "mechanism to switch up the frequency."
-#~ msgstr ""
-#~ "Såfremt der medregnes processer med modificeret kørselsprioritet, kan de "
-#~ "forårsage en forøgelse af processorfrekvensen selvom deres samlede "
-#~ "relative processorbelastning under normale omstændigheder ikke ville "
-#~ "aktivere mekanismen der forøger processorfrekvensen."
-
-#~ msgid "If we should show the CPU frequency scaling in the UI"
-#~ msgstr "Om skalering af processorfrekvensen skal vises i brugergrænsefladen"
-
-#~ msgid ""
-#~ "If we should show the CPU frequency scaling in the UI. Some people need "
-#~ "to configure this for specific systems."
-#~ msgstr ""
-#~ "Om skalering af processorfrekvensen skal vises i brugergrænsefladen. For "
-#~ "visse systemer kan det være nødvendigt at konfigurere dette."
-
-#~ msgid "The cpufreq performance value to use when on battery power"
-#~ msgstr "cpufreq-ydelsesværdien der benyttes ved batteridrift"
-
-#~ msgid ""
-#~ "The cpufreq performance value used to scale the processor when on battery "
-#~ "power."
-#~ msgstr ""
-#~ "cpufreq-ydelsesværdien der benyttes til at justere processorfrekvens ved "
-#~ "batteridrift."
-
-#~ msgid "The cpufreq policy to use when on battery power"
-#~ msgstr "cpufreq-politikken der benyttes ved batteridrift"
-
-#~ msgid ""
-#~ "The cpufreq policy used to scale the processor when on battery power. "
-#~ "Possible values are ondemand, conservative, powersave, userspace, "
-#~ "performance, nothing."
-#~ msgstr ""
-#~ "cpufreq-politikken der benyttes til at justere processorfrekvensen ved "
-#~ "batteridrift. Mulige værdier er \"ondemand\", \"conservative\", "
-#~ "\"powersave\", \"userspace\", \"performance\", \"nothing\"."
-
-#~ msgid ""
-#~ "The device name for the v4l device used as a brightness sensor backup"
-#~ msgstr "Enhedsnavnet for v41-enheden der benyttes som reservelyssensor"
-
-#~ msgid ""
-#~ "The device name for the v4l device used as a brightness sensor backup. A "
-#~ "value of 'default' uses the first discovered sensor, or devices can be "
-#~ "specified, e.g. '/dev/video0'"
-#~ msgstr ""
-#~ "Enhedsnavnet for v41-enheden der benyttes som reservelyssensor. Værdien "
-#~ "\"default\" bruger den første fundne sensor - ellers kan enheder "
-#~ "specificeres f.eks. som \"/dev/video0\""
-
-#~ msgid ""
-#~ "Whether or not niced processes should be considered on processor load "
-#~ "calculation"
-#~ msgstr ""
-#~ "Hvorvidt processer med ændret kørselsprioritet skal medregnes i "
-#~ "udregningen af processorbelastning"
-
-#~ msgid "Computer sp_eed policy:"
-#~ msgstr "Politik for _processorhastighed:"
-
-# Jeg gad nok vide hvad dette betyder. Power må være navnet på en fil, selvom det ikke ser sådan ud. På den anden side kan jeg slet ikke forestille mig, at det skal være noget andet end navnet på en fil.
-#~ msgid "Debug specific files, e.g. power"
-#~ msgstr "Fejlsøg specifikke filer, f.eks. power"
-
-#~ msgid ""
-#~ "Policy timeout is not valid. Please wait a few seconds and try again."
-#~ msgstr ""
-#~ "Strømstyringspolitikkens tidsudløb er ugyldigt. Vent venligst nogle "
-#~ "sekunder og prøv igen."
-
-#~ msgid "<b>Status:</b> Charged\n"
-#~ msgstr "<b>Status:</b> Fuldt opladet\n"
-
-#~ msgid "<b>Status:</b> Charging\n"
-#~ msgstr "<b>Status:</b> Oplader\n"
-
-#~ msgid "<b>Status:</b> Discharging\n"
-#~ msgstr "<b>Status:</b> Aflader\n"
-
-#~ msgid "Based on processor load"
-#~ msgstr "Baseret på processorbelastning"
-
-#~ msgid "Automatic power saving"
-#~ msgstr "Automatisk strømstyring"
-
-#~ msgid "Maximum power saving"
-#~ msgstr "Maksimal energibesparelse"
-
-#~ msgid "Always maximum speed"
-#~ msgstr "Altid maksimal hastighed"
-
-#~ msgid "Dim display _brightness by:"
-#~ msgstr "Dæmp skærmens _lysstyrke med:"
-
-# F.eks. "doing nothing *because* lid has been close while on ac (dette bliver anført i programmets log)"
-#~ msgid "%s because %s"
-#~ msgstr "%s fordi %s"
-
-#~ msgid "Inhibit warning!"
-#~ msgstr "Hindringsadvarsel!"
-
-#~ msgid "Profiled Charge Time"
-#~ msgstr "Estimeret opladningstid"
-
-#~ msgid "Profiled Discharge Time"
-#~ msgstr "Estimeret afladningstid"
-
-#~ msgid ""
-#~ "If the laptop should be configured as if it is using a permanent external "
-#~ "monitor"
-#~ msgstr ""
-#~ "Om den bærbare computer skal konfigureres som om den benytter en "
-#~ "permanent ekstern skærm"
-
-#~ msgid "%iW"
-#~ msgstr "%iW"
-
-#~ msgid "%iV"
-#~ msgstr "%iV"
-
-#~ msgid "Power Preferences"
-#~ msgstr "Strømstyringsindstillinger"
-
-#~ msgid "Power Inhibit Test"
-#~ msgstr "Test af hindring af strømstyring"
-
-#~ msgid "Notify on a HAL error"
-#~ msgstr "Giv påmindelse ved fejl i HAL"
-
-#~ msgid "Percentage considered very low"
-#~ msgstr "Niveauet der regnes for meget lavt"
-
-#~ msgid "The damping factor for the rate"
-#~ msgstr "Dæmpningsfaktoren for frekvensen"
-
-#~ msgid ""
-#~ "The percentage of the battery when it is considered very low. Only valid "
-#~ "when use_time_for_policy is false."
-#~ msgstr ""
-#~ "Batteriniveauet i procent der for regnes for meget lavt. Kun gyldig når "
-#~ "\"use_time_for_policy\" er sat til \"false\"."
-
-#~ msgid ""
-#~ "The time remaining in seconds of the battery when it is considered very "
-#~ "low. Only valid when use_time_for_policy is true."
-#~ msgstr ""
-#~ "Den resterende batteritid i sekunder når batteriniveauet regnes for meget "
-#~ "lavt. Kun gyldig når \"use_time_for_policy\" er sat til \"true\"."
-
-#~ msgid "The time remaining when very low"
-#~ msgstr "Resterende tid ved meget lavt niveau"
-
-#~ msgid ""
-#~ "The value of the damping factor used when calculating the exponentially "
-#~ "weighted average of the rate. Increasing this value will increase the "
-#~ "damping effect of the rate calculations, which makes the time remaining "
-#~ "more accurate, but the graphs less responsive."
-#~ msgstr ""
-#~ "Værdien af dæmpningsfaktoren der benyttes til udregning af det "
-#~ "eksponentielt vægtede frekvensgennemsnit. Forøgelse af denne værdi øger "
-#~ "dæmpningseffekten i frekvensudregningerne, hvilket resulterer i at den "
-#~ "beregnede resterende tid vil være mere præcis, mens grafen vil være "
-#~ "langsommere til at vise ændringer."
-
-#~ msgid "Whether we should show the legend in the statistics window"
-#~ msgstr "Hvorvidt grafbeskrivelse skal vises i statistikvinduet"
-
-#~ msgid "Whether we should show the legend in the statistics window."
-#~ msgstr "Hvorvidt grafbeskrivelse skal vises i statistikvinduet."
-
-#~ msgid "Add _axis labels"
-#~ msgstr "Tilføj _aksebetegnelser"
-
-#~ msgid "Add lege_nd"
-#~ msgstr "Tilføj _grafbeskrivelse"
-
-#~ msgid "Time remaining"
-#~ msgstr "Resterende tid"
-
-#~ msgid "Unknown caption"
-#~ msgstr "Ukendt beskrivelse"
-
-#~ msgid "the DBUS method Suspend() was invoked"
-#~ msgstr "DBUS-metoden Suspend() er blevet kaldt"
-
-#~ msgid "the DBUS method Hibernate() was invoked"
-#~ msgstr "DBUS-metoden Hibernate() er blevet kaldt"
-
-#~ msgid "the DBUS method Shutdown() was invoked"
-#~ msgstr "DBUS-metoden Shutdown() er blevet kaldt"
-
-#~ msgid "Rebooting computer"
-#~ msgstr "Genstarter computer"
-
-#~ msgid "the DBUS method Reboot() was invoked"
-#~ msgstr "DBUS-metoden Reboot() er blevet kaldt"
-
-# Gad vide hvad backup power er ift. UPS
-#~ msgid "Your system is running on backup power!"
-#~ msgstr "Systemet kører på nødstrøm!"
-
-#~ msgid "user clicked hibernate from tray menu"
-#~ msgstr "bruger har klikket på dvaletilstand i statusfeltets menu"
-
-#~ msgid "Your computer did not appear to resume correctly from suspend."
-#~ msgstr ""
-#~ "Computeren syntes ikke at kunne genoptage normal kørsel efter hvile "
-#~ "korrekt."
-
-#~ msgid "Your computer did not appear to resume correctly from hibernate."
-#~ msgstr ""
-#~ "Computeren synes ikke at kunne genoptage normal kørsel efter dvale "
-#~ "korrekt."
-
-#~ msgid "This may be a driver or hardware problem."
-#~ msgstr "Dette kan være et driver- eller maskinelproblem."
-
-#~ msgid "Check the MATE Power Manager manual for common problems."
-#~ msgstr ""
-#~ "Se manualen til MATE Strømstyring hvor almindelige problemer er "
-#~ "beskrevet."
-
-#~ msgid "Remaining time:"
-#~ msgstr "Resterende tid:"
-
-#~ msgid "Charge rate (smoothed):"
-#~ msgstr "Opladningshastighed (udjævnet):"
-
-#~ msgid "Recalculating information..."
-#~ msgstr "Genudregner information..."
-
-#~ msgid "Perhaps the program is not running or you are using an old version?"
-#~ msgstr "Måske kører programmet ikke, eller der bruges en ældre version."
-
-#~ msgid "hibernate"
-#~ msgstr "gå i dvale"
-
-#~ msgid "suspend"
-#~ msgstr "gå i hvile"
-
-#~ msgid "Power Critically Low"
-#~ msgstr "Batteriniveau kritisk lavt"
-
-#~ msgid "Power Very Low"
-#~ msgstr "Batteriniveau meget lavt"
-
-#~ msgid "Power Low"
-#~ msgstr "Batteriniveau lavt"
-
-# Sans-serif, gætter jeg på
-#~ msgid "Sans"
-#~ msgstr "Sans"
diff --git a/po/de.po b/po/de.po
index 2acc72c..f8e4c40 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3,15 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Bernard Ladenthin <[email protected]>, 2013.
-# guyfawkes <[email protected]>, 2013.
+# Bernard_Ladenthin <[email protected]>, 2013
+# desperateCoder <[email protected]>, 2013
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
"POT-Creation-Date: 2013-03-15 21:36+0100\n"
-"PO-Revision-Date: 2013-03-31 12:55+0000\n"
-"Last-Translator: Bernard_Ladenthin <[email protected]>\n"
+"PO-Revision-Date: 2013-04-30 14:10+0000\n"
+"Last-Translator: desperateCoder <[email protected]>\n"
"Language-Team: German (http://www.transifex.com/projects/p/MATE/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -289,7 +289,7 @@ msgstr "Bildschirmhelligkeit bei Netzversorgung"
msgid ""
"The brightness of the display when on AC power. Possible values are between "
"0.0 and 100.0."
-msgstr ""
+msgstr "Helligkeit des Bildschirms bei Netzversorgung. Mögliche Werte liegen zwischen 0.0 und 100.0."
#: ../data/org.mate.power-manager.gschema.xml.in.h:31
msgid "Suspend button action"
@@ -355,7 +355,7 @@ msgstr "Legt fest, ob die CPU-Last überprüft werden soll, bevor eine Leerlauf-
#: ../data/org.mate.power-manager.gschema.xml.in.h:45
msgid "Whether NetworkManager should be connected and disconnected on sleep."
-msgstr ""
+msgstr "Legt fest, ob »NetworkManager« vor dem Wechsel in Bereitschaft oder den Ruhezustand die Netzwerkverbindung trennen und nach dem Aufwachen wieder aufbauen soll."
#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
@@ -381,7 +381,7 @@ msgstr "Bildschirm beim Abdunkeln sperren"
msgid ""
"Whether the screen is locked when the screen is turned off. Only used if "
"lock-use-screensaver is false."
-msgstr ""
+msgstr "Legt fest, ob der Bildschirm gesperrt wird, nachdem der Bildschirm abgeschaltet wird. Wird nur berücksichtigt, falls »lock-use-screensaver« den Wert »falsch« hat."
#: ../data/org.mate.power-manager.gschema.xml.in.h:51
msgid "Lock screen on suspend"
@@ -391,7 +391,7 @@ msgstr "Bildschirm beim Wechsel in die Bereitschaft sperren"
msgid ""
"Whether the screen is locked when the computer wakes up from a suspend. Only"
" used if lock-use-screensaver is false."
-msgstr ""
+msgstr "Legt fest, ob der Bildschirm gesperrt werden soll, wenn der Rechner aus der Bereitschaft aufwacht. Wird nur berücksichtigt, wenn »lock-use-screensaver« den Wert »falsch« hat."
#: ../data/org.mate.power-manager.gschema.xml.in.h:53
msgid "Lock screen on hibernate"
@@ -401,7 +401,7 @@ msgstr "Bildschirm beim Wechsel in den Ruhezustand sperren"
msgid ""
"Whether the screen is locked when the computer wakes up from a hibernate. "
"Only used if lock-use-screensaver is false."
-msgstr ""
+msgstr "Legt fest, ob der Bildschirm gesperrt ist, wenn der Rechner aus dem Ruhezustand aufwacht. Wird nur berücksichtigt, wenn »lock-use-screensaver« den Wert »falsch« hat."
#: ../data/org.mate.power-manager.gschema.xml.in.h:55
msgid "Lock MATE keyring on sleep"
@@ -523,53 +523,53 @@ msgstr "Legt fest, ob der Benutzer benachrichtigt werden soll, wenn der Ladezust
#: ../data/org.mate.power-manager.gschema.xml.in.h:80
msgid "Whether we should show the history data points"
-msgstr ""
+msgstr "Legt fest, ob die Historien-Datenpunkte angezeigt werden sollen"
#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
"Whether we should show the history data points in the statistics window."
-msgstr ""
+msgstr "Legt fest, ob die Historien-Datenpunkte im Statistik-Fenster angezeigt werden sollen"
#: ../data/org.mate.power-manager.gschema.xml.in.h:82
msgid "Whether we should smooth the history data"
-msgstr ""
+msgstr "Legt fest, ob die Historien-Daten geglättet werden sollen"
#: ../data/org.mate.power-manager.gschema.xml.in.h:83
msgid "Whether we should smooth the history data in the graph."
-msgstr ""
+msgstr "Legt fest, ob die Historien-Daten in der Grafik geglättet werden sollen"
#: ../data/org.mate.power-manager.gschema.xml.in.h:84
msgid "The default graph type to show for history"
-msgstr ""
+msgstr "Der Standard-Grafiktyp, der in der Historie angezeigt werden soll"
#: ../data/org.mate.power-manager.gschema.xml.in.h:85
msgid "The default graph type to show in the history window."
-msgstr ""
+msgstr "Der Standard-Grafiktyp, der im Historien-Fenster angezeigt werden soll"
#: ../data/org.mate.power-manager.gschema.xml.in.h:86
msgid "The maximum time displayed for history"
-msgstr ""
+msgstr "Die maximale Zeitspanne, die in Grafiken dargestellt wird."
#: ../data/org.mate.power-manager.gschema.xml.in.h:87
msgid ""
"The maximum duration of time displayed on the x-axis of the history graph."
-msgstr ""
+msgstr "Die Zeitspanne, die auf der x-Achse der Historien-Grafiken maximal dargestellt wird."
#: ../data/org.mate.power-manager.gschema.xml.in.h:88
msgid "Whether we should show the stats data points"
-msgstr ""
+msgstr "Legt fest, ob die Historien-Datenpunkte angezeigt werden sollen"
#: ../data/org.mate.power-manager.gschema.xml.in.h:89
msgid "Whether we should show the stats data points in the statistics window."
-msgstr ""
+msgstr "Legt fest, ob die Historien-Datenpunkte im Statistik-Fenster angezeigt werden sollen"
#: ../data/org.mate.power-manager.gschema.xml.in.h:90
msgid "Whether we should smooth the stats data"
-msgstr ""
+msgstr "Legt fest, ob die Historien-Daten geglättet werden sollen"
#: ../data/org.mate.power-manager.gschema.xml.in.h:91
msgid "Whether we should smooth the stats data in the graph."
-msgstr ""
+msgstr "Legt fest, ob Daten in der Grafik geglättet werden sollen."
#: ../data/org.mate.power-manager.gschema.xml.in.h:92
msgid "The default graph type to show for stats"
@@ -581,13 +581,13 @@ msgstr "Der Graph, der im Statistikfenster standardmäßig angezeigt werden soll
#: ../data/org.mate.power-manager.gschema.xml.in.h:94
msgid "The index of the page number to show by default"
-msgstr ""
+msgstr "Der Index der standardmäßig anzuzeigenden Seitennummer"
#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
"The index of the page number to show by default which is used to return "
"focus to the correct page."
-msgstr ""
+msgstr "Der Index der standardmäßig anzuzeigenden Seitennummer, welche zur Rückgabe des Fokus an die korrekte Seite eingesetzt wird."
#: ../data/org.mate.power-manager.gschema.xml.in.h:96
msgid "The ID of the last device selected"
@@ -597,7 +597,7 @@ msgstr "Die ID des zuletzt gewählten Gerätes"
msgid ""
"The identifier of the last device which is used to return focus to the "
"correct device."
-msgstr ""
+msgstr "Der Name des letzten Gerätes, welcher zur Rückgabe des Fokus an das korrekte Gerät verwendet wird."
#: ../data/org.mate.power-manager.gschema.xml.in.h:98
msgid "Percentage considered low"
@@ -607,7 +607,7 @@ msgstr "Ladezustand niedrig"
msgid ""
"The percentage of the battery when it is considered low. Only valid when "
"use-time-for-policy is false."
-msgstr ""
+msgstr "Prozentwert, bei dem der Akkuladezustand als niedrig eingestuft wird. Wird nur berücksichtigt, wenn use_time_for_policy den Wert »falsch« hat."
#: ../data/org.mate.power-manager.gschema.xml.in.h:100
msgid "Percentage considered critical"
@@ -617,7 +617,7 @@ msgstr "Ladezustand kritisch"
msgid ""
"The percentage of the battery when it is considered critical. Only valid "
"when use-time-for-policy is false."
-msgstr ""
+msgstr "Prozentwert, bei dem der Akkuladezustand als kritisch eingestuft wird. Wird nur berücksichtigt, wenn use_time_for_policy den Wert »falsch« hat."
#: ../data/org.mate.power-manager.gschema.xml.in.h:102
msgid "Percentage action is taken"
@@ -627,7 +627,7 @@ msgstr "Wegen des Ladezustands wird eine Aktion durchgeführt"
msgid ""
"The percentage of the battery when the critical action is performed. Only "
"valid when use-time-for-policy is false."
-msgstr ""
+msgstr "Prozentwert, bei dem eine Aktion wegen kritischen Ladezustands durchgeführt wird. Wird nur berücksichtigt, wenn use_time_for_policy den Wert »falsch« hat."
#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
@@ -637,7 +637,7 @@ msgstr "Die verbleibende Zeit bei niedrigem Ladezustand"
msgid ""
"The time remaining in seconds of the battery when it is considered low. Only"
" valid when use-time-for-policy is true."
-msgstr ""
+msgstr "Verbleibende Laufzeit des Akkus in Sekunden, bei der sein Ladezustand als niedrig angesehen wird. Wird nur berücksichtigt, wenn use_time_for_policy den Wert »wahr« hat."
#: ../data/org.mate.power-manager.gschema.xml.in.h:106
msgid "The time remaining when critical"
@@ -647,7 +647,7 @@ msgstr "Die verbleibende Laufzeit bei kritischem Ladezustand"
msgid ""
"The time remaining in seconds of the battery when it is considered critical."
" Only valid when use-time-for-policy is true."
-msgstr ""
+msgstr "Verbleibende Laufzeit des Akkus in Sekunden, bei der sein Ladezustand als kritisch angesehen wird. Wird nur berücksichtigt, wenn use_time_for_policy den Wert »wahr« hat."
#: ../data/org.mate.power-manager.gschema.xml.in.h:108
msgid "The time remaining when action is taken"
@@ -657,7 +657,7 @@ msgstr "Die verbleibende Laufzeit, bei der eine Aktion durchgeführt wird"
msgid ""
"The time remaining in seconds of the battery when critical action is taken. "
"Only valid when use-time-for-policy is true."
-msgstr ""
+msgstr "Verbleibende Laufzeit des Akkus in Sekunden, bei der eine Aktion wegen kritischen Akkuladezustands durchgeführt wird. Wird nur berücksichtigt, wenn use_time_for_policy den Wert »wahr« hat."
#: ../data/org.mate.power-manager.gschema.xml.in.h:110
msgid "Sleep timeout computer when on battery"
@@ -740,7 +740,7 @@ msgstr "Legt fest, wann das Benachrichtigungssymbol angezeigt werden soll"
#: ../data/org.mate.power-manager.gschema.xml.in.h:126
msgid "Display options for the notification icon."
-msgstr ""
+msgstr "Zeige Optionen für das Benachrichtigungs-Symbol an."
#: ../data/mate-power-preferences.desktop.in.in.h:1
msgid "Power Management"
diff --git a/po/el.po b/po/el.po
index e0b1127..cdaa831 100644
--- a/po/el.po
+++ b/po/el.po
@@ -1,154 +1,147 @@
-# translation of el.po to Greek
-# mate-power-manager Greek translation.
-# Copyright (C) Free Software Foundation. 2005
-# This file is distributed under the same license as the mate-power-manager package.
-#
-# Nikos Charonitakis <[email protected]>, 2006.
-# Kostas Papadimas <[email protected]>, 2006.
-# Simos Xenitellis <[email protected]>, 2008, 2009.
-# Jennie Petoumenou <[email protected]>, 2010.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Efstathios Iosifidis <[email protected]>, 2013
+# thunk <[email protected]>, 2014
msgid ""
msgstr ""
-"Project-Id-Version: el\n"
+"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-31 22:40+0300\n"
-"PO-Revision-Date: 2010-08-27 23:40+0200\n"
-"Last-Translator: Michael Kotsarinis <[email protected]>\n"
-"Language-Team: Greek <[email protected]>\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2014-02-18 22:22+0000\n"
+"Last-Translator: thunk <[email protected]>\n"
+"Language-Team: Greek (http://www.transifex.com/projects/p/MATE/language/el/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../applets/brightness/brightness-applet.c:109
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
-msgstr "Διαχείριση φωτεινότητας της Διαχείρισης ενέργειας"
+msgstr "Διαχείριση Φωτεινότητας της Διαχείρισης Ενέργειας"
-#: ../applets/brightness/brightness-applet.c:110
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "Ρυθμίζει τη φωτεινότητα της οθόνης του φορητού υπολογιστή."
-#: ../applets/brightness/brightness-applet.c:363
-#: ../applets/inhibit/inhibit-applet.c:362
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "Αδυναμία σύνδεσης στο mate-power-manager"
-#: ../applets/brightness/brightness-applet.c:365
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "Αδυναμία λήψης της τιμής φωτεινότητας της οθόνης"
-#: ../applets/brightness/brightness-applet.c:367
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "Φωτεινότητα LCD : %d%%"
-#: ../applets/brightness/brightness-applet.c:752
-#: ../applets/inhibit/inhibit-applet.c:431
-msgid "Licensed under the GNU General Public License Version 2"
-msgstr ""
-"Διανέμεται υπό τους όρους της Γενικής Άδειας Δημόσιας Χρήσης GNU (GPL), "
-"έκδοσης 2"
-
#: ../applets/brightness/brightness-applet.c:753
#: ../applets/inhibit/inhibit-applet.c:432
+msgid "Licensed under the GNU General Public License Version 2"
+msgstr "Διανέμεται υπό τους όρους της Γενικής Άδειας Δημόσιας Χρήσης GNU (GPL), έκδοσης 2"
+
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"Ο Power Manager είναι ελεύθερο λογισμικό· επιτρέπεται η αναδιανομή \n"
-"ή/και τροποποίησή του υπό τους όρους της Γενικής Άδειας Δημόσιας \n"
-"Χρήσης GNU (GPL), όπως αυτή έχει δημοσιευτεί από το Ίδρυμα \n"
-"Ελεύθερου Λογισμικού (FSF) — είτε της έκδοσης 2 της Άδειας, είτε \n"
-"(κατ' επιλογήν σας) οποιασδήποτε μεταγενέστερης έκδοσης."
+msgstr "Ο Power Manager είναι ελεύθερο λογισμικό· επιτρέπεται η αναδιανομή \nή/και τροποποίησή του υπό τους όρους της Γενικής Άδειας Δημόσιας \nΧρήσης GNU (GPL), όπως αυτή έχει δημοσιευτεί από το Ίδρυμα \nΕλεύθερου Λογισμικού (FSF) — είτε της έκδοσης 2 της Άδειας, είτε \n(κατ' επιλογήν σας) οποιασδήποτε μεταγενέστερης έκδοσης."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Ο Power Manager διανέμεται με την ελπίδα ότι θα αποδειχθεί χρήσιμος, \n"
-"παρόλα αυτά ΧΩΡΙΣ ΚΑΜΙΑ ΕΓΓΥΗΣΗ — χωρίς ούτε και την σιωπηρή εγγύηση \n"
-"ΕΜΠΟΡΕΥΣΙΜΟΤΗΤΑΣ ή ΚΑΤΑΛΛΗΛΟΤΗΤΑΣ ΓΙΑ ΕΙΔΙΚΟ ΣΚΟΠΟ. \n"
-"Για περισσότερες λεπτομέρειες ανατρέξτε στη Γενική Άδεια Δημόσιας Χρήσης GNU "
-"(GPL)."
+msgstr "Ο Power Manager διανέμεται με την ελπίδα ότι θα αποδειχθεί χρήσιμος, \nπαρόλα αυτά ΧΩΡΙΣ ΚΑΜΙΑ ΕΓΓΥΗΣΗ — χωρίς ούτε και την σιωπηρή εγγύηση \nΕΜΠΟΡΕΥΣΙΜΟΤΗΤΑΣ ή ΚΑΤΑΛΛΗΛΟΤΗΤΑΣ ΓΙΑ ΕΙΔΙΚΟ ΣΚΟΠΟ. \nΓια περισσότερες λεπτομέρειες ανατρέξτε στη Γενική Άδεια Δημόσιας Χρήσης GNU (GPL)."
-#: ../applets/brightness/brightness-applet.c:761
-#: ../applets/inhibit/inhibit-applet.c:440
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"Θα πρέπει να έχετε λάβει αντίγραφο της Γενικής Άδειας Δημόσιας \n"
-"Χρήσης GNU (GPL) μαζί με το πρόγραμμα. Αν όχι, γράψτε στο \n"
-"Free Software Foundation, Inc., 59 Temple Place, Suite 330, \n"
-"Boston, MA 02111-1307 USA"
+msgstr "Θα πρέπει να έχετε λάβει αντίγραφο της Γενικής Άδειας Δημόσιας \nΧρήσης GNU (GPL) μαζί με το πρόγραμμα. Αν όχι, γράψτε στο \nFree Software Foundation, Inc., 59 Temple Place, Suite 330, \nBoston, MA 02111-1307 USA"
-#: ../applets/brightness/brightness-applet.c:775
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Copyright © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Ρυθμίζει τη φωτεινότητα της οθόνης του υπολογιστή"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "Π_ερί"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Διαχείριση φωτεινότητας"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "_Βοήθεια"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Εργοστάσιο μικροεφαρμογής φωτεινότητας"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Εργοστάσιο για τη μικροεφαρμογή φωτεινότητας"
-#: ../applets/inhibit/inhibit-applet.c:95
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Διαχείριση φωτεινότητας"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Ρυθμίζει τη φωτεινότητα της οθόνης του υπολογιστή"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "Μικροεφαρμογή αποτροπής διαχείρισης ενέργειας"
-#: ../applets/inhibit/inhibit-applet.c:96
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "Επιτρέπει στο χρήστη να αποτρέπει την αυτόματη εξοικονόμηση ενέργειας."
-#: ../applets/inhibit/inhibit-applet.c:365
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "Έχει αποτραπεί η αυτόματη αναστολή"
-#: ../applets/inhibit/inhibit-applet.c:367
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "Είναι ενεργή η αυτόματη αναστολή"
-#: ../applets/inhibit/inhibit-applet.c:395
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "Χειροκίνητη αποτροπή"
-#: ../applets/inhibit/inhibit-applet.c:454
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Copyright © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "Επιτρέπει στο χρήστη να αποτρέπει την αυτόματη εξοικονόμηση ενέργειας"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Εργοστάσιο μικροεφαρμογής αποτροπής"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Εργοστάσιο για τη μικροεφαρμογή αποτροπής"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "Αποτροπή εξοικονόμησης ενέργειας"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Εργοστάσιο μικροεφαρμογής αποτροπής"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Επιτρέπει στο χρήστη να αποτρέπει την αυτόματη εξοικονόμηση ενέργειας"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -158,1029 +151,835 @@ msgstr "Διαχείριση ενέργειας"
msgid "Power management daemon"
msgstr "Υπηρεσία διαχείρισης ενέργειας"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Να επιτρέπεται η ρύθμιση της φωτεινότητας της οθόνης"
-
-#: ../data/mate-power-manager.schemas.in.h:2
-msgid "Battery critical low action"
-msgstr "Ενέργεια όταν το φορτίο της μπαταρίας γίνει εξαιρετικά χαμηλό"
-
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "Έλεγχος φόρτου CPU πριν την αναστολή"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr ""
-"Μείωση φωτεινότητας οθόνης μετά από ορισμένο χρόνο αδράνειας, κατά την "
-"τροφοδοσία από πρίζα"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr ""
-"Μείωση φωτεινότητας οθόνης μετά από ορισμένο χρόνο αδράνειας, κατά την "
-"τροφοδοσία από μπαταρία"
-
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"Επιλογές εμφάνισης του εικονιδίου ειδοποίησης. Οι έγκυρες επιλογές είναι "
-"\"never\" (ποτέ), \"low\" (χαμηλό φορτίο), \"critical\" (εξαιρετικά χαμηλό "
-"φορτίο), \"charge\" (φορτίζεται), \"present\" (παρούσα) και \"always"
-"\" (πάντα)."
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Ενέργεια κουμπιού αδρανοποίησης"
-
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr ""
-"Αν θα εμφανίζεται μήνυμα ειδοποίησης όταν αποτυγχάνει η αναστολή ή η "
-"αδρανοποίηση."
-
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr ""
-"Αν θα εμφανίζεται μήνυμα ειδοποίησης όταν ολοκληρώνεται η φόρτιση της "
-"μπαταρίας."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Αν θα γίνεται αδρανοποίηση, αναστολή ή τίποτα, αν ο υπολογιστής δε χρησιμοποιηθεί για ορισμένο χρονικό διάστημα."
-#: ../data/mate-power-manager.schemas.in.h:10
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr ""
-"Αν θα εμφανίζεται μήνυμα ειδοποίησης όταν το φορτίο της μπαταρίας γίνει "
-"χαμηλό."
-
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr ""
-"Εάν οι προτιμήσεις και τα στοιχεία στατιστικών θα εμφανίζονται στo μενού "
-"συντόμευσης"
-
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "Αν θα χρησιμοποιούνται ήχοι"
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "Ο τύπος αδράνειας που θα εκτελείται όταν ο υπολογιστής είναι ανενεργός."
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"Αν θα χρησιμοποιούνται ήχοι όταν το φορτίο είναι εξαιρετικά χαμηλό, ή όταν "
-"ένα αίτημα αποτροπής εμποδίζει την εκτέλεση ενέργειας."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "Ενέργεια όταν το φορτίο της μπαταρίας γίνει εξαιρετικά χαμηλό"
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr "Αν θα ελέγχεται ο φόρτος της CPU πριν την εκτέλεση της ενέργειας."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "Η ενέργεια που θα πραγματοποιείται όταν το φορτίο της μπαταρίας είναι εξαιρετικά χαμηλό."
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
"If the battery event should occur when the lid is shut and the power "
"disconnected"
-msgstr ""
-"Αν θα εκτελείται η ενέργεια μπαταρίας όταν ο υπολογιστής αποσυνδέεται από "
-"την πρίζα ενώ το καπάκι είναι κλειστό"
+msgstr "Αν θα εκτελείται η ενέργεια μπαταρίας όταν ο υπολογιστής αποσυνδέεται από την πρίζα ενώ το καπάκι είναι κλειστό"
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
"If the battery lid close event should occur (for example 'Suspend when lid "
"closed on battery') when the lid is previously shut and the AC power "
"disconnected at a later time."
-msgstr ""
-"Αν θα εκτελείται η ενέργεια μπαταρίας (π.χ. 'Αναστολή όταν κλείνει το "
-"καπάκι, κατά την τροφοδοσία από μπαταρία'), όταν ο υπολογιστής αποσυνδέεται "
-"από την πρίζα ενώ είναι ήδη κλειστό το καπάκι."
+msgstr "Αν θα εκτελείται η ενέργεια μπαταρίας (π.χ. 'Αναστολή όταν κλείνει το καπάκι, κατά την τροφοδοσία από μπαταρία'), όταν ο υπολογιστής αποσυνδέεται από την πρίζα ενώ είναι ήδη κλειστό το καπάκι."
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr ""
-"Αν το προφίλ που έχει δημιουργηθεί θα χρησιμοποιείται για τον υπολογισμό του "
-"χρόνου που απομένει"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "Ενέργεια όταν το φορτίο του UPS είναι εξαιρετικά χαμηλό"
-#: ../data/mate-power-manager.schemas.in.h:18
-msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
-msgstr ""
-"Αν το προφίλ που έχει δημιουργηθεί θα χρησιμοποιείται για τον υπολογισμό του "
-"χρόνου που απομένει. Απενεργοποιήστε αυτήν την επιλογή μόνο για σκοπούς "
-"αποσφαλμάτωσης."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "Η ενέργεια που θα πραγματοποιηθεί όταν το φορτίο του UPS είναι εξαιρετικά χαμηλό."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr ""
-"Αν θα ενεργοποιείται η λειτουργία εξοικονόμησης ενέργειας, κατά την "
-"τροφοδοσία από πρίζα"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "Ενέργεια όταν το φορτίο του UPS είναι χαμηλό"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr ""
-"Αν θα ενεργοποιείται η λειτουργία εξοικονόμησης ενέργειας, κατά την "
-"τροφοδοσία από μπαταρία"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "Η ενέργεια που θα πραγματοποιείται όταν το φορτίο του UPS είναι εξαιρετικά χαμηλή."
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Να επιτρέπεται η ρύθμιση της φωτεινότητας της οθόνης"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
"If the screen brightness should be changed when switching between AC and "
"battery power."
-msgstr ""
-"Αν θα αλλάζει η φωτεινότητα της οθόνης, όταν αλλάζει η τροφοδοσία από πρίζα "
-"σε μπαταρία, και αντίστροφα."
-
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
-msgstr ""
-"Αν θα μειώνεται η φωτεινότητα της οθόνης, για εξοικονόμηση ενέργειας όταν δε "
-"χρησιμοποιείται ο υπολογιστής, κατά την τροφοδοσία από πρίζα."
+msgstr "Αν θα αλλάζει η φωτεινότητα της οθόνης, όταν αλλάζει η τροφοδοσία από πρίζα σε μπαταρία, και αντίστροφα."
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
-msgstr ""
-"Αν θα μειώνεται η φωτεινότητα της οθόνης, για εξοικονόμηση ενέργειας όταν δε "
-"χρησιμοποιείται ο υπολογιστής, κατά την τροφοδοσία από μπαταρία."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "Μείωση φωτεινότητας οθόνης, κατά την τροφοδοσία από μπαταρία"
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
"If the screen should be reduced in brightness when the computer is on "
"battery power."
-msgstr ""
-"Αν θα μειώνεται η φωτεινότητα της οθόνης, κατά την τροφοδοσία από μπαταρία."
+msgstr "Αν θα μειώνεται η φωτεινότητα της οθόνης, κατά την τροφοδοσία από μπαταρία."
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr ""
-"Αν θα ενεργοποιείται η λειτουργία εξοικονόμησης ενέργειας, κατά την "
-"τροφοδοσία από πρίζα."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "Φωτεινότητα της οθόνης, όταν δε χρησιμοποιείται"
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr ""
-"Αν θα ενεργοποιείται η λειτουργία εξοικονόμησης ενέργειας, κατά την "
-"τροφοδοσία από μπαταρία."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "Αυτός είναι ο πίνακας οθόνης φωτεινότητας του φορητού υπολογιστή που χρησιμοποιείται όταν η συνεδρία είναι σε αδράνεια. Είναι έγκυρη μόνο όταν η τιμή της use-time-for-policy είναι αληθής."
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr ""
-"Αν ο χρήστης θα ειδοποιείται όταν το καλώδιο αποσυνδέεται από την πρίζα."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Μείωση φωτεινότητας οθόνης μετά από ορισμένο χρόνο αδράνειας, κατά την τροφοδοσία από μπαταρία"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"Αν θα χρησιμοποιούνται ειδοποιήσεις με βάση το χρόνο. Αν ορισθεί σε ψευδές, "
-"θα χρησιμοποιούνται ποσοστά, κάτι που μπορεί να επιλύσει προβλήματα με "
-"χαλασμένα BIOS ACPI."
-
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr ""
-"Αν θα εμφανίζεται ειδοποίηση χαμηλής χωρητικότητας, όταν η μπαταρία "
-"παρουσιάζει πρόβλημα"
-
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr ""
-"Αν θα εμφανίζεται ειδοποίηση χαμηλής χωρητικότητας, όταν η μπαταρία "
-"παρουσιάζει πρόβλημα."
-
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr ""
-"Αν θα εμφανίζεται ειδοποίηση ανάκλησης της μπαταρίας όταν η μπαταρία "
-"παρουσιάζει πρόβλημα"
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "Αν θα μειώνεται η φωτεινότητα της οθόνης, για εξοικονόμηση ενέργειας όταν δε χρησιμοποιείται ο υπολογιστής, κατά την τροφοδοσία από μπαταρία."
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr ""
-"Αν θα εμφανίζεται ειδοποίηση ανάκλησης της μπαταρίας όταν η μπαταρία "
-"παρουσιάζει πρόβλημα. Ορίστε το σε ψευδές μόνο αν είστε βέβαιοι ότι η "
-"μπαταρία σας είναι εντάξει."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "Προεπιλεγμένος αριθμός δευτερολέπτων αδράνειας της οθόνης, πριν μειωθεί η φωτεινότητά της"
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "Φωτεινότητα οθόνης LCD, κατά την τροφοδοσία από πρίζα"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "Προεπιλεγμένος αριθμός δευτερολέπτων αδράνειας της οθόνης, πριν μειωθεί η φωτεινότητά της."
-#: ../data/mate-power-manager.schemas.in.h:34
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
msgid "LCD dimming amount when on battery"
-msgstr ""
-"Ποσοστό μείωσης της φωτεινότητας της οθόνης LCD, κατά την τροφοδοσία από "
-"μπαταρία"
+msgstr "Ποσοστό μείωσης της φωτεινότητας της οθόνης LCD, κατά την τροφοδοσία από μπαταρία"
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "Ενέργεια όταν κλείνει το καπάκι, κατά την τροφοδοσία από μπαταρία"
-
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr "Ενέργεια όταν κλείνει το καπάκι, κατά την τροφοδοσία από πρίζα"
-
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "Κλείδωμα κλειδοθήκης MATE όταν γίνεται αναστολή"
-
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Κλείδωμα οθόνης όταν γίνεται αδρανοποίηση"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "Ποσοστό μείωσης της φωτεινότητας της οθόνης, κατά την τροφοδοσία από μπαταρία. Οι έγκυρες τιμές είναι μεταξύ 0 και 100."
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "Lock screen on suspend"
-msgstr "Κλείδωμα οθόνης όταν γίνεται αναστολή"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Μείωση φωτεινότητας οθόνης μετά από ορισμένο χρόνο αδράνειας, κατά την τροφοδοσία από πρίζα"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "Κλείδωμα οθόνης όταν απενεργοποιείται"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "Αν θα μειώνεται η φωτεινότητα της οθόνης, για εξοικονόμηση ενέργειας όταν δε χρησιμοποιείται ο υπολογιστής, κατά την τροφοδοσία από πρίζα."
-#: ../data/mate-power-manager.schemas.in.h:41
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
msgid "Method used to blank screen on AC"
msgstr "Πώς προκύπτει η κενή οθόνη κατά την τροφοδοσία από πρίζα"
-#: ../data/mate-power-manager.schemas.in.h:42
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "Η μέθοδος DPMS που χρησιμοποιείται στην απενεργοποίηση της οθόνης όταν τροφοδοτείται από ρεύμα."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
msgid "Method used to blank screen on battery"
msgstr "Πώς προκύπτει η κενή οθόνη κατά την τροφοδοσία από μπαταρία"
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Ειδοποίηση αν το φορτίο είναι χαμηλό"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "Η μέθοδος DPMS που χρησιμοποιείται στην απενεργοποίηση της οθόνης όταν τροφοδοτείται από μπαταρία."
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Ειδοποίηση αν αποτύχει η αναστολή"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "Φωτεινότητα οθόνης LCD, κατά την τροφοδοσία από πρίζα"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Ειδοποίηση αν αποσυνδεθεί το καλώδιο από τη πρίζα"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "Φωτεινότητα της οθόνης, κατά την τροφοδοσία από πρίζα. Οι έγκυρες τιμές είναι μεταξύ 0.0 και 100.0."
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Ειδοποίηση όταν ολοκληρωθεί η φόρτιση"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Ενέργεια κουμπιού αναστολής"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "Εκτέλεση ενέργειας με βάση το ποσοστό"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "Η ενέργεια που θα πραγματοποιείται όταν πιέζεται το κουμπί αναστολής του συστήματος."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Ποσοστό που θεωρείται εξαιρετικά χαμηλό"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Ενέργεια κουμπιού αδρανοποίησης"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Ποσοστό που θεωρείται χαμηλό"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "Η ενέργεια που θα πραγματοποιείται όταν πιέζεται το κουμπί αδρανοποίησης του συστήματος."
-#: ../data/mate-power-manager.schemas.in.h:50
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
msgid "Power button action"
msgstr "Ενέργεια κουμπιού Power"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "Μείωση φωτεινότητας οθόνης, κατά την τροφοδοσία από μπαταρία"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "Η ενέργεια που θα πραγματοποιείται όταν πιέζεται το κουμπί τερματισμού του συστήματος."
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Seconds of inactivity to spin down when on AC"
-msgstr ""
-"Δευτερόλεπτα αδράνειας πριν τη μείωση της ταχύτητας των σκληρών δίσκων, κατά "
-"την τροφοδοσία από πρίζα"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "Ενέργεια όταν κλείνει το καπάκι, κατά την τροφοδοσία από μπαταρία"
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Seconds of inactivity to spin down when on battery"
-msgstr ""
-"Δευτερόλεπτα αδράνειας πριν τη μείωση της ταχύτητας των σκληρών δίσκων, κατά "
-"την τροφοδοσία από μπαταρία"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "Η ενέργεια που θα πραγματοποιείται όταν κλείνει το καπάκι του φορητού υπολογιστή και τροφοδοτείται με την μπαταρία."
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr ""
-"Δευτερόλεπτα αδράνειας πριν την αναστολή του υπολογιστή, κατά την τροφοδοσία "
-"από πρίζα"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "Ενέργεια όταν κλείνει το καπάκι, κατά την τροφοδοσία από πρίζα"
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr ""
-"Δευτερόλεπτα αδράνειας πριν την αναστολή του υπολογιστή, κατά την τροφοδοσία "
-"από UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "Η ενέργεια που θα πραγματοποιείται όταν κλείνει το καπάκι του φορητού υπολογιστή και τροφοδοτείται με ρεύμα."
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr ""
-"Δευτερόλεπτα αδράνειας πριν την αναστολή του υπολογιστή, κατά την τροφοδοσία "
-"από μπαταρία"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Αν θα εμφανίζονται ειδοποιήσεις με βάση το χρόνο"
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr ""
-"Δευτερόλεπτα αδράνειας οθόνης πριν την απενεργοποίησή της, κατά την "
-"τροφοδοσία από πρίζα"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "Αν θα χρησιμοποιούνται ειδοποιήσεις με βάση το χρόνο. Αν ορισθεί σε ψευδές, θα χρησιμοποιούνται ποσοστά, κάτι που μπορεί να επιλύσει προβλήματα με χαλασμένα BIOS ACPI."
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr ""
-"Δευτερόλεπτα αδράνειας οθόνης πριν την απενεργοποίησή της, κατά την "
-"τροφοδοσία από UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Έλεγχος φόρτου CPU πριν την αναστολή"
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr ""
-"Δευτερόλεπτα αδράνειας οθόνης πριν την απενεργοποίησή της, κατά την "
-"τροφοδοσία από mpatar;ia"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "Αν θα ελέγχεται ο φόρτος της CPU πριν την εκτέλεση της ενέργειας."
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Ενέργεια κουμπιού αναστολής"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "Αν το NetworkManager θα είναι συνδεμένο και αποσυνδεδεμένο κατά την αδράνεια."
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"Η μέθοδος DPMS που θα χρησιμοποιείται για την επίτευξη κενής οθόνης, κατά "
-"την τροφοδοσία από πρίζα. Οι έγκυρες τιμές είναι \"default"
-"\" (προεπιλεγμένη), \"standby\" (σε αναμονή), \"suspend\" (αναστολή) και "
-"\"off\" (κλείσιμο)."
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "Αν ο NetworkManager θα αποσυνδέεται πριν την αναστολή ή την αδρανοποίηση, και θα επανασυνδέεται κατά την επαναφορά."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Χρήση ρύθμισης κλειδώματος του mate-screensaver"
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"Η μέθοδος DPMS που θα χρησιμοποιείται για την επίτευξη κενής οθόνης, κατά "
-"την τροφοδοσία από μπαταρία. Οι έγκυρες τιμές είναι \"default"
-"\" (προεπιλεγμένη), \"standby\" (σε αναμονή), \"suspend\" (αναστολή) και "
-"\"off\" (κλείσιμο)."
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "Αν θα χρησιμοποιείται η ρύθμιση κλειδώματος οθόνης του mate-screensaver για να καθοριστεί αν θα κλειδώνει η οθόνη μετά από αναστολή/αδρανοποίηση του υπολογιστή ή απενεργοποίηση της οθόνης."
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "The URI to show to the user on sleep failure"
-msgstr "Η ιστοσελίδα που θα εμφανίζεται σε περίπτωση αποτυχίας της αναστολής"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "Κλείδωμα οθόνης όταν απενεργοποιείται"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Η ενέργεια που θα εκτελείται όταν το φορτίο του UPS γίνει εξαιρετικά χαμηλό. "
-"Οι έγκυρες τιμές είναι \"hibernate\" (αδρανοποίηση), \"suspend\" (αναστολή), "
-"\"shutdown\" (τερματισμός), και \"nothing\" (τίποτα)"
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "Αν η οθόνη θα κλειδώνει όταν θα σβήνει. Θα χρησιμοποιείται μόνο αν το lock-use-screensaver έχει οριστεί σε ψευδές."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Η ενέργεια που θα εκτελείται όταν το φορτίο του UPS γίνει χαμηλό. Οι έγκυρες "
-"τιμές είναι \"hibernate\" (αδρανοποίηση), \"suspend\" (αναστολή), \"shutdown"
-"\" (τερματισμός), και \"nothing\" (τίποτα)"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "Κλείδωμα οθόνης όταν γίνεται αναστολή"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Η ενέργεια που θα εκτελείται όταν το φορτίο της μπαταρίας γίνει εξαιρετικά "
-"χαμηλό. Οι έγκυρες τιμές είναι \"hibernate\" (αδρανοποίηση), \"suspend"
-"\" (αναστολή), \"shutdown\" (τερματισμός), και \"nothing\" (τίποτα)"
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "Αν θα κλειδώνει η οθόνη όταν ο υπολογιστής επιστρέφει από την αναστολή. Αυτή η επιλογή χρησιμοποιείται μόνο αν το lock-use-screensaver έχει οριστεί ως ψευδές."
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
-msgstr ""
-"Η ενέργεια που θα εκτελείται όταν κλείνει το καπάκι του φορητού, κατά την "
-"τροφοδοσία από πρίζα. Οι έγκυρες τιμές είναι \"hibernate\" (αδρανοποίηση), "
-"\"suspend\" (αναστολή), \"blank\" (κενή οθόνη), και \"nothing\" (τίποτα)"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Κλείδωμα οθόνης όταν γίνεται αδρανοποίηση"
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
-msgstr ""
-"Η ενέργεια που θα εκτελείται όταν κλείνει το καπάκι του φορητού, κατά την "
-"τροφοδοσία από μπαταρία. Οι έγκυρες τιμές είναι \"hibernate"
-"\" (αδρανοποίηση), \"suspend\" (αναστολή), \"blank\" (κενή οθόνη), και "
-"\"nothing\" (τίποτα)"
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "Αν θα κλειδώνει η οθόνη όταν ο υπολογιστής επιστρέφει από την αδρανοποίηση. Αυτή η επιλογή χρησιμοποιείται μόνο αν το lock-use-screensaver έχει οριστεί ως ψευδές."
-#: ../data/mate-power-manager.schemas.in.h:69
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "Κλείδωμα κλειδοθήκης MATE όταν γίνεται αναστολή"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"Η ενέργεια που θα εκτελείται όταν πατιέται το κουμπί της αδρανοποίησης. Οι "
-"έγκυρες τιμές είναι \"hibernate\" (αδρανοποίηση), \"suspend\" (αναστολή), "
-"\"interactive\" (ερώτηση), \"shutdown\" (τερματισμός), και \"nothing"
-"\" (τίποτα)"
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "Αν θα κλειδώνεται η κλειδοθήκη του MATE όταν ο υπολογιστής αναστέλλεται. Αν ναι, η κλειδοθήκη θα πρέπει να ξεκλειδωθεί κατά την επαναφορά."
-#: ../data/mate-power-manager.schemas.in.h:70
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
-msgstr ""
-"Η ενέργεια που θα εκτελείται όταν πατιέται το κουμπί Power. Οι έγκυρες τιμές "
-"είναι \"hibernate\" (αδρανοποίηση), \"suspend\" (αναστολή), \"interactive"
-"\" (ερώτηση), \"shutdown\" (τερματισμός), και \"nothing\" (τίποτα)"
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "Αν θα κλειδώνεται η κλειδοθήκη του MATE όταν ο υπολογιστής αδρανοποιείται. Αν ναι, η κλειδοθήκη θα πρέπει να ξεκλειδωθεί κατά την επαναφορά."
-#: ../data/mate-power-manager.schemas.in.h:71
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "Αν θα ενεργοποιείται η λειτουργία εξοικονόμησης ενέργειας, κατά την τροφοδοσία από πρίζα"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "Αν θα ενεργοποιείται η λειτουργία εξοικονόμησης ενέργειας, κατά την τροφοδοσία από πρίζα."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "Αν θα ενεργοποιείται η λειτουργία εξοικονόμησης ενέργειας, κατά την τροφοδοσία από μπαταρία"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"Η ενέργεια που θα εκτελείται όταν πατιέται το κουμπί της αναστολής. Οι "
-"έγκυρες τιμές είναι \"hibernate\" (αδρανοποίηση), \"suspend\" (αναστολή), "
-"\"interactive\" (ερώτηση), \"shutdown\" (τερματισμός), και \"nothing"
-"\" (τίποτα)"
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "Αν θα ενεργοποιείται η λειτουργία εξοικονόμησης ενέργειας, κατά την τροφοδοσία από μπαταρία."
-#: ../data/mate-power-manager.schemas.in.h:72
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr "Δευτερόλεπτα αδράνειας πριν τη μείωση της ταχύτητας των σκληρών δίσκων, κατά την τροφοδοσία από πρίζα"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
-msgstr ""
-"Δευτερόλεπτα αδράνειας της οθόνης πριν την αναστολή της, κατά την τροφοδοσία "
-"από πρίζα."
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "Μετά από πόσα δευτερόλεπτα αδράνειας θα μειωθεί η ταχύτητα των δίσκων, κατά την τροφοδοσία από πρίζα."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr "Δευτερόλεπτα αδράνειας πριν τη μείωση της ταχύτητας των σκληρών δίσκων, κατά την τροφοδοσία από μπαταρία"
-#: ../data/mate-power-manager.schemas.in.h:73
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Δευτερόλεπτα αδράνειας του υπολογιστή πριν την αναστολή του, κατά την "
-"τροφοδοσία από πρίζα."
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "Μετά από πόσα δευτερόλεπτα αδράνειας θα μειωθεί η ταχύτητα των δίσκων, κατά την τροφοδοσία από μπαταρία."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "Αν θα εμφανίζεται ειδοποίηση ανάκλησης της μπαταρίας όταν η μπαταρία παρουσιάζει πρόβλημα"
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Δευτερόλεπτα αδράνειας του υπολογιστή πριν την αναστολή του, κατά την "
-"τροφοδοσία από UPS."
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "Αν θα εμφανίζεται ειδοποίηση ανάκλησης της μπαταρίας όταν η μπαταρία παρουσιάζει πρόβλημα. Ορίστε το σε ψευδές μόνο αν είστε βέβαιοι ότι η μπαταρία σας είναι εντάξει."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "Αν θα εμφανίζεται ειδοποίηση χαμηλής χωρητικότητας, όταν η μπαταρία παρουσιάζει πρόβλημα"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "Αν θα εμφανίζεται ειδοποίηση χαμηλής χωρητικότητας, όταν η μπαταρία παρουσιάζει πρόβλημα."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Ειδοποίηση αν αποσυνδεθεί το καλώδιο από τη πρίζα"
-#: ../data/mate-power-manager.schemas.in.h:75
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "Αν ο χρήστης θα ειδοποιείται όταν το καλώδιο αποσυνδέεται από την πρίζα."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Ειδοποίηση όταν ολοκληρωθεί η φόρτιση"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
-msgstr ""
-"Δευτερόλεπτα αδράνειας της οθόνης πριν την αναστολή της, κατά την τροφοδοσία "
-"από UPS."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "Αν θα εμφανίζεται μήνυμα ειδοποίησης όταν ολοκληρώνεται η φόρτιση της μπαταρίας."
-#: ../data/mate-power-manager.schemas.in.h:76
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Ειδοποίηση αν αποτύχει η αναστολή"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
-msgstr ""
-"Δευτερόλεπτα αδράνειας του υπολογιστή πριν την αναστολή του, κατά την "
-"τροφοδοσία από μπαταρία."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "Αν θα εμφανίζεται μήνυμα ειδοποίησης όταν αποτυγχάνει η αναστολή ή η αδρανοποίηση."
-#: ../data/mate-power-manager.schemas.in.h:77
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "Η ιστοσελίδα που θα εμφανίζεται σε περίπτωση αποτυχίας της αναστολής"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
-msgstr ""
-"Δευτερόλεπτα αδράνειας της οθόνης πριν την αναστολή της, κατά την τροφοδοσία "
-"από μπαταρία."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "Όταν αποτυγχάνει η αναστολή, υπάρχει δυνατότητα εμφάνισης ενός κουμπιού που θα βοηθά το χρήστη να διορθώσει το πρόβλημα. Αφήστε την επιλογή κενή αν δε θέλετε να εμφανίζεται το κουμπί αυτό."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Ειδοποίηση αν το φορτίο είναι χαμηλό"
-#: ../data/mate-power-manager.schemas.in.h:78
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
-msgstr ""
-"Ποσοστό μείωσης της φωτεινότητας της οθόνης, κατά την τροφοδοσία από "
-"μπαταρία. Οι έγκυρες τιμές είναι μεταξύ 0 και 100."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "Αν θα εμφανίζεται μήνυμα ειδοποίησης όταν το φορτίο της μπαταρίας γίνει χαμηλό."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "Αν θα εμφανίζονται τα σημεία δεδομένων ιστορικού"
-#: ../data/mate-power-manager.schemas.in.h:79
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
-msgstr ""
-"Φωτεινότητα της οθόνης, κατά την τροφοδοσία από πρίζα. Οι έγκυρες τιμές "
-"είναι μεταξύ 0 και 100."
+"Whether we should show the history data points in the statistics window."
+msgstr "Αν θα εμφανίζονται τα σημεία δεδομένων του ιστορικού στο παράθυρο στατιστικών."
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "Φωτεινότητα της οθόνης, όταν δε χρησιμοποιείται"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "Αν θα γίνεται εξομάλυνση δεδομένων ιστορικού"
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr ""
-"Προεπιλεγμένος αριθμός δευτερολέπτων αδράνειας της οθόνης, πριν μειωθεί η "
-"φωτεινότητά της"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "Αν θα γίνεται εξομάλυνση δεδομένων ιστορικού στο γράφημα."
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr ""
-"Προεπιλεγμένος αριθμός δευτερολέπτων αδράνειας της οθόνης, πριν μειωθεί η "
-"φωτεινότητά της."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "Ο προεπιλεγμένος τύπος γραφήματος που θα εμφανίζεται στο ιστορικό"
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version"
-msgstr "Η έκδοση των προεπιλεγμένων ρυθμίσεων"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "Ο προεπιλεγμένος τύπος γραφήματος που θα εμφανίζεται στο παράθυρο ιστορικού."
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr ""
-"Ο προεπιλεγμένος τύπος γραφήματος που θα εμφανίζεται στο παράθυρο στατιστικών"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "Η μέγιστη τιμή χρόνου που θα εμφανίζεται στο ιστορικό"
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr ""
-"Ο προεπιλεγμένος τύπος γραφήματος που θα εμφανίζεται στο παράθυρο "
-"στατιστικών."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
+msgid ""
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "Η μέγιστη διάρκεια χρόνου που θα εμφανίζεται στον άξονα Χ του γραφήματος του ιστορικού."
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "Η μέγιστη τιμή χρόνου που θα εμφανίζεται στον άξονα Χ του γραφήματος."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "Αν θα εμφανίζονται τα σημεία στατιστικών δεδομένων"
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "Η μέγιστη τιμή χρόνου που θα εμφανίζεται στο γράφημα"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "Αν θα εμφανίζονται τα στατιστικά σημεία δεδομένων στο παράθυρο στατιστικών."
-#: ../data/mate-power-manager.schemas.in.h:88
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr ""
-"Μετά από πόσα δευτερόλεπτα αδράνειας θα μειωθεί η ταχύτητα των δίσκων, κατά "
-"την τροφοδοσία από πρίζα."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "Αν θα γίνεται εξομάλυνση στατιστικών δεδομένων"
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
-msgstr ""
-"Μετά από πόσα δευτερόλεπτα αδράνειας θα μειωθεί η ταχύτητα των δίσκων, κατά "
-"την τροφοδοσία από μπαταρία."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "Αν θα γίνεται εξομάλυνση στατιστικών δεδομένων στο γράφημα."
-#: ../data/mate-power-manager.schemas.in.h:90
-msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
-msgstr ""
-"Το ποσοστό της μπαταρίας που πρέπει να απομένει για να θεωρηθεί το φορτίο "
-"εξαιρετικά χαμηλό. Χρησιμοποιείται μόνο αν το use_time_for_policy έχει "
-"οριστεί σε ψευδές."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "Ο προεπιλεγμένος τύπος γραφήματος που θα εμφανίζεται για τα στατιστικά"
-#: ../data/mate-power-manager.schemas.in.h:91
-msgid ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
-msgstr ""
-"Το ποσοστό της μπαταρίας που πρέπει να απομένει για να θεωρηθεί το φορτίο "
-"χαμηλό. Χρησιμοποιείται μόνο αν το use_time_for_policy έχει οριστεί σε "
-"ψευδές."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr "Ο προεπιλεγμένος τύπος γραφήματος που θα εμφανίζεται στο παράθυρο στατιστικών."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "Ο δείκτης του αριθμού σελίδας που θα εμφανίζεται ως προεπιλογή"
-#: ../data/mate-power-manager.schemas.in.h:92
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"Το ποσοστό της μπαταρίας που πρέπει να απομένει για να εκτελεστεί η "
-"ενέργεια. Χρησιμοποιείται μόνο αν το use_time_for_policy έχει οριστεί σε "
-"ψευδές."
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "Ο δείκτης του αριθμού σελίδας που θα εμφανίζεται ως προεπιλογή και χρησιμοποιείται για την επιστροφή της εστίασης στη σωστή σελίδα."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "Το ID της τελευταίας επιλεγμένης συσκευής "
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Ο χρόνος μπαταρίας σε δευτερόλεπτα που πρέπει να απομένει για να εκτελεστεί "
-"η ενέργεια. Χρησιμοποιείται μόνο αν το use_time_for_policy έχει οριστεί σε "
-"αληθές."
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "Ο ταυτοποιητής της τελευταίας συσκευής που χρησιμοποιείται για την επιστροφή της εστίασης στη σωστή συσκευή."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Ποσοστό που θεωρείται χαμηλό"
-#: ../data/mate-power-manager.schemas.in.h:94
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Ο χρόνος μπαταρίας σε δευτερόλεπτα που πρέπει να απομένει για να θεωρηθεί το "
-"φορτίο εξαιρετικά χαμηλό. Χρησιμοποιείται μόνο αν το use_time_for_policy "
-"έχει οριστεί σε αληθές."
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
+msgstr "Το ποσοστό της μπαταρίας που πρέπει να απομένει για να θεωρηθεί το φορτίο χαμηλό. Χρησιμοποιείται μόνο αν το use_time_for_policy έχει οριστεί σε ψευδές."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Ποσοστό που θεωρείται εξαιρετικά χαμηλό"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
-msgstr ""
-"Ο χρόνος μπαταρίας σε δευτερόλεπτα που πρέπει να απομένει για να θεωρηθεί το "
-"φορτίο χαμηλό. Χρησιμοποιείται μόνο αν το use_time_for_policy έχει οριστεί "
-"σε αληθές."
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr "Το ποσοστό της μπαταρίας που πρέπει να απομένει για να θεωρηθεί το φορτίο εξαιρετικά χαμηλό. Χρησιμοποιείται μόνο αν το use_time_for_policy έχει οριστεί σε ψευδές."
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "Ο χρόνος που πρέπει να απομένει για να εκτελεστεί η ενέργεια"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "Εκτέλεση ενέργειας με βάση το ποσοστό"
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr ""
-"Ο χρόνος που πρέπει να απομένει για να θεωρηθεί το φορτίο εξαιρετικά χαμηλό"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
+msgid ""
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr "Το ποσοστό της μπαταρίας που πρέπει να απομένει για να εκτελεστεί η ενέργεια. Χρησιμοποιείται μόνο αν το use_time_for_policy έχει οριστεί σε ψευδές."
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr "Ο χρόνος που πρέπει να απομένει για να θεωρηθεί το φορτίο χαμηλό"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr ""
-"Ο τύπος εξοικονόμησης ενέργειας που θα χρησιμοποιείται όταν ο υπολογιστής δε "
-"χρησιμοποιηθεί για ορισμένο χρονικό διάστημα. Οι έγκυρες τιμές είναι "
-"\"hibernate\" (αδρανοποίηση), \"suspend\" (αναστολή) και \"nothing"
-"\" (τίποτα)."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "Ο χρόνος μπαταρίας σε δευτερόλεπτα που πρέπει να απομένει για να θεωρηθεί το φορτίο χαμηλό. Χρησιμοποιείται μόνο αν το use_time_for_policy έχει οριστεί σε αληθές."
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"Η εγκατεστημένη έκδοση του σχήματος. Μην πειράζετε αυτή την ρύθμιση, "
-"χρησιμοποιείται για τον εντοπισμό αλλαγών στις ρυθμίσεις μεταξύ διαφορετικών "
-"εκδόσεων."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "Ο χρόνος που πρέπει να απομένει για να θεωρηθεί το φορτίο εξαιρετικά χαμηλό"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Αυτή είναι η φωτεινότητα της οθόνης όταν η συνεδρία είναι αδρανής. "
-"Χρησιμοποιείται μόνο όταν το use_time_for_policy έχει οριστεί σε αληθές."
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "Ο χρόνος μπαταρίας σε δευτερόλεπτα που πρέπει να απομένει για να θεωρηθεί το φορτίο εξαιρετικά χαμηλό. Χρησιμοποιείται μόνο αν το use_time_for_policy έχει οριστεί σε αληθές."
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "Ενέργεια όταν το φορτίο του UPS είναι εξαιρετικά χαμηλό"
-
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "Ενέργεια όταν το φορτίο του UPS είναι χαμηλό"
-
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "Χρήση ρύθμισης κλειδώματος του mate-screensaver"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "Ο χρόνος που πρέπει να απομένει για να εκτελεστεί η ενέργεια"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-msgstr ""
-"Όταν αποτυγχάνει η αναστολή, υπάρχει δυνατότητα εμφάνισης ενός κουμπιού που "
-"θα βοηθά το χρήστη να διορθώσει το πρόβλημα. Αφήστε την επιλογή κενή αν δε "
-"θέλετε να εμφανίζεται το κουμπί αυτό."
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "Πότε θα εμφανίζεται το εικονίδιο ειδοποίησης"
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "Ο χρόνος μπαταρίας σε δευτερόλεπτα που πρέπει να απομένει για να εκτελεστεί η ενέργεια. Χρησιμοποιείται μόνο αν το use_time_for_policy έχει οριστεί σε αληθές."
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr ""
-"Αν η Διαχείριση δικτύου θα συνδέεται και αποσυνδέεται κατά την αναστολή"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Δευτερόλεπτα αδράνειας πριν την αναστολή του υπολογιστή, κατά την τροφοδοσία από μπαταρία"
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"Αν ο NetworkManager θα αποσυνδέεται πριν την αναστολή ή την αδρανοποίηση, "
-"και θα επανασυνδέεται κατά την επαναφορά."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "Δευτερόλεπτα αδράνειας του υπολογιστή πριν την αναστολή του, κατά την τροφοδοσία από μπαταρία."
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"Αν θα κλειδώνεται η κλειδοθήκη του MATE όταν ο υπολογιστής αδρανοποιείται. "
-"Αν ναι, η κλειδοθήκη θα πρέπει να ξεκλειδωθεί κατά την επαναφορά."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Δευτερόλεπτα αδράνειας πριν την αναστολή του υπολογιστή, κατά την τροφοδοσία από πρίζα"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"Αν θα κλειδώνεται η κλειδοθήκη του MATE όταν ο υπολογιστής αναστέλλεται. Αν "
-"ναι, η κλειδοθήκη θα πρέπει να ξεκλειδωθεί κατά την επαναφορά."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "Δευτερόλεπτα αδράνειας του υπολογιστή πριν την αναστολή του, κατά την τροφοδοσία από πρίζα."
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"Αν θα κλειδώνεται η οθόνη όταν ο υπολογιστής επιστρέφει από αδρανοποίηση. "
-"Αυτή η επιλογή χρησιμοποιείται μόνο αν το lock_use_screensaver_settings έχει "
-"οριστεί ως ψευδές."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Δευτερόλεπτα αδράνειας πριν την αναστολή του υπολογιστή, κατά την τροφοδοσία από UPS"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"Αν θα κλειδώνεται η οθόνη όταν ο υπολογιστής επιστρέφει από αναστολή. Αυτή η "
-"επιλογή χρησιμοποιείται μόνο αν το lock_use_screensaver_settings έχει "
-"οριστεί ως ψευδές."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "Δευτερόλεπτα αδράνειας του υπολογιστή πριν την αναστολή του, κατά την τροφοδοσία από UPS."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Δευτερόλεπτα αδράνειας οθόνης πριν την απενεργοποίησή της, κατά την τροφοδοσία από πρίζα"
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"Αν θα κλειδώνεται η οθόνη όταν γίνεται κενή. Σημείωση: αυτή η επιλογή "
-"χρησιμοποιείται μόνο αν το lock_use_screensaver_settings έχει οριστεί σε "
-"ψευδές."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "Δευτερόλεπτα αδράνειας της οθόνης πριν την αναστολή της, κατά την τροφοδοσία από πρίζα."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr ""
-"Αν θα γίνεται αδρανοποίηση, αναστολή ή τίποτα, αν ο υπολογιστής δε "
-"χρησιμοποιηθεί για ορισμένο χρονικό διάστημα."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Δευτερόλεπτα αδράνειας οθόνης πριν την απενεργοποίησή της, κατά την τροφοδοσία από mpatar;ia"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"Αν θα χρησιμοποιείται η ρύθμιση κλειδώματος οθόνης του mate-screensaver για "
-"να καθοριστεί αν θα κλειδώνεται η οθόνη μετά από αναστολή/αδρανοποίηση του "
-"υπολογιστή ή απενεργοποίηση της οθόνης."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "Δευτερόλεπτα αδράνειας της οθόνης πριν την αναστολή της, κατά την τροφοδοσία από μπαταρία."
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "Αν θα εμφανίζονται ειδοποιήσεις με βάση το χρόνο"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Δευτερόλεπτα αδράνειας οθόνης πριν την απενεργοποίησή της, κατά την τροφοδοσία από UPS"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "Αν θα εμφανίζονται οι ετικέτες των αξόνων στο παράθυρο στατιστικών"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "Δευτερόλεπτα αδράνειας της οθόνης πριν την αναστολή της, κατά την τροφοδοσία από UPS."
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "Αν θα εμφανίζονται οι ετικέτες των αξόνων στο παράθυρο στατιστικών."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "Αν θα χρησιμοποιούνται ήχοι"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Αν θα εμφανίζονται τα γεγονότα στο παράθυρο στατιστικών"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "Αν θα χρησιμοποιούνται ήχοι όταν το φορτίο είναι εξαιρετικά χαμηλό, ή όταν ένα αίτημα αποτροπής εμποδίζει την εκτέλεση ενέργειας."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Αν θα εμφανίζονται τα γεγονότα στο παράθυρο στατιστικών."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "Εάν οι προτιμήσεις και τα στοιχεία στατιστικών θα εμφανίζονται στo μενού συντόμευσης"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "Αν θα γίνεται εξομάλυνση δεδομένων στο γράφημα"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "Πότε θα εμφανίζεται το εικονίδιο ειδοποίησης"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "Αν θα γίνεται εξομάλυνση δεδομένων στο γράφημα."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "Επιλογές εμφάνισης για το εικονίδιο ειδοποίησης"
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Ρύθμιση διαχείρισης ενέργειας"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "Διαχείριση ενέργειας"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Παρακολούθηση διαχείρισης ενέργειας"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Ρύθμιση διαχείρισης ενέργειας"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1092
-#: ../src/gpm-statistics.c:1567
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "Στατιστικά ενέργειας"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Παρακολούθηση διαχείρισης ενέργειας"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "Φωτεινότητα"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "Μήκος δεδομένων:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Λεπτομέρειες"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "Μορφή γραφήματος:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "Ιστορικό"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "Μήκος δεδομένων:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "Αφυπνίσεις επεξεργαστή ανά δευτερόλεπτο:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "Δεν υπάρχουν δεδομένα προς εμφάνιση."
+
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Εξομάλυνση γραμμής"
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "Προβολή σημείων δεδομένων"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "Ιστορικό"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Στατιστικά"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "Δεν υπάρχουν δεδομένα προς εμφάνιση."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "Αφυπνίσεις επεξεργαστή ανά δευτερόλεπτο:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Εξομάλυνση γραμμής"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "Αφυπνίσεις"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Προτιμήσεις διαχείρισης ενέργειας"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Ενέργειες</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "_Αναστολή υπολογιστή αν δε χρησιμοποιηθεί για:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "Όταν _κλείνει το καπάκι του φορητού:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "Μείωση ταχύτητας σκληρών _δίσκων όπου είναι δυνατό"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>Οθόνη</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Περιοχή ειδοποιήσεων</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Ανα_στολή οθόνης αν δε χρησιμοποιηθεί για:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "Κλείνει το πρόγραμμα"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "_Φωτεινότητα οθόνης:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "_Μείωση φωτεινότητας οθόνης όταν δε χρησιμοποιείται"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "Γενικά"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "Να είναι προεπιλεγμένο"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "Τροφοδοσία από πρίζα"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "Τροφοδοσία από μπαταρία"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "Τροφοδοσία από UPS"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "Να εμφανίζεται εικονίδιο μόνο όταν _υπάρχει μπαταρία"
-
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "Να εμφανίζεται εικονίδιο μόνο κατά τη _φόρτιση ή την εκφόρτιση"
-
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "Προτιμήσεις διαχείρισης ενέργειας"
-
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "Παρέχει βοήθεια για αυτό το πρόγραμμα"
-
-# #-#-#-#-# libmatecomponentui.HEAD.el.po (el) #-#-#-#-#
-# #-#-#-#-# libmateui.HEAD.el.po (el) #-#-#-#-##
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "Ανα_στολή οθόνης αν δε χρησιμοποιηθεί για:"
-
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "_Αναστολή υπολογιστή αν δε χρησιμοποιηθεί για:"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "Όταν είναι να ε_ξαντληθεί το φορτίο της μπαταρίας:"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "_Φωτεινότητα οθόνης:"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "_Μείωση φωτεινότητας οθόνης"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "Θέτει αυτήν την πολιτική να χρησιμοποιείται από όλους τους χρήστες"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "Τροφοδοσία από μπαταρία"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "Μείωση ταχύτητας σκληρών _δίσκων όπου είναι δυνατό"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "Αν το φορτίο του _UPS είναι χαμηλό:"
-#: ../data/gpm-prefs.ui.h:20
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
msgid "When UPS power is _critically low:"
msgstr "Όταν είναι να ε_ξαντληθεί το φορτίο του UPS:"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "Αν το φορτίο του _UPS είναι χαμηλό:"
-
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "Όταν είναι να ε_ξαντληθεί το φορτίο της μπαταρίας:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "Τροφοδοσία από UPS"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "Όταν _κλείνει το καπάκι του φορητού:"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "Όταν πατιέται το κουμπί _power:"
-#: ../data/gpm-prefs.ui.h:24
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
msgid "When the _suspend button is pressed:"
msgstr "Όταν πατιέται το κουμπί _αναστολής:"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "Όταν πατιέται το κουμπί _power:"
-
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "_Να εμφανίζεται πάντα εικονίδιο"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Περιοχή ειδοποιήσεων</b>"
-#: ../data/gpm-prefs.ui.h:27
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
msgid "_Never display an icon"
msgstr "Να _μην εμφανίζεται ποτέ εικονίδιο"
-#: ../data/gpm-prefs.ui.h:28
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
msgid "_Only display an icon when battery power is low"
msgstr "Να εμφανίζεται εικονίδιο μόνο αν το φορτίο της μπαταρίας είναι χαμη_λό"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "_Μείωση φωτεινότητας οθόνης"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "Να εμφανίζεται εικονίδιο μόνο κατά τη _φόρτιση ή την εκφόρτιση"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "Να εμφανίζεται εικονίδιο μόνο όταν _υπάρχει μπαταρία"
+
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "_Να εμφανίζεται πάντα εικονίδιο"
+
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "Γενικά"
+
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "Παρέχει βοήθεια για αυτό το πρόγραμμα"
+
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Να είναι προεπιλεγμένο"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "Θέτει αυτήν την πολιτική να χρησιμοποιείται από όλους τους χρήστες"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "Κλείνει το πρόγραμμα"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
msgstr "Καθορισμός της τρέχουσας φωτεινότητας"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
msgstr "Λήψη της τρέχουσας φωτεινότητας"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
msgstr "Λήψη του αριθμού των επιπέδων φωτεινότητας που υποστηρίζονται"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
msgstr "Βοηθός οπίσθιου φωτισμού της Διαχείρισης ενέργειας MATE"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
msgstr "Δεν ορίσθηκε καμμία έγκυρη επιλογή"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
msgstr "Δεν βρέθηκε οπίσθιος φωτισμός στο σύστημά σας"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
msgstr "Αδυναμία λήψης της τιμής του οπίσθιου φωτισμού"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
msgstr "Αδυναμία λήψης της μέγιστης τιμής του οπίσθιου φωτισμού"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
-msgstr ""
-"Αυτό το πρόγραμμα μπορεί να χρησιμοποιηθεί μόνο από το διαχειριστή (root)"
+msgstr "Αυτό το πρόγραμμα μπορεί να χρησιμοποιηθεί μόνο από το διαχειριστή (root)"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
msgstr "Αυτό το πρόγραμμα πρέπει να εκτελείται μόνο μέσω της pkexec"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
msgstr "Αδυναμία καθορισμού της τιμής του οπίσθιου φωτισμού"
@@ -1282,7 +1081,7 @@ msgid "%.1fV"
msgstr "%.1fV"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1547
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "Προβολή επιπρόσθετων πληροφοριών αποσφαλμάτωσης"
@@ -1298,134 +1097,128 @@ msgstr "Έξοδος μετά από μικρή καθυστέρηση (για �
msgid "Exit after the manager has loaded (for debugging)"
msgstr "Έξοδος μετά τη φόρτωση της διαχείρισης ενέργειας (για αποσφαλμάτωση)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "Διαχείριση ενέργειας MATE"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:221 ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "Το φορτίο της μπαταρίας είναι εξαιρετικά χαμηλό"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:269
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "Έγινε σύνδεση στην παροχή ρεύματος"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "Έγινε αποσύνδεση από την παροχή ρεύματος"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "Το καπάκι έχει ανοίξει"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "Το καπάκι έχει κλείσει"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "Το φορτίο της μπαταρίας είναι χαμηλό"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "Η μπαταρία είναι πλήρης"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "Ξεκίνησε η αναστολή"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "Έγινε επαναφορά"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "Αποτυχία αναστολής"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:574
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
msgstr "Απέτυχε η αναστολή λειτουργίας του υπολογιστή σας."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:576
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "Απέτυχε η διαδικασία αναστολής"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:580
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
msgstr "Απέτυχε η αδρανοποίηση του υπολογιστή σας."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:582
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "Απέτυχε η διαδικασία αδρανοποίησης"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:587
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
msgstr "Η αποτυχία αναφέρθηκε ως:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:600
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "Μετάβαση στην ιστοσελίδα βοήθειας"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:863
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "Το DPMS οθόνης ενεργοποιήθηκε"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:882
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "Τροφοδοσία από μπαταρία"
-#: ../src/gpm-manager.c:900
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "Το καπάκι του φορητού είναι κλειστό"
-#: ../src/gpm-manager.c:938
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "Πληροφορίες ενέργειας"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1186
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "Η μπαταρία σας μπορεί να έχει ανακληθεί"
-#: ../src/gpm-manager.c:1187
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"A battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"Η μπαταρία του υπολογιστή σας πιθανόν να έχει ανακληθεί από την %s και να "
-"είναι επικίνδυνη.\n"
-"\n"
-"Για περισσότερες πληροφορίες, επισκεφτείτε την ιστοσελίδα ανάκλησης "
-"μπαταριών."
+msgstr "Η μπαταρία του υπολογιστή σας πιθανόν να έχει ανακληθεί από την %s και να είναι επικίνδυνη.\n\nΓια περισσότερες πληροφορίες, επισκεφτείτε την ιστοσελίδα ανάκλησης μπαταριών."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1197
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "Μετάβαση στην ιστοσελίδα ανάκλησης"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1200
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "Να μην εμφανιστεί ξανά η ειδοποίηση"
@@ -1433,498 +1226,443 @@ msgstr "Να μην εμφανιστεί ξανά η ειδοποίηση"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1285
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "Η μπαταρία μπορεί να έχει βλάβη"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1288
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Battery has a very low capacity (%1.1f%%), which means that it may be old or "
-"broken."
-msgstr ""
-"Η μπαταρία σας έχει πολύ μικρή χωρητικότητα (%1.1f%%). Μπορεί να είναι παλιά "
-"ή να έχει βλάβη."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "Η μπαταρία σας έχει πολύ μικρή χωρητικότητα (%1.1f%%). Μπορεί να είναι παλιά ή να έχει βλάβη."
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1337
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
msgstr[0] "Η μπαταρία φορτίστηκε πλήρως"
msgstr[1] "Οι μπαταρίες φορτίστηκαν πλήρως"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1383
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "Η μπαταρία άρχισε να εκφορτίζεται"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1387
+#: ../src/gpm-manager.c:1348
#, c-format
msgid "%s of battery power remaining (%.0f%%)"
msgstr "Απομένουν %s λειτουργίας της μπαταρίας (%.1f%%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1390 ../src/gpm-manager.c:1402
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
msgid "%s discharging (%.0f%%)"
msgstr "%s εκφορτίζεται (%.0f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1395
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "Το UPS άρχισε να εκφορτίζεται"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1399
+#: ../src/gpm-manager.c:1360
#, c-format
msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr "Απομένουν %s λειτουργίας του UPS (%.0f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1483
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "Το φορτίο της μπαταρίας είναι χαμηλό"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1486
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "Το φορτίο της μπαταρίας του φορητού είναι χαμηλό"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1492
+#: ../src/gpm-manager.c:1453
#, c-format
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "Απομένουν περίπου <b>%s</b> (%.0f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1496
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "Το φορτίο του UPS είναι χαμηλό"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1500
+#: ../src/gpm-manager.c:1461
#, c-format
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
msgstr "Απομένουν περίπου <b>%s</b> λειτουργίας του UPS (%.0f%%)."
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1504 ../src/gpm-manager.c:1643
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "Το φορτίο της μπαταρίας του ποντικιού είναι χαμηλό"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1507
+#: ../src/gpm-manager.c:1468
#, c-format
msgid "Wireless mouse is low in power (%.0f%%)"
msgstr "Το επίπεδο φόρτισης του ασύρματου ποντικιού σας είναι χαμηλό (%.0f%%)."
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1511 ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "Το φορτίο της μπαταρίας του πληκτρολογίου είναι χαμηλό"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1514
+#: ../src/gpm-manager.c:1475
#, c-format
msgid "Wireless keyboard is low in power (%.0f%%)"
-msgstr ""
-"Το επίπεδο φόρτισης του ασύρματου πληκτρολογίου σας είναι χαμηλό (%.0f%%)."
+msgstr "Το επίπεδο φόρτισης του ασύρματου πληκτρολογίου σας είναι χαμηλό (%.0f%%)."
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1518 ../src/gpm-manager.c:1660
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "Το φορτίο της μπαταρίας του PDA είναι χαμηλό"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1521
+#: ../src/gpm-manager.c:1482
#, c-format
msgid "PDA is low in power (%.0f%%)"
msgstr "Το επίπεδο φόρτισης του PDA σας είναι χαμηλό (%.0f%%)."
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1525 ../src/gpm-manager.c:1670
-#: ../src/gpm-manager.c:1681
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "Το φορτίο της μπαταρίας του κινητού είναι χαμηλό"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1528
+#: ../src/gpm-manager.c:1489
#, c-format
msgid "Cell phone is low in power (%.0f%%)"
msgstr "Το επίπεδο φόρτισης του κινητού σας είναι χαμηλό (%.0f%%)."
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1533
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
-msgstr ""
-"Το επίπεδο φόρτισης της μπαταρίας της φορητής σας συσκευής αναπαραγωγής "
-"είναι χαμηλό"
+msgstr "Το επίπεδο φόρτισης της μπαταρίας της φορητής σας συσκευής αναπαραγωγής είναι χαμηλό"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1536
+#: ../src/gpm-manager.c:1497
#, c-format
msgid "Media player is low in power (%.0f%%)"
-msgstr ""
-"Το επίπεδο φόρτισης του αναπαραγωγέα πολυμέσων σας είναι χαμηλό (%.0f%%)."
+msgstr "Το επίπεδο φόρτισης του αναπαραγωγέα πολυμέσων σας είναι χαμηλό (%.0f%%)."
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1540 ../src/gpm-manager.c:1690
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
msgstr "Το επίπεδο φόρτισης της πινακίδας σχεδίασης είναι χαμηλό"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1543
+#: ../src/gpm-manager.c:1504
#, c-format
msgid "Tablet is low in power (%.0f%%)"
msgstr "Το επίπεδο φόρτισης της πινακίδας σας είναι χαμηλό (%.0f%%)."
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1547 ../src/gpm-manager.c:1699
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
-msgstr ""
-"Το επίπεδο φόρτισης της μπαταρίας του συνδεδεμένου υπολογιστή είναι χαμηλό"
+msgstr "Το επίπεδο φόρτισης της μπαταρίας του συνδεδεμένου υπολογιστή είναι χαμηλό"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1550
+#: ../src/gpm-manager.c:1511
#, c-format
msgid "Attached computer is low in power (%.0f%%)"
msgstr "Το επίπεδο φόρτισης του συνδεδεμένου υπολογιστή είναι χαμηλό (%.0f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one kind of battery
-#: ../src/gpm-manager.c:1600
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "Το φορτίο της μπαταρίας είναι εξαιρετικά χαμηλό"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1603 ../src/gpm-manager.c:1760
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "Το φορτίο της μπαταρίας του φορητού είναι εξαιρετικά χαμηλό"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1613
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr "Συνδέστε το καλώδιο στην πρίζα για να μη χάσετε δεδομένα."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1617
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
-msgstr ""
-"Ο υπολογιστής θα τεθεί πολύ σύντομα σε κατάσταση αναστολής εάν δεν συνδεθεί "
-"σε πηγή ηλεκτρικού ρεύματος."
+msgstr "Ο υπολογιστής θα τεθεί πολύ σύντομα σε κατάσταση αναστολής εάν δεν συνδεθεί σε πηγή ηλεκτρικού ρεύματος."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1621
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
-msgstr ""
-"Ο υπολογιστής θα τεθεί πολύ σύντομα σε κατάσταση αδρανοποίησης εάν δεν "
-"συνδεθεί σε πηγή ηλεκτρικού ρεύματος."
+msgstr "Ο υπολογιστής θα τεθεί πολύ σύντομα σε κατάσταση αδρανοποίησης εάν δεν συνδεθεί σε πηγή ηλεκτρικού ρεύματος."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1625
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
-msgstr ""
-"Ο υπολογιστής θα τερματιστεί πολύ σύντομα εάν δεν συνδεθεί σε πηγή "
-"ηλεκτρικού ρεύματος."
+msgstr "Ο υπολογιστής θα τερματιστεί πολύ σύντομα εάν δεν συνδεθεί σε πηγή ηλεκτρικού ρεύματος."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1633 ../src/gpm-manager.c:1798
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "Το φορτίο του UPS είναι εξαιρετικά χαμηλό"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1637
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to "
-"your computer to avoid losing data."
-msgstr ""
-"Απομένουν περίπου <b>%s</b> λειτουργίας του UPS (%.0f%%). Συνδέστε το "
-"καλώδιο στην πρίζα ρεύματος για να μη χάσετε δεδομένα."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "Απομένουν περίπου <b>%s</b> λειτουργίας του UPS (%.0f%%). Συνδέστε το καλώδιο στην πρίζα ρεύματος για να μη χάσετε δεδομένα."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1646
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Το επίπεδο φόρτισης του ασύρματου ποντικιού σας είναι εξαιρετικά χαμηλό (%.0f"
-"%%). Σύντομα, η συσκευή θα σταματήσει να λειτουργεί, εκτός αν φορτιστεί."
+msgstr "Το επίπεδο φόρτισης του ασύρματου ποντικιού σας είναι εξαιρετικά χαμηλό (%.0f%%). Σύντομα, η συσκευή θα σταματήσει να λειτουργεί, εκτός αν φορτιστεί."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1654
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Το επίπεδο φόρτισης του ασύρματου πληκτρολογίου σας είναι εξαιρετικά χαμηλό "
-"(%.0f%%). Σύντομα, η συσκευή θα σταματήσει να λειτουργεί, εκτός αν φορτιστεί."
+msgstr "Το επίπεδο φόρτισης του ασύρματου πληκτρολογίου σας είναι εξαιρετικά χαμηλό (%.0f%%). Σύντομα, η συσκευή θα σταματήσει να λειτουργεί, εκτός αν φορτιστεί."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1663
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
-"not charged."
-msgstr ""
-"Το επίπεδο φόρτισης του PDA σας είναι εξαιρετικά χαμηλό (%.0f%%). Σύντομα, η "
-"συσκευή θα σταματήσει να λειτουργεί, εκτός αν φορτιστεί."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "Το επίπεδο φόρτισης του PDA σας είναι εξαιρετικά χαμηλό (%.0f%%). Σύντομα, η συσκευή θα σταματήσει να λειτουργεί, εκτός αν φορτιστεί."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1673
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Το επίπεδο φόρτισης του κινητού σας είναι εξαιρετικά χαμηλό (%.0f%%). "
-"Σύντομα, η συσκευή θα σταματήσει να λειτουργεί, εκτός αν φορτιστεί."
+msgstr "Το επίπεδο φόρτισης του κινητού σας είναι εξαιρετικά χαμηλό (%.0f%%). Σύντομα, η συσκευή θα σταματήσει να λειτουργεί, εκτός αν φορτιστεί."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1684
+#: ../src/gpm-manager.c:1642
#, c-format
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Το επίπεδο φόρτισης του αναπαραγωγέα πολυμέσων σας είναι εξαιρετικά χαμηλό "
-"(%.0f%%). Σύντομα, η συσκευή θα σταματήσει να λειτουργεί, εκτός αν φορτιστεί."
+msgstr "Το επίπεδο φόρτισης του αναπαραγωγέα πολυμέσων σας είναι εξαιρετικά χαμηλό (%.0f%%). Σύντομα, η συσκευή θα σταματήσει να λειτουργεί, εκτός αν φορτιστεί."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1693
+#: ../src/gpm-manager.c:1651
#, c-format
msgid ""
-"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
-"if not charged."
-msgstr ""
-"Το επίπεδο φόρτισης της πινακίδας σας είναι εξαιρετικά χαμηλό (%.0f%%). "
-"Σύντομα, η συσκευή θα σταματήσει να λειτουργεί, εκτός αν φορτιστεί."
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "Το επίπεδο φόρτισης της πινακίδας σας είναι εξαιρετικά χαμηλό (%.0f%%). Σύντομα, η συσκευή θα σταματήσει να λειτουργεί, εκτός αν φορτιστεί."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1702
+#: ../src/gpm-manager.c:1660
#, c-format
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
"shutdown if not charged."
-msgstr ""
-"Το επίπεδο φόρτισης του συνδεδεμένου υπολογιστή είναι εξαιρετικά χαμηλό (%.0f"
-"%%). Σύντομα, η συσκευή θα σταματήσει να λειτουργεί αν δεν φορτιστεί."
+msgstr "Το επίπεδο φόρτισης του συνδεδεμένου υπολογιστή είναι εξαιρετικά χαμηλό (%.0f%%). Σύντομα, η συσκευή θα σταματήσει να λειτουργεί αν δεν φορτιστεί."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1769
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
-msgstr ""
-"Το φορτίο της μπαταρίας είναι εξαιρετικά χαμηλό. Ο υπολογιστής θα "
-"<b>κλείσει</b> όταν η μπαταρία αδειάσει τελείως."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "Το φορτίο της μπαταρίας είναι εξαιρετικά χαμηλό. Ο υπολογιστής θα <b>κλείσει</b> όταν η μπαταρία αδειάσει τελείως."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1775
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"Το φορτίο της μπαταρίας είναι εξαιρετικά χαμηλό. Ο υπολογιστής θα ανασταλεί."
-"<br><b> ΣΗΜΕΙΩΣΗ:</b> Ένα μικρό ποσοστό ενέργειας απαιτείται για να "
-"διατηρήσει τον υπολογιστή σας σε αναστολή."
+msgstr "Το φορτίο της μπαταρίας είναι εξαιρετικά χαμηλό. Ο υπολογιστής θα ανασταλεί.<br><b> ΣΗΜΕΙΩΣΗ:</b> Ένα μικρό ποσοστό ενέργειας απαιτείται για να διατηρήσει τον υπολογιστή σας σε αναστολή."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1782
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
-msgstr ""
-"Το φορτίο της μπαταρίας είναι εξαιρετικά χαμηλό. Ο υπολογιστής θα "
-"αδρανοποιηθεί."
+msgstr "Το φορτίο της μπαταρίας είναι εξαιρετικά χαμηλό. Ο υπολογιστής θα αδρανοποιηθεί."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1787
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
-msgstr ""
-"Το φορτίο της μπαταρίας είναι εξαιρετικά χαμηλό. Ο υπολογιστής θα "
-"τερματιστεί."
+msgstr "Το φορτίο της μπαταρίας είναι εξαιρετικά χαμηλό. Ο υπολογιστής θα τερματιστεί."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1807
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
-msgstr ""
-"Το φορτίο του UPS είναι εξαιρετικά χαμηλό. Ο υπολογιστής θα <b>κλείσει</b> "
-"όταν το UPS αδειάσει τελείως."
+msgstr "Το φορτίο του UPS είναι εξαιρετικά χαμηλό. Ο υπολογιστής θα <b>κλείσει</b> όταν το UPS αδειάσει τελείως."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1813
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
-msgstr ""
-"Το φορτίο του UPS είναι εξαιρετικά χαμηλό. Ο υπολογιστής θα αδρανοποιηθεί."
+msgstr "Το φορτίο του UPS είναι εξαιρετικά χαμηλό. Ο υπολογιστής θα αδρανοποιηθεί."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1818
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
-msgstr ""
-"Το φορτίο του UPS είναι εξαιρετικά χαμηλό. Ο υπολογιστής θα τερματιστεί."
-
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1956
-msgid "Install problem!"
-msgstr "Πρόβλημα εγκατάστασης!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1958
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"Οι προεπιλεγμένες ρυθμίσεις για τη διαχείριση ενέργειας του MATE δεν έχουν "
-"εγκατασταθεί σωστά.\n"
-"Παρακαλώ, επικοινωνήστε με το διαχειριστή του συστήματος σας."
+msgstr "Το φορτίο του UPS είναι εξαιρετικά χαμηλό. Ο υπολογιστής θα τερματιστεί."
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "Προτιμήσεις ενέργειας του MATE"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Τερματισμός υπολογιστή"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Αναστολή"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Αδρανοποίηση"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "Κενή οθόνη"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Ερώτηση"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Καμία ενέργεια"
-# #-#-#-#-# caja.HEAD.el.po (el) #-#-#-#-#
-#
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Ποτέ"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Ταχύτητα"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "Φορτίο"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "Χρόνος για πλήρη φόρτιση"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "Χρόνος για πλήρη εκφόρτιση"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 λεπτά"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 ώρες"
-#: ../src/gpm-statistics.c:92
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 ώρες"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 ημέρα"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
msgstr "1 εβδομάδα"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "Προφίλ φόρτισης"
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "Προφίλ εκφόρτισης"
-#. TRANSLATORS: how accurately we can predict the time remaining of the battery
-#: ../src/gpm-statistics.c:106
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "Ακρίβεια φόρτισης"
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "Ακρίβεια εκφόρτισης"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Γνώρισμα"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "Τιμή"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "Εικόνα"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "Περιγραφή"
-#: ../src/gpm-statistics.c:183 ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Τύπος"
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "ID"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "Εντολή"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "Άγνωστο"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1932,7 +1670,7 @@ msgstr[0] "%.0f δευτερόλεπτο"
msgstr[1] "%.0f δευτερόλεπτα"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
@@ -1940,7 +1678,7 @@ msgstr[0] "%.1f λεπτό"
msgstr[1] "%.1f λεπτά"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
@@ -1948,46 +1686,47 @@ msgstr[0] "%.1f ώρα"
msgstr[1] "%.1f ώρες"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
msgstr[0] "%.1f ημέρα"
msgstr[1] "%.1f ημέρες"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Ναι"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "Όχι"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Συσκευή"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Κατασκευαστής"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Μοντέλο"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "Σειριακός αριθμός"
#. TRANSLATORS: a boolean attribute that means if the device is supplying the
-#. * main power for the computer. For instance, an AC adapter or laptop battery
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "Παροχή"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1996,251 +1735,252 @@ msgstr[1] "%d δευτερόλεπτα"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "Ανανεωμένη"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "Παρούσα"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "Επαναφορτιζόμενη"
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "Κατάσταση"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "Ενέργεια"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "Ενέργεια σε πλήρη εκφόρτιση"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "Ενέργεια σε πλήρη φόρτιση"
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "Ενέργεια (προδιαγραφές)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "Τάση"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Ποσοστό"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "Χωρητικότητα"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "Τεχνολογία"
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "Σε σύνδεση"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:826
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "Δεν υπάρχουν δεδομένα"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:833 ../src/gpm-statistics.c:838
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Άρθρωμα πυρήνα"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:843
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "Κέντρο πυρήνα"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:848
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "Διακοπή μεταξύ επεξεργαστών"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:853
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "Διακοπή"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:900
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "PS/2 πληκτρολόγιο/ποντίκι/touchpad"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:903
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:906
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "SATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:909
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "ATA host controller"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:912
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Ασύρματος προσαρμογέας Intel"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:919 ../src/gpm-statistics.c:924
-#: ../src/gpm-statistics.c:929 ../src/gpm-statistics.c:934
-#: ../src/gpm-statistics.c:939
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "Χρονοδιακόπτης %s"
-#. TRANSLATORS: the parameter is the name of task that's woken up from sleeping.
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:943
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "Αναστολή %s"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:946
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "Νέα εργασία %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:950
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "Αναμονή %s"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:954 ../src/gpm-statistics.c:958
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "Ουρά εργασιών %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:961
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "Εκκαθάριση δρομολογίων δικτύου %s"
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:964
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "Δραστηριότητα USB %s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:967
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "Αφύπνιση %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:970
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "Τοπικές διακοπές"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:973
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "Επαναπρογραμματισμός διακοπών"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "Πληροφορίες συσκευής"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "Ιστορικό συσκευής"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "Προφίλ συσκευής"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1088
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "Αφυπνίσεις επεξεργαστή"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1294 ../src/gpm-statistics.c:1300
-#: ../src/gpm-statistics.c:1306 ../src/gpm-statistics.c:1312
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "Χρόνος"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1296
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "Ισχύς"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1302 ../src/gpm-statistics.c:1345
-#: ../src/gpm-statistics.c:1351 ../src/gpm-statistics.c:1357
-#: ../src/gpm-statistics.c:1363
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "Φορτίο στοιχείων"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1308 ../src/gpm-statistics.c:1314
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "Προβλεπόμενος χρόνος"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1347 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "Συντελεστής διόρθωσης"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1365
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "Ακρίβεια πρόβλεψης"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1550
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "Επιλογή αυτής της συσκευής κατά την εκκίνηση"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1798
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Επεξεργαστής"
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "_Προτιμήσεις"
@@ -2257,9 +1997,7 @@ msgstr "%s: φορτίζεται (%.1f%%)"
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"Η μπαταρία φορτίστηκε πλήρως\n"
-"Παρέχει %s λειτουργίας με μπαταρία"
+msgstr "Η μπαταρία φορτίστηκε πλήρως\nΠαρέχει %s λειτουργίας με μπαταρία"
#. TRANSLATORS: the device is fully charged
#: ../src/gpm-upower.c:241
@@ -2285,11 +2023,10 @@ msgstr "%s: εκφορτίζεται (%.1f%%)"
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s: %s μέχρι την πλήρη φόρτιση (%.1f%%)\n"
-"Παρέχει %s λειτουργίας με μπαταρία"
+msgstr "%s: %s μέχρι την πλήρη φόρτιση (%.1f%%)\nΠαρέχει %s λειτουργίας με μπαταρία"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
@@ -2375,7 +2112,8 @@ msgstr "Χρόνος φόρτισης:"
msgid "Discharge time:"
msgstr "Χρόνος εκφόρτισης:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "Εξαιρετική"
@@ -2538,158 +2276,3 @@ msgstr "Αναμονή φόρτισης"
#: ../src/gpm-upower.c:653
msgid "Waiting to discharge"
msgstr "Αναμονή εκφόρτισης"
-
-# #-#-#-#-# libmateui.HEAD.el.po (el) #-#-#-#-#
-# #-#-#-#-# memory.el.po (abiword 1.0) #-#-#-#-#
-# #-#-#-#-# mate-libs-el.po (mate-libs 1.2.12) #-#-#-#-#
-#
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "Π_ερί"
-
-# #-#-#-#-# matemeeting.HEAD.el.po (el) #-#-#-#-#
-#
-# #-#-#-#-# mate-terminal.HEAD.el.po (el) #-#-#-#-#
-# #-#-#-#-# galeon-el.po (galeon 1.0) #-#-#-#-#
-#
-# #-#-#-#-# glimmer-el.po (glimmer 1.0) #-#-#-#-#
-#
-# #-#-#-#-# mate-libs-el.po (mate-libs 1.2.12) #-#-#-#-#
-#
-# #-#-#-#-# gnucash-el.po (abiword 1.0) #-#-#-#-#
-#
-# #-#-#-#-# mrproject-el.po (mrproject 0.5) #-#-#-#-#
-#
-# #-#-#-#-# sodipodi-el.po (sodipodi 0.25) #-#-#-#-#
-#
-# #-#-#-#-# matemeeting-el.po (matemeeting 0.12.2) #-#-#-#-#
-#
-# #-#-#-#-# libmateui.HEAD.el.po (el) #-#-#-#-#
-# #-#-#-#-# galeon-el.po (galeon 1.0) #-#-#-#-#
-#
-# #-#-#-#-# glimmer-el.po (glimmer 1.0) #-#-#-#-#
-#
-# #-#-#-#-# mate-libs-el.po (mate-libs 1.2.12) #-#-#-#-#
-#
-# #-#-#-#-# gnucash-el.po (abiword 1.0) #-#-#-#-#
-#
-# #-#-#-#-# mrproject-el.po (mrproject 0.5) #-#-#-#-#
-#
-# #-#-#-#-# sodipodi-el.po (sodipodi 0.25) #-#-#-#-#
-#
-# #-#-#-#-# matemeeting-el.po (matemeeting 0.12.2) #-#-#-#-#
-#
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "_Βοήθεια"
-
-#~ msgid ""
-#~ "The wireless mouse attached to this computer is very low in power (%.1f%"
-#~ "%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "Το επίπεδο φόρτισης του ασύρματου ποντικιού σας είναι εξαιρετικά χαμηλό "
-#~ "(%.1f%%). Σύντομα, η συσκευή θα σταματήσει να λειτουργεί, εκτός αν "
-#~ "φορτιστεί."
-
-#~ msgid ""
-#~ "The wireless keyboard attached to this computer is very low in power (%.1f"
-#~ "%%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "Το επίπεδο φόρτισης του ασύρματου πληκτρολογίου σας είναι εξαιρετικά "
-#~ "χαμηλό (%.1f%%). Σύντομα, η συσκευή θα σταματήσει να λειτουργεί, εκτός αν "
-#~ "φορτιστεί."
-
-#~ msgid "Wireless mouse"
-#~ msgid_plural "Wireless mice"
-#~ msgstr[0] "Ασύρματο ποντίκι"
-#~ msgstr[1] "Ασύρματα ποντίκια"
-
-#~ msgid "Wireless keyboard"
-#~ msgid_plural "Wireless keyboards"
-#~ msgstr[0] "Ασύρματο πληκτρολόγιο"
-#~ msgstr[1] "Ασύρματα πληκτρολόγια"
-
-#~ msgid "Allow Suspend and Hibernate in the menu"
-#~ msgstr "Να εμφανίζονται η αναστολή και η αδρανοποίηση στο μενού"
-
-#~ msgid "Hibernate enabled"
-#~ msgstr "Αδρανοποίηση ενεργοποιημένη"
-
-#~ msgid "If preferences should be shown"
-#~ msgstr "Αν θα εμφανίζονται οι προτιμήσεις"
-
-#~ msgid ""
-#~ "If the Suspend and Hibernate options should be allowed in the "
-#~ "notification area drop down menu."
-#~ msgstr ""
-#~ "Αν θα εμφανίζονται οι επιλογές αναστολής και αδρανοποίησης στο μενού της "
-#~ "περιοχής ειδοποιήσεων."
-
-#~ msgid "If the user is authorized to hibernate the computer."
-#~ msgstr "Αν ο χρήστης θα δικαιούται να αδρανοποιεί τον υπολογιστή."
-
-#~ msgid "If the user is authorized to suspend the computer."
-#~ msgstr "Αν ο χρήστης θα δικαιούται να αναστέλλει τον υπολογιστή."
-
-#~ msgid "Suspend enabled"
-#~ msgstr "Ενεργοποίηση αναστολής"
-
-#~ msgid "Please see %s for more information."
-#~ msgstr "Παρακαλώ, ανατρέξτε στο %s για περισσότερες πληροφορίες."
-
-#~ msgid ""
-#~ "If you can see this text, your display server is broken and you should "
-#~ "notify your distributor."
-#~ msgstr ""
-#~ "Αν μπορείτε να δείτε αυτό το κείμενο, ο εξυπηρετητής της οθόνης "
-#~ "παρουσιάζει βλάβη. Ειδοποιήστε την αντιπροσωπεία."
-
-#~ msgid "Session idle"
-#~ msgstr "Συνεδρία αδρανής"
-
-#~ msgid "Session active"
-#~ msgstr "Συνεδρία ενεργή"
-
-#~ msgid "inhibited"
-#~ msgstr "με αποτροπή"
-
-#~ msgid "not inhibited"
-#~ msgstr "χωρίς αποτροπή"
-
-#~ msgid "screen idle"
-#~ msgstr "οθόνη αδρανής"
-
-#~ msgid "screen awake"
-#~ msgstr "οθόνη σε χρήση"
-
-#~ msgid "Action disallowed"
-#~ msgstr "Δεν επιτρέπεται αυτή η ενέργεια"
-
-#~ msgid ""
-#~ "Suspend support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "Η δυνατότητα αναστολής έχει απενεργοποιηθεί. Επικοινωνήστε με το "
-#~ "διαχειριστή του συστήματός σας για περισσότερες λεπτομέρειες."
-
-#~ msgid ""
-#~ "Hibernate support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "Η δυνατότητα αδρανοποίησης έχει απενεργοποιηθεί. Επικοινωνήστε με το "
-#~ "διαχειριστή του συστήματός σας για περισσότερες λεπτομέρειες."
-
-#~ msgid "Sleep problem"
-#~ msgstr "Πρόβλημα αναστολής"
-
-#~ msgid "Check the help file for common problems."
-#~ msgstr ""
-#~ "Ανατρέξτε στο αρχείο βοήθειας για να δείτε τα συνηθισμένα προβλήματα."
-
-#~ msgid "Device information"
-#~ msgstr "Πληροφορίες συσκευής"
-
-#~ msgid "There is no detailed information for this device"
-#~ msgstr "Δεν υπάρχουν λεπτομερείς πληροφορίες για αυτή τη συσκευή"
diff --git a/po/en_AU.po b/po/en_AU.po
index 17da550..ae3bfe6 100644
--- a/po/en_AU.po
+++ b/po/en_AU.po
@@ -3,15 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# <[email protected]>, 2012.
-# Michael Findlay <[email protected]>, 2012.
+# k3lt01 <[email protected]>, 2012
+# k3lt01 <[email protected]>, 2012-2013
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
-"POT-Creation-Date: 2013-02-19 09:34+0100\n"
-"PO-Revision-Date: 2013-02-19 08:35+0000\n"
-"Last-Translator: Stefano Karapetsas <[email protected]>\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-05-09 23:10+0000\n"
+"Last-Translator: k3lt01 <[email protected]>\n"
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/MATE/language/en_AU/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -158,7 +158,7 @@ msgstr "Whether to hibernate, suspend or do nothing when inactive"
#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
"The type of sleeping that should be performed when the computer is inactive."
-msgstr ""
+msgstr "The type of sleeping that should be performed when the computer is inactive."
#: ../data/org.mate.power-manager.gschema.xml.in.h:3
msgid "Battery critical low action"
@@ -166,7 +166,7 @@ msgstr "Battery critical low action"
#: ../data/org.mate.power-manager.gschema.xml.in.h:4
msgid "The action to take when the battery is critically low."
-msgstr ""
+msgstr "The action to take when the battery is critically low."
#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
@@ -187,7 +187,7 @@ msgstr "UPS critical low action"
#: ../data/org.mate.power-manager.gschema.xml.in.h:8
msgid "The action to take when the UPS is critically low."
-msgstr ""
+msgstr "The action to take when the UPS is critically low."
#: ../data/org.mate.power-manager.gschema.xml.in.h:9
msgid "UPS low power action"
@@ -195,7 +195,7 @@ msgstr "UPS low power action"
#: ../data/org.mate.power-manager.gschema.xml.in.h:10
msgid "The action to take when the UPS is low."
-msgstr ""
+msgstr "The action to take when the UPS is low."
#: ../data/org.mate.power-manager.gschema.xml.in.h:11
msgid "Allow backlight brightness adjustment"
@@ -225,7 +225,7 @@ msgstr "The brightness of the screen when idle"
msgid ""
"This is the laptop panel screen brightness used when the session is idle. "
"Only valid when use-time-for-policy is true."
-msgstr ""
+msgstr "This is the laptop panel screen brightness used when the session is idle. Only valid when use-time-for-policy is true."
#: ../data/org.mate.power-manager.gschema.xml.in.h:17
msgid "Dim the screen after a period of inactivity when on battery power"
@@ -271,7 +271,7 @@ msgstr "Method used to blank screen on AC"
#: ../data/org.mate.power-manager.gschema.xml.in.h:26
msgid "The DPMS method used to blank the screen when on AC power."
-msgstr ""
+msgstr "The DPMS method used to blank the screen when on AC power."
#: ../data/org.mate.power-manager.gschema.xml.in.h:27
msgid "Method used to blank screen on battery"
@@ -279,7 +279,7 @@ msgstr "Method used to blank screen on battery"
#: ../data/org.mate.power-manager.gschema.xml.in.h:28
msgid "The DPMS method used to blank the screen when on battery power."
-msgstr ""
+msgstr "The DPMS method used to blank the screen when on battery power."
#: ../data/org.mate.power-manager.gschema.xml.in.h:29
msgid "LCD brightness when on AC"
@@ -289,7 +289,7 @@ msgstr "LCD brightness when on AC"
msgid ""
"The brightness of the display when on AC power. Possible values are between "
"0.0 and 100.0."
-msgstr ""
+msgstr "The brightness of the display when on AC power. Possible values are between 0.0 and 100.0."
#: ../data/org.mate.power-manager.gschema.xml.in.h:31
msgid "Suspend button action"
@@ -297,7 +297,7 @@ msgstr "Suspend button action"
#: ../data/org.mate.power-manager.gschema.xml.in.h:32
msgid "The action to take when the system suspend button is pressed."
-msgstr ""
+msgstr "The action to take when the system suspend button is pressed."
#: ../data/org.mate.power-manager.gschema.xml.in.h:33
msgid "Hibernate button action"
@@ -305,7 +305,7 @@ msgstr "Hibernate button action"
#: ../data/org.mate.power-manager.gschema.xml.in.h:34
msgid "The action to take when the system hibernate button is pressed."
-msgstr ""
+msgstr "The action to take when the system hibernate button is pressed."
#: ../data/org.mate.power-manager.gschema.xml.in.h:35
msgid "Power button action"
@@ -313,7 +313,7 @@ msgstr "Power button action"
#: ../data/org.mate.power-manager.gschema.xml.in.h:36
msgid "The action to take when the system power button is pressed."
-msgstr ""
+msgstr "The action to take when the system power button is pressed."
#: ../data/org.mate.power-manager.gschema.xml.in.h:37
msgid "Laptop lid close action on battery"
@@ -323,7 +323,7 @@ msgstr "Laptop lid close action on battery"
msgid ""
"The action to take when the laptop lid is closed and the laptop is on "
"battery power."
-msgstr ""
+msgstr "The action to take when the laptop lid is closed and the laptop is on battery power."
#: ../data/org.mate.power-manager.gschema.xml.in.h:39
msgid "Laptop lid close action when on AC"
@@ -333,7 +333,7 @@ msgstr "Laptop lid close action when on AC"
msgid ""
"The action to take when the laptop lid is closed and the laptop is on AC "
"power."
-msgstr ""
+msgstr "The action to take when the laptop lid is closed and the laptop is on AC power."
#: ../data/org.mate.power-manager.gschema.xml.in.h:41
msgid "Whether to use time-based notifications"
@@ -355,7 +355,7 @@ msgstr "If the CPU load should be checked before doing the idle action."
#: ../data/org.mate.power-manager.gschema.xml.in.h:45
msgid "Whether NetworkManager should be connected and disconnected on sleep."
-msgstr ""
+msgstr "Whether NetworkManager should be connected and disconnected on sleep."
#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
@@ -381,7 +381,7 @@ msgstr "Lock screen when blanked"
msgid ""
"Whether the screen is locked when the screen is turned off. Only used if "
"lock-use-screensaver is false."
-msgstr ""
+msgstr "Whether the screen is locked when the screen is turned off. Only used if lock-use-screensaver is false."
#: ../data/org.mate.power-manager.gschema.xml.in.h:51
msgid "Lock screen on suspend"
@@ -391,7 +391,7 @@ msgstr "Lock screen on suspend"
msgid ""
"Whether the screen is locked when the computer wakes up from a suspend. Only"
" used if lock-use-screensaver is false."
-msgstr ""
+msgstr "Whether the screen is locked when the computer wakes up from a suspend. Only used if lock-use-screensaver is false."
#: ../data/org.mate.power-manager.gschema.xml.in.h:53
msgid "Lock screen on hibernate"
@@ -401,7 +401,7 @@ msgstr "Lock screen on hibernate"
msgid ""
"Whether the screen is locked when the computer wakes up from a hibernate. "
"Only used if lock-use-screensaver is false."
-msgstr ""
+msgstr "Whether the screen is locked when the computer wakes up from a hibernate. Only used if lock-use-screensaver is false."
#: ../data/org.mate.power-manager.gschema.xml.in.h:55
msgid "Lock MATE keyring on sleep"
@@ -523,81 +523,81 @@ msgstr "If a notification message should be displayed when the battery is gettin
#: ../data/org.mate.power-manager.gschema.xml.in.h:80
msgid "Whether we should show the history data points"
-msgstr ""
+msgstr "Whether we should show the history data points"
#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
"Whether we should show the history data points in the statistics window."
-msgstr ""
+msgstr "Whether we should show the history data points in the statistics window."
#: ../data/org.mate.power-manager.gschema.xml.in.h:82
msgid "Whether we should smooth the history data"
-msgstr ""
+msgstr "Whether we should smooth the history data"
#: ../data/org.mate.power-manager.gschema.xml.in.h:83
msgid "Whether we should smooth the history data in the graph."
-msgstr ""
+msgstr "Whether we should smooth the history data in the graph."
#: ../data/org.mate.power-manager.gschema.xml.in.h:84
msgid "The default graph type to show for history"
-msgstr ""
+msgstr "The default graph type to show for history"
#: ../data/org.mate.power-manager.gschema.xml.in.h:85
msgid "The default graph type to show in the history window."
-msgstr ""
+msgstr "The default graph type to show in the history window."
#: ../data/org.mate.power-manager.gschema.xml.in.h:86
msgid "The maximum time displayed for history"
-msgstr ""
+msgstr "The maximum time displayed for history"
#: ../data/org.mate.power-manager.gschema.xml.in.h:87
msgid ""
"The maximum duration of time displayed on the x-axis of the history graph."
-msgstr ""
+msgstr "The maximum duration of time displayed on the x-axis of the history graph."
#: ../data/org.mate.power-manager.gschema.xml.in.h:88
msgid "Whether we should show the stats data points"
-msgstr ""
+msgstr "Whether we should show the stats data points"
#: ../data/org.mate.power-manager.gschema.xml.in.h:89
msgid "Whether we should show the stats data points in the statistics window."
-msgstr ""
+msgstr "Whether we should show the stats data points in the statistics window."
#: ../data/org.mate.power-manager.gschema.xml.in.h:90
msgid "Whether we should smooth the stats data"
-msgstr ""
+msgstr "Whether we should smooth the stats data"
#: ../data/org.mate.power-manager.gschema.xml.in.h:91
msgid "Whether we should smooth the stats data in the graph."
-msgstr ""
+msgstr "Whether we should smooth the stats data in the graph."
#: ../data/org.mate.power-manager.gschema.xml.in.h:92
msgid "The default graph type to show for stats"
-msgstr ""
+msgstr "The default graph type to show for stats"
#: ../data/org.mate.power-manager.gschema.xml.in.h:93
msgid "The default graph type to show in the stats window."
-msgstr ""
+msgstr "The default graph type to show in the stats window."
#: ../data/org.mate.power-manager.gschema.xml.in.h:94
msgid "The index of the page number to show by default"
-msgstr ""
+msgstr "The index of the page number to show by default"
#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
"The index of the page number to show by default which is used to return "
"focus to the correct page."
-msgstr ""
+msgstr "The index of the page number to show by default which is used to return focus to the correct page."
#: ../data/org.mate.power-manager.gschema.xml.in.h:96
msgid "The ID of the last device selected"
-msgstr ""
+msgstr "The ID of the last device selected"
#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
"The identifier of the last device which is used to return focus to the "
"correct device."
-msgstr ""
+msgstr "The identifier of the last device which is used to return focus to the correct device."
#: ../data/org.mate.power-manager.gschema.xml.in.h:98
msgid "Percentage considered low"
@@ -607,7 +607,7 @@ msgstr "Percentage considered low"
msgid ""
"The percentage of the battery when it is considered low. Only valid when "
"use-time-for-policy is false."
-msgstr ""
+msgstr "The percentage of the battery when it is considered low. Only valid when use-time-for-policy is false."
#: ../data/org.mate.power-manager.gschema.xml.in.h:100
msgid "Percentage considered critical"
@@ -617,7 +617,7 @@ msgstr "Percentage considered critical"
msgid ""
"The percentage of the battery when it is considered critical. Only valid "
"when use-time-for-policy is false."
-msgstr ""
+msgstr "The percentage of the battery when it is considered critical. Only valid when use-time-for-policy is false."
#: ../data/org.mate.power-manager.gschema.xml.in.h:102
msgid "Percentage action is taken"
@@ -627,7 +627,7 @@ msgstr "Percentage action is taken"
msgid ""
"The percentage of the battery when the critical action is performed. Only "
"valid when use-time-for-policy is false."
-msgstr ""
+msgstr "The percentage of the battery when the critical action is performed. Only valid when use-time-for-policy is false."
#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
@@ -637,7 +637,7 @@ msgstr "The time remaining when low"
msgid ""
"The time remaining in seconds of the battery when it is considered low. Only"
" valid when use-time-for-policy is true."
-msgstr ""
+msgstr "The time remaining in seconds of the battery when it is considered low. Only valid when use-time-for-policy is true."
#: ../data/org.mate.power-manager.gschema.xml.in.h:106
msgid "The time remaining when critical"
@@ -647,7 +647,7 @@ msgstr "The time remaining when critical"
msgid ""
"The time remaining in seconds of the battery when it is considered critical."
" Only valid when use-time-for-policy is true."
-msgstr ""
+msgstr "The time remaining in seconds of the battery when it is considered critical. Only valid when use-time-for-policy is true."
#: ../data/org.mate.power-manager.gschema.xml.in.h:108
msgid "The time remaining when action is taken"
@@ -657,7 +657,7 @@ msgstr "The time remaining when action is taken"
msgid ""
"The time remaining in seconds of the battery when critical action is taken. "
"Only valid when use-time-for-policy is true."
-msgstr ""
+msgstr "The time remaining in seconds of the battery when critical action is taken. Only valid when use-time-for-policy is true."
#: ../data/org.mate.power-manager.gschema.xml.in.h:110
msgid "Sleep timeout computer when on battery"
@@ -740,7 +740,7 @@ msgstr "When to show the notification icon"
#: ../data/org.mate.power-manager.gschema.xml.in.h:126
msgid "Display options for the notification icon."
-msgstr ""
+msgstr "Display options for the notification icon."
#: ../data/mate-power-preferences.desktop.in.in.h:1
msgid "Power Management"
diff --git a/po/en_GB.po b/po/en_GB.po
index 4483f6a..6b0a9d2 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -1,147 +1,146 @@
-# British English translation of MATE Power Manager.
-# Copyright (C) 2005 Free Software Foundation, Inc.
-# Richard Hughes <[email protected]>, 2005.
-# Bruce Cowan <[email protected]>, 2009, 2010.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Andi Chandler <[email protected]>, 2013
msgid ""
msgstr ""
-"Project-Id-Version: mate-power-manager\n"
+"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-31 15:47+0100\n"
-"PO-Revision-Date: 2010-08-31 15:50+0100\n"
-"Last-Translator: Bruce Cowan <[email protected]>\n"
-"Language-Team: British English <[email protected]>\n"
-"Language: en_GB\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-09-21 17:31+0000\n"
+"Last-Translator: Andi Chandler <[email protected]>\n"
+"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/MATE/language/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.6.1\n"
-#: ../applets/brightness/brightness-applet.c:109
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "Power Manager Brightness Applet"
-#: ../applets/brightness/brightness-applet.c:110
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "Adjusts laptop panel brightness."
-#: ../applets/brightness/brightness-applet.c:363
-#: ../applets/inhibit/inhibit-applet.c:362
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "Cannot connect to mate-power-manager"
-#: ../applets/brightness/brightness-applet.c:365
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "Cannot get laptop panel brightness"
-#: ../applets/brightness/brightness-applet.c:367
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "LCD brightness : %d%%"
-#: ../applets/brightness/brightness-applet.c:752
-#: ../applets/inhibit/inhibit-applet.c:431
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
msgstr "Licensed under the GNU General Public Licence Version 2"
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"Power Manager is free software; you can redistribute it and/or\n"
-"modify it under the terms of the GNU General Public Licence\n"
-"as published by the Free Software Foundation; either version 2\n"
-"of the Licence, or (at your option) any later version."
+msgstr "Power Manager is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public Licence\nas published by the Free Software Foundation; either version 2\nof the Licence, or (at your option) any later version."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Power Manager is distributed in the hope that it will be useful,\n"
-"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-"GNU General Public Licence for more details."
+msgstr "Power Manager is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public Licence for more details."
-#: ../applets/brightness/brightness-applet.c:761
-#: ../applets/inhibit/inhibit-applet.c:440
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"You should have received a copy of the GNU General Public Licence\n"
-"along with this program; if not, write to the Free Software\n"
-"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
-"02110-1301, USA."
+msgstr "You should have received a copy of the GNU General Public Licence\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n02110-1301, USA."
-#: ../applets/brightness/brightness-applet.c:775
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Copyright © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Adjusts Laptop panel brightness"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "_About"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Brightness Applet"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "_Help"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Brightness Applet Factory"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Factory for Brightness Applet"
-#: ../applets/inhibit/inhibit-applet.c:95
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Brightness Applet"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Adjusts Laptop panel brightness"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "Power Manager Inhibit Applet"
-#: ../applets/inhibit/inhibit-applet.c:96
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "Allows user to inhibit automatic power saving."
-#: ../applets/inhibit/inhibit-applet.c:365
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "Automatic sleep inhibited"
-#: ../applets/inhibit/inhibit-applet.c:367
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "Automatic sleep enabled"
-#: ../applets/inhibit/inhibit-applet.c:395
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "Manual inhibit"
-#: ../applets/inhibit/inhibit-applet.c:454
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Copyright © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "Allows user to inhibit automatic power saving"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Inhibit Applet Factory"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Factory for Inhibit Applet"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "Inhibit Applet"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Inhibit Applet Factory"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Allows user to inhibit automatic power saving"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -151,947 +150,835 @@ msgstr "Power Manager"
msgid "Power management daemon"
msgstr "Power management daemon"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Allow backlight brightness adjustment"
-
-#: ../data/mate-power-manager.schemas.in.h:2
-msgid "Battery critical low action"
-msgstr "Battery critical low action"
-
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "Check CPU load before sleeping"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr "Dim the screen after a period of inactivity when on AC power"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr "Dim the screen after a period of inactivity when on battery power"
-
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Hibernate button action"
-
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Whether to hibernate, suspend or do nothing when inactive"
-#: ../data/mate-power-manager.schemas.in.h:10
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr ""
-"If a notification message should be displayed when the battery is getting "
-"low."
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "The type of sleeping that should be performed when the computer is inactive."
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr ""
-"If preferences and statistics items should be shown in the context menu"
-
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "If sounds should be used"
-
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "Battery critical low action"
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr "If the CPU load should be checked before doing the idle action."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "The action to take when the battery is critically low."
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
"If the battery event should occur when the lid is shut and the power "
"disconnected"
-msgstr ""
-"If the battery event should occur when the lid is shut and the power "
-"disconnected"
+msgstr "If the battery event should occur when the lid is shut and the power disconnected"
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
"If the battery lid close event should occur (for example 'Suspend when lid "
"closed on battery') when the lid is previously shut and the AC power "
"disconnected at a later time."
-msgstr ""
-"If the battery lid close event should occur (for example 'Suspend when lid "
-"closed on battery') when the lid is previously shut and the AC power "
-"disconnected at a later time."
+msgstr "If the battery lid close event should occur (for example 'Suspend when lid closed on battery') when the lid is previously shut and the AC power disconnected at a later time."
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr "If the learnt profile should be used to calculate the time remaining"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "UPS critical low action"
-#: ../data/mate-power-manager.schemas.in.h:18
-msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
-msgstr ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "The action to take when the UPS is critically low."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr "If the low-power mode should be enabled when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "UPS low power action"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr "If the low-power mode should be enabled when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "The action to take when the UPS is low."
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Allow backlight brightness adjustment"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
"If the screen brightness should be changed when switching between AC and "
"battery power."
-msgstr ""
-"If the screen brightness should be changed when switching between AC and "
-"battery power."
-
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
-msgstr ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
+msgstr "If the screen brightness should be changed when switching between AC and battery power."
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
-msgstr ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "Reduce the backlight brightness when on battery power"
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
"If the screen should be reduced in brightness when the computer is on "
"battery power."
-msgstr ""
-"If the screen should be reduced in brightness when the computer is on "
-"battery power."
+msgstr "If the screen should be reduced in brightness when the computer is on battery power."
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr "If the system low-power mode should be enabled when on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "The brightness of the screen when idle"
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr ""
-"If the system low-power mode should be enabled when on laptop battery power."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "This is the laptop panel screen brightness used when the session is idle. Only valid when use-time-for-policy is true."
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr "If the user should be notified when the AC adapter is disconnected."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Dim the screen after a period of inactivity when on battery power"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr "If we should show the low capacity warning for a broken battery"
-
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr "If we should show the low capacity warning for a broken battery."
-
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr "If we should show the recalled battery warning for a broken battery"
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "If the screen should be dimmed to save power when the computer is idle when on battery power."
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "The default amount of time to dim the screen after idle"
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "LCD brightness when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "The default amount of time to dim the screen after idle."
-#: ../data/mate-power-manager.schemas.in.h:34
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
msgid "LCD dimming amount when on battery"
msgstr "LCD dimming amount when on battery"
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "Laptop lid close action on battery"
-
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr "Laptop lid close action when on AC"
-
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "Lock MATE keyring on sleep"
-
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Lock screen on hibernate"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "The amount to dim the brightness of the display when on battery power. Possible values are between 0 and 100."
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "Lock screen on suspend"
-msgstr "Lock screen on suspend"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Dim the screen after a period of inactivity when on AC power"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "Lock screen when blanked"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "If the screen should be dimmed to save power when the computer is idle when on AC power."
-#: ../data/mate-power-manager.schemas.in.h:41
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
msgid "Method used to blank screen on AC"
msgstr "Method used to blank screen on AC"
-#: ../data/mate-power-manager.schemas.in.h:42
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "The DPMS method used to blank the screen when on AC power."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
msgid "Method used to blank screen on battery"
msgstr "Method used to blank screen on battery"
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Notify on a low power"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "The DPMS method used to blank the screen when on battery power."
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Notify on a sleep failure"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "LCD brightness when on AC"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Notify when AC adapter is disconnected"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "The brightness of the display when on AC power. Possible values are between 0.0 and 100.0."
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Notify when fully charged"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Suspend button action"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "Percentage action is taken"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "The action to take when the system suspend button is pressed."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Percentage considered critical"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Hibernate button action"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Percentage considered low"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "The action to take when the system hibernate button is pressed."
-#: ../data/mate-power-manager.schemas.in.h:50
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
msgid "Power button action"
msgstr "Power button action"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "Reduce the backlight brightness when on battery power"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "The action to take when the system power button is pressed."
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Seconds of inactivity to spin down when on AC"
-msgstr "Seconds of inactivity to spin down when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "Laptop lid close action on battery"
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Seconds of inactivity to spin down when on battery"
-msgstr "Seconds of inactivity to spin down when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "The action to take when the laptop lid is closed and the laptop is on battery power."
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr "Sleep timeout computer when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "Laptop lid close action when on AC"
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr "Sleep timeout computer when on UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "The action to take when the laptop lid is closed and the laptop is on AC power."
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "Sleep timeout computer when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Whether to use time-based notifications"
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr "Sleep timeout display when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "If time based notifications should be used. If set to false, then the percentage change is used instead, which may fix a broken ACPI BIOS."
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr "Sleep timeout display when on UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Check CPU load before sleeping"
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr "Sleep timeout display when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "If the CPU load should be checked before doing the idle action."
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Suspend button action"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "Whether NetworkManager should be connected and disconnected on sleep."
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "Whether NetworkManager should disconnect before suspending or hibernating and connect on resume."
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Use mate-screensaver lock setting"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "Whether to use the screen lock setting of mate-screensaver to decide if the screen is locked after a hibernate, suspend or blank screen."
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "The URI to show to the user on sleep failure"
-msgstr "The URI to show to the user on sleep failure"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "Lock screen when blanked"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "Whether the screen is locked when the screen is turned off. Only used if lock-use-screensaver is false."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "Lock screen on suspend"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "Whether the screen is locked when the computer wakes up from a suspend. Only used if lock-use-screensaver is false."
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
-msgstr ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Lock screen on hibernate"
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
-msgstr ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "Whether the screen is locked when the computer wakes up from a hibernate. Only used if lock-use-screensaver is false."
-#: ../data/mate-power-manager.schemas.in.h:69
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "Lock MATE keyring on sleep"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "Whether the MATE keyring is locked before the computer enters suspend. This means the keyring will have to be unlocked on resume."
-#: ../data/mate-power-manager.schemas.in.h:70
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
-msgstr ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "Whether the MATE keyring is locked before the computer enters hibernate. This means the keyring will have to be unlocked on resume."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "If the low-power mode should be enabled when on AC"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "If the system low-power mode should be enabled when on AC power."
-#: ../data/mate-power-manager.schemas.in.h:71
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "If the low-power mode should be enabled when on battery"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "If the system low-power mode should be enabled when on laptop battery power."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr "Seconds of inactivity to spin down when on AC"
-#: ../data/mate-power-manager.schemas.in.h:72
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
-msgstr ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "The number of seconds of inactivity to spin down the disks when on AC power."
-#: ../data/mate-power-manager.schemas.in.h:73
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr "Seconds of inactivity to spin down when on battery"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "The number of seconds of inactivity to spin down the disks when on battery power."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "If we should show the recalled battery warning for a broken battery"
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "If we should show the recalled battery warning for a broken battery. Set this to false only if you know your battery is okay."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "If we should show the low capacity warning for a broken battery"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "If we should show the low capacity warning for a broken battery."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Notify when AC adapter is disconnected"
-#: ../data/mate-power-manager.schemas.in.h:75
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "If the user should be notified when the AC adapter is disconnected."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Notify when fully charged"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
-msgstr ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "If a notification message should be displayed when the battery is fully charged."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Notify on a sleep failure"
-#: ../data/mate-power-manager.schemas.in.h:76
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
-msgstr ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "If a notification message should be displayed after suspend or hibernate failed."
-#: ../data/mate-power-manager.schemas.in.h:77
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "The URI to show to the user on sleep failure"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
-msgstr ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "When sleep fails we can show the user a button to help fix the situation. Leave this blank if the button should not be shown."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Notify on a low power"
-#: ../data/mate-power-manager.schemas.in.h:78
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
-msgstr ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "If a notification message should be displayed when the battery is getting low."
-#: ../data/mate-power-manager.schemas.in.h:79
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "Whether we should show the history data points"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
-msgstr ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
+"Whether we should show the history data points in the statistics window."
+msgstr "Whether we should show the history data points in the statistics window."
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "The brightness of the screen when idle"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "Whether we should smooth the history data"
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr "The default amount of time to dim the screen after idle"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "Whether we should smooth the history data in the graph."
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr "The default amount of time to dim the screen after idle."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "The default graph type to show for history"
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version"
-msgstr "The default configuration version"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "The default graph type to show in the history window."
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "The default graph type to show in the statistics window"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "The maximum time displayed for history"
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr "The default graph type to show in the statistics window."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
+msgid ""
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "The maximum duration of time displayed on the x-axis of the history graph."
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "The maximum duration of time displayed on the x-axis of the graph."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "Whether we should show the stats data points"
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "The maximum time displayed on the graph"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "Whether we should show the stats data points in the statistics window."
-#: ../data/mate-power-manager.schemas.in.h:88
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "Whether we should smooth the stats data"
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
-msgstr ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "Whether we should smooth the stats data in the graph."
-#: ../data/mate-power-manager.schemas.in.h:90
-msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
-msgstr ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "The default graph type to show for stats"
-#: ../data/mate-power-manager.schemas.in.h:91
-msgid ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
-msgstr ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr "The default graph type to show in the stats window."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "The index of the page number to show by default"
-#: ../data/mate-power-manager.schemas.in.h:92
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "The index of the page number to show by default which is used to return focus to the correct page."
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "The ID of the last device selected"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "The identifier of the last device which is used to return focus to the correct device."
-#: ../data/mate-power-manager.schemas.in.h:94
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Percentage considered low"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
+msgstr "The percentage of the battery when it is considered low. Only valid when use-time-for-policy is false."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Percentage considered critical"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
-msgstr ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr "The percentage of the battery when it is considered critical. Only valid when use-time-for-policy is false."
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "The time remaining when action is taken"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "Percentage action is taken"
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "The time remaining when critical"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
+msgid ""
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr "The percentage of the battery when the critical action is performed. Only valid when use-time-for-policy is false."
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr "The time remaining when low"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "The time remaining in seconds of the battery when it is considered low. Only valid when use-time-for-policy is true."
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"The version of the installed version of the schema. Do not edit this value; "
-"it is used so that configuration changes between versions can be detected."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "The time remaining when critical"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "The time remaining in seconds of the battery when it is considered critical. Only valid when use-time-for-policy is true."
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "UPS critical low action"
-
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "UPS low power action"
-
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "Use mate-screensaver lock setting"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "The time remaining when action is taken"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-msgstr ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "When to show the notification icon"
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "The time remaining in seconds of the battery when critical action is taken. Only valid when use-time-for-policy is true."
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr "Whether NetworkManager should be connected and disconnected on sleep"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Sleep timeout computer when on battery"
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "The amount of time in seconds the computer on battery power needs to be inactive before it goes to sleep."
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Sleep timeout computer when on AC"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "The amount of time in seconds the computer on AC power needs to be inactive before it goes to sleep."
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Sleep timeout computer when on UPS"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "The amount of time in seconds the computer on UPS power needs to be inactive before it goes to sleep."
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Sleep timeout display when on AC"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "The amount of time in seconds before the display goes to sleep when the computer is on AC power."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr "Whether to hibernate, suspend or do nothing when inactive"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Sleep timeout display when on battery"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "The amount of time in seconds the computer on battery power needs to be inactive before the display goes to sleep."
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "Whether to use time-based notifications"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Sleep timeout display when on UPS"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "Whether we should show the axis labels in the statistics window"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "The amount of time in seconds the computer on UPS power needs to be inactive before the display goes to sleep."
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "Whether we should show the axis labels in the statistics window."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "If sounds should be used"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Whether we should show the events in the statistics window"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "If sounds should be used when the power is critically low, or inhibit requests have stopped the policy action."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Whether we should show the events in the statistics window."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "If preferences and statistics items should be shown in the context menu"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "Whether we should smooth the data in the graph"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "When to show the notification icon"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "Whether we should smooth the data in the graph."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "Display options for the notification icon."
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Configure power management"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "Power Management"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Observe power management"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Configure power management"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1092
-#: ../src/gpm-statistics.c:1567
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "Power Statistics"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Observe power management"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "Brightness"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "Data length:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Details"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "Graph type:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "History"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "Data length:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "Processor wakeups per second:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "There is no data to display."
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Use smoothed line"
+
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "Show data points"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "History"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Statistics"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "There is no data to display."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "Processor wakeups per second:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Use smoothed line"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "Wakeups"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Power Management Preferences"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Actions</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "Put computer to _sleep when inactive for:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "When laptop lid is cl_osed:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "Sp_in down hard disks when possible"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>Display</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Notification Area</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Put _display to sleep when inactive for:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "Closes the program"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "Set display _brightness to:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "Di_m display when idle"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "General"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "Make Default"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "On AC Power"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "On Battery Power"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "On UPS Power"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "Only display an icon when a battery is p_resent"
-
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "Only display an icon when charging or _discharging"
-
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "Power Management Preferences"
-
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "Provides help about this program"
-
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "Put _display to sleep when inactive for:"
-
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "Put computer to _sleep when inactive for:"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "When battery po_wer is critically low:"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "Set display _brightness to:"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "_Reduce backlight brightness"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "Sets this policy to be used by all users"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "On Battery Power"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "Sp_in down hard disks when possible"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "When UPS power is l_ow:"
-#: ../data/gpm-prefs.ui.h:20
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
msgid "When UPS power is _critically low:"
msgstr "When UPS power is _critically low:"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "When UPS power is l_ow:"
-
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "When battery po_wer is critically low:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "On UPS Power"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "When laptop lid is cl_osed:"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "When the power _button is pressed:"
-#: ../data/gpm-prefs.ui.h:24
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
msgid "When the _suspend button is pressed:"
msgstr "When the _suspend button is pressed:"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "When the power _button is pressed:"
-
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "_Always display an icon"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Notification Area</b>"
-#: ../data/gpm-prefs.ui.h:27
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
msgid "_Never display an icon"
msgstr "_Never display an icon"
-#: ../data/gpm-prefs.ui.h:28
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
msgid "_Only display an icon when battery power is low"
msgstr "_Only display an icon when battery power is low"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "_Reduce backlight brightness"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "Only display an icon when charging or _discharging"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "Only display an icon when a battery is p_resent"
+
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "_Always display an icon"
+
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "General"
+
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "Provides help about this program"
+
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Make Default"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "Sets this policy to be used by all users"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "Closes the program"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
msgstr "Set the current brightness"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
msgstr "Get the current brightness"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
msgstr "Get the number of brightness levels supported"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
msgstr "MATE Power Manager Backlight Helper"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
msgstr "No valid option was specified"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
msgstr "No backlights were found on your system"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
msgstr "Could not get the value of the backlight"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
msgstr "Could not get the maximum value of the backlight"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
msgstr "This program can only be used by the root user"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
msgstr "This program must only be run through pkexec"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
msgstr "Could not set the value of the backlight"
@@ -1193,7 +1080,7 @@ msgid "%.1fV"
msgstr "%.1fV"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1547
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "Show extra debugging information"
@@ -1209,133 +1096,128 @@ msgstr "Exit after a small delay (for debugging)"
msgid "Exit after the manager has loaded (for debugging)"
msgstr "Exit after the manager has loaded (for debugging)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "MATE Power Manager"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:221 ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "Battery is very low"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:269
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "Power plugged in"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "Power unplugged"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "Lid has opened"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "Lid has closed"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "Battery is low"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "Battery is full"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "Suspend started"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "Resumed"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "Suspend failed"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:574
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
msgstr "Computer failed to suspend."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:576
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "Failed to suspend"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:580
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
msgstr "Computer failed to hibernate."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:582
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "Failed to hibernate"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:587
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
msgstr "Failure was reported as:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:600
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "Visit help page"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:863
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "Display DPMS activated"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:882
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "On battery power"
-#: ../src/gpm-manager.c:900
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "Laptop lid is closed"
-#: ../src/gpm-manager.c:938
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "Power Information"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1186
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "Battery may be recalled"
-#: ../src/gpm-manager.c:1187
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"A battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
-"\n"
-"For more information visit the battery recall website."
-msgstr ""
-"A battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
+msgstr "A battery in your computer may have been recalled by %s and you may be at risk.\n\nFor more information visit the battery recall website."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1197
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "Visit recall website"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1200
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "Do not show me this again"
@@ -1343,485 +1225,443 @@ msgstr "Do not show me this again"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1285
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "Battery may be broken"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1288
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Battery has a very low capacity (%1.1f%%), which means that it may be old or "
-"broken."
-msgstr ""
-"Battery has a very low capacity (%1.1f%%), which means that it may be old or "
-"broken."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "Battery has a very low capacity (%1.1f%%), which means that it may be old or broken."
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1337
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
msgstr[0] "Battery Charged"
msgstr[1] "Batteries Charged"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1383
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "Battery Discharging"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1387
+#: ../src/gpm-manager.c:1348
#, c-format
msgid "%s of battery power remaining (%.0f%%)"
msgstr "%s of battery power remaining (%.0f%%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1390 ../src/gpm-manager.c:1402
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
msgid "%s discharging (%.0f%%)"
msgstr "%s discharging (%.0f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1395
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "UPS Discharging"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1399
+#: ../src/gpm-manager.c:1360
#, c-format
msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr "%s of UPS backup power remaining (%.0f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1483
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "Battery low"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1486
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "Laptop battery low"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1492
+#: ../src/gpm-manager.c:1453
#, c-format
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "Approximately <b>%s</b> remaining (%.0f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1496
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "UPS low"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1500
+#: ../src/gpm-manager.c:1461
#, c-format
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
msgstr "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1504 ../src/gpm-manager.c:1643
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "Mouse battery low"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1507
+#: ../src/gpm-manager.c:1468
#, c-format
msgid "Wireless mouse is low in power (%.0f%%)"
msgstr "Wireless mouse is low in power (%.0f%%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1511 ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "Keyboard battery low"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1514
+#: ../src/gpm-manager.c:1475
#, c-format
msgid "Wireless keyboard is low in power (%.0f%%)"
msgstr "Wireless keyboard is low in power (%.0f%%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1518 ../src/gpm-manager.c:1660
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "PDA battery low"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1521
+#: ../src/gpm-manager.c:1482
#, c-format
msgid "PDA is low in power (%.0f%%)"
msgstr "PDA is low in power (%.0f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1525 ../src/gpm-manager.c:1670
-#: ../src/gpm-manager.c:1681
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "Mobile phone battery low"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1528
-#, c-format,
+#: ../src/gpm-manager.c:1489
+#, c-format
msgid "Cell phone is low in power (%.0f%%)"
msgstr "Mobile phone is low in power (%.0f%%)"
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1533
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
msgstr "Media player battery low"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1536
+#: ../src/gpm-manager.c:1497
#, c-format
msgid "Media player is low in power (%.0f%%)"
msgstr "Media player is low in power (%.0f%%)"
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1540 ../src/gpm-manager.c:1690
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
msgstr "Tablet battery low"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1543
+#: ../src/gpm-manager.c:1504
#, c-format
msgid "Tablet is low in power (%.0f%%)"
msgstr "Tablet is low in power (%.0f%%)"
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1547 ../src/gpm-manager.c:1699
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
msgstr "Attached computer battery low"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1550
+#: ../src/gpm-manager.c:1511
#, c-format
msgid "Attached computer is low in power (%.0f%%)"
msgstr "Attached computer is low in power (%.0f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one kind of battery
-#: ../src/gpm-manager.c:1600
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "Battery critically low"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1603 ../src/gpm-manager.c:1760
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "Laptop battery critically low"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1613
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr "Plug in your AC adapter to avoid losing data."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1617
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
msgstr "Computer will suspend very soon unless it is plugged in."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1621
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
msgstr "Computer will hibernate very soon unless it is plugged in."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1625
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
msgstr "Computer will shutdown very soon unless it is plugged in."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1633 ../src/gpm-manager.c:1798
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "UPS critically low"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1637
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to "
-"your computer to avoid losing data."
-msgstr ""
-"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to "
-"your computer to avoid losing data."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to your computer to avoid losing data."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1646
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
-"functioning if not charged."
+msgstr "Wireless mouse is very low in power (%.0f%%). This device will soon stop functioning if not charged."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1654
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
-"functioning if not charged."
+msgstr "Wireless keyboard is very low in power (%.0f%%). This device will soon stop functioning if not charged."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1663
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
-"not charged."
-msgstr ""
-"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
-"not charged."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "PDA is very low in power (%.0f%%). This device will soon stop functioning if not charged."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1673
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Mobile phone is very low in power (%.0f%%). This device will soon stop "
-"functioning if not charged."
+msgstr "Mobile phone is very low in power (%.0f%%). This device will soon stop functioning if not charged."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1684
+#: ../src/gpm-manager.c:1642
#, c-format
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Media player is very low in power (%.0f%%). This device will soon stop "
-"functioning if not charged."
+msgstr "Media player is very low in power (%.0f%%). This device will soon stop functioning if not charged."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1693
+#: ../src/gpm-manager.c:1651
#, c-format
msgid ""
-"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
-"if not charged."
-msgstr ""
-"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
-"if not charged."
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "Tablet is very low in power (%.0f%%). This device will soon stop functioning if not charged."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1702
+#: ../src/gpm-manager.c:1660
#, c-format
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
"shutdown if not charged."
-msgstr ""
-"Attached computer is very low in power (%.0f%%). The device will soon "
-"shutdown if not charged."
+msgstr "Attached computer is very low in power (%.0f%%). The device will soon shutdown if not charged."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1769
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
-msgstr ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "The battery is below the critical level and this computer will <b>power-off</b> when the battery becomes completely empty."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1775
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"The battery is below the critical level and this computer is about to "
-"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
-"computer in a suspended state."
+msgstr "The battery is below the critical level and this computer is about to suspend.<br><b>NOTE:</b> A small amount of power is required to keep your computer in a suspended state."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1782
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
-msgstr ""
-"The battery is below the critical level and this computer is about to "
-"hibernate."
+msgstr "The battery is below the critical level and this computer is about to hibernate."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1787
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
-msgstr ""
-"The battery is below the critical level and this computer is about to shut "
-"down."
+msgstr "The battery is below the critical level and this computer is about to shut down."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1807
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
-msgstr ""
-"The UPS is below the critical level and this computer will <b>power-off</b> "
-"when the UPS becomes completely empty."
+msgstr "The UPS is below the critical level and this computer will <b>power-off</b> when the UPS becomes completely empty."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1813
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
-msgstr ""
-"The UPS is below the critical level and this computer is about to hibernate."
+msgstr "The UPS is below the critical level and this computer is about to hibernate."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1818
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
-msgstr ""
-"The UPS is below the critical level and this computer is about to shut down."
-
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1956
-msgid "Install problem!"
-msgstr "Install problem!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1958
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
+msgstr "The UPS is below the critical level and this computer is about to shut down."
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "MATE Power Preferences"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Shutdown"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Suspend"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Hibernate"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "Blank screen"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Ask me"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Do nothing"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Never"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Rate"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "Charge"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "Time to full"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "Time to empty"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 minutes"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 hours"
-#: ../src/gpm-statistics.c:92
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 hours"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 day"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
msgstr "1 week"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "Charge profile"
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "Discharge profile"
-#. TRANSLATORS: how accurately we can predict the time remaining of the battery
-#: ../src/gpm-statistics.c:106
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "Charge accuracy"
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "Discharge accuracy"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Attribute"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "Value"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "Image"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "Description"
-#: ../src/gpm-statistics.c:183 ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Type"
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "ID"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "Command"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "Unknown"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1829,7 +1669,7 @@ msgstr[0] "%.0f second"
msgstr[1] "%.0f seconds"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
@@ -1837,7 +1677,7 @@ msgstr[0] "%.1f minute"
msgstr[1] "%.1f minutes"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
@@ -1845,46 +1685,47 @@ msgstr[0] "%.1f hour"
msgstr[1] "%.1f hours"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
msgstr[0] "%.1f day"
msgstr[1] "%.1f days"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Yes"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "No"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Device"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Vendor"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Model"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "Serial number"
#. TRANSLATORS: a boolean attribute that means if the device is supplying the
-#. * main power for the computer. For instance, an AC adapter or laptop battery
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "Supply"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1893,251 +1734,252 @@ msgstr[1] "%d seconds"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "Refreshed"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "Present"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "Rechargeable"
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "State"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "Energy"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "Energy when empty"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "Energy when full"
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "Energy (design)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "Voltage"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Percentage"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "Capacity"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "Technology"
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "Online"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:826
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "No data"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:833 ../src/gpm-statistics.c:838
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Kernel module"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:843
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "Kernel core"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:848
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "Interprocessor interrupt"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:853
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "Interrupt"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:900
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "PS/2 keyboard/mouse/touchpad"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:903
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:906
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "Serial ATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:909
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "ATA host controller"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:912
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Intel wireless adaptor"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:919 ../src/gpm-statistics.c:924
-#: ../src/gpm-statistics.c:929 ../src/gpm-statistics.c:934
-#: ../src/gpm-statistics.c:939
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "Timer %s"
-#. TRANSLATORS: the parameter is the name of task that's woken up from sleeping.
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:943
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "Sleep %s"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:946
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "New task %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:950
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "Wait %s"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:954 ../src/gpm-statistics.c:958
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "Work queue %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:961
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "Network route flush %s"
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:964
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "USB activity %s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:967
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "Wakeup %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:970
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "Local interrupts"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:973
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "Rescheduling interrupts"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "Device Information"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "Device History"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "Device Profile"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1088
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "Processor Wakeups"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1294 ../src/gpm-statistics.c:1300
-#: ../src/gpm-statistics.c:1306 ../src/gpm-statistics.c:1312
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "Time elapsed"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1296
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "Power"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1302 ../src/gpm-statistics.c:1345
-#: ../src/gpm-statistics.c:1351 ../src/gpm-statistics.c:1357
-#: ../src/gpm-statistics.c:1363
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "Cell charge"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1308 ../src/gpm-statistics.c:1314
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "Predicted time"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1347 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "Correction factor"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1365
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "Prediction accuracy"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1550
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "Select this device at startup"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1798
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Processor"
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "_Preferences"
@@ -2154,9 +1996,7 @@ msgstr "%s charging (%.1f%%)"
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"Battery is fully charged.\n"
-"Provides %s laptop runtime"
+msgstr "Battery is fully charged.\nProvides %s laptop runtime"
#. TRANSLATORS: the device is fully charged
#: ../src/gpm-upower.c:241
@@ -2182,11 +2022,10 @@ msgstr "%s discharging (%.1f%%)"
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s %s until charged (%.1f%%)\n"
-"Provides %s battery runtime"
+msgstr "%s %s until charged (%.1f%%)\nProvides %s battery runtime"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
@@ -2272,7 +2111,8 @@ msgstr "Charge time:"
msgid "Discharge time:"
msgstr "Discharge time:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "Excellent"
@@ -2435,990 +2275,3 @@ msgstr "Waiting to charge"
#: ../src/gpm-upower.c:653
msgid "Waiting to discharge"
msgstr "Waiting to discharge"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "_About"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "_Help"
-
-#~ msgid ""
-#~ "The wireless mouse attached to this computer is very low in power (%.1f"
-#~ "%%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "The wireless mouse attached to this computer is very low in power (%.1f"
-#~ "%%). This device will soon stop functioning if not charged."
-
-#~ msgid ""
-#~ "The wireless keyboard attached to this computer is very low in power (%.1f"
-#~ "%%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "The wireless keyboard attached to this computer is very low in power (%.1f"
-#~ "%%). This device will soon stop functioning if not charged."
-
-#~ msgid "Wireless mouse"
-#~ msgid_plural "Wireless mice"
-#~ msgstr[0] "Wireless mouse"
-#~ msgstr[1] "Wireless mouse"
-
-#~ msgid "Wireless keyboard"
-#~ msgid_plural "Wireless keyboards"
-#~ msgstr[0] "Wireless keyboard"
-#~ msgstr[1] "Wireless keyboard"
-
-#~ msgid "Please see %s for more information."
-#~ msgstr "Please see %s for more information."
-
-#~ msgid ""
-#~ "If you can see this text, your display server is broken and you should "
-#~ "notify your distributor."
-#~ msgstr ""
-#~ "If you can see this text, your display server is broken and you should "
-#~ "notify your distributor."
-
-#~ msgid "Session idle"
-#~ msgstr "Session idle"
-
-#~ msgid "Session active"
-#~ msgstr "Session active"
-
-#~ msgid "idle inhibited"
-#~ msgstr "idle inhibited"
-
-#~ msgid "idle not inhibited"
-#~ msgstr "idle not inhibited"
-
-#~ msgid "suspend inhibited"
-#~ msgstr "suspend inhibited"
-
-#~ msgid "suspend not inhibited"
-#~ msgstr "suspend not inhibited"
-
-#~ msgid "screen idle"
-#~ msgstr "screen idle"
-
-#~ msgid "screen awake"
-#~ msgstr "screen awake"
-
-#~ msgid "Allow Suspend and Hibernate in the menu"
-#~ msgstr "Allow Suspend and Hibernate in the menu"
-
-#~ msgid "Hibernate enabled"
-#~ msgstr "Hibernate enabled"
-
-#~ msgid "If preferences should be shown"
-#~ msgstr "If preferences should be shown"
-
-#~ msgid ""
-#~ "If the Suspend and Hibernate options should be allowed in the "
-#~ "notification area drop down menu."
-#~ msgstr ""
-#~ "If the Suspend and Hibernate options should be allowed in the "
-#~ "notification area drop down menu."
-
-#~ msgid "If the user is authorized to hibernate the computer."
-#~ msgstr "If the user is authorised to hibernate the computer."
-
-#~ msgid "If the user is authorized to suspend the computer."
-#~ msgstr "If the user is authorised to suspend the computer."
-
-#~ msgid "Suspend enabled"
-#~ msgstr "Suspend enabled"
-
-#~ msgid "Action disallowed"
-#~ msgstr "Action disallowed"
-
-#~ msgid ""
-#~ "Suspend support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "Suspend support has been disabled. Contact your administrator for more "
-#~ "details."
-
-#~ msgid ""
-#~ "Hibernate support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "Hibernate support has been disabled. Contact your administrator for more "
-#~ "details."
-
-#~ msgid "Sleep problem"
-#~ msgstr "Sleep problem"
-
-#~ msgid "Check the help file for common problems."
-#~ msgstr "Check the help file for common problems."
-
-#~ msgid "Device information"
-#~ msgstr "Device information"
-
-#~ msgid "There is no detailed information for this device"
-#~ msgstr "There is no detailed information for this device"
-
-#~ msgid "translator-credits"
-#~ msgstr ""
-#~ "Christopher Orr <[email protected]>\n"
-#~ "Philip Withnall <[email protected]>\n"
-#~ "Bruce Cowan <[email protected]>"
-
-#~ msgid "Power _History"
-#~ msgstr "Power _History"
-
-#~ msgid "_Suspend"
-#~ msgstr "_Suspend"
-
-#~ msgid "Hi_bernate"
-#~ msgstr "Hi_bernate"
-
-#~ msgid ""
-#~ "After resume, mate-power-manager will suppress policy actions for a "
-#~ "number of seconds to allow messages to settle and HAL to refresh. "
-#~ "Commonly five seconds is enough while not being so long that the user "
-#~ "gets confused."
-#~ msgstr ""
-#~ "After resume, mate-power-manager will suppress policy actions for a "
-#~ "number of seconds to allow messages to settle and HAL to refresh. "
-#~ "Commonly five seconds is enough while not being so long that the user "
-#~ "gets confused."
-
-#~ msgid "Change the brightness automatically using the ambient light sensors"
-#~ msgstr "Change the brightness automatically using the ambient light sensors"
-
-#~ msgid "If DBUS inhibit requests should be ignored from other programs."
-#~ msgstr "If DBUS inhibit requests should be ignored from other programs."
-
-#~ msgid "If DBUS inhibit requests should be ignored."
-#~ msgstr "If DBUS inhibit requests should be ignored."
-
-#~ msgid ""
-#~ "If a notification message should be displayed when the profile data is "
-#~ "guessed."
-#~ msgstr ""
-#~ "If a notification message should be displayed when the profile data is "
-#~ "guessed."
-
-#~ msgid "If extra debugging messages should be used"
-#~ msgstr "If extra debugging messages should be used"
-
-#~ msgid ""
-#~ "If extra debugging messages should be used. Only turn this on for "
-#~ "debugging."
-#~ msgstr ""
-#~ "If extra debugging messages should be used. Only turn this on for "
-#~ "debugging."
-
-#~ msgid "If the low-power mode should be enabled when on UPS"
-#~ msgstr "If the low-power mode should be enabled when on UPS"
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors."
-#~ msgstr ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors."
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors. Valid is 'none', 'light' and 'dark'"
-#~ msgstr ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors. Valid is 'none', 'light' and 'dark'"
-
-#~ msgid "If the system low-power mode should be enabled when on UPS power."
-#~ msgstr "If the system low-power mode should be enabled when on UPS power."
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close"
-#~ msgstr ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close"
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close."
-#~ msgstr ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close."
-
-#~ msgid "Keyboard brightness when on AC"
-#~ msgstr "Keyboard brightness when on AC"
-
-#~ msgid "Keyboard brightness when on battery"
-#~ msgstr "Keyboard brightness when on battery"
-
-#~ msgid "Notify when the profile data is guessed"
-#~ msgstr "Notify when the profile data is guessed"
-
-#~ msgid "Number of seconds to suppress policy after resume"
-#~ msgstr "Number of seconds to suppress policy after resume"
-
-#~ msgid "The amount the light sensors should contribute to the brightness"
-#~ msgstr "The amount the light sensors should contribute to the brightness"
-
-#~ msgid "The amount the light sensors should contribute to the brightness."
-#~ msgstr "The amount the light sensors should contribute to the brightness."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on AC power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "The brightness of the keyboard when on AC power. Possible values are "
-#~ "between 0 and 100."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on battery power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "The brightness of the keyboard when on battery power. Possible values are "
-#~ "between 0 and 100."
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough"
-#~ msgstr ""
-#~ "The calibration of the light sensors so that the screen is bright enough"
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough, "
-#~ "in percent."
-#~ msgstr ""
-#~ "The calibration of the light sensors so that the screen is bright enough, "
-#~ "in percent."
-
-#~ msgid "The interval the ambient light sensors should be polled"
-#~ msgstr "The interval the ambient light sensors should be polled"
-
-#~ msgid "The interval the ambient light sensors should be polled in seconds."
-#~ msgstr "The interval the ambient light sensors should be polled in seconds."
-
-#~ msgid "The invalid timeout for power actions"
-#~ msgstr "The invalid timeout for power actions"
-
-#~ msgid ""
-#~ "The invalid timeout in ms for power actions. Set this longer if you get "
-#~ "'battery critical' messages when you unplug."
-#~ msgstr ""
-#~ "The invalid timeout in ms for power actions. Set this longer if you get "
-#~ "'battery critical' messages when you unplug."
-
-#~ msgid "Application:"
-#~ msgstr "Application:"
-
-#~ msgid "Burning DVD, titled \"My Photos\""
-#~ msgstr "Burning DVD, titled \"My Photos\""
-
-#~ msgid "Inhibit Tester"
-#~ msgstr "Inhibit Tester"
-
-#~ msgid "Reason:"
-#~ msgstr "Reason:"
-
-#~ msgid "UnInhibit"
-#~ msgstr "UnInhibit"
-
-#~ msgid "Vendor Acme Foo"
-#~ msgstr "Vendor Acme Foo"
-
-#~ msgid "<b>Extras</b>"
-#~ msgstr "<b>Extras</b>"
-
-#~ msgid "Always sleep when the lid is _closed"
-#~ msgstr "Always sleep when the lid is _closed"
-
-#~ msgid "Enable UPS discharge _alarm"
-#~ msgstr "Enable UPS discharge _alarm"
-
-#~ msgid "Turn on keyboard light when light level is low"
-#~ msgstr "Turn on keyboard light when light level is low"
-
-#~ msgid "Use _ambient light to adjust LCD brightness"
-#~ msgstr "Use _ambient light to adjust LCD brightness"
-
-#~ msgid "Use _sound to notify in event of an error"
-#~ msgstr "Use _sound to notify in event of an error"
-
-#~ msgid "Power Manager for the MATE desktop"
-#~ msgstr "Power Manager for the MATE desktop"
-
-#~ msgid "Device state could not be read at this time"
-#~ msgstr "Device state could not be read at this time"
-
-#~ msgid "<b>Product:</b> %s\n"
-#~ msgstr "<b>Product:</b> %s\n"
-
-#~ msgid "<b>Status:</b> %s\n"
-#~ msgstr "<b>Status:</b> %s\n"
-
-#~ msgid "<b>Percentage charge:</b> %.1f%%\n"
-#~ msgstr "<b>Percentage charge:</b> %.1f%%\n"
-
-#~ msgid "<b>Vendor:</b> %s\n"
-#~ msgstr "<b>Vendor:</b> %s\n"
-
-#~ msgid "<b>Technology:</b> %s\n"
-#~ msgstr "<b>Technology:</b> %s\n"
-
-#~ msgid "<b>Serial number:</b> %s\n"
-#~ msgstr "<b>Serial number:</b> %s\n"
-
-#~ msgid "<b>Model:</b> %s\n"
-#~ msgstr "<b>Model:</b> %s\n"
-
-#~ msgid "<b>Charge time:</b> %s\n"
-#~ msgstr "<b>Charge time:</b> %s\n"
-
-#~ msgid "<b>Discharge time:</b> %s\n"
-#~ msgstr "<b>Discharge time:</b> %s\n"
-
-#~ msgid "<b>Capacity:</b> %.1f%% (%s)\n"
-#~ msgstr "<b>Capacity:</b> %.1f%% (%s)\n"
-
-#~ msgid "<b>Current charge:</b> %.1f Wh\n"
-#~ msgstr "<b>Current charge:</b> %.1f Wh\n"
-
-#~ msgid "<b>Design charge:</b> %.1f Wh\n"
-#~ msgstr "<b>Design charge:</b> %.1f Wh\n"
-
-#~ msgid "<b>Charge rate:</b> %.1f W\n"
-#~ msgstr "<b>Charge rate:</b> %.1f W\n"
-
-#~ msgid "<b>Current charge:</b> %.0f/7\n"
-#~ msgstr "<b>Current charge:</b> %.0f/7\n"
-
-#~ msgid "<b>Design charge:</b> %.0f/7\n"
-#~ msgstr "<b>Design charge:</b> %.0f/7\n"
-
-#~ msgid "%s has stopped the suspend from taking place: %s."
-#~ msgstr "%s has stopped the suspend from taking place: %s."
-
-#~ msgid "%s has stopped the hibernate from taking place: %s."
-#~ msgstr "%s has stopped the hibernate from taking place: %s."
-
-#~ msgid "%s has stopped the policy action from taking place: %s."
-#~ msgstr "%s has stopped the policy action from taking place: %s."
-
-#~ msgid "%s has stopped the reboot from taking place: %s."
-#~ msgstr "%s has stopped the reboot from taking place: %s."
-
-#~ msgid "%s has stopped the shutdown from taking place: %s."
-#~ msgstr "%s has stopped the shutdown from taking place: %s."
-
-#~ msgid "%s has stopped the timeout action from taking place: %s."
-#~ msgstr "%s has stopped the timeout action from taking place: %s."
-
-#~ msgid "Multiple applications have stopped the suspend from taking place."
-#~ msgstr "Multiple applications have stopped the suspend from taking place."
-
-#~ msgid "Multiple applications have stopped the hibernate from taking place."
-#~ msgstr "Multiple applications have stopped the hibernate from taking place."
-
-#~ msgid ""
-#~ "Multiple applications have stopped the policy action from taking place."
-#~ msgstr ""
-#~ "Multiple applications have stopped the policy action from taking place."
-
-#~ msgid "Multiple applications have stopped the reboot from taking place."
-#~ msgstr "Multiple applications have stopped the reboot from taking place."
-
-#~ msgid "Multiple applications have stopped the shutdown from taking place."
-#~ msgstr "Multiple applications have stopped the shutdown from taking place."
-
-#~ msgid "Request to do policy action"
-#~ msgstr "Request to do policy action"
-
-#~ msgid "Request to do timeout action"
-#~ msgstr "Request to do timeout action"
-
-#~ msgid "Perform action anyway"
-#~ msgstr "Perform action anyway"
-
-#~ msgid "The lid has been closed on ac power."
-#~ msgstr "The lid has been closed on AC power."
-
-#~ msgid "The lid has been closed on battery power."
-#~ msgstr "The lid has been closed on battery power."
-
-#~ msgid "The power button has been pressed."
-#~ msgstr "The power button has been pressed."
-
-#~ msgid "The suspend button has been pressed."
-#~ msgstr "The suspend button has been pressed."
-
-#~ msgid "The hibernate button has been pressed."
-#~ msgstr "The hibernate button has been pressed."
-
-#~ msgid ""
-#~ "The lid has been closed, and the ac adapter removed (and mateconf is okay)."
-#~ msgstr ""
-#~ "The lid has been closed, and the AC adapter removed (and mateconf is OK)."
-
-#~ msgid "User clicked on tray"
-#~ msgstr "User clicked on tray"
-
-#~ msgid ""
-#~ "You have approximately <b>%s</b> of remaining battery life (%.1f%%). %s"
-#~ msgstr ""
-#~ "You have approximately <b>%s</b> of remaining battery life (%.1f%%). %s"
-
-#~ msgid "Sleep warning"
-#~ msgstr "Sleep warning"
-
-#~ msgid ""
-#~ "Your laptop will not sleep if you shut the lid as a running program has "
-#~ "prevented this.\n"
-#~ "Some laptops can overheat if they do not sleep when the lid is closed."
-#~ msgstr ""
-#~ "Your laptop will not sleep if you shut the lid as a running program has "
-#~ "prevented this.\n"
-#~ "Some laptops can overheat if they do not sleep when the lid is closed."
-
-#~ msgid "Your laptop battery is now fully charged"
-#~ msgstr "Your laptop battery is now fully charged"
-
-#~ msgid ""
-#~ "The AC power has been unplugged. The system is now using battery power."
-#~ msgstr ""
-#~ "The AC power has been unplugged. The system is now using battery power."
-
-#~ msgid ""
-#~ "The AC power has been unplugged. The system is now using backup power."
-#~ msgstr ""
-#~ "The AC power has been unplugged. The system is now using backup power."
-
-#~ msgid "Visit quirk website"
-#~ msgstr "Visit quirk website"
-
-#~ msgid ""
-#~ "If niced processes are considered, they can cause a frequency increment "
-#~ "even though their absolute load percentage wouldn't trigger the scaling "
-#~ "mechanism to switch up the frequency."
-#~ msgstr ""
-#~ "If niced processes are considered, they can cause a frequency increment "
-#~ "even though their absolute load percentage wouldn't trigger the scaling "
-#~ "mechanism to switch up the frequency."
-
-#~ msgid "If we should show the CPU frequency scaling in the UI"
-#~ msgstr "If we should show the CPU frequency scaling in the UI"
-
-#~ msgid ""
-#~ "If we should show the CPU frequency scaling in the UI. Some people need "
-#~ "to configure this for specific systems."
-#~ msgstr ""
-#~ "If we should show the CPU frequency scaling in the UI. Some people need "
-#~ "to configure this for specific systems."
-
-#~ msgid "The cpufreq performance value to use when on AC power"
-#~ msgstr "The cpufreq performance value to use when on AC power"
-
-#~ msgid "The cpufreq performance value to use when on battery power"
-#~ msgstr "The cpufreq performance value to use when on battery power"
-
-#~ msgid ""
-#~ "The cpufreq performance value used to scale the processor when on AC "
-#~ "power."
-#~ msgstr ""
-#~ "The cpufreq performance value used to scale the processor when on AC "
-#~ "power."
-
-#~ msgid ""
-#~ "The cpufreq performance value used to scale the processor when on battery "
-#~ "power."
-#~ msgstr ""
-#~ "The cpufreq performance value used to scale the processor when on battery "
-#~ "power."
-
-#~ msgid "The cpufreq policy to use when on AC power"
-#~ msgstr "The cpufreq policy to use when on AC power"
-
-#~ msgid "The cpufreq policy to use when on battery power"
-#~ msgstr "The cpufreq policy to use when on battery power"
-
-#~ msgid ""
-#~ "The cpufreq policy used to scale the processor when on AC power. Possible "
-#~ "values are ondemand, conservative, powersave, userspace, performance, "
-#~ "nothing."
-#~ msgstr ""
-#~ "The cpufreq policy used to scale the processor when on AC power. Possible "
-#~ "values are ondemand, conservative, powersave, userspace, performance, "
-#~ "nothing."
-
-#~ msgid ""
-#~ "The cpufreq policy used to scale the processor when on battery power. "
-#~ "Possible values are ondemand, conservative, powersave, userspace, "
-#~ "performance, nothing."
-#~ msgstr ""
-#~ "The cpufreq policy used to scale the processor when on battery power. "
-#~ "Possible values are ondemand, conservative, powersave, userspace, "
-#~ "performance, nothing."
-
-#~ msgid ""
-#~ "The device name for the v4l device used as a brightness sensor backup"
-#~ msgstr ""
-#~ "The device name for the v4l device used as a brightness sensor backup"
-
-#~ msgid ""
-#~ "The device name for the v4l device used as a brightness sensor backup. A "
-#~ "value of 'default' uses the first discovered sensor, or devices can be "
-#~ "specified, e.g. '/dev/video0'"
-#~ msgstr ""
-#~ "The device name for the v4l device used as a brightness sensor backup. A "
-#~ "value of 'default' uses the first discovered sensor, or devices can be "
-#~ "specified, e.g. '/dev/video0'"
-
-#~ msgid ""
-#~ "Whether or not niced processes should be considered on processor load "
-#~ "calculation"
-#~ msgstr ""
-#~ "Whether or not niced processes should be considered on processor load "
-#~ "calculation"
-
-#~ msgid "Add related _events"
-#~ msgstr "Add related _events"
-
-#~ msgid "Time since startup"
-#~ msgstr "Time since startup"
-
-#~ msgid "Computer sp_eed policy:"
-#~ msgstr "Computer sp_eed policy:"
-
-#~ msgid "The message was not sent due to DBUS security rules"
-#~ msgstr "The message was not sent due to DBUS security rules"
-
-#~ msgid "General failure: %s"
-#~ msgstr "General failure: %s"
-
-#~ msgid "Computer is running on backup power\n"
-#~ msgstr "Computer is running on backup power\n"
-
-#~ msgid "Computer is running on AC power\n"
-#~ msgstr "Computer is running on AC power\n"
-
-#~ msgid "Computer is running on battery power\n"
-#~ msgstr "Computer is running on battery power\n"
-
-#~ msgid "Battery discharge time is currently unknown\n"
-#~ msgstr "Battery discharge time is currently unknown\n"
-
-#~ msgid "Battery charge time is currently unknown\n"
-#~ msgstr "Battery charge time is currently unknown\n"
-
-#~ msgid "Battery discharge time is estimated\n"
-#~ msgstr "Battery discharge time is estimated\n"
-
-#~ msgid "Battery charge time is estimated\n"
-#~ msgstr "Battery charge time is estimated\n"
-
-#~ msgid "Unable to get data..."
-#~ msgstr "Unable to get data..."
-
-#~ msgid "Reason: %s"
-#~ msgstr "Reason: %s"
-
-#~ msgid "On AC"
-#~ msgstr "On AC"
-
-#~ msgid "On battery"
-#~ msgstr "On battery"
-
-#~ msgid "Session powersave"
-#~ msgstr "Session powersave"
-
-#~ msgid "label shown on graph|Suspend"
-#~ msgstr "Suspend"
-
-#~ msgid "label shown on graph|Resume"
-#~ msgstr "Resume"
-
-#~ msgid "label shown on graph|Hibernate"
-#~ msgstr "Hibernate"
-
-#~ msgid "Notification"
-#~ msgstr "Notification"
-
-#~ msgid "DPMS On"
-#~ msgstr "DPMS On"
-
-#~ msgid "DPMS Standby"
-#~ msgstr "DPMS Standby"
-
-#~ msgid "DPMS Suspend"
-#~ msgstr "DPMS Suspend"
-
-#~ msgid "DPMS Off"
-#~ msgstr "DPMS Off"
-
-#~ msgid "Battery percentage"
-#~ msgstr "Battery percentage"
-
-#~ msgid "Battery Voltage"
-#~ msgstr "Battery Voltage"
-
-#~ msgid "Accuracy of reading"
-#~ msgstr "Accuracy of reading"
-
-#~ msgid "Valid data"
-#~ msgstr "Valid data"
-
-#~ msgid "Stop point"
-#~ msgstr "Stop point"
-
-#~ msgid "Extrapolated data"
-#~ msgstr "Extrapolated data"
-
-#~ msgid "AC adapter inserted"
-#~ msgstr "AC adapter inserted"
-
-#~ msgid "The laptop lid has been closed"
-#~ msgstr "The laptop lid has been closed"
-
-#~ msgid "The laptop lid has been re-opened"
-#~ msgstr "The laptop lid has been re-opened"
-
-#~ msgid "idle mode ended"
-#~ msgstr "idle mode ended"
-
-#~ msgid "idle mode started"
-#~ msgstr "idle mode started"
-
-#~ msgid "powersave mode started"
-#~ msgstr "powersave mode started"
-
-#~ msgid "dpms on"
-#~ msgstr "dpms on"
-
-#~ msgid "dpms standby"
-#~ msgstr "dpms standby"
-
-#~ msgid "dpms suspend"
-#~ msgstr "dpms suspend"
-
-#~ msgid "dpms off"
-#~ msgstr "dpms off"
-
-#~ msgid "Resuming computer"
-#~ msgstr "Resuming computer"
-
-#~ msgid "Hibernate Problem"
-#~ msgstr "Hibernate Problem"
-
-#~ msgid "Suspend Problem"
-#~ msgstr "Suspend Problem"
-
-#~ msgid "Do not daemonize"
-#~ msgstr "Do not daemonise"
-
-#~ msgid "Debug specific files, e.g. power"
-#~ msgstr "Debug specific files, e.g. power"
-
-#~ msgid "Request to reboot"
-#~ msgstr "Request to reboot"
-
-#~ msgid "Request to shutdown"
-#~ msgstr "Request to shutdown"
-
-#~ msgid "Action forbidden"
-#~ msgstr "Action forbidden"
-
-#~ msgid ""
-#~ "Policy timeout is not valid. Please wait a few seconds and try again."
-#~ msgstr ""
-#~ "Policy timeout is not valid. Please wait a few seconds and try again."
-
-#~ msgid "Suspend is not available on this computer."
-#~ msgstr "Suspend is not available on this computer."
-
-#~ msgid "Suspending computer."
-#~ msgstr "Suspending computer."
-
-#~ msgid "Hibernate is not available on this computer."
-#~ msgstr "Hibernate is not available on this computer."
-
-#~ msgid "Hibernating computer."
-#~ msgstr "Hibernating computer."
-
-#~ msgid "Doing nothing."
-#~ msgstr "Doing nothing."
-
-#~ msgid "Shutting down computer."
-#~ msgstr "Shutting down computer."
-
-#~ msgid "MATE interactive logout."
-#~ msgstr "MATE interactive logout."
-
-#~ msgid "System idle."
-#~ msgstr "System idle."
-
-#~ msgid "a short time"
-#~ msgstr "a short time"
-
-#~ msgid "<b>Status:</b> Charged\n"
-#~ msgstr "<b>Status:</b> Charged\n"
-
-#~ msgid "<b>Status:</b> Charging\n"
-#~ msgstr "<b>Status:</b> Charging\n"
-
-#~ msgid "<b>Status:</b> Discharging\n"
-#~ msgstr "<b>Status:</b> Discharging\n"
-
-#~ msgid "Laptop batteries"
-#~ msgstr "Laptop batteries"
-
-#~ msgid "UPSs"
-#~ msgstr "UPSs"
-
-#~ msgid "Wireless mice"
-#~ msgstr "Wireless mice"
-
-#~ msgid "Wireless keyboards"
-#~ msgstr "Wireless keyboards"
-
-#~ msgid "PDAs"
-#~ msgstr "PDAs"
-
-#~ msgid "Cell phones"
-#~ msgstr "Mobile phones"
-
-#~ msgid "Based on processor load"
-#~ msgstr "Based on processor load"
-
-#~ msgid "Automatic power saving"
-#~ msgstr "Automatic power saving"
-
-#~ msgid "Maximum power saving"
-#~ msgstr "Maximum power saving"
-
-#~ msgid "Always maximum speed"
-#~ msgstr "Always maximum speed"
-
-#~ msgid "MATE Power Statistics"
-#~ msgstr "MATE Power Statistics"
-
-#~ msgid "Charge history"
-#~ msgstr "Charge history"
-
-#~ msgid "Power history"
-#~ msgstr "Power history"
-
-#~ msgid "Voltage history"
-#~ msgstr "Voltage history"
-
-#~ msgid "Estimated time history"
-#~ msgstr "Estimated time history"
-
-#~ msgid "Charge time accuracy profile"
-#~ msgstr "Charge time accuracy profile"
-
-#~ msgid "Discharge time accuracy profile"
-#~ msgstr "Discharge time accuracy profile"
-
-#~ msgid "Could not connect to MATE Power Manager."
-#~ msgstr "Could not connect to MATE Power Manager."
-
-#~ msgid "Change the brightness to a preset level on AC state change"
-#~ msgstr "Change the brightness to a preset level on AC state change"
-
-#~ msgid ""
-#~ "If the laptop should be configured as if it is using a permanent external "
-#~ "monitor"
-#~ msgstr ""
-#~ "If the laptop should be configured as if it is using a permanent external "
-#~ "monitor"
-
-#~ msgid ""
-#~ "If the laptop should be configured disable both dimming actions and DPMS "
-#~ "when using a dock or external monitor. Most laptop and desktop users "
-#~ "should select FALSE here."
-#~ msgstr ""
-#~ "If the laptop should be configured disable both dimming actions and DPMS "
-#~ "when using a dock or external monitor. Most laptop and desktop users "
-#~ "should select FALSE here."
-
-#~ msgid "<b>Ambient Light Sensor</b>"
-#~ msgstr "<b>Ambient Light Sensor</b>"
-
-#~ msgid "<b>Policy Control</b>"
-#~ msgstr "<b>Policy Control</b>"
-
-#~ msgid "Light Sensor"
-#~ msgstr "Light Sensor"
-
-#~ msgid "_Amount to change backlight when ambient changes:"
-#~ msgstr "_Amount to change backlight when ambient changes:"
-
-#~ msgid "_Check ambient light levels every:"
-#~ msgstr "_Check ambient light levels every:"
-
-#~ msgid "_Make display brighter if ambient light decreases"
-#~ msgstr "_Make display brighter if ambient light decreases"
-
-#~ msgid "_Make display brighter if ambient light increases"
-#~ msgstr "_Make display brighter if ambient light increases"
-
-#~ msgid "_Never automatically change brightness"
-#~ msgstr "_Never automatically change brightness"
-
-#~ msgid "%iW"
-#~ msgstr "%iW"
-
-#~ msgid "%iV"
-#~ msgstr "%iV"
-
-#~ msgid "%s because %s"
-#~ msgstr "%s because %s"
-
-#~ msgid "Power (mWh)"
-#~ msgstr "Power (mWh)"
-
-#~ msgid "Battery may be invalid"
-#~ msgstr "Battery may be invalid"
-
-#~ msgid "Power Preferences"
-#~ msgstr "Power Preferences"
-
-#~ msgid "Profiled Charge Time"
-#~ msgstr "Profiled Charge Time"
-
-#~ msgid "Profiled Discharge Time"
-#~ msgstr "Profiled Discharge Time"
-
-#~ msgid "Power Inhibit Test"
-#~ msgstr "Power Inhibit Test"
-
-#~ msgid "Run only the interactive tests"
-#~ msgstr "Run only the interactive tests"
-
-#~ msgid "Run only the automatic tests"
-#~ msgstr "Run only the automatic tests"
-
-#~ msgid "Run all available tests"
-#~ msgstr "Run all available tests"
-
-#~ msgid "Whether we should show the legend in the statistics window"
-#~ msgstr "Whether we should show the legend in the statistics window"
-
-#~ msgid "Whether we should show the legend in the statistics window."
-#~ msgstr "Whether we should show the legend in the statistics window."
-
-#~ msgid "Add _axis labels"
-#~ msgstr "Add _axis labels"
-
-#~ msgid "Add lege_nd"
-#~ msgstr "Add lege_nd"
-
-#~ msgid "_Smooth graph data"
-#~ msgstr "_Smooth graph data"
-
-#~ msgid "user clicked hibernate from tray menu"
-#~ msgstr "user clicked hibernate from tray menu"
-
-#~ msgid "Unknown caption"
-#~ msgstr "Unknown caption"
-
-#~ msgid "Time remaining"
-#~ msgstr "Time remaining"
-
-#~ msgid "Notify on a HAL error"
-#~ msgstr "Notify on a HAL error"
-
-#~ msgid "Percentage considered very low"
-#~ msgstr "Percentage considered very low"
-
-#~ msgid "The damping factor for the rate"
-#~ msgstr "The damping factor for the rate"
-
-#~ msgid ""
-#~ "The percentage of the battery when it is considered very low. Only valid "
-#~ "when use_time_for_policy is false."
-#~ msgstr ""
-#~ "The percentage of the battery when it is considered very low. Only valid "
-#~ "when use_time_for_policy is false."
-
-#~ msgid ""
-#~ "The time remaining in seconds of the battery when it is considered very "
-#~ "low. Only valid when use_time_for_policy is true."
-#~ msgstr ""
-#~ "The time remaining in seconds of the battery when it is considered very "
-#~ "low. Only valid when use_time_for_policy is true."
-
-#~ msgid "The time remaining when very low"
-#~ msgstr "The time remaining when very low"
-
-#~ msgid ""
-#~ "The value of the damping factor used when calculating the exponentially "
-#~ "weighted average of the rate. Increasing this value will increase the "
-#~ "damping effect of the rate calculations, which makes the time remaining "
-#~ "more accurate, but the graphs less responsive."
-#~ msgstr ""
-#~ "The value of the damping factor used when calculating the exponentially "
-#~ "weighted average of the rate. Increasing this value will increase the "
-#~ "damping effect of the rate calculations, which makes the time remaining "
-#~ "more accurate, but the graphs less responsive."
-
-#~ msgid "InhibitManual"
-#~ msgstr "InhibitManual"
-
-#~ msgid "Your system is running on backup power!"
-#~ msgstr "Your system is running on backup power!"
-
-#~ msgid "Your computer did not appear to resume correctly from suspend."
-#~ msgstr "Your computer did not appear to resume correctly from suspend."
-
-#~ msgid "Your computer did not appear to resume correctly from hibernate."
-#~ msgstr "Your computer did not appear to resume correctly from hibernate."
-
-#~ msgid "This may be a driver or hardware problem."
-#~ msgstr "This may be a driver or hardware problem."
-
-#~ msgid "Check the MATE Power Manager manual for common problems."
-#~ msgstr "Check the MATE Power Manager manual for common problems."
-
-#~ msgid "Remaining time:"
-#~ msgstr "Remaining time:"
-
-#~ msgid "Charge rate (smoothed):"
-#~ msgstr "Charge rate (smoothed):"
-
-#~ msgid "Recalculating information..."
-#~ msgstr "Recalculating information..."
-
-#~ msgid "Perhaps the program is not running or you are using an old version?"
-#~ msgstr "Perhaps the program is not running or you are using an old version?"
-
-#~ msgid "hibernate"
-#~ msgstr "hibernate"
-
-#~ msgid "suspend"
-#~ msgstr "suspend"
-
-#~ msgid "Power Critically Low"
-#~ msgstr "Power Critically Low"
-
-#~ msgid "Power Very Low"
-#~ msgstr "Power Very Low"
-
-#~ msgid "Power Low"
-#~ msgstr "Power Low"
-
-#~ msgid "the DBUS method Suspend() was invoked"
-#~ msgstr "the DBUS method Suspend() was invoked"
-
-#~ msgid "the DBUS method Hibernate() was invoked"
-#~ msgstr "the DBUS method Hibernate() was invoked"
-
-#~ msgid "the DBUS method Shutdown() was invoked"
-#~ msgstr "the DBUS method Shutdown() was invoked"
-
-#~ msgid "Rebooting computer"
-#~ msgstr "Rebooting computer"
-
-#~ msgid "the DBUS method Reboot() was invoked"
-#~ msgstr "the DBUS method Reboot() was invoked"
-
-#~ msgid "pda"
-#~ msgstr "pda"
-
-#~ msgid "unknown"
-#~ msgstr "unknown"
diff --git a/po/es.po b/po/es.po
index 89ab6f2..a3c95b5 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,150 +1,147 @@
-# translation of mate-power-manager.master.po to Español
-# Translation of mate-power-manager to Spanish
-# Copyright (C) 2005 Mate Foundation
-# This file is distributed under the same license as the mate-power-manager package.
-#
-# Francisco Javier F. Serrador <[email protected]>, 2005, 2006.
-# Jorge González <[email protected]>, 2007, 2008, 2009, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: mate-power-manager.master\n"
-"Report-Msgid-Bugs-To: http://bugzilla.mate.org/enter_bug.cgi?product=mate-"
-"power-manager&component=general\n"
-"POT-Creation-Date: 2010-08-15 02:11+0000\n"
-"PO-Revision-Date: 2010-08-17 08:51+0200\n"
-"Last-Translator: Jorge González <[email protected]>\n"
-"Language-Team: Español <[email protected]>\n"
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Adolfo Jayme Barrientos <[email protected]>, 2014
+# Lluís Tusquellas <[email protected]>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2014-02-16 17:27+0000\n"
+"Last-Translator: Adolfo Jayme Barrientos <[email protected]>\n"
+"Language-Team: Spanish (http://www.transifex.com/projects/p/MATE/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
+"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../applets/brightness/brightness-applet.c:105
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "Miniaplicación de gestión del brillo"
-#: ../applets/brightness/brightness-applet.c:106
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "Ajusta el brillo del panel del portátil."
-#: ../applets/brightness/brightness-applet.c:359
-#: ../applets/inhibit/inhibit-applet.c:358
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "No es posible conectar con el Gestor de energía de MATE"
-#: ../applets/brightness/brightness-applet.c:361
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "No se puede obtener el brillo del panel del portátil"
-#: ../applets/brightness/brightness-applet.c:363
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "Brillo del LCD : %d%%"
-#: ../applets/brightness/brightness-applet.c:748
-#: ../applets/inhibit/inhibit-applet.c:427
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
msgstr "Licenciado bajo la Licencia Pública General GNU Versión 2"
-#: ../applets/brightness/brightness-applet.c:749
-#: ../applets/inhibit/inhibit-applet.c:428
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"El Gestor de energía es software libre, puede redistribuirlo y/o\n"
-"modificarlo bajo los términos de la Licencia Pública General GNU\n"
-"tal como la publica la Free Software Foundation; ya sea en la versión 2\n"
-"de la Licencia, o (a su opción) cualquier versión posterior."
+msgstr "El Gestor de energía es software libre, puede redistribuirlo y/o\nmodificarlo bajo los términos de la Licencia Pública General GNU\ntal como la publica la Free Software Foundation; ya sea en la versión 2\nde la Licencia, o (a su opción) cualquier versión posterior."
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"El Gestor de energía se distribuye con la esperanza de que le sea útil,\n"
-"pero SIN NINGUNA GARANTÍA; sin incluso la garantía implícita de\n"
-"MERCANTILIDAD o IDONEIDAD PARA UN PROPÓSITO PARTICULAR. Vea la\n"
-"Licencia Pública General GNU para más detalles."
+msgstr "El Gestor de energía se distribuye con la esperanza de que le sea útil,\npero SIN NINGUNA GARANTÍA; sin incluso la garantía implícita de\nMERCANTILIDAD o IDONEIDAD PARA UN PROPÓSITO PARTICULAR. Vea la\nLicencia Pública General GNU para más detalles."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"Debería haber recibido una copia de la Licencia Pública General GNU\n"
-"junto con este programa; si no, escriba a la Free Software Foundation,\n"
-"Inc., 51 Franklin Street, Fifth Floor, Boston,MA, 02110-1301, EE. UU."
+msgstr "Debería haber recibido una copia de la Licencia Pública General GNU\njunto con este programa; si no, escriba a la Free Software Foundation,\nInc., 51 Franklin Street, Fifth Floor, Boston,MA, 02110-1301, EE. UU."
-#: ../applets/brightness/brightness-applet.c:771
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Copyright © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Ajusta el brillo del panel del portátil"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "Acerca _de"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Miniaplicación de brillo"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "Ay_uda"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Fábrica de la miniaplicación de brillo"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Fábrica para la miniaplicación de brillo"
-#: ../applets/inhibit/inhibit-applet.c:91
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Miniaplicación de brillo"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Ajusta el brillo del panel del portátil"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "Miniaplicación de inhibición del gestor de energía"
-#: ../applets/inhibit/inhibit-applet.c:92
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "Permite al usuario inhibir el ahorro de energía automático."
-#: ../applets/inhibit/inhibit-applet.c:361
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "Paso a reposo automático inhibido"
-#: ../applets/inhibit/inhibit-applet.c:363
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "Paso a reposo automático activado"
-#: ../applets/inhibit/inhibit-applet.c:391
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "Inhibición manual"
-#: ../applets/inhibit/inhibit-applet.c:450
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Copyright © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "Permite al usuario inhibir el ahorro de energía automático"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Inhibir la fábrica de la miniaplicación"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Fábrica para inhibir la miniaplicación"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "Miniaplicación de inhibición"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Inhibir la fábrica de la miniaplicación"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Permite al usuario inhibir el ahorro de energía automático"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -154,1008 +151,835 @@ msgstr "Gestor de energía"
msgid "Power management daemon"
msgstr "Demonio del gestor de energía"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Permitir el ajuste del brillo de la luz de fondo"
-
-#: ../data/mate-power-manager.schemas.in.h:2
-msgid "Battery critical low action"
-msgstr "Acción para batería críticamente baja"
-
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "Comprobar la carga de la CPU antes de pasar a reposo"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr ""
-"Atenuar la pantalla tras un período de inactividad cuando se esté con "
-"adaptador de corriente"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr ""
-"Atenuar la pantalla tras un período de inactividad cuando se esté usando la "
-"batería"
-
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"Mostrar opciones para el icono de notificación. Las opciones válidas son "
-"\"never\" (nunca), \"low\" (baja), \"critical\" (crítico), \"charge"
-"\" (carga), \"present\" (presente) y \"always\" (siempre)."
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Acción del botón hibernar"
-
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr ""
-"Indica si debe mostrarse un mensaje de notificación después de fallar la "
-"suspensión o hibernación."
-
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr ""
-"Indica si se debe mostrar un mensaje de notificación cuando la batería esté "
-"completamente cargada."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Indica si se debe hibernar, suspender o no hacer nada cuando se esté inactivo"
-#: ../data/mate-power-manager.schemas.in.h:10
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr ""
-"Indica si se debe mostrar un mensaje de notificación cuando la batería se "
-"esté agotando."
-
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr ""
-"Indica si se deben mostrar los elementos de preferencias y estadísticas en "
-"el menú contextual"
-
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "Si se deben usar sonidos"
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "El tipo de estado de reposo que debería realizarse cuando el equipo esté inactivo."
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"Si se deben usar sonidos cuando la energía esté críticamente baja, o las "
-"peticiones de inhibición han parado la acción de la política."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "Acción para batería críticamente baja"
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr ""
-"Indica si se debe comprobar la carga de la CPU antes de hacer la acción de "
-"inactividad."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "La acción que se realizará cuando la batería esté críticamente baja."
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
"If the battery event should occur when the lid is shut and the power "
"disconnected"
-msgstr ""
-"Indica si debe ocurrir el evento de batería cuando la tapa se cierre y el "
-"cable se desconecte"
+msgstr "Indica si debe ocurrir el evento de batería cuando la tapa se cierre y el cable se desconecte"
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
"If the battery lid close event should occur (for example 'Suspend when lid "
"closed on battery') when the lid is previously shut and the AC power "
"disconnected at a later time."
-msgstr ""
-"Indica si debe ocurrir el evento de cierre de tapa con batería (por ejemplo "
-"«Suspender cuando la tapa se cierre con batería») cuando la tapa se cierre "
-"primero y se desconecte la adaptador de corriente más tarde."
+msgstr "Indica si debe ocurrir el evento de cierre de tapa con batería (por ejemplo «Suspender cuando la tapa se cierre con batería») cuando la tapa se cierre primero y se desconecte la adaptador de corriente más tarde."
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr ""
-"Indica si el perfil aprendido se debe usar para calcular el tiempo restante"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "Acción para SAI (UPS) críticamente bajo"
-#: ../data/mate-power-manager.schemas.in.h:18
-msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
-msgstr ""
-"Indica si el perfil aprendido se debe usar para calcular el tiempo restante. "
-"Desactívelo sólo para depurar."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "La acción que se realizará cuando la UPS esté críticamente baja."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr ""
-"Indica si se debe activar el modo de bajo consumo cuando se esté conectado "
-"al adaptador de corriente"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "Acción para SAI (UPS) bajo"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr ""
-"Indica si se debe activar el modo de bajo consumo cuando se esté usando la "
-"batería"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "La acción que se realizará cuando la UPS esté baja."
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Permitir el ajuste del brillo de la luz de fondo"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
"If the screen brightness should be changed when switching between AC and "
"battery power."
-msgstr ""
-"Indica si se debe cambiar el brillo de la pantalla cuando se cambia entre el "
-"adaptador de corriente y la batería."
-
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
-msgstr ""
-"Indica si se debe atenuar el brillo de la pantalla para ahorrar energía "
-"cuando el equipo esté inactivo y con el adaptador de corriente conectado."
+msgstr "Indica si se debe cambiar el brillo de la pantalla cuando se cambia entre el adaptador de corriente y la batería."
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
-msgstr ""
-"Indica si se debe atenuar el brillo de la pantalla para ahorrar energía "
-"cuando el equipo esté inactivo y con la batería."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "Reducir el brillo de fondo cuando se esté usando la batería"
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
"If the screen should be reduced in brightness when the computer is on "
"battery power."
-msgstr ""
-"Indica si se debe atenuar el brillo de la pantalla cuando el equipo esté "
-"funcionando con batería."
+msgstr "Indica si se debe atenuar el brillo de la pantalla cuando el equipo esté funcionando con batería."
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr ""
-"Indica si se debe activar el modo de bajo consumo cuando se esté conectado "
-"al adaptador de corriente."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "El brillo de la pantalla cuando está inactivo"
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr ""
-"Indica si se debe activar el modo de bajo consumo cuando se esté en un "
-"portátil funcionando con la batería."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "Este es el brillo de la pantalla del portátil cuando la sesión está inactiva. Sólo es válido cuando use_time_for_policy está activado."
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr ""
-"Indica si se debe notificar al usuario cuando el adaptador de corriente se "
-"desconecte."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Atenuar la pantalla tras un período de inactividad cuando se esté usando la batería"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"Indica si se debe usar o no las notificaciones basadas en tiempo. Si se "
-"desactiva, entonces se usa el porcentaje de cambio, lo cual puede solucionar "
-"problemas con algunas BIOS ACPI defectuosas."
-
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr ""
-"Indica si se debe mostrar la advertencia de baja capacidad de carga para una "
-"batería defectuosa"
-
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr ""
-"Indica si se debe mostrar la advertencia de baja capacidad de carga para una "
-"batería defectuosa."
-
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr ""
-"Indica si se debe mostrar la advertencia de batería reclamada para una "
-"batería defectuosa"
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "Indica si se debe atenuar el brillo de la pantalla para ahorrar energía cuando el equipo esté inactivo y con la batería."
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr ""
-"Si se debe mostrar la advertencia de batería reclamada para una batería "
-"defectuosa. Desactive esto sólo si sabe que su batería está bien."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "La cantidad de tiempo predeterminada para atenuar la pantalla después de la inactividad"
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "Brillo del LCD con el adaptador de corriente"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "La cantidad de tiempo predeterminada para atenuar la pantalla después de la inactividad."
-#: ../data/mate-power-manager.schemas.in.h:34
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
msgid "LCD dimming amount when on battery"
msgstr "Atenuación del LCD cuando se esté usando la batería"
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "Acción al cerrar la tapa usando la batería"
-
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr "Acción al cerrar la tapa usando el adaptador de corriente"
-
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "Bloquear el depósito de claves al pasar a reposo"
-
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Bloquear pantalla al hibernar"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "La atenuación que aplicar al brillo de la pantalla cuando se esté usando la batería. Los valores válidos están entre 0 y 100."
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "Lock screen on suspend"
-msgstr "Bloquear pantalla al suspender"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Atenuar la pantalla tras un período de inactividad cuando se esté con adaptador de corriente"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "Bloquear pantalla al oscurecer"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "Indica si se debe atenuar el brillo de la pantalla para ahorrar energía cuando el equipo esté inactivo y con el adaptador de corriente conectado."
-#: ../data/mate-power-manager.schemas.in.h:41
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
msgid "Method used to blank screen on AC"
msgstr "Método de oscurecimiento usando el adaptador de corriente"
-#: ../data/mate-power-manager.schemas.in.h:42
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "El método DPMS usado para oscurecer la pantalla con el adaptador de corriente."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
msgid "Method used to blank screen on battery"
msgstr "Método de oscurecimiento usando la batería"
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Notificar cuando quede poca carga"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "El método DPMS usado para oscurecer la pantalla cuando se esté funcionando con la batería."
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Notificar cuando falle el paso a reposo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "Brillo del LCD con el adaptador de corriente"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Notificar cuando el adaptador de corriente esté desconectado"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "El brillo de la pantalla cuando se está usando el adaptador de corriente. Los valores válidos están entre 0.0 y 100.0."
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Notificar al cargarse totalmente"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Acción del botón suspender"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "Porcentaje cuando se toma la acción"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "La acción a ejecutar cuando se apriete el botón de suspensión del sistema."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Porcentaje considerado crítico"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Acción del botón hibernar"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Porcentaje considerado bajo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "La acción a ejecutar cuando se apriete el botón de hibernación."
-#: ../data/mate-power-manager.schemas.in.h:50
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
msgid "Power button action"
msgstr "Acción del botón de encendido"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "Reducir el brillo de fondo cuando se esté usando la batería"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "La acción a ejecutar cuando se apriete el botón de conexión del sistema."
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Seconds of inactivity to spin down when on AC"
-msgstr ""
-"Segundos de inactividad para reducir la velocidad de rotación con el "
-"adaptador de corriente"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "Acción al cerrar la tapa usando la batería"
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Seconds of inactivity to spin down when on battery"
-msgstr ""
-"Segundos de inactividad para reducir la velocidad de rotación con la batería"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "La acción que se realizará cuando se cierra la tapa del portátil y se esté funcionando con la batería. "
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr ""
-"Tiempo para poner en reposo el equipo cuando se está usando el adaptador de "
-"corriente"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "Acción al cerrar la tapa usando el adaptador de corriente"
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr "Tiempo para poner en reposo el equipo cuando se está usando un SAI"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "La acción que se realizará cuando se cierra la tapa del portátil y se esté conectado a adaptador de corriente."
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "Tiempo para pasar a reposo cuando se está usando la batería"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Indica si se deben usar notificaciones basadas en tiempo"
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr ""
-"Tiempo para pasar a reposo cuando se está usando el adaptador de corriente"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "Indica si se debe usar o no las notificaciones basadas en tiempo. Si se desactiva, entonces se usa el porcentaje de cambio, lo cual puede solucionar problemas con algunas BIOS ACPI defectuosas."
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr "Tiempo para pasar a reposo cuando se está usando un SAI"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Comprobar la carga de la CPU antes de pasar a reposo"
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr "Tiempo para pasar a reposo cuando se está usando la batería"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "Indica si se debe comprobar la carga de la CPU antes de hacer la acción de inactividad."
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Acción del botón suspender"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "Indica si NetworkManager debería conectarse y desconectarse al pasar a reposo."
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"El método DPMS usado para oscurecer la pantalla con el adaptador de "
-"corriente. Los valores posibles son \"standby\" (en espera), \"suspend"
-"\" (suspender) y \"off\" (apagar)."
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "Indica si NetworkManager debería desconectarse antes de suspender o hibernar y conectarse al reanudar."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Usar la configuración de bloqueo de mate-screensaver"
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"El método DPMS usado para oscurecer la pantalla cuando se esté funcionando "
-"con la batería. Los valores posibles son \"standby\" (en espera), \"suspend"
-"\" (suspender) y \"off\" (apagar)."
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "Indica si se debe usar el ajuste de bloqueo de pantalla del salvapantallas para decidir si se debe bloquear la pantalla tras una hibernación, suspensión u oscurecimiento de la pantalla."
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "The URI to show to the user on sleep failure"
-msgstr "El URI que mostrar al usuario al fallar el reposo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "Bloquear pantalla al oscurecer"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"La acción que se realizará cuando el SAI (UPS) esté críticamente bajo. Los "
-"valores posibles son \"hibernate\" (hibernar), \"suspend\" (suspender), "
-"\"shutdown\" (apagar) y \"nothing\" (ninguno)."
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "Indica si se debe bloquear o no la pantalla cuando ésta se apague. Sólo se usa si «lock_use_screensaver_settings» está desactivado."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"La acción que se realizará cuando el SAI (UPS) esté bajo. Los valores "
-"posibles son \"hibernate\" (hibernar), \"suspend\" (suspender), \"shutdown"
-"\" (apagar) y \"nothing\" (ninguno)."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "Bloquear pantalla al suspender"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"La acción que se realizará cuando la batería esté críticamente baja. Los "
-"valores válidos son \"hibernate\" (hibernar), \"suspend\" (suspender), "
-"\"shutdown\" (apagar) y \"nothing\" (ninguno)."
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "Indica si se debe o no bloquear la pantalla cuando el equipo se levante de una suspensión. Sólo se usa si «lock_use_screensaver_settings» está desactivado."
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
-msgstr ""
-"La acción que se realizará cuando se cierra la tapa del portátil y se esté "
-"conectado a adaptador de corriente. Los valores válidos son \"suspend"
-"\" (suspender), \"hibernate\" (hibernar), \"blank\" (pantalla en negro) y "
-"\"nothing\" (ninguno)."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Bloquear pantalla al hibernar"
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
-msgstr ""
-"La acción que se realizará cuando se cierra la tapa del portátil y se esté "
-"funcionando con la batería. Los valores válidos son \"suspend\" (suspender), "
-"\"hibernate\" (hibernar), \"blank\" (pantalla en negro) y \"nothing"
-"\" (ninguno)."
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "Indica si se debe o no bloquear la pantalla cuando el equipo se levante de una hibernación. Sólo se usa si «lock_use_screensaver_settings» está desactivado."
-#: ../data/mate-power-manager.schemas.in.h:69
-msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"La acción que se realizará cuando se pulsa el botón de hibernación. Los "
-"valores válidos son \"suspend\" (suspender), \"hibernate\" (hibernar), "
-"\"interactive\" (interactivo), \"shutdown\" (apagar) y \"nothing\" (ninguno)."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "Bloquear el depósito de claves al pasar a reposo"
-#: ../data/mate-power-manager.schemas.in.h:70
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
-msgstr ""
-"La acción que se realizará cuando se pulsa el botón de apagado del sistema. "
-"Los valores válidos son \"suspend\" (suspender), \"hibernate\" (hibernar), "
-"\"interactive\" (interactivo), \"shutdown\" (apagar) y \"nothing\" (ninguno)."
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "Indica si el depósito de claves está bloqueado antes de que el equipo se suspenda. Esto significa que tendrá que desbloquear el depósito al reanudar."
-#: ../data/mate-power-manager.schemas.in.h:71
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"La acción que se realizará cuando se pulsa el botón de suspensión. Los "
-"valores válidos son \"suspend\" (suspender), \"hibernate\" (hibernar), "
-"\"interactive\" (interactivo) y \"shutdown\" (apagar) y \"nothing"
-"\" (ninguno)."
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "Indica si el depósito de claves está bloqueado antes de que el equipo pase a hibernar. Esto significa que tendrá que desbloquear el depósito al reanudar."
-#: ../data/mate-power-manager.schemas.in.h:72
-msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
-msgstr ""
-"Los segundos que el equipo necesita estar inactivo cuando se encuentra "
-"usando el adaptador de corriente antes de poner la pantalla en reposo."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "Indica si se debe activar el modo de bajo consumo cuando se esté conectado al adaptador de corriente"
-#: ../data/mate-power-manager.schemas.in.h:73
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "Indica si se debe activar el modo de bajo consumo cuando se esté conectado al adaptador de corriente."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "Indica si se debe activar el modo de bajo consumo cuando se esté usando la batería"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Los segundos que el equipo necesita estar inactivo cuando se encuentra "
-"usando el adaptador de corriente antes de pasar a reposo."
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "Indica si se debe activar el modo de bajo consumo cuando se esté en un portátil funcionando con la batería."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr "Segundos de inactividad para reducir la velocidad de rotación con el adaptador de corriente"
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Los segundos que el equipo necesita estar inactivo cuando se encuentra "
-"usando un SAI antes de pasar a reposo."
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "El número de segundos de inactividad para reducir la velocidad de rotación de los discos cuando se esté usando el adaptador de corriente."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr "Segundos de inactividad para reducir la velocidad de rotación con la batería"
-#: ../data/mate-power-manager.schemas.in.h:75
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
-msgstr ""
-"Los segundos que el equipo necesita estar inactivo cuando se encuentra "
-"usando un SAI antes de poner la pantalla en reposo."
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "El número de segundos de inactividad para reducir la velocidad de rotación de los discos cuando se esté usando la batería."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "Indica si se debe mostrar la advertencia de batería reclamada para una batería defectuosa"
-#: ../data/mate-power-manager.schemas.in.h:76
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
-msgstr ""
-"Los segundos que el equipo necesita estar inactivo cuando se encuentra "
-"usando la batería antes de pasar a reposo."
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "Si se debe mostrar la advertencia de batería reclamada para una batería defectuosa. Desactive esto sólo si sabe que su batería está bien."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "Indica si se debe mostrar la advertencia de baja capacidad de carga para una batería defectuosa"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "Indica si se debe mostrar la advertencia de baja capacidad de carga para una batería defectuosa."
-#: ../data/mate-power-manager.schemas.in.h:77
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Notificar cuando el adaptador de corriente esté desconectado"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "Indica si se debe notificar al usuario cuando el adaptador de corriente se desconecte."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Notificar al cargarse totalmente"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
-msgstr ""
-"Los segundos que el equipo necesita estar inactivo cuando se encuentra "
-"usando la batería antes de poner la pantalla en reposo."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "Indica si se debe mostrar un mensaje de notificación cuando la batería esté completamente cargada."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Notificar cuando falle el paso a reposo"
-#: ../data/mate-power-manager.schemas.in.h:78
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
-msgstr ""
-"La atenuación que aplicar al brillo de la pantalla cuando se esté usando la "
-"batería. Los valores válidos están entre 0 y 100."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "Indica si debe mostrarse un mensaje de notificación después de fallar la suspensión o hibernación."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "El URI que mostrar al usuario al fallar el reposo"
-#: ../data/mate-power-manager.schemas.in.h:79
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
-msgstr ""
-"El brillo de la pantalla cuando se está usando el adaptador de corriente. "
-"Los valores válidos están entre 0 y 100."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "Cuando falla el reposo se puede mostrar al usuario un botón para ayudarle a resolver la situación. Déjelo en blanco si el botón no se debe mostrar."
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "El brillo de la pantalla cuando está inactivo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Notificar cuando quede poca carga"
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr ""
-"La cantidad de tiempo predeterminada para atenuar la pantalla después de la "
-"inactividad"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
+msgid ""
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "Indica si se debe mostrar un mensaje de notificación cuando la batería se esté agotando."
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr ""
-"La cantidad de tiempo predeterminada para atenuar la pantalla después de la "
-"inactividad."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "Indica si se deben mostrar los datos de puntos de la historia"
-#: ../data/mate-power-manager.schemas.in.h:83
-#| msgid "The default configuration version."
-msgid "The default configuration version"
-msgstr "La versión de la configuración predeterminada"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
+msgid ""
+"Whether we should show the history data points in the statistics window."
+msgstr "Indica si se deben mostrar los datos de puntos de la historia en la ventana estadística."
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr ""
-"El tipo de gráfica predeterminado que mostrar en la ventana de estadísticas"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "Indica si se deben suavizar los datos de puntos de la historia"
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr ""
-"El tipo de gráfica predeterminado que mostrar en la ventana de estadísticas."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "Indica si se deben suavizar los datos de historia en el gráfico."
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "La máxima duración del tiempo mostrada en el eje X de la gráfica."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "El tipo de gráfica predeterminado que mostrar en la ventana de historia"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "El tipo de gráfica predeterminado que mostrar en la ventana de historia."
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
msgstr "El tiempo máximo mostrado en la gráfica"
-#: ../data/mate-power-manager.schemas.in.h:88
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr ""
-"El número de segundos de inactividad para reducir la velocidad de rotación "
-"de los discos cuando se esté usando el adaptador de corriente."
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "La máxima duración del tiempo mostrada en el eje X de la gráfica."
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
-msgstr ""
-"El número de segundos de inactividad para reducir la velocidad de rotación "
-"de los discos cuando se esté usando la batería."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "Indica si se deben mostrar los datos en el gráfico."
-#: ../data/mate-power-manager.schemas.in.h:90
-msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
-msgstr ""
-"El porcentaje de la batería considerado crítico. Sólo es válido cuando "
-"use_time_for_policy está desactivado."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "Indica si se deben mostrar los puntos de datos estadísticos en la ventana de estadísticas."
-#: ../data/mate-power-manager.schemas.in.h:91
-msgid ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
-msgstr ""
-"El porcentaje de la batería considerado bajo. Sólo es válido cuando "
-"use_time_for_policy está desactivado."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "Indica si se deben suavizar los datos en el gráfico"
-#: ../data/mate-power-manager.schemas.in.h:92
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "Indica si se deben suavizar los datos en el gráfico."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "El tipo de gráfica predeterminado que mostrar en la ventana de estadísticas"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr "El tipo de gráfica predeterminado que mostrar en la ventana de estadísticas."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "El índice del número de página que mostrar por defecto"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"El porcentaje de la batería cuando se realiza la acción crítica. Sólo es "
-"válido cuando use_time_for_policy está desactivado."
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "El índice del número de página que mostrar por defecto el cual se usa para enviar el foco a la página correcta."
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "El número ID de identificación del último dispositivo seleccionado."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"El tiempo restante en segundos de la batería cuando se realiza la acción "
-"crítica. Sólo es válido cuando use_time_for_policy está activado"
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "El identificador del último dispositivo que se usa para dar foco al dispositivo correcto."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Porcentaje considerado bajo"
-#: ../data/mate-power-manager.schemas.in.h:94
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"El tiempo restante en segundos de la batería considerado crítico. Sólo es "
-"válido cuando use_time_for_policy está activado."
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
+msgstr "El porcentaje de la batería considerado bajo. Sólo es válido cuando use_time_for_policy está desactivado."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Porcentaje considerado crítico"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
-msgstr ""
-"El tiempo restante en segundos de la batería considerado bajo. Sólo válido "
-"cuando use_time_for_policy está activado."
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr "El porcentaje de la batería considerado crítico. Sólo es válido cuando use_time_for_policy está desactivado."
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "El tiempo restante cuando se toma la acción"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "Porcentaje cuando se toma la acción"
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "El tiempo restante considerado crítico"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
+msgid ""
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr "El porcentaje de la batería cuando se realiza la acción crítica. Sólo es válido cuando use_time_for_policy está desactivado."
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr "El tiempo restante considerado bajo"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr ""
-"El tipo de estado de reposo que debería realizarse cuando el equipo esté "
-"inactivo. Los valores posibles son \"hibernate\" (hibernar), \"suspend"
-"\"(suspender), y \"nothing\" (ninguno)."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "El tiempo restante en segundos de la batería considerado bajo. Sólo válido cuando use_time_for_policy está activado."
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"La versión de la versión instalada del esquema. No edite este valor, se usa "
-"para detectar cambios entre las versiones."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "El tiempo restante considerado crítico"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Este es el brillo de la pantalla del portátil cuando la sesión está "
-"inactiva. Sólo es válido cuando use_time_for_policy está activado."
-
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "Acción para SAI (UPS) críticamente bajo"
-
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "Acción para SAI (UPS) bajo"
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "El tiempo restante en segundos de la batería considerado crítico. Sólo es válido cuando use_time_for_policy está activado."
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "Usar la configuración de bloqueo de mate-screensaver"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "El tiempo restante cuando se toma la acción"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-msgstr ""
-"Cuando falla el reposo se puede mostrar al usuario un botón para ayudarle a "
-"resolver la situación. Déjelo en blanco si el botón no se debe mostrar."
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "Cuando mostrar el icono de notificación"
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "El tiempo restante en segundos de la batería cuando se realiza la acción crítica. Sólo es válido cuando use_time_for_policy está activado"
-#: ../data/mate-power-manager.schemas.in.h:107
-#| msgid ""
-#| "Whether NetworkManager should be connected and disconnected on sleep."
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr ""
-"Indica si NetworkManager debería conectarse y desconectarse al pasar a reposo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Tiempo para pasar a reposo cuando se está usando la batería"
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"Indica si NetworkManager debería desconectarse antes de suspender o hibernar "
-"y conectarse al reanudar."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "Los segundos que el equipo necesita estar inactivo cuando se encuentra usando la batería antes de pasar a reposo."
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"Indica si el depósito de claves está bloqueado antes de que el equipo pase a "
-"hibernar. Esto significa que tendrá que desbloquear el depósito al reanudar."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Tiempo para poner en reposo el equipo cuando se está usando el adaptador de corriente"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"Indica si el depósito de claves está bloqueado antes de que el equipo se "
-"suspenda. Esto significa que tendrá que desbloquear el depósito al reanudar."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "Los segundos que el equipo necesita estar inactivo cuando se encuentra usando el adaptador de corriente antes de pasar a reposo."
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"Indica si se debe o no bloquear la pantalla cuando el equipo se levante de "
-"una hibernación. Sólo se usa si «lock_use_screensaver_settings» está "
-"desactivado."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Tiempo para poner en reposo el equipo cuando se está usando un SAI"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"Indica si se debe o no bloquear la pantalla cuando el equipo se levante de "
-"una suspensión. Sólo se usa si «lock_use_screensaver_settings» está "
-"desactivado."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "Los segundos que el equipo necesita estar inactivo cuando se encuentra usando un SAI antes de pasar a reposo."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Tiempo para pasar a reposo cuando se está usando el adaptador de corriente"
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"Indica si se debe bloquear o no la pantalla cuando ésta se apague. Sólo se "
-"usa si «lock_use_screensaver_settings» está desactivado."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "Los segundos que el equipo necesita estar inactivo cuando se encuentra usando el adaptador de corriente antes de poner la pantalla en reposo."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr ""
-"Indica si se debe hibernar, suspender o no hacer nada cuando se esté inactivo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Tiempo para pasar a reposo cuando se está usando la batería"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"Indica si se debe usar el ajuste de bloqueo de pantalla del salvapantallas "
-"para decidir si se debe bloquear la pantalla tras una hibernación, "
-"suspensión u oscurecimiento de la pantalla."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "Los segundos que el equipo necesita estar inactivo cuando se encuentra usando la batería antes de poner la pantalla en reposo."
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "Indica si se deben usar notificaciones basadas en tiempo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Tiempo para pasar a reposo cuando se está usando un SAI"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr ""
-"Indica si se deben mostrar las etiquetas de los ejes en la ventana de "
-"estadísticas"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "Los segundos que el equipo necesita estar inactivo cuando se encuentra usando un SAI antes de poner la pantalla en reposo."
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr ""
-"Indica si se deben mostrar las etiquetas de los ejes en la ventana de "
-"estadísticas."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "Si se deben usar sonidos"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Indica si se deben mostrar los eventos en la ventana de estadísticas"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "Si se deben usar sonidos cuando la energía esté críticamente baja, o las peticiones de inhibición han parado la acción de la política."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Indica si se deben mostrar los eventos en la ventana de estadísticas."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "Indica si se deben mostrar los elementos de preferencias y estadísticas en el menú contextual"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "Indica si se deben suavizar los datos en el gráfico"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "Cuando mostrar el icono de notificación"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "Indica si se deben suavizar los datos en el gráfico."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "Mostrar las opciones del icono de notificación."
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Configure la gestión de energía"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "Gestor de energía"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Observe la gestión de energía"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Configure la gestión de energía"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1090
-#: ../src/gpm-statistics.c:1565
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "Estadísticas de energía"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Observe la gestión de energía"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "Brillo"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "Longitud de los datos:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Detalles"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "Tipo de gráfica:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "Histórico"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "Longitud de los datos:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "Recuperaciones del procesador por segundo:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "No hay datos para mostrar."
+
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Usar línea suavizada"
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "Mostrar puntos de datos"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "Histórico"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Estadísticas"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "No hay datos para mostrar."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "Recuperaciones del procesador por segundo:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Usar línea suavizada"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "Recuperaciones"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Preferencias del Gestor de energía"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Acciones</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "Poner el equipo en _reposo al estar inactivo durante:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "Al cerrar la _tapa del portátil:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "Re_ducir la velocidad de rotación de los discos cuando sea posible"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>Pantalla</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Área de notificación</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Poner la _pantalla en reposo si está inactivo durante:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "Cierra el programa"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "Poner _brillo del monitor a:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "A_tenuar la pantalla cuando esté inactiva"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "General"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "Hacer predeterminado"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "Con adaptador de corriente"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "Con batería"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "Con SAI (UPS)"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "Sólo mostrar un icono cuando esté presente una _batería"
-
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "Sólo mostrar un icono al cargar o _descargar"
-
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "Preferencias del Gestor de energía"
-
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "Proporciona ayuda acerca de este programa"
-
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "Poner la _pantalla en reposo si está inactivo durante:"
-
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "Poner el equipo en _reposo al estar inactivo durante:"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "Cuando la carga de la _batería esté críticamente baja:"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "Poner _brillo del monitor a:"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "_Reducir el brillo de fondo"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "Establece esta política para que todos los usuarios la usen"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "Con batería"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "Re_ducir la velocidad de rotación de los discos cuando sea posible"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "Cuando la carga del SAI (UPS) esté _baja:"
-#: ../data/gpm-prefs.ui.h:20
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
msgid "When UPS power is _critically low:"
msgstr "Cuando la carga el SAI (UPS) esté _críticamente baja:"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "Cuando la carga del SAI (UPS) esté _baja:"
-
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "Cuando la carga de la _batería esté críticamente baja:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "Con SAI (UPS)"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "Al cerrar la _tapa del portátil:"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "Al pulsar el botón de _encendido:"
-#: ../data/gpm-prefs.ui.h:24
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
msgid "When the _suspend button is pressed:"
msgstr "Al pulsar el botón de _suspensión:"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "Al pulsar el botón de _encendido:"
-
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "Mostrar _siempre el icono"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Área de notificación</b>"
-#: ../data/gpm-prefs.ui.h:27
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
msgid "_Never display an icon"
msgstr "No mostrar _nunca el icono"
-#: ../data/gpm-prefs.ui.h:28
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
msgid "_Only display an icon when battery power is low"
msgstr "_Sólo mostrar cuando la energía de la batería esté baja"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "_Reducir el brillo de fondo"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "Sólo mostrar un icono al cargar o _descargar"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "Sólo mostrar un icono cuando esté presente una _batería"
+
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "Mostrar _siempre el icono"
+
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "General"
+
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "Proporciona ayuda acerca de este programa"
+
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Hacer predeterminado"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "Establece esta política para que todos los usuarios la usen"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "Cierra el programa"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
msgstr "Establecer el brillo actual"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
msgstr "Obtener el brillo actual"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
msgstr "Obtener el número de niveles de brillo soportados"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
-#| msgid "MATE Power Manager Website"
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
msgstr "Ayudante de la luz de fondo del Gestor de energía"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
msgstr "No se especificó ninguna opción válida"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
msgstr "No se encontró ninguna luz de fondo en su sistema"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
msgstr "No se pudo obtener el valor de la luz de fondo"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
msgstr "No se pudo obtener el valor máximo de la luz de fondo"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
-#| msgid "Sets this policy to be used by all users"
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
msgstr "Este programa sólo lo puede usar el superusuario"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
msgstr "Este programa sólo se debe ejecutar a través de pkexec"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
msgstr "No se pudo establecer el valor de la luz de fondo"
@@ -1257,7 +1081,7 @@ msgid "%.1fV"
msgstr "%.1fV"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1545
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "Muestra información adicional de depuración"
@@ -1273,141 +1097,128 @@ msgstr "Salir tras un pequeño retardo (para depurar)"
msgid "Exit after the manager has loaded (for debugging)"
msgstr "Salir después de que el gestor se haya cargado (para depurar)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "Gestor de energía de MATE"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:221 ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "La batería está muy baja"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:269
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "Cable de corriente conectado"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "Cable de corriente desconectado"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "Se ha abierto la tapa"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "Se ha cerrado la tapa"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "La batería está baja"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "La batería está llena"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "Suspensión iniciada"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "Resumido"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "Falló la suspensión"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:574
-#| msgid "Your computer failed to suspend."
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
msgstr "El equipo falló al suspender."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:576
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "Falló al suspender"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:580
-#| msgid "Your computer failed to hibernate."
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
msgstr "El equipo falló al hibernar."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:582
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "Falló al hibernar"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:587
-#| msgid "The failure was reported as:"
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
msgstr "Se informó del fallo como:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:600
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "Visitar la página de ayuda"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:863
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "DPMS de la pantalla activado"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:882
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "Cuando se esté con batería"
-#: ../src/gpm-manager.c:900
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "La tapa del portátil está cerrada"
-#: ../src/gpm-manager.c:938
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "Información de energía"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1186
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "La batería podría estar reclamada"
-#: ../src/gpm-manager.c:1187
+#: ../src/gpm-manager.c:1148
#, c-format
-#| msgid ""
-#| "The battery in your computer may have been recalled by %s and you may be "
-#| "at risk.\n"
-#| "\n"
-#| "For more information visit the battery recall website."
-msgid ""
-"A battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+msgid ""
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"La batería en su equipo quizá haya sido reclamada por %s y usted puede estar "
-"en riesgo.\n"
-"\n"
-"Para obtener más información visite el sitio de reclamación de baterías."
+msgstr "La batería en su equipo quizá haya sido reclamada por %s y usted puede estar en riesgo.\n\nPara obtener más información visite el sitio de reclamación de baterías."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1197
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "Visitar sitio web de reclamaciones"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1200
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "No mostrar esto más"
@@ -1415,534 +1226,443 @@ msgstr "No mostrar esto más"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1285
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "La batería podría estar estropeada"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1288
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
-#| msgid ""
-#| "Your battery has a very low capacity (%1.1f%%), which means that it may "
-#| "be old or broken."
msgid ""
-"Battery has a very low capacity (%1.1f%%), which means that it may be old or "
-"broken."
-msgstr ""
-"Su batería tiene una capacidad muy baja (%1.1f%%), lo que significa que "
-"puede ser vieja o estar defectuosa."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "Su batería tiene una capacidad muy baja (%1.1f%%), lo que significa que puede ser vieja o estar defectuosa."
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1337
-#| msgid "Battery Fully Charged"
-#| msgid_plural "Batteries Fully Charged"
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
msgstr[0] "Batería cargada"
msgstr[1] "Baterías cargadas"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1383
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "Descargando la batería"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1387
+#: ../src/gpm-manager.c:1348
#, c-format
-#| msgid "%s of battery power remaining (%.1f%%)"
msgid "%s of battery power remaining (%.0f%%)"
msgstr "%s de energía batería restante (%.0f%%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1390 ../src/gpm-manager.c:1402
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
-#| msgid "%s discharging (%.1f%%)"
msgid "%s discharging (%.0f%%)"
msgstr "%s descargándose (%.0f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1395
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "Descargando el SAI"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1399
+#: ../src/gpm-manager.c:1360
#, c-format
-#| msgid "%s of UPS backup power remaining (%.1f%%)"
msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr "%s de energía de respaldo del SAI restante (%.0f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1483
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "La batería está baja"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1486
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "Batería del portátil baja"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1492
+#: ../src/gpm-manager.c:1453
#, c-format
-#| msgid "Approximately <b>%s</b> remaining (%.1f%%)"
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "Le queda aproximadamente <b>%s</b> (%.0f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1496
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "SAI bajo"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1500
+#: ../src/gpm-manager.c:1461
#, c-format
-#| msgid ""
-#| "You have approximately <b>%s</b> of remaining UPS backup power (%.1f%%)"
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
msgstr "Le queda aproximadamente <b>%s</b> de carga en el SAI (%.0f%%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1504 ../src/gpm-manager.c:1643
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "Batería del ratón baja"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1507
+#: ../src/gpm-manager.c:1468
#, c-format
-#| msgid ""
-#| "The wireless mouse attached to this computer is low in power (%.1f%%)"
msgid "Wireless mouse is low in power (%.0f%%)"
msgstr "El ratón inalámbrico se está quedando sin carga (%.0f%%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1511 ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "Batería del teclado baja"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1514
+#: ../src/gpm-manager.c:1475
#, c-format
-#| msgid ""
-#| "The wireless keyboard attached to this computer is low in power (%.1f%%)"
msgid "Wireless keyboard is low in power (%.0f%%)"
msgstr "El teclado inalámbrico se está quedando sin carga (%.0f%%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1518 ../src/gpm-manager.c:1660
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "Batería de la PDA baja"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1521
+#: ../src/gpm-manager.c:1482
#, c-format
-#| msgid "The PDA attached to this computer is low in power (%.1f%%)"
msgid "PDA is low in power (%.0f%%)"
msgstr "La PDA se está quedando sin carga (%.0f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1525 ../src/gpm-manager.c:1670
-#: ../src/gpm-manager.c:1681
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "Batería del teléfono móvil baja"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1528
+#: ../src/gpm-manager.c:1489
#, c-format
-#| msgid "The cell phone attached to this computer is low in power (%.1f%%)"
msgid "Cell phone is low in power (%.0f%%)"
msgstr "El teléfono móvil se está quedando sin carga (%.0f%%)"
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1533
-#| msgid "Cell phone battery low"
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
msgstr "Batería del reproductor multimedia baja"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1536
+#: ../src/gpm-manager.c:1497
#, c-format
-#| msgid "The PDA attached to this computer is low in power (%.1f%%)"
msgid "Media player is low in power (%.0f%%)"
msgstr "El reproductor multimedia se está quedando sin carga (%.0f%%)"
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1540 ../src/gpm-manager.c:1690
-#| msgid "Laptop battery low"
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
msgstr "Batería de la «tablet» baja"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1543
+#: ../src/gpm-manager.c:1504
#, c-format
-#| msgid "The PDA attached to this computer is low in power (%.1f%%)"
msgid "Tablet is low in power (%.0f%%)"
msgstr "La «tablet» se está quedando sin carga (%.0f%%)"
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1547 ../src/gpm-manager.c:1699
-#| msgid "Mouse battery low"
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
msgstr "Batería del equipo acoplado baja"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1550
+#: ../src/gpm-manager.c:1511
#, c-format
-#| msgid "The PDA attached to this computer is low in power (%.1f%%)"
msgid "Attached computer is low in power (%.0f%%)"
msgstr "El equipo acoplado se está quedando sin carga (%.0f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one kind of battery
-#: ../src/gpm-manager.c:1600
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "La batería está críticamente baja"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1603 ../src/gpm-manager.c:1760
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "La batería del portátil está críticamente baja"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1613
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
-msgstr ""
-"Conecte su adaptador de adaptador de corriente para evitar perder datos."
+msgstr "Conecte su adaptador de adaptador de corriente para evitar perder datos."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1617
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
msgstr "El equipo se suspenderá muy pronto a menos que esté conectado."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1621
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
msgstr "El equipo hibernará muy pronto a menos que esté conectado."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1625
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
msgstr "El equipo se apagará muy pronto a menos que esté conectado."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1633 ../src/gpm-manager.c:1798
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "El SAI está críticamente bajo"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1637
+#: ../src/gpm-manager.c:1595
#, c-format
-#| msgid ""
-#| "You have approximately <b>%s</b> of remaining UPS power (%.1f%%). Restore "
-#| "AC power to your computer to avoid losing data."
msgid ""
-"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to "
-"your computer to avoid losing data."
-msgstr ""
-"Le queda aproximadamente <b>%s</b> de carga en el SAI (%.0f%%). Restaure el "
-"adaptador de corriente en su equipo para evitar la pérdida de datos."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "Le queda aproximadamente <b>%s</b> de carga en el SAI (%.0f%%). Restaure el adaptador de corriente en su equipo para evitar la pérdida de datos."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1646
+#: ../src/gpm-manager.c:1604
#, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
msgid ""
"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"El ratón inalámbrico está agotando su carga (%.0f%%). Este dispositivo "
-"pronto dejará de funcionar si no se carga."
+msgstr "El ratón inalámbrico está agotando su carga (%.0f%%). Este dispositivo pronto dejará de funcionar si no se carga."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1654
+#: ../src/gpm-manager.c:1612
#, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
msgid ""
"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"El teclado inalámbrico está agotando su carga (%.0f%%). Este dispositivo "
-"pronto dejará de funcionar si no se carga."
+msgstr "El teclado inalámbrico está agotando su carga (%.0f%%). Este dispositivo pronto dejará de funcionar si no se carga."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1663
+#: ../src/gpm-manager.c:1621
#, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
msgid ""
-"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
-"not charged."
-msgstr ""
-"La PDA está agotando su carga (%.0f%%). Este dispositivo pronto dejará de "
-"funcionar si no se carga."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "La PDA está agotando su carga (%.0f%%). Este dispositivo pronto dejará de funcionar si no se carga."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1673
+#: ../src/gpm-manager.c:1631
#, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"El teléfono móvil está agotando su carga (%.0f%%). Este dispositivo pronto "
-"dejará de funcionar si no se carga."
+msgstr "El teléfono móvil está agotando su carga (%.0f%%). Este dispositivo pronto dejará de funcionar si no se carga."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1684
+#: ../src/gpm-manager.c:1642
#, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"El reproductor multimedia está agotando su carga (%.0f%%). Este dispositivo "
-"pronto dejará de funcionar si no se carga."
+msgstr "El reproductor multimedia está agotando su carga (%.0f%%). Este dispositivo pronto dejará de funcionar si no se carga."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1693
+#: ../src/gpm-manager.c:1651
#, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
msgid ""
-"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
-"if not charged."
-msgstr ""
-"La «tablet» está agotando su carga (%.0f%%). Este dispositivo pronto dejará "
-"de funcionar si no se carga."
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "La «tablet» está agotando su carga (%.0f%%). Este dispositivo pronto dejará de funcionar si no se carga."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1702
+#: ../src/gpm-manager.c:1660
#, c-format
-#| msgid ""
-#| "The PDA attached to this computer is very low in power (%.1f%%). This "
-#| "device will soon stop functioning if not charged."
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
"shutdown if not charged."
-msgstr ""
-"El equipo acoplado está agotando su carga (%.0f%%). Este dispositivo pronto "
-"dejará de funcionar si no se carga."
+msgstr "El equipo acoplado está agotando su carga (%.0f%%). Este dispositivo pronto dejará de funcionar si no se carga."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1769
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
-msgstr ""
-"La batería está por debajo de un nivel crítico y este equipo se <b>apagará</"
-"b> cuando la batería esté completamente vacía."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "La batería está por debajo de un nivel crítico y este equipo se <b>apagará</b> cuando la batería esté completamente vacía."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1775
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"La batería está por debajo de un nivel crítico y este equipo se va a "
-"suspender. <br><b>NOTA:</b> Se requiere una pequeña cantidad de energía para "
-"mantener su equipo en un estado de suspensión."
+msgstr "La batería está por debajo de un nivel crítico y este equipo se va a suspender. <br><b>NOTA:</b> Se requiere una pequeña cantidad de energía para mantener su equipo en un estado de suspensión."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1782
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
-msgstr ""
-"La batería está por debajo del nivel crítico y este equipo se va a poner a "
-"hibernar."
+msgstr "La batería está por debajo del nivel crítico y este equipo se va a poner a hibernar."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1787
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
-msgstr ""
-"La batería está por debajo de un nivel crítico y este equipo se apagará."
+msgstr "La batería está por debajo de un nivel crítico y este equipo se apagará."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1807
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
-msgstr ""
-"EL SAI (UPS) está por debajo de un nivel crítico y este equipo se "
-"<b>apagará</b> cuando el SAI esté completamente vacío."
+msgstr "EL SAI (UPS) está por debajo de un nivel crítico y este equipo se <b>apagará</b> cuando el SAI esté completamente vacío."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1813
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
-msgstr ""
-"El SAI (UPS) está por debajo del nivel crítico y este equipo se va a poner a "
-"hibernar."
+msgstr "El SAI (UPS) está por debajo del nivel crítico y este equipo se va a poner a hibernar."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1818
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
-msgstr ""
-"El SAI (UPS) está por debajo de un nivel crítico y este equipo se apagará."
-
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1956
-msgid "Install problem!"
-msgstr "Problema de instalación."
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1958
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"No se ha instalado correctamente la configuración predeterminada para el "
-"Gestor de energía.\n"
-"Contacte con el administrador de su sistema."
+msgstr "El SAI (UPS) está por debajo de un nivel crítico y este equipo se apagará."
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "Preferencias de energía de MATE"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Apagar"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Suspender"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Hibernar"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "Oscurecer pantalla"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Preguntarme"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "No hacer nada"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Nunca"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Tasa"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "Carga"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "Tiempo para la carga"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "Tiempo para el vaciado"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 minutos"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 horas"
-#: ../src/gpm-statistics.c:92
-#| msgid "2 hours"
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 horas"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 día"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
msgstr "1 semana"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "Perfil de carga"
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "Perfil descarga"
-#. TRANSLATORS: how accurately we can predict the time remaining of the battery
-#: ../src/gpm-statistics.c:106
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "Precisión de la carga"
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "Precisión de la descarga"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Atributo"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "Valor"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "Imagen"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "Descripción"
-#: ../src/gpm-statistics.c:183 ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Tipo"
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "ID"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
-msgstr "Comando"
+msgstr "Orden"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "Desconocido"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1950,7 +1670,7 @@ msgstr[0] "%.0f segundo"
msgstr[1] "%.0f segundos"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
@@ -1958,7 +1678,7 @@ msgstr[0] "%.1f minuto"
msgstr[1] "%.1f minutos"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
@@ -1966,46 +1686,47 @@ msgstr[0] "%.1f hora"
msgstr[1] "%.1f horas"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
msgstr[0] "%.1f día"
msgstr[1] "%.1f días"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Sí"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "No"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Dispositivo"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Fabricante"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Modelo"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "Número de serie"
#. TRANSLATORS: a boolean attribute that means if the device is supplying the
-#. * main power for the computer. For instance, an AC adapter or laptop battery
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "Suministro"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -2014,251 +1735,252 @@ msgstr[1] "%d segundos"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "Actualizado"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "Presente"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "Recargable"
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "Estado"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "Energía"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "Energía cuando está vacía"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "Energía cuando está cargada"
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "Energía (diseño)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "Voltaje"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Porcentaje"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "Capacidad"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "Tecnología"
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "En línea"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:824
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "Sin datos"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:831 ../src/gpm-statistics.c:836
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Módulo del kernel"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:841
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "Core del núcleo"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:846
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "Interrupción entre procesadores"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:851
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "Interrupción"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:898
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "Teclado/ratón/touchpad PS/2"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:901
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:904
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "Serial ATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:907
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "Controlador ATA del equipo"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:910
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Adaptador inalámbrico Intel"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:917 ../src/gpm-statistics.c:922
-#: ../src/gpm-statistics.c:927 ../src/gpm-statistics.c:932
-#: ../src/gpm-statistics.c:937
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "Disparador de «%s»"
-#. TRANSLATORS: the parameter is the name of task that's woken up from sleeping.
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:941
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "%s dormida"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:944
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "Tarea nueva %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:948
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "%s en espera"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:952 ../src/gpm-statistics.c:956
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "Cola de trabajo %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:959
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "Limpieza de las rutas de la red «%s»"
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:962
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "Actividad del USB %s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:965
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "Despertar «%s»"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:968
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "Interrupciones locales"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:971
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "Planificando de nuevo las interrupciones"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1080
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "Información del dispositivo"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "Histórico del dispositivo"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "Perfil del dispositivo"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "Recuperaciones del procesador"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1292 ../src/gpm-statistics.c:1298
-#: ../src/gpm-statistics.c:1304 ../src/gpm-statistics.c:1310
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "Tiempo transcurrido"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1294
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "Energía"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1300 ../src/gpm-statistics.c:1343
-#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1355
-#: ../src/gpm-statistics.c:1361
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "Carga de la celda"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1306 ../src/gpm-statistics.c:1312
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "Tiempo estimado"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1345 ../src/gpm-statistics.c:1357
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "Factor de corrección"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1351 ../src/gpm-statistics.c:1363
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "Precisión de la estimación"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1548
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "Seleccionar este dispositivo al inicio"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1794
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Procesador"
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "Prefere_ncias"
@@ -2275,9 +1997,7 @@ msgstr "%s cargando (%.1f%%)"
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"La batería está totalmente cargada\n"
-"Proporciona %s de uso de portátil"
+msgstr "La batería está totalmente cargada\nProporciona %s de uso de portátil"
#. TRANSLATORS: the device is fully charged
#: ../src/gpm-upower.c:241
@@ -2303,11 +2023,10 @@ msgstr "%s descargándose (%.1f%%)"
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s %s hasta su carga (%.1f%%)\n"
-"Proporciona %s de tiempo de uso de batería"
+msgstr "%s %s hasta su carga (%.1f%%)\nProporciona %s de tiempo de uso de batería"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
@@ -2393,7 +2112,8 @@ msgstr "Tiempo de carga:"
msgid "Discharge time:"
msgstr "Tiempo de descarga:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "Excelente"
@@ -2460,7 +2180,6 @@ msgstr[1] "Monitores"
#. TRANSLATORS: wireless mice with internal batteries
#: ../src/gpm-upower.c:494
-#| msgid "Model"
msgid "Mouse"
msgid_plural "Mice"
msgstr[0] "Ratón"
@@ -2550,577 +2269,10 @@ msgstr "Vacía"
#. TRANSLATORS: battery state
#: ../src/gpm-upower.c:649
-#| msgid "%s waiting to charge (%.1f%%)"
msgid "Waiting to charge"
msgstr "Esperando para cargar"
#. TRANSLATORS: battery state
#: ../src/gpm-upower.c:653
-#| msgid "%s waiting to discharge (%.1f%%)"
msgid "Waiting to discharge"
msgstr "Esperando para descargar"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "Acerca _de"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "Ay_uda"
-
-#~ msgid ""
-#~ "The wireless mouse attached to this computer is very low in power (%.1f%"
-#~ "%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "El ratón inalámbrico conectado a este equipo está agotando su carga (%.1f%"
-#~ "%). Este dispositivo pronto dejará de funcionar si no se carga."
-
-#~ msgid ""
-#~ "The wireless keyboard attached to this computer is very low in power (%.1f"
-#~ "%%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "El teclado inalámbrico conectado a este equipo está agotando su carga "
-#~ "(%.1f%%). Este dispositivo pronto dejará de funcionar si no se carga."
-
-#~ msgid "Wireless mouse"
-#~ msgid_plural "Wireless mice"
-#~ msgstr[0] "Ratón inalámbrico"
-#~ msgstr[1] "Ratones inalámbricos"
-
-#~ msgid "Wireless keyboard"
-#~ msgid_plural "Wireless keyboards"
-#~ msgstr[0] "Teclado inalámbrico"
-#~ msgstr[1] "Teclados inalámbricos"
-
-#~ msgid "Please see %s for more information."
-#~ msgstr "Para obtener más información consulte %s"
-
-#~ msgid ""
-#~ "If you can see this text, your display server is broken and you should "
-#~ "notify your distributor."
-#~ msgstr ""
-#~ "Si puede ver este texto su servidor de pantalla está roto y debería "
-#~ "notificárselo a su distribuidor."
-
-#~ msgid "Session idle"
-#~ msgstr "Sesión inactiva"
-
-#~ msgid "Session active"
-#~ msgstr "Sesión activa"
-
-#~ msgid "idle inhibited"
-#~ msgstr "reposo inhibido"
-
-#~ msgid "idle not inhibited"
-#~ msgstr "reposo no inhibido"
-
-#~ msgid "suspend inhibited"
-#~ msgstr "suspensión inhibida"
-
-#~ msgid "suspend not inhibited"
-#~ msgstr "la suspensión no está inhibida"
-
-#~ msgid "screen idle"
-#~ msgstr "pantalla inactiva"
-
-#~ msgid "screen awake"
-#~ msgstr "pantalla despertada"
-
-#~ msgid "Sleep problem"
-#~ msgstr "Problema al pasar a reposo"
-
-#~ msgid "Check the help file for common problems."
-#~ msgstr "Consulte la ayuda para ver problemas comunes."
-
-#~ msgid "Allow Suspend and Hibernate in the menu"
-#~ msgstr "Permitir Suspender e Hibernar en el menú"
-
-#~ msgid "Hibernate enabled"
-#~ msgstr "Hibernación activada"
-
-#~ msgid "If preferences should be shown"
-#~ msgstr "Si se deben mostrar las preferencias"
-
-#~ msgid ""
-#~ "If the Suspend and Hibernate options should be allowed in the "
-#~ "notification area drop down menu."
-#~ msgstr ""
-#~ "Indica si se permiten o no las opciones Suspender e Hibernar en el menú "
-#~ "desplegable del área de notificación."
-
-#~ msgid "If the user is authorized to hibernate the computer."
-#~ msgstr "Indica si el usuario está autorizado a hibernar el equipo."
-
-#~ msgid "If the user is authorized to suspend the computer."
-#~ msgstr "Indica si el usuario está autorizado a suspender el equipo."
-
-#~ msgid "Suspend enabled"
-#~ msgstr "Suspensión activada"
-
-#~ msgid "Action disallowed"
-#~ msgstr "Acción deshabilitada"
-
-#~ msgid ""
-#~ "Suspend support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "El soporte de suspensión ha sido desactivado. Contacte con su "
-#~ "administrador para obtener más detalles."
-
-#~ msgid ""
-#~ "Hibernate support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "El soporte de hibernación ha sido desactivado. Contacte con su "
-#~ "administrador para obtener más detalles."
-
-#~ msgid "translator-credits"
-#~ msgstr ""
-#~ "Jorge González <[email protected]>, 2007-2009\n"
-#~ "Francisco Javier F. Serrador <[email protected]>, 2005, 2006"
-
-#~ msgid "Power _History"
-#~ msgstr "_Histórico de energía"
-
-#~ msgid "_Suspend"
-#~ msgstr "_Suspender"
-
-#~ msgid "Hi_bernate"
-#~ msgstr "_Hibernar"
-
-#~ msgid "Device information"
-#~ msgstr "Información del dispositivo"
-
-#~ msgid "There is no detailed information for this device"
-#~ msgstr "No hay información detallada para este dispositivo"
-
-#~ msgid "If DBUS inhibit requests should be ignored from other programs."
-#~ msgstr ""
-#~ "Si las peticiones DBUS de inhibición pueden ser ignoradas por los demás "
-#~ "programas."
-
-#~ msgid "If DBUS inhibit requests should be ignored."
-#~ msgstr "Si las peticiones DBUS de inhibición deben ignorarse."
-
-#~ msgid ""
-#~ "If a notification message should be displayed when the profile data is "
-#~ "guessed."
-#~ msgstr ""
-#~ "Indica si se debe mostrar un mensaje de notificación cuando se adivinan "
-#~ "los datos del perfil."
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close"
-#~ msgstr ""
-#~ "Si se debe mostrar la advertencia cuando el valor de inhibir es válido y "
-#~ "está configurado para pasar a reposo al cerrar la tapa"
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close."
-#~ msgstr ""
-#~ "Si se debe mostrar la advertencia cuando el valor de inhibir es válido y "
-#~ "está configurado para pasar a reposo al cerrar la tapa."
-
-#~ msgid "Notify when the profile data is guessed"
-#~ msgstr "Notificar cuando se adivinan los datos del perfil"
-
-#~ msgid "<b>Product:</b> %s\n"
-#~ msgstr "<b>Producto:</b> %s\n"
-
-#~ msgid "<b>Status:</b> %s\n"
-#~ msgstr "<b>Estado:</b> %s\n"
-
-#~ msgid "<b>Percentage charge:</b> %.1f%%\n"
-#~ msgstr "<b>Porcentaje de carga:</b> %.1f%%\n"
-
-#~ msgid "<b>Vendor:</b> %s\n"
-#~ msgstr "<b>Fabricante:</b> %s\n"
-
-#~ msgid "<b>Technology:</b> %s\n"
-#~ msgstr "<b>Tecnología:</b> %s\n"
-
-#~ msgid "<b>Serial number:</b> %s\n"
-#~ msgstr "<b>Número de serie:</b> %s\n"
-
-#~ msgid "<b>Model:</b> %s\n"
-#~ msgstr "<b>Modelo:</b> %s\n"
-
-#~ msgid "<b>Charge time:</b> %s\n"
-#~ msgstr "<b>Tiempo de carga</b> %s\n"
-
-#~ msgid "<b>Discharge time:</b> %s\n"
-#~ msgstr "<b>Tiempo de descarga:</b> %s\n"
-
-#~ msgid "<b>Capacity:</b> %.1f%% (%s)\n"
-#~ msgstr "<b>Capacidad:</b> %.1f%% (%s)\n"
-
-#~ msgid "<b>Current charge:</b> %.1f Wh\n"
-#~ msgstr "<b>Carga actual:</b> %.1f Wh\n"
-
-#~ msgid "<b>Design charge:</b> %.1f Wh\n"
-#~ msgstr "<b>Carga de diseño:</b> %.1f Wh\n"
-
-#~ msgid "<b>Charge rate:</b> %.1f W\n"
-#~ msgstr "<b>Tasa de carga:</b> %.1f W\n"
-
-#~ msgid "<b>Current charge:</b> %.0f/7\n"
-#~ msgstr "<b>Carga actual:</b> %.0f/7\n"
-
-#~ msgid "<b>Design charge:</b> %.0f/7\n"
-#~ msgstr "<b>Carga de diseño:</b> %.0f/7\n"
-
-#~ msgid "The lid has been closed on ac power."
-#~ msgstr "Se ha cerrado la tapa con el adaptador de corriente conectado."
-
-#~ msgid "The lid has been closed on battery power."
-#~ msgstr "S ha cerrado la tapa funcionando con la batería."
-
-#~ msgid "The power button has been pressed."
-#~ msgstr "Se ha pulsado el botón de encendido."
-
-#~ msgid "The suspend button has been pressed."
-#~ msgstr "Se ha pulsado el botón de suspensión."
-
-#~ msgid "The hibernate button has been pressed."
-#~ msgstr "Se ha pulsado el botón de hibernación."
-
-#~ msgid ""
-#~ "The lid has been closed, and the ac adapter removed (and mateconf is okay)."
-#~ msgstr ""
-#~ "La tapa se ha cerrado y el adaptador de corriente se ha desconectado (y "
-#~ "mateconf está bien)."
-
-#~ msgid "User clicked on tray"
-#~ msgstr "El usuario pulsó en la bandeja del sistema"
-
-#~ msgid "Your laptop battery is now fully charged"
-#~ msgid_plural "Your laptop batteries are now fully charged"
-#~ msgstr[0] "La batería de su portátil ahora está completamente cargada"
-#~ msgstr[1] "Las baterías de su portátil ahora están completamente cargadas"
-
-#~ msgid ""
-#~ "The AC power has been unplugged. The system is now using battery power."
-#~ msgstr ""
-#~ "El adaptador de corriente se ha desconectado. El sistema está usando "
-#~ "ahora la energía de la batería."
-
-#~ msgid ""
-#~ "The AC power has been unplugged. The system is now using backup power."
-#~ msgstr ""
-#~ "El adaptador de corriente se ha desconectado. El sistema está usando "
-#~ "ahora la energía de respaldo."
-
-#~ msgid "This computer will suspend in %s if the AC is not connected."
-#~ msgstr ""
-#~ "Este equipo entrará en suspensión en %s si el adaptador de corriente no "
-#~ "se conecta."
-
-#~ msgid "This computer will hibernate in %s if the AC is not connected."
-#~ msgstr ""
-#~ "Este equipo entrará en hibernación en %s si el adaptador de corriente no "
-#~ "se conecta."
-
-#~ msgid ""
-#~ "You have approximately <b>%s</b> of remaining battery life (%.1f%%). %s"
-#~ msgstr "Tiene aproximadamente <b>%s</b> de batería restante (%.1f%%). %s"
-
-#~ msgid "The lid has been found closed on ac power."
-#~ msgstr ""
-#~ "Se encontró la tapa cerrada con el adaptador de corriente conectado."
-
-#~ msgid "The lid has been found closed on battery power."
-#~ msgstr "Se encontró la tapa cerrada funcionando con la batería."
-
-#~ msgid "Sleep warning"
-#~ msgstr "Aviso de paso a reposo"
-
-#~ msgid ""
-#~ "Your laptop will not sleep if you shut the lid as a running program has "
-#~ "prevented this.\n"
-#~ "Some laptops can overheat if they do not sleep when the lid is closed."
-#~ msgstr ""
-#~ "Su portátil no pasará a reposo si cierra la tapa ya que un programa en "
-#~ "ejecución no lo permitirá.\n"
-#~ "Algunos portátiles pueden recalentarse si no pasan a reposo cuando se "
-#~ "cierra la tapa."
-
-#~ msgid "Visit quirk website"
-#~ msgstr "Visitar sitio web de peculiaridades"
-
-#~ msgid "Change the brightness automatically using the ambient light sensors"
-#~ msgstr ""
-#~ "Cambia el brillo automáticamente usando los sensores de luz ambiental"
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors."
-#~ msgstr ""
-#~ "Indica si el brillo de la pantalla debe cambiarse automáticamente usando "
-#~ "los sensores de luz ambiental."
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors. Valid is 'none', 'light' and 'dark'"
-#~ msgstr ""
-#~ "Indica si el brillo de la pantalla debe cambiarse automáticamente usando "
-#~ "los sensores de luz ambiental. Los valores válidos son «none», «light» y "
-#~ "«dark»"
-
-#~ msgid "Keyboard brightness when on AC"
-#~ msgstr "Brillo del teclado con el adaptador de corriente"
-
-#~ msgid "Keyboard brightness when on battery"
-#~ msgstr "Brillo del teclado cuando se esté usando la batería"
-
-#~ msgid "The amount the light sensors should contribute to the brightness"
-#~ msgstr ""
-#~ "La cantidad con la que los sensores de luz deben contribuir al brillo"
-
-#~ msgid "The amount the light sensors should contribute to the brightness."
-#~ msgstr ""
-#~ "La cantidad con la que los sensores de luz deben contribuir al brillo."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on AC power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "El brillo del teclado cuando se está funcionando con adaptador de "
-#~ "corriente. Los valores válidos están entre 0 y 100."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on battery power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "El brillo del teclado cuando se esté usando la batería. Los valores "
-#~ "válidos están entre 0 y 100."
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough"
-#~ msgstr ""
-#~ "La calibración de los sensores de luz para que el brillo de la pantalla "
-#~ "sea suficiente"
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough, "
-#~ "in percent."
-#~ msgstr ""
-#~ "La calibración de los sensores de luz para que el brillo de la pantalla "
-#~ "sea suficiente, en porcentaje."
-
-#~ msgid "The interval the ambient light sensors should be polled"
-#~ msgstr ""
-#~ "El intervalo en el que los sensores de luz ambiental deben ser encuestados"
-
-#~ msgid "The interval the ambient light sensors should be polled in seconds."
-#~ msgstr ""
-#~ "El intervalo en segundo en el que los sensores de luz ambiental deben ser "
-#~ "encuestados."
-
-#~ msgid "If the low-power mode should be enabled when on UPS"
-#~ msgstr ""
-#~ "Indica si se debe activar el modo de bajo consumo cuando se esté "
-#~ "conectado a un SAI (UPS)"
-
-#~ msgid "If the system low-power mode should be enabled when on UPS power."
-#~ msgstr ""
-#~ "Indica si se debe activar el modo de bajo consumo cuando se esté "
-#~ "conectado a un SAI (UPS)."
-
-#~ msgid "Application:"
-#~ msgstr "Aplicación:"
-
-#~ msgid "Burning DVD, titled \"My Photos\""
-#~ msgstr "Grabando un DVD, titulado «Mis fotos»"
-
-#~ msgid "Inhibit Tester"
-#~ msgstr "Inhibir testeador"
-
-#~ msgid "Reason:"
-#~ msgstr "Razón:"
-
-#~ msgid "UnInhibit"
-#~ msgstr "Desinhibir"
-
-#~ msgid "Vendor Acme Foo"
-#~ msgstr "Fabricante Acme Foo"
-
-#~ msgid "<b>Extras</b>"
-#~ msgstr "<b>Extras</b>"
-
-#~ msgid "Always sleep when the lid is _closed"
-#~ msgstr "Siempre poner en _reposo al cerrar la tapa"
-
-#~ msgid "Enable UPS discharge _alarm"
-#~ msgstr "Activar _alarma de descarga del SAI (UPS)"
-
-#~ msgid "Turn on keyboard light when light level is low"
-#~ msgstr "Encender la luz del teclado cuando el nivel de luz sea bajo"
-
-#~ msgid "Use _ambient light to adjust LCD brightness"
-#~ msgstr "Usar luz _ambiental para ajustar el brillo del LCD"
-
-#~ msgid "Use _sound to notify in event of an error"
-#~ msgstr "Usar _sonido para notificar en caso de error"
-
-#~ msgid "Power Manager for the MATE desktop"
-#~ msgstr "Gestor de energía para el escritorio MATE"
-
-#~ msgid "%s has stopped the suspend from taking place: %s."
-#~ msgstr "%s ha impedido que el sistema se suspenda: %s."
-
-#~ msgid "%s has stopped the hibernate from taking place: %s."
-#~ msgstr "%s ha impedido que el sistema hiberne: %s."
-
-#~ msgid "%s has stopped the policy action from taking place: %s."
-#~ msgstr "%s ha impedido la acción de política: %s."
-
-#~ msgid "%s has stopped the reboot from taking place: %s."
-#~ msgstr "%s ha impedido que el sistema se reinicie: %s."
-
-#~ msgid "%s has stopped the shutdown from taking place: %s."
-#~ msgstr "%s ha impedido que el sistema se apague: %s."
-
-#~ msgid "%s has stopped the timeout action from taking place: %s."
-#~ msgstr "%s ha impedido que el sistema se suspenda: %s."
-
-#~ msgid "Multiple applications have stopped the suspend from taking place."
-#~ msgstr ""
-#~ "Varias aplicaciones han impedido que la acción de suspensión se ejecute."
-
-#~ msgid "Multiple applications have stopped the hibernate from taking place."
-#~ msgstr ""
-#~ "Varias aplicaciones han impedido que la acción de hibernado se ejecute."
-
-#~ msgid ""
-#~ "Multiple applications have stopped the policy action from taking place."
-#~ msgstr ""
-#~ "Varias aplicaciones han impedido que la acción de política se ejecute."
-
-#~ msgid "Multiple applications have stopped the reboot from taking place."
-#~ msgstr ""
-#~ "Varias aplicaciones han impedido que la acción de reinicio se ejecute."
-
-#~ msgid "Multiple applications have stopped the shutdown from taking place."
-#~ msgstr ""
-#~ "Varias aplicaciones han impedido que la acción de apagado se ejecute."
-
-#~ msgid "Request to do policy action"
-#~ msgstr "Solicitud de acción de política"
-
-#~ msgid "Request to do timeout action"
-#~ msgstr "Solicitud de acción de tiempo de expiración"
-
-#~ msgid "Perform action anyway"
-#~ msgstr "Realizar acción de todas formas"
-
-#~ msgid ""
-#~ "After resume, mate-power-manager will suppress policy actions for a "
-#~ "number of seconds to allow messages to settle and HAL to refresh. "
-#~ "Commonly five seconds is enough while not being so long that the user "
-#~ "gets confused."
-#~ msgstr ""
-#~ "Después de reanudar, mate-power-manager suprimirá las políticas de "
-#~ "acciones durante un número de segundos para permitir que los mensajes se "
-#~ "asienten y HAL se refresque. Comúnmente cinco segundos es suficiente "
-#~ "mientras que no es tan grande como para confundir al usuario."
-
-#~ msgid "If extra debugging messages should be used"
-#~ msgstr "Indica si se deben usar los mensajes de depuración extra"
-
-#~ msgid ""
-#~ "If extra debugging messages should be used. Only turn this on for "
-#~ "debugging."
-#~ msgstr ""
-#~ "Indica si se deben usar los mensajes de depuración extra. Actívelo sólo "
-#~ "para depuración."
-
-#~ msgid "Number of seconds to suppress policy after resume"
-#~ msgstr "Número de segundos para suprimir la política después de reanudar"
-
-#~ msgid "The invalid timeout for power actions"
-#~ msgstr "El tiempo de expiración inválido para las acciones de energía"
-
-#~ msgid ""
-#~ "The invalid timeout in ms for power actions. Set this longer if you get "
-#~ "'battery critical' messages when you unplug."
-#~ msgstr ""
-#~ "El tiempo de expiración inválido en ms para las acciones de energía. "
-#~ "Establezca esto más largo si obtiene mensajes de «batería crítica» cuando "
-#~ "desenchufa."
-
-#~ msgid "Device state could not be read at this time"
-#~ msgstr "No se pudo leer el estado del dispositivo en este momento"
-
-#~ msgid "gtk-refresh"
-#~ msgstr "gtk-refresh"
-
-#~ msgid "The message was not sent due to DBUS security rules"
-#~ msgstr "El mensaje no se envió debido a las reglas de seguridad de DBUS"
-
-#~ msgid "General failure"
-#~ msgstr "Fallo general"
-
-#~ msgid "a short time"
-#~ msgstr "poco tiempo"
-
-#~ msgid "%s fully charged (%.1f%%)\n"
-#~ msgstr "%s totalmente cargada (%.1f%%)\n"
-
-#~ msgid "%s %s remaining (%.1f%%)\n"
-#~ msgstr "%s %s restantes (%.1f%%)\n"
-
-#~ msgid "%s discharging (%.1f%%)\n"
-#~ msgstr "%s descargándose (%.1f%%)\n"
-
-#~ msgid ""
-#~ "%s %s until charged (%.1f%%)\n"
-#~ "Provides %s battery runtime\n"
-#~ msgstr ""
-#~ "%s %s hasta su carga (%.1f%%)\n"
-#~ "Proporciona %s de tiempo de uso de batería\n"
-
-#~ msgid "%s %s until charged (%.1f%%)\n"
-#~ msgstr "%s %s hasta su carga (%.1f%%)\n"
-
-#~ msgid "%s charging (%.1f%%)\n"
-#~ msgstr "%s cargando (%.1f%%)\n"
-
-#~ msgid "Battery state could not be read at this time\n"
-#~ msgstr "No se pudo leer el estado de la batería en este momento\n"
-
-#~ msgid "Lithium ion"
-#~ msgstr "Ion litio"
-
-#~ msgid "Lithium polymer"
-#~ msgstr "Polímero de litio"
-
-#~ msgid "<b>Capacity:</b> %i%% (%s)\n"
-#~ msgstr "<b>Capacidad:</b> %i%% (%s)\n"
-
-#~ msgid "Laptop batteries"
-#~ msgstr "Baterías de portátil"
-
-#~ msgid "UPSs"
-#~ msgstr "SAI"
-
-#~ msgid "Wireless mice"
-#~ msgstr "Ratones inalámbricos"
-
-#~ msgid "Wireless keyboards"
-#~ msgstr "Teclados inalámbricos"
-
-#~ msgid "PDAs"
-#~ msgstr "PDA"
-
-#~ msgid "Cell phones"
-#~ msgstr "Teléfonos móviles"
-
-#~ msgid "Power Device Viewer"
-#~ msgstr "Visor de disposivos de energía"
-
-#~ msgid "Software Log Viewer"
-#~ msgstr "Software del visor del registro"
diff --git a/po/gl.po b/po/gl.po
index 6100810..1f78628 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -1,157 +1,146 @@
-# translation of mate-power-manager-master-po-gl-71586.merged.po to Galician
-# translation of mate-power-manager.gl.po to
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER, 2005.
-#
-# Ignacio Casal Quinteiro <[email protected]>, 2005, 2006.
-# Ignacio Casal Quinteiro <[email protected]>, 2008.
-# Mancomún - Centro de Referencia e Servizos de Software Libre <[email protected]>, 2009.
-# Antón Méixome <[email protected]>, 2009.
-# Antón Méixome <[email protected]>, 2010.
-# Fran Diéguez <[email protected]>, 2009, 2010.
-# Fran Dieguez <[email protected]>, 2010.
-#
+#
+# Translators:
+# mbouzada <[email protected]>, 2013
msgid ""
msgstr ""
-"Project-Id-Version: mate-power-manager-master-po-gl-71586.merged\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-11 18:06+0200\n"
-"PO-Revision-Date: 2010-08-11 18:11+0200\n"
-"Last-Translator: Fran Dieguez <[email protected]>\n"
-"Language-Team: Galician <[email protected]>\n"
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-04-01 13:47+0000\n"
+"Last-Translator: mbouzada <[email protected]>\n"
+"Language-Team: Galician (http://www.transifex.com/projects/p/MATE/language/gl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: gl\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-"X-Generator: KBabel 1.11.4\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../applets/brightness/brightness-applet.c:105
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "Miniaplicativo de xestión do brillo do Xestor de enerxía"
-#: ../applets/brightness/brightness-applet.c:106
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "Axusta o brillo da pantalla do portátil."
-#: ../applets/brightness/brightness-applet.c:359
-#: ../applets/inhibit/inhibit-applet.c:358
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "Non é posíbel conectar co mate-power-manager"
-#: ../applets/brightness/brightness-applet.c:361
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
-msgstr "Non se pode obter o brillo da pantalla do portátil"
+msgstr "Non é posíbel obter o brillo da pantalla do portátil"
-#: ../applets/brightness/brightness-applet.c:363
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "Brillo do LCD : %d%%"
-#: ../applets/brightness/brightness-applet.c:748
-#: ../applets/inhibit/inhibit-applet.c:427
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
-msgstr "Licenciado baixo a Licenza pública xeral GNU Versión 2"
+msgstr "Licenzado baixo a Licenza Pública Xeral GNU Versión 2"
-#: ../applets/brightness/brightness-applet.c:749
-#: ../applets/inhibit/inhibit-applet.c:428
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"O Power Manager é software libre; pode redistribuílo ou modificalo\n"
-"baixo as condicións da Licenza pública xeral GNU tal como a publica a \n"
-"Free Software Foundation; tanto na versión 2 da Licenza como\n"
-"(segundo o seu criterio) en calquera versión posterior."
+msgstr "O Power Manager é software libre; pode redistribuílo ou modificalo\nbaixo as condicións da Licenza Pública Xeral GNU tal como a publica a \nFree Software Foundation; tanto na versión 2 da Licenza como\n(segundo o seu criterio) en calquera versión posterior."
-# (pofilter) newlines: line endings in original don't match line endings in translation
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"O Power Manager distribúese esperando que sexa útil,\n"
-"mais SEN NINGUNHA GARANTÍA; mesmo sen a garantía\n"
-"implícita de VALOR COMERCIAL ou ADECUACIÓN PARA UN PROPÓSITO PARTICULAR.\n"
-"Para máis detalles vexa a Licenza pública xeral GNU."
+msgstr "O Power Manager distribúese agardando que sexa útil,\nmais SEN NINGUNHA GARANTÍA; mesmo sen a garantía\nimplícita de VALOR COMERCIAL ou ADECUACIÓN PARA UN PROPÓSITO PARTICULAR.\nPara obter máis detalles vexa a Licenza Pública Xeral GNU."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"Debería recibir unha copia da Licenza pública xeral GNU\n"
-"xunto con este programa; en caso contrario, escriba á Free Software\n"
-"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
-"02110-1301, USA."
+msgstr "Debería ter recibido unha copia da Licenza Pública Xeral GNU\nxunto con este programa; en caso contrario, escriba á Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n02110-1301, USA."
-#: ../applets/brightness/brightness-applet.c:771
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Dereitos de autor © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Axusta o brillo da pantalla do portátil"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "_Sobre"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Miniaplicativo de brillo"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "_Axuda"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Factoría do miniaplicativo de brillo"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Factoría para o miniaplicativo de brillo"
-#: ../applets/inhibit/inhibit-applet.c:91
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Miniaplicativo de brillo"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Axusta o brillo da pantalla do portátil"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "Miniaplicativo para inhibir a xestión de enerxía"
-#: ../applets/inhibit/inhibit-applet.c:92
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "Permítelles aos usuarios inhibir o aforro de enerxía automático."
-#: ../applets/inhibit/inhibit-applet.c:361
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
-msgstr "Paso a reposo automático inhibido"
+msgstr "Paso a baixo consumo automático inhibido"
-#: ../applets/inhibit/inhibit-applet.c:363
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
-msgstr "Reposo automatico activado"
+msgstr "Baixo consumo automático activado"
-#: ../applets/inhibit/inhibit-applet.c:391
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "Inhibición manual"
-#: ../applets/inhibit/inhibit-applet.c:450
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Dereitos de autor © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "Permítelles aos usuarios inhibir o aforro de enerxía automático"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Factoría do miniaplicativo para a inhibición"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Factoría para o miniaplicativo de inhibición"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "Miniaplicativo para a inhibición"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Factoría do miniaplicativo para a inhibición"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Permítelles aos usuarios inhibir o aforro de enerxía automático"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -159,994 +148,837 @@ msgstr "Xestor de enerxía"
#: ../data/mate-power-manager.desktop.in.in.h:2
msgid "Power management daemon"
-msgstr "Daemon de xestión de enerxía"
+msgstr "Servizo de xestión de enerxía"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Permite axustar o brillo da luz de fondo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Indica se se hiberna, se se suspende ou se non se fai nada cando estea inactivo"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
+msgid ""
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "O tipo de baixo consumo que se debe aplicar cando o equipo está inactivo."
-#: ../data/mate-power-manager.schemas.in.h:2
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
msgid "Battery critical low action"
msgstr "Acción cando a batería estea criticamente baixa"
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "Verificar a carga da CPU antes de durmir"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "A acción que aplicar cando a batería está criticamente baixa."
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr ""
-"Atenuar a pantalla despois dun período de inactividade cando estea "
-"funcionando coa corrente"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr ""
-"Atenuar a pantalla despois dun período de inactividade cando estea "
-"funcionando coa batería"
-
-# (pofilter) mateconf: do not translate mateconf attribute: "charge"
-#: ../data/mate-power-manager.schemas.in.h:6
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"Mostrar opcións para a icona de notificación. As opcións válidas son: \"nunca"
-"\", \"crítica\", \"carga\", \"actual\" e \"sempre\"."
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Acción do botón hibernar"
+"If the battery event should occur when the lid is shut and the power "
+"disconnected"
+msgstr "Se debe producirse o evento de batería cando se peche a tapa e se desconecte a enerxía"
-#: ../data/mate-power-manager.schemas.in.h:8
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr ""
-"Se debe mostrar unha mensaxe de notificación despois de fallar a suspensión "
-"ou a hibernación."
+"If the battery lid close event should occur (for example 'Suspend when lid "
+"closed on battery') when the lid is previously shut and the AC power "
+"disconnected at a later time."
+msgstr "Se debe ocorrer o evento de peche da tapa con batería (por exemplo «Suspender cando se peche a tapa funcionando con batería») cando se pecha a tapa previamente e se desconecta a CA máis tarde."
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr ""
-"Se debe mostrar unha mensaxe de notificación cando a batería estea "
-"completamente cargada."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "Acción para SAI criticamente baixo"
-#: ../data/mate-power-manager.schemas.in.h:10
-msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr ""
-"Se debe mostrar unha mensaxe de notificación cando a batería se estea "
-"esgotando."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "A acción que aplicar cando o SAI está criticamente baixo."
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr ""
-"Indica se os elementos de preferenzas e estatístias deberían mostrarse no "
-"menú contextual"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "Acción para SAI baixo"
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "Se deben empregarse sons"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "A acción que aplicar cando o SAI está baixo."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Permite axustar o brillo da luz de fondo"
-#: ../data/mate-power-manager.schemas.in.h:13
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"Se se deben empregar sons cando a enerxía estea excesivamente baixa, ou "
-"cando as peticións de inhibición pararan as políticas de acción."
+"If the screen brightness should be changed when switching between AC and "
+"battery power."
+msgstr "Se se pode cambiar o brillo da pantalla cando se cambie entre a corrente alterna (CA) e a batería."
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr ""
-"Se debería verificar a carga da CPU antes de executar a acción de "
-"inactividade."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "Reduce o brillo de fondo ao funcionar coa batería"
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
-"If the battery event should occur when the lid is shut and the power "
-"disconnected"
-msgstr ""
-"Se debe producirse o evento de batería cando se peche a tapa e se desconecte "
-"a enerxía"
+"If the screen should be reduced in brightness when the computer is on "
+"battery power."
+msgstr "Se se debe reducir o brillo da pantalla cando o computador estea funcionando con batería."
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "O brillo da pantalla cando estea inactiva"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the battery lid close event should occur (for example 'Suspend when lid "
-"closed on battery') when the lid is previously shut and the AC power "
-"disconnected at a later time."
-msgstr ""
-"Se debe ocorrer o evento de peche da tapa con batería (por exemplo "
-"'Suspender cando se peche a tapa funcionando con batería') cando se pecha a "
-"tapa previamente e se desconecta a CA máis tarde."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "Este é o brillo da pantalla do portátil cando a sesión estea inactiva. Só se aplica cando «use-time-for-policy» é verdadeiro."
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr "Se o perfil aprendido se debe empregar para calcular o tempo restante"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Atenuar a pantalla despois dun período de inactividade cando estea funcionando coa batería"
-#: ../data/mate-power-manager.schemas.in.h:18
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
-msgstr ""
-"Se o perfil aprendido se debe empregar para calcular o tempo restante. "
-"Desactíveo só para a depuración."
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "Se se debe atenuar a pantalla para aforrar enerxía cando o computador estea inactivo e coa batería."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr ""
-"Se se debe activar o modo de baixo consumo cando se estea conectando á CA"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "A cantidade de tempo predeterminada para atenuar a pantalla despois da inactividade"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr ""
-"Se se debe activar o modo de baixo consumo cando se estea conectado á batería"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "A cantidade de tempo predeterminada para atenuar a pantalla despois da inactividade."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
+msgid "LCD dimming amount when on battery"
+msgstr "Atenuar o LCD cando se use a batería"
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
msgid ""
-"If the screen brightness should be changed when switching between AC and "
-"battery power."
-msgstr ""
-"Se se pode cambiar o brillo da pantalla cando se cambie entre a corrente "
-"alterna (CA) e a batería."
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "A atenuación que se aplica ao brillo da pantalla cando se usa a enerxía da batería. Os valores posíbeis están entre 0 e 100."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Atenuar a pantalla despois dun período de inactividade cando estea funcionando coa corrente"
-#: ../data/mate-power-manager.schemas.in.h:22
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
msgid ""
"If the screen should be dimmed to save power when the computer is idle when "
"on AC power."
-msgstr ""
-"Se se debe atenuar a pantalla para aforrar enerxía cando o computador estea "
-"inactivo e conectado á corrente."
+msgstr "Se se debe atenuar a pantalla para aforrar enerxía cando o computador estea inactivo e conectado á corrente."
-#: ../data/mate-power-manager.schemas.in.h:23
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
+msgid "Method used to blank screen on AC"
+msgstr "Método usado para pór en negro a pantalla funcionando con CA"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "O método DPMS utilizado para poñer en negro a pantalla cando se traballa con CA."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
+msgid "Method used to blank screen on battery"
+msgstr "Método empregado para pór en negro a pantalla funcionando con batería"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "O método DPMS utilizado para poñer en negro a pantalla cando se traballa coa batería."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "Brillo do LCD cando funcione coa corrente"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
-msgstr ""
-"Se se debe atenuar a pantalla para aforrar enerxía cando o computador estea "
-"inactivo e coa batería."
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "O brillo da pantalla cando se traballa con CA. Os valores posíbeis están entre 0.0 e 100.0."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Acción do botón suspender"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "A acción que aplicar cando se preme o botón de suspensión do sistema."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Acción do botón hibernar"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "A acción que aplicar cando se preme o botón de hibernación do sistema."
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
+msgid "Power button action"
+msgstr "Acción do botón de acendido"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "A acción que aplicar cando se preme o botón de apagado/acendido do sistema."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "Acción ao baixar a tapa do portátil cando funcione con batería"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
msgid ""
-"If the screen should be reduced in brightness when the computer is on "
+"The action to take when the laptop lid is closed and the laptop is on "
"battery power."
-msgstr ""
-"Se se debe reducir o brillo da pantalla cando o computador estea funcionando "
-"con batería."
+msgstr "A acción que aplicar cando a tapa do portátil é baixada e o computador está a traballar coa batería."
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr "Se se debe activar o modo de baixo consumo cando estea conectado á CA."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "Acción ao baixar a tapa do portátil cando funcione coa corrente"
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr ""
-"Se se debe activar o modo de baixo consumo cando se estea traballando nun "
-"portátil conectado á batería."
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "A acción que aplicar cando a tapa do portátil é baixada e o computador está a traballar coa corrente."
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr ""
-"Se o usuario debe ser notificado cando se desconecte o adaptador de corrente."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Indica se se usan as notificacións baseadas no tempo"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
msgid ""
"If time based notifications should be used. If set to false, then the "
"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"Se se deben usar notificacións baseadas no tempo. Se se configura como "
-"false, entón, no seu lugar, úsase a porcentaxe de cambio, o cal pode "
-"solucionar problemas con algunhas BIOS ACPI danadas."
+msgstr "Se se deben usar notificacións baseadas no tempo. Se se configura como false, entón, no seu lugar, úsase a porcentaxe de cambio, o cal pode solucionar problemas con algunhas BIOS ACPI danadas."
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr ""
-"Se se debe mostrar o aviso de baixa capacidade de carga para unha batería "
-"danada"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Verificar a carga da CPU antes pasar a baixo consumo"
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr ""
-"Se se debe mostrar o aviso de baixa capacidade de carga para unha batería "
-"danada."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "Se debería verificar a carga da CPU antes de executar a acción de inactividade."
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr ""
-"Se se debe mostrar o aviso de batería retirada para unha batería danada"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "Se o NetworkManager debese conectar e desconectar ao pasar a baixo consumo."
-#: ../data/mate-power-manager.schemas.in.h:32
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr ""
-"Se se debe mostrar o aviso de batería retirada para unha batería danada. "
-"Configurar isto como false só se se confirma que a batería estea ben."
-
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "Brillo do LCD cando funcione coa corrente"
-
-#: ../data/mate-power-manager.schemas.in.h:34
-msgid "LCD dimming amount when on battery"
-msgstr "Atenuar o LCD cando se use a batería"
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "Indica se o NetworkManager debería desconectarse antes de suspender ou hibernar e conectarse ao continuar."
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "Acción ao pechar a tapa do portátil cando funcione con batería"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Usar o parámetro de bloqueo do mate-screensaver"
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr "Acción ao pechar a tapa do portátil cando funcione coa corrente"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
+msgid ""
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "Se se usa a configuración de bloqueo de pantalla do mate-screensaver para decidir se se bloquea a pantalla despois dunha hibernación, suspensión ou de pór en negro a pantalla."
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "Bloquear o anel de chaves MATE ao pasar ao modo de baixo consumo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "Bloquear a pantalla ao pola en negro"
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Bloquear a pantalla ao hibernar"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
+msgid ""
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "Indica se se bloquea a pantalla cando se apaga a pantalla. Só se utiliza se «lock-use-screensaver» é falso."
-#: ../data/mate-power-manager.schemas.in.h:39
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
msgid "Lock screen on suspend"
msgstr "Bloquear a pantalla ao suspender"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "Bloquear a pantalla ao pola en branco"
-
-#: ../data/mate-power-manager.schemas.in.h:41
-msgid "Method used to blank screen on AC"
-msgstr "Método usado para pór en branco a pantalla funcionando con CA"
-
-#: ../data/mate-power-manager.schemas.in.h:42
-msgid "Method used to blank screen on battery"
-msgstr "Método empregado para pór en branco a pantalla funcionando con batería"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
+msgid ""
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "Indica se se bloquea a pantalla cando o ordenador volve dunha suspensión. Só se utiliza se «lock-use-screensaver» é falso."
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Notificar cando quede pouca carga"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Bloquear a pantalla ao hibernar"
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Notificar cando falle o modo de baixo consumo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
+msgid ""
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "Indica se se bloquea a pantalla cando o ordenador volve dunha hibernación. Só se utiliza se «lock-use-screensaver» é falso."
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Notificar cando se desconecte o adaptador da CA"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "Bloquear o anel de chaves MATE ao pasar ao modo de baixo consumo"
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Notificar cando se cargue completamente"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
+msgid ""
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "Indica se o anel de chaves do Mate se bloquea antes de que o computador pase a suspensión. Isto implica que o anel de chaves terá que ser desbloqueado ao continuar."
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "Porcentaxe en que se executa a acción"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
+msgid ""
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "Indica se o anel de chaves do MATE bloquéase antes de que o computador pase a hibernación. Isto implica que o anel de chaves terá que ser desbloqueado ao continuar."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Porcentaxe considerada crítica"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "Se se debe activar o modo de baixo consumo cando se estea conectando á CA"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Porcentaxe considerada baixa"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "Se se debe activar o modo de baixo consumo cando estea conectado á CA."
-#: ../data/mate-power-manager.schemas.in.h:50
-msgid "Power button action"
-msgstr "Acción do botón de acendido"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "Se se debe activar o modo de baixo consumo cando se estea conectado á batería"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "Reduce o brillo de fondo ao funcionar coa batería"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
+msgid ""
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "Se se debe activar o modo de baixo consumo cando se estea traballando nun portátil conectado á batería."
-#: ../data/mate-power-manager.schemas.in.h:52
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
msgid "Seconds of inactivity to spin down when on AC"
msgstr "Segundos de inactividade para parar cando se conecta a CA"
-#: ../data/mate-power-manager.schemas.in.h:53
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "Tempo en segundo de inactividade para deter os discos cando estea funcionando coa corrente alterna (CA)."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
msgid "Seconds of inactivity to spin down when on battery"
msgstr "Segundos de inactividade para parar cando se conecta a batería"
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr ""
-"Tempo de espera para pór en modo de baixo consumo o computador cando estea "
-"conectado á CA"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "Tempo en segundos de inactividade para deter os discos cando estea a funcionar coa batería."
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr ""
-"Tempo de espera para poñer en modo de baixo consumo o computador cando estea "
-"conectado ao SAI"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "Se debe amosarse o aviso de batería retirada para unha batería danada"
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr ""
-"Tempo de espera para pór en modo de baixo consumo o computador cando "
-"funcione con batería"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
+msgid ""
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "Se debe amosarse o aviso de batería retirada para unha batería danada. Configurar isto como false só se se confirma que a batería estea ben."
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr ""
-"Tempo de espera para pór en modo de baixo consumo a pantalla cando estea "
-"conectado á CA"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "Se debe amosarse o aviso de baixa capacidade de carga para unha batería danada"
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr ""
-"Mostra o tempo de espera para poñer en modo de baixo consumo a pantalla "
-"cando estea conectado ao SAI"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "Se debe amosarse o aviso de baixa capacidade de carga para unha batería danada."
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr ""
-"Tempo de espera para pór en modo de baixo consumo a pantalla cando funcione "
-"con batería"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Notificar cando se desconecte o adaptador da CA"
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Acción do botón suspender"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "Se o usuario debe ser notificado cando se desconecte o adaptador de corrente."
-#: ../data/mate-power-manager.schemas.in.h:61
-msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"O método DPMS usado para pór en branco a pantalla cando traballe con CA. Os "
-"valores posíbeis son: \"standby\", \"suspend\" e \"off\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Notificar cando se cargue completamente"
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"O método DPMS usado para pór a pantalla en branco cando traballe con "
-"batería. Os valores posíbeis son: \"standby\", \"suspend\" e \"off\"."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "Se debe amosarse unha mensaxe de notificación cando a batería estea completamente cargada."
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "The URI to show to the user on sleep failure"
-msgstr "O URI para mostrarlle ao usuario cando falle o modo de baixo consumo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Notificar cando falle o modo de baixo consumo"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"A acción que se realizará cando a carga do SAI sexa excesivamente baixa. Os "
-"valores posíbeis son: \"hibernate\", \"suspend\", \"shutdown\" e \"nothing\"."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "Se debe amosarse unha mensaxe de notificación despois de fallar a suspensión ou a hibernación."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"A acción que se realizará cando a carga do SAI sexa baixa. Os valores "
-"posíbeis son: \"hibernate\", \"suspend\", \"shutdown\" e \"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "O URI para amosarlle ao usuario cando falle o modo de baixo consumo"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"A acción que se realizará cando a batería estea excesivamente baixa. Os "
-"valores posíbeis son: \"hibernate\", \"suspend\", \"shutdown\" e \"nothing\"."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "Cando o modo de baixo consumo falla podemos amosarlle ao usuario un botón para axudalo a solucionar a situación. Deixar isto en branco se o botón non se debería de amosar."
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
-msgstr ""
-"A acción que se realizará cando se peche a tapa do portátil e estea "
-"conectado á CA. Os valores posíbeis son: \"suspend\", \"hibernate\" ,\"blank"
-"\" e \"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Notificar cando quede pouca carga"
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
-msgstr ""
-"A acción que se realizará cando se peche a tapa do portátil e estea "
-"funcionando coa batería. Os valores posíbeis son: \"suspend\", \"hibernate"
-"\" ,\"blank\" e \"nothing\"."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "Se debe amosarse unha mensaxe de notificación cando a batería se estea esgotando."
-#: ../data/mate-power-manager.schemas.in.h:69
-msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"A acción que se realizará cando se prema o botón de hibernar. Os valores "
-"posíbeis son: \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" e "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "Indica se deben amosarse os puntos de datos históricos"
-#: ../data/mate-power-manager.schemas.in.h:70
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
-msgstr ""
-"A acción que se realizará cando se prema o botón de acendido/apagado. Os "
-"valores posíbeis son: \"suspend\", \"hibernate\", \"interactive\", \"shutdown"
-"\" e \"nothing\"."
+"Whether we should show the history data points in the statistics window."
+msgstr "Indica se deben amosarse puntos de datos históricos na xanela de estatísticas."
-#: ../data/mate-power-manager.schemas.in.h:71
-msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"A acción que se realizará cando se prema o botón de suspender. Os valores "
-"posíbeis son: \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" e "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "Indica se deben suavizarse os datos do historial"
-#: ../data/mate-power-manager.schemas.in.h:72
-msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
-msgstr ""
-"O tempo de inactividade en segundos antes de que a pantalla pase a baixo "
-"consumo cando o computador estea conectado á CA."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "Indica se deben suavizarse os datos do historial na gráfica."
-#: ../data/mate-power-manager.schemas.in.h:73
-msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"O tempo en segundos que o computador necesita estar inactivo cando se "
-"encontra funcionando con CA para pórse en baixo consumo."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "O tipo de gráfica predeterminado que amosar para o historial."
-#: ../data/mate-power-manager.schemas.in.h:74
-msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"O tempo en segundos que o computador necesita estar inactivo cando se "
-"encontra funcionando co SAI para pórse en baixo consumo."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "O tipo de gráfica predeterminado que amosar na xanela do historial."
-#: ../data/mate-power-manager.schemas.in.h:75
-msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
-msgstr ""
-"O tempo en segundos que o computador necesita estar inactivo cando se "
-"encontra funcionando co SAI para poñer a pantalla en baixo consumo."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "O tempo máximo amosado no historial"
-#: ../data/mate-power-manager.schemas.in.h:76
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
-msgstr ""
-"O tempo en segundos que o computador necesita estar inactivo cando se "
-"encontra funcionando coa batería para pórse en baixo consumo."
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "A máxima duración do tempo amosado no eixo X da gráfica do historial."
-#: ../data/mate-power-manager.schemas.in.h:77
-msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
-msgstr ""
-"O tempo en segundos que o computador necesita estar inactivo cando se "
-"encontra funcionando coa batería para pór a pantalla en baixo consumo."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "Indica se deben amosarse os puntos de datos estatísticos"
-#: ../data/mate-power-manager.schemas.in.h:78
-msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
-msgstr ""
-"A atenuación que se aplica ao brillo da pantalla cando se usa a enerxía da "
-"batería. Os valores posíbeis están entre 0 e 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "Indica se deben amosarse os puntos de datos estatísticos na xanela de estatísticas."
-#: ../data/mate-power-manager.schemas.in.h:79
-msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
-msgstr ""
-"O brillo da pantalla cando está conectado á CA. Os valores posíbeis están "
-"entre 0 e 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "Indica se deben suavizarse os datos das estatísticas"
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "O brillo da pantalla cando estea inactiva"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "Indica se deben suavizarse os datos das estatísticas na gráfica."
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr ""
-"A cantidade de tempo predefinida para atenuar a pantalla despois da "
-"inactividade"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "O tipo de gráfica predeterminado que amosar para as estatísticas"
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr ""
-"A cantidade de tempo predefinida para atenuar a pantalla despois da "
-"inactividade."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr "O tipo de gráfica predeterminado que amosar na xanela de estatísticas."
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version"
-msgstr "A versión da configuración predefinida"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "O índice do número de páxina para amosar de forma predeterminada."
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "O tipo de gráfica predefinida para mostrar na xanela de estatísticas"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
+msgid ""
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "O índice do número de páxina para amosar de forma predeterminada cando se devolve o foco á páxina correcta."
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr "O tipo de gráfica predefinida para mostrar na xanela de estatísticas."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "O ID do último dispositivo seleccionado"
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "A máxima duración do tempo que se mostra no eixe X da gráfica."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
+msgid ""
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "O identificador do último dispositivo que se usou para devolver o foco ao dispositivo correcto."
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "O tempo máximo que se mostra na gráfica"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Porcentaxe considerada baixa"
-#: ../data/mate-power-manager.schemas.in.h:88
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr ""
-"Tempo en segundo de inactividade para deter os discos cando estea "
-"funcionando coa corrente alterna (CA)."
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
+msgstr "A porcentaxe de batería considerado como baixo. Só se usa cando «use-time-for-policy» está desactivado."
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
-msgstr ""
-"Tempo en segundos de inactividade para deter os discos cando estea a "
-"funcionar coa batería."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Porcentaxe considerada crítica"
-#: ../data/mate-power-manager.schemas.in.h:90
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
-msgstr ""
-"A porcentaxe da batería cando se considera crítica. Só válido cando "
-"use_time_for_policy é false."
+"when use-time-for-policy is false."
+msgstr "A porcentaxe de batería considerado como crítico. Só se usa cando «use-time-for-policy» está desactivado."
-#: ../data/mate-power-manager.schemas.in.h:91
-msgid ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
-msgstr ""
-"A porcentaxe da batería cando se considera baixa. Só válido cando "
-"use_time_for_policy é false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "Porcentaxe en que se executa a acción"
-#: ../data/mate-power-manager.schemas.in.h:92
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
msgid ""
"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"A porcentaxe da batería cando se realiza a acción crítica. Só é válido cando "
-"use_time_for_policy é false."
-
-#: ../data/mate-power-manager.schemas.in.h:93
-msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"O tempo restante en segundos da batería cando se realiza a acción crítica. "
-"Só válido cando use_time_for_policy é true."
+"valid when use-time-for-policy is false."
+msgstr "A porcentaxe de batería cando se realiza a acción crítica. Só se usa cando «use-time-for-policy» está desactivado."
-#: ../data/mate-power-manager.schemas.in.h:94
-msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"O tempo restante en segundos da batería cando se considera crítica. Só "
-"válido cando use_time_for_policy é true."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
+msgid "The time remaining when low"
+msgstr "O tempo restante cando a carga é baixa"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
-msgstr ""
-"O tempo restante en segundos da batería cando se considera baixa. Só válido "
-"cando use_time_for_policy é true."
-
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "O tempo restante en que se debe efectuar a acción"
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "O tempo restante, en segundos, de batería considerado baixo. Só se usa cando «use-time-for-policy» está activado."
-#: ../data/mate-power-manager.schemas.in.h:97
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
msgid "The time remaining when critical"
msgstr "O tempo restante cando a carga é crítica"
-#: ../data/mate-power-manager.schemas.in.h:98
-msgid "The time remaining when low"
-msgstr "O tempo restante cando a carga é baixa"
-
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr ""
-"O tipo de estado de baixo consumo que debería realizarse cando o computador "
-"estea inactivo. Os valores posíbeis son: \"hibernate\", \"suspend\" e "
-"\"nothing\"."
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "O tempo restante, en segundos, de batería cando se realiza a acción crítica. Só se usa cando «use-time-for-policy» está activado."
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"A versión da versión instalada do esquema. Non edite este valor: emprégase "
-"para que se poidan detectar configurar cambios entre versións."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "O tempo restante en que se debe efectuar a acción"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Este é o brillo do panel do portátil usado cando a sesión está inactiva. Só "
-"é válido cando use_time_for_policy é true."
-
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "Acción para SAI criticamente baixo"
-
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "Acción para SAI baixo"
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "O tempo restante, en segundos, de batería cando se realiza a acción crítica. Só se usa cando «use-time-for-policy» está activado."
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "Usar o parámetro de bloqueo do mate-screensaver"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Tempo de espera para pór en modo de baixo consumo o computador cando funcione con batería"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-msgstr ""
-"Cando o modo de baixo consumo falla podemos mostrarlle ao usuario un botón "
-"para axudalo a solucionar a situación. Deixar isto en branco se o botón non "
-"se debería de mostrar."
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "Cando se vai mostrar a icona na área de notificación"
-
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr ""
-"Indica se o NetworkManager debería conectarse e desconectarse ao pasar a "
-"baixo consumo."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "O tempo en segundos que o computador necesita estar inactivo cando se atopa funcionando coa batería para pórse en baixo consumo."
-#: ../data/mate-power-manager.schemas.in.h:108
-msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"Indica se o NetworkManager debería desconectarse antes de suspender ou "
-"hibernar e conectarse ao continuar."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Tempo de espera para pór en modo de baixo consumo o computador cando estea conectado á CA"
-#: ../data/mate-power-manager.schemas.in.h:109
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"Indica se o anel de chaves do MATE bloquéase antes de que o computador pase "
-"a hibernación. Isto implica que o anel de chaves terá que ser desbloqueado "
-"ao continuar."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "O tempo en segundos que o computador necesita estar inactivo cando se atopa funcionando con CA para pórse en baixo consumo."
-#: ../data/mate-power-manager.schemas.in.h:110
-msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"Indica se o anel de chaves do Mate se bloquea antes de que o computador "
-"pase a suspensión. Isto implica que o anel de chaves terá que ser "
-"desbloqueado ao continuar."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Tempo de espera para poñer en modo de baixo consumo o computador cando estea conectado ao SAI"
-#: ../data/mate-power-manager.schemas.in.h:111
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"Indica se a pantalla se bloquea cando o computador esperte dunha "
-"hibernación. Só se usa se lock_use_screensaver_settings é false."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "O tempo en segundos que o computador necesita estar inactivo cando se atopa funcionando co SAI para pórse en baixo consumo."
-#: ../data/mate-power-manager.schemas.in.h:112
-msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"Indica se a pantalla se bloquea cando o computador esperte dunha suspensión. "
-"Só se usa se lock_use_screensaver_settings é false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Tempo de espera para pór en modo de baixo consumo a pantalla cando estea conectado á CA"
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"Se se bloquea a pantalla cando se apague. Úsase só se "
-"lock_use_screensaver_settings é false."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "O tempo de inactividade en segundos antes de que a pantalla pase a baixo consumo cando o computador estea conectado á CA."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr ""
-"Indica se se hiberna, se se suspende ou se non se fai nada cando estea "
-"inactivo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Tempo de espera para pór en modo de baixo consumo a pantalla cando funcione con batería"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"Se se usa a configuración de bloqueo de pantalla do mate-screensaver para "
-"decidir se se bloquea a pantalla despois dunha hibernación, suspensión ou de "
-"pór en branco a pantalla."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "O tempo en segundos que o computador necesita estar inactivo cando se atopa funcionando coa batería para pór a pantalla en baixo consumo."
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "Indica se se usan as notificacións baseadas no tempo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Amosa o tempo de espera para poñer en modo de baixo consumo a pantalla cando estea conectado ao SAI"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "Se deberían mostrarse as etiquetas de eixes na xanela de estatísticas"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "O tempo en segundos que o computador necesita estar inactivo cando se atopa funcionando co SAI para poñer a pantalla en baixo consumo."
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "Se deberían mostrarse as etiquetas de eixes na xanela de estatísticas."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "Se deben empregarse sons"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Se deberían mostrarse os eventos na xanela de estatísticas"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "Se se deben empregar sons cando a enerxía estea excesivamente baixa, ou cando as peticións de inhibición pararan as políticas de acción."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Se deberían mostrarse os eventos na xanela de estatísticas."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "Indica se os elementos de preferenzas e estatístias deberían amosarse no menú contextual"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "Se deberían suavizarse os datos na gráfica"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "Cando se vai amosar a icona na área de notificación"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "Se deberían suavizarse os datos na gráfica."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "Amosar as opcións para a icona de notificación"
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Configurar a xestión de enerxía"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "Xestión de enerxía"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Observar a xestión de enerxía"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Configurar a xestión de enerxía"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1090
-#: ../src/gpm-statistics.c:1565
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "Estatísticas de enerxía"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Observar a xestión de enerxía"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "Brillo"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "Lonxitude dos datos:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Detalles"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "Tipo de gráfica:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "Historial"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "Lonxitude dos datos:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "Recuperacións do procesador por segundo:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "Non hai datos para amosar."
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Usar liña suavizada"
+
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
-msgstr "Mostrar puntos de datos"
+msgstr "Amosar puntos de datos"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "Historial"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Estatísticas"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "Non hai datos para mostrar."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "Recuperacións do procesador por segundo:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Usar liña suavizada"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "Recuperacións"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Preferencias da xestión de enerxía"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Accións</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "Pór o computador en _modo de baixo consumo cando leve inactivo:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "Cando a tapa do portátil está p_echada:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "Apagar os discos duros cando sexa posíbel"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>Pantalla</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Área de notificación</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Pór a _pantalla en modo de baixo consumo cando o computador leve inactivo:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "Pecha o programa"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "Estabelecer o _brillo da pantalla como:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "_Atenuar a pantalla cando estea inactivo"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "Xeral"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "Definir como predefinido"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "Co adaptador de corrente"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "Coa batería"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "Co SAI"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "Mostrar só a icona cando a batería está p_resente"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "Cando a _carga da batería é excesivamente baixa:"
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "Mostrar só a icona cando está cargando ou _descargando"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "_Reducir o brillo de fondo"
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "Preferencias da xestión de enerxía"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "Coa batería"
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "Proporciona axuda sobre este programa"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "Cando a _carga do SAI é baixa:"
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr ""
-"Pór a _pantalla en modo de baixo consumo cando o computador leve inactivo:"
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
+msgid "When UPS power is _critically low:"
+msgstr "Cando a _carga do SAI é excesivamente baixa:"
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "Pór o computador en _modo de baixo consumo cando leve inactivo:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "Co SAI"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "Estabelecer o _brillo da pantalla como:"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "Cando se preme o _botón de acendido:"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "Estabeleza esta política para ser empregada por todos os usuarios"
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
+msgid "When the _suspend button is pressed:"
+msgstr "Cando se preme o botón de _suspensión:"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "Apagar os discos duros cando sexa posíbel"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Área de notificación</b>"
-#: ../data/gpm-prefs.ui.h:20
-msgid "When UPS power is _critically low:"
-msgstr "Cando a _carga do SAI é excesivamente baixa:"
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
+msgid "_Never display an icon"
+msgstr "Non amosar _unca a icona"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "Cando a _carga do SAI é baixa:"
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
+msgid "_Only display an icon when battery power is low"
+msgstr "Amosar unha icona _só cando a batería estea baixa"
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "Cando a _carga da batería é excesivamente baixa:"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "Amosar só a icona cando está cargando ou _descargando"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "Cando a tapa do portátil está p_echada:"
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "Amosar só a icona cando a batería está p_resente"
-#: ../data/gpm-prefs.ui.h:24
-msgid "When the _suspend button is pressed:"
-msgstr "Cando se preme o botón de _suspensión:"
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "_Amosar sempre a icona"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "Cando se preme o _botón de acendido:"
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "Xeral"
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "_Mostrar sempre a icona"
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "Proporciona axuda sobre este programa"
-#: ../data/gpm-prefs.ui.h:27
-msgid "_Never display an icon"
-msgstr "_Nunca mostrar a icona"
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Facer predeterminado"
-#: ../data/gpm-prefs.ui.h:28
-msgid "_Only display an icon when battery power is low"
-msgstr "Mostrar unha icona _só cando a batería estea baixa"
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "Estabeleza esta política para ser empregada por todos os usuarios"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "_Reducir o brillo de fondo"
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "Pecha o programa"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
msgstr "Estabelecer o brillo actual"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
msgstr "Obter o brillo actual"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
msgstr "Obter o número de niveis de brillo admitidos"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
msgstr "Axudante de retroiluminación do Xestor de enerxía do MATE"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
msgstr "Non se especificou unha opción válida"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
-msgstr "Non se encontraron retroiluminacións dispoñíbeis no seu sistema"
+msgstr "Non se atoparon retroiluminacións dispoñíbeis no seu sistema"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
msgstr "Non foi posíbel obter o valor da retroiluminación"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
msgstr "Non foi posíbel obter o valor máximo da retroiluminación"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
msgstr "Este programa só pode ser usado polo usuario administrador"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
msgstr "Este programa só pode executarse mediante pkexec"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
msgstr "Non foi posíbel estabelecer o valor da retroiluminación"
@@ -1248,13 +1080,13 @@ msgid "%.1fV"
msgstr "%.1fV"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1545
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
-msgstr "Mostrar información adicional de depuración"
+msgstr "Amosar información adicional de depuración"
#: ../src/gpm-main.c:173
msgid "Show version of installed program and exit"
-msgstr "Mostrar a versión do programa instalado e saír"
+msgstr "Amosar a versión do programa instalado e saír"
#: ../src/gpm-main.c:175
msgid "Exit after a small delay (for debugging)"
@@ -1264,619 +1096,572 @@ msgstr "Saír despois dun pequeno atraso (para depuración)"
msgid "Exit after the manager has loaded (for debugging)"
msgstr "Saír despois de que o xestor se cargara (para depuración)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "Xestor de enerxía do MATE"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:221 ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "A carga da batería está moi baixa"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:269
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "Enerxía conectada"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "Enerxía desconectada"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "Abriuse a tapa"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "Pechouse a tapa"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "A batería está baixa"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "A batería está chea"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "Iniciada a suspensión"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "Retomouse"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "Fallou a suspensión"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:574
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
msgstr "O seu computador fallou ao suspender."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:576
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "Produciuse un fallo na suspensión"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:580
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
msgstr "O seu computador fallou ao hibernar."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:582
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "Produciuse un erro na hibernación"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:587
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
msgstr "O fallo foi informado como:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:600
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "Visite a páxina de axuda"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:863
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "DPMS da pantalla activado"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:882
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "Cando se estea coa batería"
-#: ../src/gpm-manager.c:900
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "A tapa do portátil está pechada"
-#: ../src/gpm-manager.c:938
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "Información de enerxía"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1186
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "A devolución da batería podería ter sido reclamada"
-#: ../src/gpm-manager.c:1187
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"A battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"A da batería do seu computador podería ter sido demandada por %s e vostede "
-"podería estar correndo un risco.\n"
-"\n"
-"Para obter máis información visite o sitio web de devolución da batería."
+msgstr "A da batería do seu computador podería ter sido demandada por %s e vostede podería estar correndo un risco.\n\nPara obter máis información visite o sitio web de devolución da batería."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1197
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "Visite o sitio web do programa de substitución"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1200
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
-msgstr "Non mostrar isto máis"
+msgstr "Non amosar isto máis"
#. We should notify the user if the battery has a low capacity,
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1285
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "A batería pode estar danada"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1288
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Battery has a very low capacity (%1.1f%%), which means that it may be old or "
-"broken."
-msgstr ""
-"A súa batería ten unha capacidade moi baixa (%1.1f%%), o cal significa que "
-"pode ser vella ou estar danada."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "A súa batería ten unha capacidade moi baixa (%1.1f%%), o cal significa que pode ser vella ou estar danada."
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1337
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
msgstr[0] "Batería cargada"
msgstr[1] "Baterías cargadas"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1383
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "Batería descargando"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1387
+#: ../src/gpm-manager.c:1348
#, c-format
msgid "%s of battery power remaining (%.0f%%)"
msgstr "Quedan %s de potencia de batería (%.0f%%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1390 ../src/gpm-manager.c:1402
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
msgid "%s discharging (%.0f%%)"
msgstr "%s descargando (%.0f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1395
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "SAI descargando"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1399
+#: ../src/gpm-manager.c:1360
#, c-format
msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr "Quedan %s de potencia do SAI de reserva (%.0f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1483
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "Batería baixa"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1486
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "Batería do portátil baixa"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1492
+#: ../src/gpm-manager.c:1453
#, c-format
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "Quédalle aproximadamente <b>%s</b> de batería (%.0f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1496
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "SAI baixo"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1500
+#: ../src/gpm-manager.c:1461
#, c-format
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
-msgstr ""
-"Quédanlle aproximadamente <b>%s</b> de enerxía de reserva no SAI (%.0f%%)"
+msgstr "Quédanlle aproximadamente <b>%s</b> de enerxía de reserva no SAI (%.0f%%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1504 ../src/gpm-manager.c:1643
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "Batería do rato baixa"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1507
+#: ../src/gpm-manager.c:1468
#, c-format
msgid "Wireless mouse is low in power (%.0f%%)"
msgstr "O rato sen fíos está quedando sen enerxía (%.0f%%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1511 ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "Batería do teclado baixa"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1514
+#: ../src/gpm-manager.c:1475
#, c-format
msgid "Wireless keyboard is low in power (%.0f%%)"
msgstr "O teclado sen fíos está quedando sen enerxía (%.1f%%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1518 ../src/gpm-manager.c:1660
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "Batería da PDA baixa"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1521
+#: ../src/gpm-manager.c:1482
#, c-format
msgid "PDA is low in power (%.0f%%)"
msgstr "O PDA conectado está quedando sen enerxía (%.0f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1525 ../src/gpm-manager.c:1670
-#: ../src/gpm-manager.c:1681
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "A batería do teléfono baixa"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1528
+#: ../src/gpm-manager.c:1489
#, c-format
msgid "Cell phone is low in power (%.0f%%)"
msgstr "O teléfono móbil conectado está quedando sen enerxía (%.0f%%)"
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1533
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
msgstr "A batería do reprodutor multimedia está baixa"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1536
+#: ../src/gpm-manager.c:1497
#, c-format
msgid "Media player is low in power (%.0f%%)"
msgstr "O reprodutor conectado está quedando sen enerxía (%.0f%%)"
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1540 ../src/gpm-manager.c:1690
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
msgstr "Batería do tablet está baixa"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1543
+#: ../src/gpm-manager.c:1504
#, c-format
msgid "Tablet is low in power (%.0f%%)"
msgstr "O tablet conectado está quedando sen enerxía (%.0f%%)"
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1547 ../src/gpm-manager.c:1699
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
msgstr "A batería do computador está baixa"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1550
+#: ../src/gpm-manager.c:1511
#, c-format
msgid "Attached computer is low in power (%.0f%%)"
msgstr "O computador conectado está quedando sen enerxía (%.0f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one kind of battery
-#: ../src/gpm-manager.c:1600
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "A batería ten a carga baixísima"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1603 ../src/gpm-manager.c:1760
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "A batería do portátil está baixísima"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1613
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr "Enchufe o seu adaptador de corrente para evitar perder datos."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1617
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
msgstr "O computador pasará a suspensión moi pronto a menos que o conecte."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1621
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
-msgstr ""
-"Este computador pasará a hibernar moi pronto a menos que estea conectado."
+msgstr "Este computador pasará a hibernar moi pronto a menos que estea conectado."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1625
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
msgstr "Este computador apagarase en moi pronto a menos que o conecte."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1633 ../src/gpm-manager.c:1798
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "O SAI está excesivamente baixo"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1637
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to "
-"your computer to avoid losing data."
-msgstr ""
-"Quédanlle aproximadamente <b>%s</b> de enerxía do SAI (%.0f%%). Enchufe o "
-"seu adaptador de corrente para evitar a perda de datos."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "Quédanlle aproximadamente <b>%s</b> de enerxía do SAI (%.0f%%). Enchufe o seu adaptador de corrente para evitar a perda de datos."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1646
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"O rato sen fíos está quedando sen enerxía (%.1f%%). Este dispositivo deixará "
-"de funcionar se non se carga."
+msgstr "O rato sen fíos está quedando sen enerxía (%.1f%%). Este dispositivo deixará de funcionar se non se carga."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1654
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"O teclado sen fíos está quedando sen enerxía (%.0f%%). Este dispositivo "
-"deixará de funcionar se non se carga."
+msgstr "O teclado sen fíos está quedando sen enerxía (%.0f%%). Este dispositivo deixará de funcionar se non se carga."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1663
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
-"not charged."
-msgstr ""
-"O PDA está quedando sen enerxía (%.0f%%). Este dispositivo deixará de "
-"funcionar se non se carga."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "O PDA está quedando sen enerxía (%.0f%%). Este dispositivo deixará de funcionar se non se carga."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1673
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"O teléfono móbil está quedando sen enerxía (%.0f%%). Este dispositivo "
-"deixará de funcionar se non se carga."
+msgstr "O teléfono móbil está quedando sen enerxía (%.0f%%). Este dispositivo deixará de funcionar se non se carga."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1684
+#: ../src/gpm-manager.c:1642
#, c-format
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"O reprodutor multimedia está quedando sen enerxía (%.0f%%). Este dispositivo "
-"deixará de funcionar se non se carga."
+msgstr "O reprodutor multimedia está quedando sen enerxía (%.0f%%). Este dispositivo deixará de funcionar se non se carga."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1693
+#: ../src/gpm-manager.c:1651
#, c-format
msgid ""
-"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
-"if not charged."
-msgstr ""
-"O tablet está quedando sen enerxía (%.0f%%). Este dispositivo deixará de "
-"funcionar se non se carga."
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "O tablet está quedando sen enerxía (%.0f%%). Este dispositivo deixará de funcionar se non se carga."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1702
+#: ../src/gpm-manager.c:1660
#, c-format
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
"shutdown if not charged."
-msgstr ""
-"O computador conectado está quedando sen enerxía (%.0f%%). Este dispositivo "
-"deixará de funcionar se non se carga."
+msgstr "O computador conectado está quedando sen enerxía (%.0f%%). Este dispositivo deixará de funcionar se non se carga."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1769
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
-msgstr ""
-"A batería está por debaixo dun nivel crítico e este computador <b>apagarase</"
-"b> cando esta se baleire completamente."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "A batería está por debaixo dun nivel crítico e este computador <b>apagarase</b> cando esta se baleire completamente."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1775
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"A batería está por debaixo dun nivel crítico e este computador está a punto "
-"de suspenderse.<br><b>NOTA:</b> Para manter o computador en estado de "
-"suspensión é necesaria unha pequena cantidade de enerxía."
+msgstr "A batería está por debaixo dun nivel crítico e este computador está a punto de suspenderse.<br><b>NOTA:</b> Para manter o computador en estado de suspensión é necesaria unha pequena cantidade de enerxía."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1782
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
-msgstr ""
-"A batería está por debaixo dun nivel crítico e este computador está a punto "
-"de entrar en estado de hibernación."
+msgstr "A batería está por debaixo dun nivel crítico e este computador está a punto de entrar en estado de hibernación."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1787
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
msgstr "A batería está por debaixo dun nivel crítico e o computador apagarase."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1807
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
-msgstr ""
-"O SAI está por debaixo dun nivel crítico e o computador <b>apagarase</b> "
-"cando o SAI se baleire completamente."
+msgstr "O SAI está por debaixo dun nivel crítico e o computador <b>apagarase</b> cando o SAI se baleire completamente."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1813
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
-msgstr ""
-"O SAI está por debaixo dun nivel crítico e este computador está a punto de "
-"entrar en estado de hibernación."
+msgstr "O SAI está por debaixo dun nivel crítico e este computador está a punto de entrar en estado de hibernación."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1818
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
msgstr "O SAI está por debaixo dun nivel crítico e o computador apagarase."
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1956
-msgid "Install problem!"
-msgstr "Problema de instalación!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1958
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"Non se instalou correctamente a configuración predefinida para o Xestor de "
-"enerxía do MATE.\n"
-"Por favor, contacte co administrador do seu sistema."
-
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "Preferencias de enerxía do MATE"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Apagar"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Suspender"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Hibernar"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
-msgstr "Pór a pantalla en branco"
+msgstr "Pór a pantalla en negro"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Preguntarme"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Non facer nada"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Nunca"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Taxa"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "Carga"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "Tempo para encher"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "Tempo para baleirar"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 minutos"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 horas"
-#: ../src/gpm-statistics.c:92
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 horas"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 día"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
msgstr "1 semana"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "Perfil de carga"
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "Perfil de descarga"
-#. TRANSLATORS: how accurately we can predict the time remaining of the battery
-#: ../src/gpm-statistics.c:106
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "Precisión da carga"
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "Precisión de descarga"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Atributo"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "Valor"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "Imaxe"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "Descrición"
-#: ../src/gpm-statistics.c:183 ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Tipo"
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "ID"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "Orde"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "Descoñecido"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1884,7 +1669,7 @@ msgstr[0] "%.0f segundo"
msgstr[1] "%.0f segundos"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
@@ -1892,7 +1677,7 @@ msgstr[0] "%.1f minuto"
msgstr[1] "%.1f minutos"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
@@ -1900,46 +1685,47 @@ msgstr[0] "%.1f hora"
msgstr[1] "%.1f horas"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
msgstr[0] "%.1f día"
msgstr[1] "%.1f días"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Si"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "Non"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Dispositivo"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Provedor"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Modelo"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "Número de serie"
#. TRANSLATORS: a boolean attribute that means if the device is supplying the
-#. * main power for the computer. For instance, an AC adapter or laptop battery
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "Subministrar"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1948,251 +1734,252 @@ msgstr[1] "%d segundos"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "Actualizado"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "Presente"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "Recargábel"
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "Estado"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "Enerxía"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "Enerxía cando está baleira"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "Enerxía cando está chea"
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "Enerxía (destinada)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "Voltaxe"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Porcentaxe"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "Capacidade"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "Tecnoloxía"
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "Conectado"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:824
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "Sen datos"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:831 ../src/gpm-statistics.c:836
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Módulo do núcleo"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:841
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "Base do núcleo"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:846
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "Interrupción entre procesos"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:851
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "Interrupción"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:898
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "teclado/rato/touchpad PS/2"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:901
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:904
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "ATA serie"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:907
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "Controlador de host ATA"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:910
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Adaptador de rede sen fíos Intel"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:917 ../src/gpm-statistics.c:922
-#: ../src/gpm-statistics.c:927 ../src/gpm-statistics.c:932
-#: ../src/gpm-statistics.c:937
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "Temporizador %s"
-#. TRANSLATORS: the parameter is the name of task that's woken up from sleeping.
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:941
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "Durmir %s"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:944
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "Nova tarefa %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:948
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "Esperar %s"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:952 ../src/gpm-statistics.c:956
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "Fila de traballos %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:959
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "Limpeza de rutas de rede %s"
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:962
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "Actividade USB %s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:965
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "Recuperar %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:968
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "Interrupcións locais"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:971
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "Reprogramar as interrupcións"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1080
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "Información do dispositivo"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "Historial do dispositivo"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "Perfil do dispositivo"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "Recuperacións do procesador"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1292 ../src/gpm-statistics.c:1298
-#: ../src/gpm-statistics.c:1304 ../src/gpm-statistics.c:1310
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "Tempo transcorrido"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1294
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "Enerxía"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1300 ../src/gpm-statistics.c:1343
-#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1355
-#: ../src/gpm-statistics.c:1361
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "Carga da cela"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1306 ../src/gpm-statistics.c:1312
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "Tempo previsto"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1345 ../src/gpm-statistics.c:1357
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "Factor de corrección"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1351 ../src/gpm-statistics.c:1363
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "Factor de precisión"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1548
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "Seleccionar este dispositivo ao inicio"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1794
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Procesador"
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "_Preferencias"
@@ -2209,9 +1996,7 @@ msgstr "%s cargando (%.1f%%)"
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"A batería está completamente cargada.\n"
-"Proporciona %s de tempo de funcionamento"
+msgstr "A batería está completamente cargada.\nProporciona %s de tempo de funcionamento"
#. TRANSLATORS: the device is fully charged
#: ../src/gpm-upower.c:241
@@ -2237,11 +2022,10 @@ msgstr "%s descargando (%.1f%%)"
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s %s ata estar cargada (%.1f%%)\n"
-"Proporciona %s tempo de batería"
+msgstr "%s %s ata estar cargada (%.1f%%)\nProporciona %s tempo de batería"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
@@ -2327,7 +2111,8 @@ msgstr "Tempo de carga:"
msgid "Discharge time:"
msgstr "Tempo de descarga:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "Excelente"
@@ -2490,71 +2275,3 @@ msgstr "Esperando para carga"
#: ../src/gpm-upower.c:653
msgid "Waiting to discharge"
msgstr "Esperando para descargar"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "_Sobre"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "_Axuda"
-
-#~ msgid ""
-#~ "The wireless mouse attached to this computer is very low in power (%.1f%"
-#~ "%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "O rato sen fíos conectado a este computador está quedando sen enerxía "
-#~ "(%.1f%%). Este dispositivo deixará de funcionar se non se carga."
-
-#~ msgid ""
-#~ "The wireless keyboard attached to this computer is very low in power (%.1f"
-#~ "%%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "O teclado sen fíos conectado a este computador está quedando sen enerxía "
-#~ "(%.1f%%). Este dispositivo deixará de funcionar se non se carga."
-
-#~ msgid "Wireless mouse"
-#~ msgid_plural "Wireless mice"
-#~ msgstr[0] "Rato sen fíos"
-#~ msgstr[1] "Ratos sen fíos"
-
-#~ msgid "Wireless keyboard"
-#~ msgid_plural "Wireless keyboards"
-#~ msgstr[0] "Teclado sen fíos"
-#~ msgstr[1] "Teclados sen fíos"
-
-#~ msgid "Please see %s for more information."
-#~ msgstr "Vexa %s para máis información."
-
-#~ msgid ""
-#~ "If you can see this text, your display server is broken and you should "
-#~ "notify your distributor."
-#~ msgstr ""
-#~ "Se pode ver este texto, entón o servidor de pantalla está roto e debería "
-#~ "notificarllo ao seu distribuidor."
-
-#~ msgid "Session idle"
-#~ msgstr "Sesión inactiva"
-
-#~ msgid "Session active"
-#~ msgstr "Sesión activa"
-
-#~ msgid "idle inhibited"
-#~ msgstr "parada inhibida"
-
-#~ msgid "idle not inhibited"
-#~ msgstr "parada non inhibida"
-
-#~ msgid "suspend inhibited"
-#~ msgstr "suspensión inhibida"
-
-#~ msgid "suspend not inhibited"
-#~ msgstr "suspensión non inhibida"
-
-#~ msgid "screen idle"
-#~ msgstr "pantalla inactiva"
-
-#~ msgid "screen awake"
-#~ msgstr "pantalla esperta"
diff --git a/po/he.po b/po/he.po
index 1d06b5e..f5b07dc 100644
--- a/po/he.po
+++ b/po/he.po
@@ -1,148 +1,146 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
-# Yair Hershkovitz <[email protected]>
-# Yaron Shahrabani <[email protected]>
-#
+#
+# Translators:
+# Yaron Shahrabani <[email protected]>, 2013
msgid ""
msgstr ""
-"Project-Id-Version: 1\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-09 16:14+0300\n"
-"PO-Revision-Date: 2010-08-09 16:17+0200\n"
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-05-07 10:27+0000\n"
"Last-Translator: Yaron Shahrabani <[email protected]>\n"
-"Language-Team: he <[email protected]>\n"
+"Language-Team: Hebrew (http://www.transifex.com/projects/p/MATE/language/he/)\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-Poedit-Language: Hebrew\n"
+"Language: he\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../applets/brightness/brightness-applet.c:105
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "יישומון ניהול בהירות"
-#: ../applets/brightness/brightness-applet.c:106
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "מכוונן את בהירות צג המחשב הנייד."
-#: ../applets/brightness/brightness-applet.c:359
-#: ../applets/inhibit/inhibit-applet.c:358
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "לא ניתן להתחבר אל mate-power-manager"
-#: ../applets/brightness/brightness-applet.c:361
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "לא ניתן לקבל את ערך בהירות צג המחשב הנייד"
-#: ../applets/brightness/brightness-applet.c:363
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "בהירות מסך ה־LCD:‏ %d%%"
-#: ../applets/brightness/brightness-applet.c:748
-#: ../applets/inhibit/inhibit-applet.c:427
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
msgstr "Licensed under the GNU General Public License Version 2"
-#: ../applets/brightness/brightness-applet.c:749
-#: ../applets/inhibit/inhibit-applet.c:428
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"Power Manager is free software; you can redistribute it and/or\n"
-"modify it under the terms of the GNU General Public License\n"
-"as published by the Free Software Foundation; either version 2\n"
-"of the License, or (at your option) any later version."
+msgstr "Power Manager is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version."
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Power Manager is distributed in the hope that it will be useful,\n"
-"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-"GNU General Public License for more details."
+msgstr "Power Manager is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"You should have received a copy of the GNU General Public License\n"
-"along with this program; if not, write to the Free Software\n"
-"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
-"02110-1301, USA."
+msgstr "You should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n02110-1301, USA."
-#: ../applets/brightness/brightness-applet.c:771
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Copyright © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "התאם את בהירות לוח המחשב הנייד"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "על _אודות"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "יישומון בהירות"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "_עזרה"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Brightness Applet Factory"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Factory for Brightness Applet"
-#: ../applets/inhibit/inhibit-applet.c:91
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "יישומון בהירות"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "התאם את בהירות לוח המחשב הנייד"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "יישומון ניהול מניעת חיסכון בחשמל"
-#: ../applets/inhibit/inhibit-applet.c:92
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "מאפשר למשתמש למנוע חיסכון אוטומטי בחשמל."
-#: ../applets/inhibit/inhibit-applet.c:361
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "מצב שינה אוטומטי נמנע"
-#: ../applets/inhibit/inhibit-applet.c:363
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "שינה אוטומטית מופעלת"
-#: ../applets/inhibit/inhibit-applet.c:391
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "מניעה ידנית"
-#: ../applets/inhibit/inhibit-applet.c:450
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Copyright © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "מאפשר למשתמש למנוע חסכון אוטומטי בחשמל."
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Inhibit Applet Factory"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Factory for Inhibit Applet"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "יישומון מניעה"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Inhibit Applet Factory"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "מאפשר למשתמש למנוע חסכון אוטומטי בחשמל."
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -152,947 +150,835 @@ msgstr "מנהל צריכת החשמל"
msgid "Power management daemon"
msgstr "מנוע ניהול צריכת החשמל"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Allow backlight brightness adjustment"
-
-#: ../data/mate-power-manager.schemas.in.h:2
-msgid "Battery critical low action"
-msgstr "Battery critical low action"
-
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "Check CPU load before sleeping"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr "Dim the screen after a period of inactivity when on AC power"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr "Dim the screen after a period of inactivity when on battery power"
-
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Hibernate button action"
-
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Whether to hibernate, suspend or do nothing when inactive"
-#: ../data/mate-power-manager.schemas.in.h:10
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr ""
-"If preferences and statistics items should be shown in the context menu"
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "The type of sleeping that should be performed when the computer is inactive."
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "If sounds should be used"
-
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "Battery critical low action"
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr "If the CPU load should be checked before doing the idle action."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "The action to take when the battery is critically low."
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
"If the battery event should occur when the lid is shut and the power "
"disconnected"
-msgstr ""
-"If the battery event should occur when the lid is shut and the power "
-"disconnected"
+msgstr "If the battery event should occur when the lid is shut and the power disconnected"
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
"If the battery lid close event should occur (for example 'Suspend when lid "
"closed on battery') when the lid is previously shut and the AC power "
"disconnected at a later time."
-msgstr ""
-"If the battery lid close event should occur (for example 'Suspend when lid "
-"closed on battery') when the lid is previously shut and the AC power "
-"disconnected at a later time."
+msgstr "If the battery lid close event should occur (for example 'Suspend when lid closed on battery') when the lid is previously shut and the AC power disconnected at a later time."
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr "If the learnt profile should be used to calculate the time remaining"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "UPS critical low action"
-#: ../data/mate-power-manager.schemas.in.h:18
-msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
-msgstr ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "The action to take when the UPS is critically low."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr "If the low-power mode should be enabled when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "UPS low power action"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr "If the low-power mode should be enabled when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "The action to take when the UPS is low."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Allow backlight brightness adjustment"
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
"If the screen brightness should be changed when switching between AC and "
"battery power."
-msgstr ""
-"If the screen brightness should be changed when switching between AC and "
-"battery power."
-
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
-msgstr ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
+msgstr "If the screen brightness should be changed when switching between AC and battery power."
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
-msgstr ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "Reduce the backlight brightness when on battery power"
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
"If the screen should be reduced in brightness when the computer is on "
"battery power."
-msgstr ""
-"If the screen should be reduced in brightness when the computer is on "
-"battery power."
+msgstr "If the screen should be reduced in brightness when the computer is on battery power."
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr "If the system low-power mode should be enabled when on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "The brightness of the screen when idle"
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr ""
-"If the system low-power mode should be enabled when on laptop battery power."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "This is the laptop panel screen brightness used when the session is idle. Only valid when use-time-for-policy is true."
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr "If the user should be notified when the AC adapter is disconnected."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Dim the screen after a period of inactivity when on battery power"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr "If we should show the low capacity warning for a broken battery"
-
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr "If we should show the low capacity warning for a broken battery."
-
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr "If we should show the recalled battery warning for a broken battery"
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "If the screen should be dimmed to save power when the computer is idle when on battery power."
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "The default amount of time to dim the screen after idle"
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "LCD brightness when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "The default amount of time to dim the screen after idle."
-#: ../data/mate-power-manager.schemas.in.h:34
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
msgid "LCD dimming amount when on battery"
msgstr "LCD dimming amount when on battery"
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "Laptop lid close action on battery"
-
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr "Laptop lid close action when on AC"
-
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "Lock MATE keyring on sleep"
-
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Lock screen on hibernate"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "The amount to dim the brightness of the display when on battery power. Possible values are between 0 and 100."
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "Lock screen on suspend"
-msgstr "Lock screen on suspend"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Dim the screen after a period of inactivity when on AC power"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "Lock screen when blanked"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "If the screen should be dimmed to save power when the computer is idle when on AC power."
-#: ../data/mate-power-manager.schemas.in.h:41
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
msgid "Method used to blank screen on AC"
msgstr "Method used to blank screen on AC"
-#: ../data/mate-power-manager.schemas.in.h:42
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "The DPMS method used to blank the screen when on AC power."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
msgid "Method used to blank screen on battery"
msgstr "Method used to blank screen on battery"
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Notify on a low power"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "The DPMS method used to blank the screen when on battery power."
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Notify on a sleep failure"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "LCD brightness when on AC"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Notify when AC adapter is disconnected"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "The brightness of the display when on AC power. Possible values are between 0.0 and 100.0."
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Notify when fully charged"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Suspend button action"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "Percentage action is taken"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "The action to take when the system suspend button is pressed."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Percentage considered critical"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Hibernate button action"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Percentage considered low"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "The action to take when the system hibernate button is pressed."
-#: ../data/mate-power-manager.schemas.in.h:50
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
msgid "Power button action"
msgstr "Power button action"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "Reduce the backlight brightness when on battery power"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "The action to take when the system power button is pressed."
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Seconds of inactivity to spin down when on AC"
-msgstr "Seconds of inactivity to spin down when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "Laptop lid close action on battery"
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Seconds of inactivity to spin down when on battery"
-msgstr "Seconds of inactivity to spin down when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "The action to take when the laptop lid is closed and the laptop is on battery power."
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr "Sleep timeout computer when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "Laptop lid close action when on AC"
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr "Sleep timeout computer when on UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "The action to take when the laptop lid is closed and the laptop is on AC power."
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "Sleep timeout computer when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Whether to use time-based notifications"
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr "Sleep timeout display when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "If time based notifications should be used. If set to false, then the percentage change is used instead, which may fix a broken ACPI BIOS."
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr "Sleep timeout display when on UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Check CPU load before sleeping"
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr "Sleep timeout display when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "If the CPU load should be checked before doing the idle action."
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Suspend button action"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "Whether NetworkManager should be connected and disconnected on sleep."
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "Whether NetworkManager should disconnect before suspending or hibernating and connect on resume."
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Use mate-screensaver lock setting"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "Whether to use the screen lock setting of mate-screensaver to decide if the screen is locked after a hibernate, suspend or blank screen."
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "The URI to show to the user on sleep failure"
-msgstr "The URI to show to the user on sleep failure"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "Lock screen when blanked"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "Whether the screen is locked when the screen is turned off. Only used if lock-use-screensaver is false."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "Lock screen on suspend"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "Whether the screen is locked when the computer wakes up from a suspend. Only used if lock-use-screensaver is false."
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
-msgstr ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Lock screen on hibernate"
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
-msgstr ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "Whether the screen is locked when the computer wakes up from a hibernate. Only used if lock-use-screensaver is false."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "Lock MATE keyring on sleep"
-#: ../data/mate-power-manager.schemas.in.h:69
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "Whether the MATE keyring is locked before the computer enters suspend. This means the keyring will have to be unlocked on resume."
-#: ../data/mate-power-manager.schemas.in.h:70
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
-msgstr ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "Whether the MATE keyring is locked before the computer enters hibernate. This means the keyring will have to be unlocked on resume."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "If the low-power mode should be enabled when on AC"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "If the system low-power mode should be enabled when on AC power."
-#: ../data/mate-power-manager.schemas.in.h:71
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "If the low-power mode should be enabled when on battery"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "If the system low-power mode should be enabled when on laptop battery power."
-#: ../data/mate-power-manager.schemas.in.h:72
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr "Seconds of inactivity to spin down when on AC"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
-msgstr ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "The number of seconds of inactivity to spin down the disks when on AC power."
-#: ../data/mate-power-manager.schemas.in.h:73
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr "Seconds of inactivity to spin down when on battery"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "The number of seconds of inactivity to spin down the disks when on battery power."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "If we should show the recalled battery warning for a broken battery"
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "If we should show the recalled battery warning for a broken battery. Set this to false only if you know your battery is okay."
-#: ../data/mate-power-manager.schemas.in.h:75
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "If we should show the low capacity warning for a broken battery"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "If we should show the low capacity warning for a broken battery."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Notify when AC adapter is disconnected"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "If the user should be notified when the AC adapter is disconnected."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Notify when fully charged"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
-msgstr ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "If a notification message should be displayed when the battery is fully charged."
-#: ../data/mate-power-manager.schemas.in.h:76
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Notify on a sleep failure"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
-msgstr ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "If a notification message should be displayed after suspend or hibernate failed."
-#: ../data/mate-power-manager.schemas.in.h:77
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "The URI to show to the user on sleep failure"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
-msgstr ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "When sleep fails we can show the user a button to help fix the situation. Leave this blank if the button should not be shown."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Notify on a low power"
-#: ../data/mate-power-manager.schemas.in.h:78
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
-msgstr ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "If a notification message should be displayed when the battery is getting low."
-#: ../data/mate-power-manager.schemas.in.h:79
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "Whether we should show the history data points"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
-msgstr ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
+"Whether we should show the history data points in the statistics window."
+msgstr "Whether we should show the history data points in the statistics window."
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "The brightness of the screen when idle"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "Whether we should smooth the history data"
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr "The default amount of time to dim the screen after idle"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "Whether we should smooth the history data in the graph."
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr "The default amount of time to dim the screen after idle."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "The default graph type to show for history"
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version"
-msgstr "The default configuration version"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "The default graph type to show in the history window."
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "The default graph type to show in the statistics window"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "The maximum time displayed for history"
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr "The default graph type to show in the statistics window."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
+msgid ""
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "The maximum duration of time displayed on the x-axis of the history graph."
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "The maximum duration of time displayed on the x-axis of the graph."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "Whether we should show the stats data points"
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "The maximum time displayed on the graph"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "Whether we should show the stats data points in the statistics window."
-#: ../data/mate-power-manager.schemas.in.h:88
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "Whether we should smooth the stats data"
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
-msgstr ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "Whether we should smooth the stats data in the graph."
-#: ../data/mate-power-manager.schemas.in.h:90
-msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
-msgstr ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "The default graph type to show for stats"
-#: ../data/mate-power-manager.schemas.in.h:91
-msgid ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
-msgstr ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr "The default graph type to show in the stats window."
-#: ../data/mate-power-manager.schemas.in.h:92
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "The index of the page number to show by default"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "The index of the page number to show by default which is used to return focus to the correct page."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "The ID of the last device selected"
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "The identifier of the last device which is used to return focus to the correct device."
-#: ../data/mate-power-manager.schemas.in.h:94
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Percentage considered low"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
+msgstr "The percentage of the battery when it is considered low. Only valid when use-time-for-policy is false."
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Percentage considered critical"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
-msgstr ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr "The percentage of the battery when it is considered critical. Only valid when use-time-for-policy is false."
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "The time remaining when action is taken"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "Percentage action is taken"
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "The time remaining when critical"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
+msgid ""
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr "The percentage of the battery when the critical action is performed. Only valid when use-time-for-policy is false."
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr "The time remaining when low"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "The time remaining in seconds of the battery when it is considered low. Only valid when use-time-for-policy is true."
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "The time remaining when critical"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "The time remaining in seconds of the battery when it is considered critical. Only valid when use-time-for-policy is true."
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "UPS critical low action"
-
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "UPS low power action"
-
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "Use mate-screensaver lock setting"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "The time remaining when action is taken"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-msgstr ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "When to show the notification icon"
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "The time remaining in seconds of the battery when critical action is taken. Only valid when use-time-for-policy is true."
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr "Whether NetworkManager should be connected and disconnected on sleep"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Sleep timeout computer when on battery"
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "The amount of time in seconds the computer on battery power needs to be inactive before it goes to sleep."
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Sleep timeout computer when on AC"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "The amount of time in seconds the computer on AC power needs to be inactive before it goes to sleep."
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Sleep timeout computer when on UPS"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "The amount of time in seconds the computer on UPS power needs to be inactive before it goes to sleep."
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Sleep timeout display when on AC"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "The amount of time in seconds before the display goes to sleep when the computer is on AC power."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr "Whether to hibernate, suspend or do nothing when inactive"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Sleep timeout display when on battery"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "The amount of time in seconds the computer on battery power needs to be inactive before the display goes to sleep."
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "Whether to use time-based notifications"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Sleep timeout display when on UPS"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "Whether we should show the axis labels in the statistics window"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "The amount of time in seconds the computer on UPS power needs to be inactive before the display goes to sleep."
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "Whether we should show the axis labels in the statistics window."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "If sounds should be used"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Whether we should show the events in the statistics window"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "If sounds should be used when the power is critically low, or inhibit requests have stopped the policy action."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Whether we should show the events in the statistics window."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "If preferences and statistics items should be shown in the context menu"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "Whether we should smooth the data in the graph"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "When to show the notification icon"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "Whether we should smooth the data in the graph."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "Display options for the notification icon."
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "הגדרת צריכת החשמל"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "ניהול צריכת החשמל"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "צפה בניהול צריכת החשמל"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "הגדרת צריכת החשמל"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1090
-#: ../src/gpm-statistics.c:1565
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "סטטיסטיקת חשמל"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "צפה בניהול צריכת החשמל"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "בהירות"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "אורך הנתונים:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "פרטים"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "סוג הגרף:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "היסטוריה"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "אורך הנתונים:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "התעוררות המעבד בכל שניה:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "אין נתונים להצגה."
+
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "השתמש בקו מוחלק"
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "הצגת נקודות נתונים"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "היסטוריה"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "סטטיסטיקה"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "אין נתונים להצגה."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "התעוררות המעבד בכל שניה:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "השתמש בקו מוחלק"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "התעוררויות"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "העדפות צריכת חשמל"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>פעולות</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "העבר את המחשב למצב _שינה כאשר הוא אינו פעיל במשך:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "כשמכסה _המחשב הנייד סגור:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "ה_אט את מהירות סיבוב הכונן הקשיח כאשר זה אפשרי"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>תצוגה</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>אזור ההתראות</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "העבר את ה_תצוגה למצב שינה כשהמחשב אינו פעיל במשך:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "סוגר את התוכנית הזאת"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "קבע את בהירות המסך ל־:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "עמעם את ה_תצוגה בזמן המתנה"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "כללי"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "הפוך לברירת מחדל"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "מחובר לשקע חשמל"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "פועל על סוללה"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "מופעל באמצעות אל־פסק"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "הצג צלמית רק כאשר הסוללה מ_ופעלת"
-
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "הצג צלמית רק בטעינת או _פריקת סוללה"
-
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "העדפות צריכת חשמל"
-
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "מספק עזרה אודות תוכנית זאת"
-
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "העבר את ה_תצוגה למצב שינה כשהמחשב אינו פעיל במשך:"
-
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "העבר את המחשב למצב _שינה כאשר הוא אינו פעיל במשך:"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "כשהסוללה _כמעט מרוקנת:"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "קבע את בהירות המסך ל־:"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "_הנמך את בהירות האור האחורי"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "הגדרת מדיניות זאת כך שתשמש את כל המשתמשים"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "פועל על סוללה"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "ה_אט את מהירות סיבוב הכונן הקשיח כאשר זה אפשרי"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "כשעוצמת סוללת האל-פסק נמוכה:"
-#: ../data/gpm-prefs.ui.h:20
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
msgid "When UPS power is _critically low:"
msgstr "כשסוללת האל־פסק _כמעט מרוקנת:"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "כשעוצמת סוללת האל-פסק נמוכה:"
-
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "כשהסוללה _כמעט מרוקנת:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "מופעל באמצעות אל־פסק"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "כשמכסה _המחשב הנייד סגור:"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "כשכפתור ה_כיבוי נלחץ:"
-#: ../data/gpm-prefs.ui.h:24
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
msgid "When the _suspend button is pressed:"
msgstr "כשכפתור ה_השהייה נלחץ:"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "כשכפתור ה_כיבוי נלחץ:"
-
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "_הצג סמל תמיד"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>אזור ההתראות</b>"
-#: ../data/gpm-prefs.ui.h:27
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
msgid "_Never display an icon"
msgstr "_לעולם אל תציג סמל"
-#: ../data/gpm-prefs.ui.h:28
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
msgid "_Only display an icon when battery power is low"
msgstr "הצג איקון _רק כאשר הסוללה כמעט ריקה"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "_הנמך את בהירות האור האחורי"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "הצג צלמית רק בטעינת או _פריקת סוללה"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "הצג צלמית רק כאשר הסוללה מ_ופעלת"
+
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "_הצג סמל תמיד"
+
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "כללי"
+
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "מספק עזרה אודות תוכנית זאת"
+
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "הפוך לברירת מחדל"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "הגדרת מדיניות זאת כך שתשמש את כל המשתמשים"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "סוגר את התוכנית הזאת"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
msgstr "הגדרת הבהירות הנוכחית"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
msgstr "קבלת הבהירות הנוכחית"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
msgstr "הגדרת מספר רמות הבהירות הנתמכות"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
msgstr "מסייע צריכת החשמל של תאורת הרקע של MATE"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
msgstr "לא צוינה אפשרות תקפה"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
msgstr "לא נמצאו תאורות אחוריות במערכת שלך"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
msgstr "לא ניתן לקבל את ערך התאורה האחורית"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
msgstr "לא ניתן לקבל את הערך המירבי של התאורה האחורית"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
msgstr "רק משתמש העל של המערכת יכול להשתמש בתכנית זו"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
msgstr "על תכנית זו לרוץ דרך pkexec"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
msgstr "לא ניתן להגדיר את ערך התאורה האחורית"
@@ -1194,7 +1080,7 @@ msgid "%.1fV"
msgstr "%.1fV"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1545
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "Show extra debugging information"
@@ -1210,132 +1096,128 @@ msgstr "Exit after a small delay (for debugging)"
msgid "Exit after the manager has loaded (for debugging)"
msgstr "Exit after the manager has loaded (for debugging)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "MATE Power Manager"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:221 ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "הסוללה ברמה מאוד נמוכה"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:269
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "החשמל מחובר"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "חשמל מנותק"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "המכסה נפתח"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "המכסה נסגר"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "הסוללה חלשה"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "הסוללה מלאה"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "השהיה התחילה"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "הומשך"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "השהייה נכשלה"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:574
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
msgstr "המחשב כשל במהלך המעבר למצב השהיה."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:576
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "כשל בהשהיה"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:580
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
msgstr "המחשב כשל במהלך המעבר למצב שינה."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:582
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "כשל בכניסה למצב שינה"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:587
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
msgstr "הכשל דווח בתור:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:600
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "בקר בעמוד העזרה"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:863
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "תצוגת DPMS הופעלה"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:882
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "פועל על סוללה"
-#: ../src/gpm-manager.c:900
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "מכסה המחשב הנייד סגור"
-#: ../src/gpm-manager.c:938
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "מידע צריכת החשמל"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1186
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "יתכן שיש להחזיר את הסוללה"
-#: ../src/gpm-manager.c:1187
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"A battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"הסוללה במחשב שלך נקראה להחזרה על ידי %s ויתכן שצפויה לך סכנה.\n"
-".\n"
-"למידע נוסף ניתן לבקר באתר ההחזרות של הסוללה."
+msgstr "הסוללה במחשב שלך נקראה להחזרה על ידי %s ויתכן שצפויה לך סכנה.\n.\nלמידע נוסף ניתן לבקר באתר ההחזרות של הסוללה."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1197
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "בקר באתר ההחזרות"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1200
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "אל תציג זאת שוב"
@@ -1343,470 +1225,443 @@ msgstr "אל תציג זאת שוב"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1285
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "ייתכן והסוללה פגומה"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1288
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Battery has a very low capacity (%1.1f%%), which means that it may be old or "
-"broken."
-msgstr ""
-"הסוללה שלך בעלת קיבולת קטנה ביותר (%1.1f%%), מה שמעיד על כך שהיא עלולה להיות "
-"ישנה או פגומה."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "הסוללה שלך בעלת קיבולת קטנה ביותר (%1.1f%%), מה שמעיד על כך שהיא עלולה להיות ישנה או פגומה."
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1337
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
msgstr[0] "הסוללה טעונה"
msgstr[1] "הסוללות טעונות"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1383
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "סוללה מתרוקנת"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1387
+#: ../src/gpm-manager.c:1348
#, c-format
msgid "%s of battery power remaining (%.0f%%)"
msgstr "‏%s נותר מאנרגיית הסוללה (%.0f%%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1390 ../src/gpm-manager.c:1402
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
msgid "%s discharging (%.0f%%)"
msgstr "‏%s נפרקת (%.0f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1395
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "האל־פסק מתרוקן"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1399
+#: ../src/gpm-manager.c:1360
#, c-format
msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr "‏%s נותר מאנרגיית הגיבוי של האל פסק (%.0f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1483
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "סוללה חלשה"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1486
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "סוללת המחשב הנייד חלשה"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1492
+#: ../src/gpm-manager.c:1453
#, c-format
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "חיי הסוללה הנותרים המשוערים הם <b>%s</b> ‏(%.0f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1496
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "סוללת האל־פסק חלשה"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1500
+#: ../src/gpm-manager.c:1461
#, c-format
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
msgstr "נותרו לך בערך <b>%s</b> מהאנרגיה באל פסק (%.0f%%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1504 ../src/gpm-manager.c:1643
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "סוללת העכבר חלשה"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1507
+#: ../src/gpm-manager.c:1468
#, c-format
msgid "Wireless mouse is low in power (%.0f%%)"
msgstr "העכבר האלחוטי המחובר למחשב זה בעל סוללה חלשה (%.0f%%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1511 ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "סוללת המקלדת חלשה"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1514
+#: ../src/gpm-manager.c:1475
#, c-format
msgid "Wireless keyboard is low in power (%.0f%%)"
msgstr "המקלדת האלחוטית המחוברת למחשב זה בעלת עצמת סוללה נמוכה (%.0f%%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1518 ../src/gpm-manager.c:1660
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "סוללת מחשב כף היד חלשה"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1521
+#: ../src/gpm-manager.c:1482
#, c-format
msgid "PDA is low in power (%.0f%%)"
msgstr "מחשב כף היד המחובר למחשב זה בעל סוללה חלשה (%.0f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1525 ../src/gpm-manager.c:1670
-#: ../src/gpm-manager.c:1681
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "סוללת הטלפון הסלולרי חלשה"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1528
+#: ../src/gpm-manager.c:1489
#, c-format
msgid "Cell phone is low in power (%.0f%%)"
msgstr "הטלפון הסלולרי המחובר למחשב זה בעל סוללה חלשה (%.0f%%)"
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1533
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
msgstr "סוללת נגן המדיה חלשה"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1536
+#: ../src/gpm-manager.c:1497
#, c-format
msgid "Media player is low in power (%.0f%%)"
msgstr "נגן המדיה המחובר למחשב זה בעל סוללה חלשה (%.0f%%)"
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1540 ../src/gpm-manager.c:1690
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
msgstr "סוללת מחשב הלוח חלשה"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1543
+#: ../src/gpm-manager.c:1504
#, c-format
msgid "Tablet is low in power (%.0f%%)"
msgstr "מחשב הלוח המחובר למחשב זה בעל סוללה חלשה (%.1f%%)"
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1547 ../src/gpm-manager.c:1699
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
msgstr "הסוללה המחוברת למחשב חלשה"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1550
+#: ../src/gpm-manager.c:1511
#, c-format
msgid "Attached computer is low in power (%.0f%%)"
msgstr "המחשב המחובר הוא בעל סוללה חלשה (%.0f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one kind of battery
-#: ../src/gpm-manager.c:1600
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "הסוללה כמעט ריקה"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1603 ../src/gpm-manager.c:1760
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "סוללת המחשב הנייד כמעט ריקה"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1613
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr "חבר את מתאם החשמל כדי למנוע איבוד נתונים."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1617
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
msgstr "המחשב יושהה בקרוב אלא אם כן יחובר למקור חשמל."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1621
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
msgstr "המחשב יעבור למצב שינה בקרוב אלא אם כן יחובר למקור חשמל."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1625
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
msgstr "המחשב יכובה בקרוב אלא אם כן יחובר למקור חשמל."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1633 ../src/gpm-manager.c:1798
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "האל־פסק כמעט מרוקן"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1637
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to "
-"your computer to avoid losing data."
-msgstr ""
-"יש לך בערך <b>%s</b> מהאנרגיה באל פסק (%.0f%%). יש לשחזר את המתח החלופי "
-"למחשב שלך כדי למנוע איבוד נתונים."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "יש לך בערך <b>%s</b> מהאנרגיה באל פסק (%.0f%%). יש לשחזר את המתח החלופי למחשב שלך כדי למנוע איבוד נתונים."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1646
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"סוללת העכבר האלחוטי המחובר למחשב זה חלשה (%.0f%%). התקן זה יפסיק לפעול אם לא "
-"יוטען."
+msgstr "סוללת העכבר האלחוטי המחובר למחשב זה חלשה (%.0f%%). התקן זה יפסיק לפעול אם לא יוטען."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1654
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"סוללת המקלדת האלחוטית המחוברת למחשב זה חלשה (%.0f%%). התקן זה יפסיק לפעול אם "
-"לא יוטען."
+msgstr "סוללת המקלדת האלחוטית המחוברת למחשב זה חלשה (%.0f%%). התקן זה יפסיק לפעול אם לא יוטען."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1663
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
-"not charged."
-msgstr ""
-"סוללת מחשב כף היד המחובר למחשב זה חלשה (%.1f%%). התקן זה יפסיק לפעול אם לא "
-"יוטען."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "סוללת מחשב כף היד המחובר למחשב זה חלשה (%.1f%%). התקן זה יפסיק לפעול אם לא יוטען."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1673
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"סוללת הטלפון הסלולרי המחובר למחשב זה חלשה (%.0f%%). התקן זה יפסיק לפעול אם "
-"לא יוטען."
+msgstr "סוללת הטלפון הסלולרי המחובר למחשב זה חלשה (%.0f%%). התקן זה יפסיק לפעול אם לא יוטען."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1684
+#: ../src/gpm-manager.c:1642
#, c-format
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"סוללת נגן המדיה המחובר למחשב זה חלשה (%.0f%%). התקן זה יפסיק לפעול אם לא "
-"יוטען."
+msgstr "סוללת נגן המדיה המחובר למחשב זה חלשה (%.0f%%). התקן זה יפסיק לפעול אם לא יוטען."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1693
+#: ../src/gpm-manager.c:1651
#, c-format
msgid ""
-"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
-"if not charged."
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
msgstr "סוללת מחשב הלוח חלשה (%.0f%%). התקן זה יפסיק לפעול אם לא יוטען."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1702
+#: ../src/gpm-manager.c:1660
#, c-format
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
"shutdown if not charged."
-msgstr ""
-"סוללת המחשב המחובר למחשב זה חלשה (%.0f%%). התקן זה יפסיק לפעול אם לא יוטען."
+msgstr "סוללת המחשב המחובר למחשב זה חלשה (%.0f%%). התקן זה יפסיק לפעול אם לא יוטען."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1769
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
msgstr "הסוללה כמעט מרוקנת והמחשב <b>יכובה</b> כשהיא תתרוקן לחלוטין."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1775
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"הסוללה כמעט מרוקנת, לכן המחשב עומד להכנס להמתנה. <br><b>שימו לב:</b> יש צורך "
-"בכמות קטנה של חשמל כדי להחזיק את המחשב בהמתנה."
+msgstr "הסוללה כמעט מרוקנת, לכן המחשב עומד להכנס להמתנה. <br><b>שימו לב:</b> יש צורך בכמות קטנה של חשמל כדי להחזיק את המחשב בהמתנה."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1782
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
msgstr "הסוללה כמעט מרוקנת, לכן המחשב עומד להכנס למצב שינה."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1787
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
msgstr "הסוללה כמעט מרוקנת והמחשב עומד להכבות."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1807
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
msgstr "האל־פסק כמעט ריק, המחשב <b>יכבה</b> כאשר האל־פסק יתרוקן לחלוטין."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1813
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
msgstr "האל־פסק כמעט ריק ולכן המחשב עומד להיכנס למצב שינה."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1818
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
msgstr "האל־פסק כמעט ריק ולכן המחשב עומד לכבות."
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1956
-msgid "Install problem!"
-msgstr "בעיית התקנה!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1958
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"הגדרות ברירת המחדל עבור ניהול החשמל של MATE לא הותקנו כראוי.\n"
-"אנא צור קשר עם מנהל המערכת."
-
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "העדפות צריכת חשמל של MATE"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "כיבוי"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "המתנה"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "מצב שינה"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "מסך ריק"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "שאל אותי"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "אל תעשה כלום"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "לעולם לא"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "דירוג"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "טעינה"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "זמן למילוי"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "זמן לריקון"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 דקות"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "שעתיים"
-#: ../src/gpm-statistics.c:92
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 שעות"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "יום אחד"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
msgstr "שבוע אחד"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "פרופיל טעינה"
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "פרופיל התרוקנות"
-#. TRANSLATORS: how accurately we can predict the time remaining of the battery
-#: ../src/gpm-statistics.c:106
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "דיוק טעינה"
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "דיוק התרוקנות"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "תכונה"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "ערך"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "תמונה"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "תיאור"
-#: ../src/gpm-statistics.c:183 ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "סוג"
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "מזהה"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "פקודה"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "לא ידוע"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1814,7 +1669,7 @@ msgstr[0] "שנייה אחת"
msgstr[1] "%.0f שניות"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
@@ -1822,7 +1677,7 @@ msgstr[0] "דקה אחת"
msgstr[1] "%.1f דקות"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
@@ -1830,46 +1685,47 @@ msgstr[0] "שעה אחת"
msgstr[1] "%.1f שעות"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
msgstr[0] "יום אחד"
msgstr[1] "%.1f ימים"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "כן"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "לא"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "התקן"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "יצרן"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "דגם"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "מספר סידורי"
#. TRANSLATORS: a boolean attribute that means if the device is supplying the
-#. * main power for the computer. For instance, an AC adapter or laptop battery
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "ספק"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1878,251 +1734,252 @@ msgstr[1] "%d שניות"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "רוענן"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "נוכח"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "ניתן לטעינה מחדש "
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "מצב"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "אנרגיה"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "אנרגיה בעת התרוקנות"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "אנרגיה כשמלא"
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "אנרגיה (תכנון)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "מתח"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "אחוזים"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "קיבולת"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "טכנולוגיה"
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "מקוון"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:824
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "אין נתונים"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:831 ../src/gpm-statistics.c:836
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "מודול הקרנל"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:841
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "ליבת הקרנל"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:846
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "פסק בין מעבדים"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:851
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "פסק"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:898
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "מקלדת/עכבר/משטח־מגע בחיבור PS/2"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:901
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:904
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "‏ATA טורי"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:907
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "בקר מארח ATA"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:910
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "התקן אלחוטי של Intel"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:917 ../src/gpm-statistics.c:922
-#: ../src/gpm-statistics.c:927 ../src/gpm-statistics.c:932
-#: ../src/gpm-statistics.c:937
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "מתזמן %s"
-#. TRANSLATORS: the parameter is the name of task that's woken up from sleeping.
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:941
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "שינה ‏%s"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:944
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "משימה חדשה %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:948
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "המתנה %s"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:952 ../src/gpm-statistics.c:956
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "תור עבודה %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:959
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "איפוס נתיב רשת %s"
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:962
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "פעילות USB ‏%s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:965
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "התעוררות %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:968
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "פסקים מקומיים"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:971
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "פסקים מתחדשים"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1080
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "נתוני ההתקן"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "היסטורית ההתקן"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "פרופיל ההתקן"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "התעוררויות מעבד"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1292 ../src/gpm-statistics.c:1298
-#: ../src/gpm-statistics.c:1304 ../src/gpm-statistics.c:1310
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "זמן שחלף"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1294
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "חשמל"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1300 ../src/gpm-statistics.c:1343
-#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1355
-#: ../src/gpm-statistics.c:1361
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "טעינת תא"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1306 ../src/gpm-statistics.c:1312
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "זמן מוערך"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1345 ../src/gpm-statistics.c:1357
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "מתאם תיקון"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1351 ../src/gpm-statistics.c:1363
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "דיוק חיזוי"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1548
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "בחר התקן זה עם ההפעלה"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1794
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "מעבד"
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "_העדפות"
@@ -2139,9 +1996,7 @@ msgstr "‏%s נטענת (%.1f%%)"
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"הסוללה טעונה במלואה.\n"
-"תתאפשר עבודה למשך %s עם הסוללה"
+msgstr "הסוללה טעונה במלואה.\nתתאפשר עבודה למשך %s עם הסוללה"
#. TRANSLATORS: the device is fully charged
#: ../src/gpm-upower.c:241
@@ -2167,11 +2022,10 @@ msgstr "%s מתרוקנת (%.1f%%)"
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s %s עד לטעינה מלאה (%.1f%%)\n"
-"תתאפשר עבודה למשך %s עם הסוללה"
+msgstr "%s %s עד לטעינה מלאה (%.1f%%)\nתתאפשר עבודה למשך %s עם הסוללה"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
@@ -2257,7 +2111,8 @@ msgstr "זמן לטעינה:"
msgid "Discharge time:"
msgstr "זמן לפריקה:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "מצויין"
@@ -2420,794 +2275,3 @@ msgstr "ממתין לטעינה"
#: ../src/gpm-upower.c:653
msgid "Waiting to discharge"
msgstr "ממתין לפריקה"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "על _אודות"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "_עזרה"
-
-#~ msgid "%s remaining"
-#~ msgstr "‏%s נותרו"
-
-#~ msgid "provides %s laptop runtime"
-#~ msgstr "מספק זמן הפעלה של %s למחשב הנייד"
-
-#~ msgid "%s %s remaining"
-#~ msgstr "‏%s %s נותרו"
-
-#~ msgid "provides %s battery runtime"
-#~ msgstr "מספקת %s זמן סוללה"
-
-#~ msgid "Laptop battery not present"
-#~ msgstr "למחשב הנייד אין סוללה"
-
-#~ msgid "Laptop battery is charging"
-#~ msgstr "סוללת המחשב הנייד נטענת"
-
-#~ msgid "Laptop battery is discharging"
-#~ msgstr "סוללת המחשב הנייד מתרוקנת"
-
-#~ msgid "Laptop battery is empty"
-#~ msgstr "סוללת המחשב הנייד ריקה"
-
-#~ msgid "Laptop battery is charged"
-#~ msgstr "סוללת המחשב הנייד שלך טעונה במלואה"
-
-#~ msgid "Laptop battery is waiting to charge"
-#~ msgstr "סוללת המחשב הנייד שלך ממתינה לטעינה"
-
-#~ msgid "Laptop battery is waiting to discharge"
-#~ msgstr "סוללת המחשב הנייד שלך ממתינה להתרוקנות"
-
-#~ msgid "UPS is charging"
-#~ msgstr "האל־פסק נטען"
-
-#~ msgid "UPS is discharging"
-#~ msgstr "האל־פסק מתרוקן"
-
-#~ msgid "UPS is empty"
-#~ msgstr "האל־פסק ריק"
-
-#~ msgid "UPS is charged"
-#~ msgstr "האל־פסק טעון במלואו"
-
-#~ msgid "Mouse is charging"
-#~ msgstr "העכבר נטען"
-
-#~ msgid "Mouse is discharging"
-#~ msgstr "העכבר מתרוקן"
-
-#~ msgid "Mouse is empty"
-#~ msgstr "העכבר ריק"
-
-#~ msgid "Mouse is charged"
-#~ msgstr "העכבר טעון במלואו"
-
-#~ msgid "Keyboard is charging"
-#~ msgstr "המקלדת נטענת"
-
-#~ msgid "Keyboard is discharging"
-#~ msgstr "המקלדת מתרוקנת"
-
-#~ msgid "Keyboard is empty"
-#~ msgstr "המקלדת ריקה"
-
-#~ msgid "Keyboard is charged"
-#~ msgstr "המקלדת טעונה במלואה"
-
-#~ msgid "PDA is charging"
-#~ msgstr "מחשב כף היד נטען"
-
-#~ msgid "PDA is discharging"
-#~ msgstr "מחשב כף היד מתרוקן"
-
-#~ msgid "PDA is empty"
-#~ msgstr "מחשב כף היד ריק"
-
-#~ msgid "PDA is charged"
-#~ msgstr "מחשב כף היד טעון במלואו"
-
-#~ msgid "Cell phone is charging"
-#~ msgstr "הטלפון הסלולרי נטען"
-
-#~ msgid "Cell phone is discharging"
-#~ msgstr "הטלפון הסלולרי מתרוקן"
-
-#~ msgid "Cell phone is empty"
-#~ msgstr "הטלפון הסלולרי ריק"
-
-#~ msgid "Cell phone is charged"
-#~ msgstr "הטלפון הסלולרי טעון במלואו"
-
-#~ msgid "Media player is charging"
-#~ msgstr "נגן המדיה נטען"
-
-#~ msgid "Media player is discharging"
-#~ msgstr "נגן המדיה מתרוקן"
-
-#~ msgid "Media player is empty"
-#~ msgstr "נגן המדיה ריק"
-
-#~ msgid "Media player is charged"
-#~ msgstr "נגן המדיה טעון במלואו"
-
-#~ msgid "Tablet is charging"
-#~ msgstr "מחשב הטבלה נטען"
-
-#~ msgid "Tablet is discharging"
-#~ msgstr "מחשב הטבלה מתרוקן"
-
-#~ msgid "Tablet is empty"
-#~ msgstr "מחשב הטבלה ריק"
-
-#~ msgid "Tablet is charged"
-#~ msgstr "מחשב הטבלה טעון במלואו"
-
-#~ msgid "Computer is charging"
-#~ msgstr "המחשב נטען"
-
-#~ msgid "Computer is discharging"
-#~ msgstr "המחשב מתרוקן"
-
-#~ msgid "Computer is empty"
-#~ msgstr "המחשב ריק"
-
-#~ msgid "Computer is charged"
-#~ msgstr "המחשב טעון במלואו"
-
-#~ msgid "%s not present"
-#~ msgstr "%s לא קיים"
-
-#~ msgid "%s charging"
-#~ msgstr "‏%s נטען"
-
-#~ msgid ""
-#~ "The wireless mouse attached to this computer is very low in power (%.1f%"
-#~ "%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "העכבר האלחוטי המחובר למחשב בעל סוללה חלשה (%.1f%%). התקן זה יפסיק לתפקד "
-#~ "בקרוב במידה ולא יוטען."
-
-#~ msgid ""
-#~ "The wireless keyboard attached to this computer is very low in power (%.1f"
-#~ "%%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "סוללת המקלדת האלחוטית המחוברת למחשב זה חלשה (%.1f%%). התקן זה יפסיק לפעול "
-#~ "בקרוב במידה ולא יוטען."
-
-#~ msgid ""
-#~ "The PDA attached to this computer is very low in power (%.1f%%). This "
-#~ "device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "סוללת מחשב כף היד המחובר למחשב זה חלשה (%.1f%%). התקן זה יפסיק לפעול אם "
-#~ "לא יוטען."
-
-#~ msgid "Wireless mouse"
-#~ msgid_plural "Wireless mice"
-#~ msgstr[0] "עכבר אלחוטי"
-#~ msgstr[1] "עכברים אלחוטיים"
-
-#~ msgid "Wireless keyboard"
-#~ msgid_plural "Wireless keyboards"
-#~ msgstr[0] "מקלדת אלחוטית"
-#~ msgstr[1] "מקלדות אלחוטיות"
-
-#~ msgid "Please see %s for more information."
-#~ msgstr "אנא עיין ב־%s לקבלת מידע נוסף."
-
-#~ msgid ""
-#~ "If you can see this text, your display server is broken and you should "
-#~ "notify your distributor."
-#~ msgstr ""
-#~ "אם אתה יכול לראות טקסט זה, שרת התצוגה שלך אינו תקין ועליך להודיע למפיץ "
-#~ "שלך."
-
-#~ msgid "Session idle"
-#~ msgstr "הפעלה לא פעילה"
-
-#~ msgid "Session active"
-#~ msgstr "הפעלה פעילה"
-
-#~ msgid "inhibited"
-#~ msgstr "נמנע"
-
-#~ msgid "not inhibited"
-#~ msgstr "לא נמנע"
-
-#~ msgid "screen idle"
-#~ msgstr "מסך בהמתנה"
-
-#~ msgid "screen awake"
-#~ msgstr "מסך ער"
-
-#~ msgid "Sleep problem"
-#~ msgstr "בעיה במצב השינה"
-
-#~ msgid "Check the help file for common problems."
-#~ msgstr "עיין בקובץ העזרה אודות בעיות נפוצות."
-
-#~ msgid "Allow Suspend and Hibernate in the menu"
-#~ msgstr "Allow Suspend and Hibernate in the menu"
-
-#~ msgid "Hibernate enabled"
-#~ msgstr "Hibernate enabled"
-
-#~ msgid "If preferences should be shown"
-#~ msgstr "If preferences should be shown"
-
-#~ msgid ""
-#~ "If the Suspend and Hibernate options should be allowed in the "
-#~ "notification area drop down menu."
-#~ msgstr ""
-#~ "If the Suspend and Hibernate options should be allowed in the "
-#~ "notification area drop down menu."
-
-#~ msgid "If the user is authorized to hibernate the computer."
-#~ msgstr "If the user is authorized to hibernate the computer."
-
-#~ msgid "If the user is authorized to suspend the computer."
-#~ msgstr "If the user is authorized to suspend the computer."
-
-#~ msgid "Suspend enabled"
-#~ msgstr "Suspend enabled"
-
-#~ msgid "Action disallowed"
-#~ msgstr "הפעולה לא הותרה"
-
-#~ msgid ""
-#~ "Suspend support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr "התמיכה בהשהיה בוטלה. צור קשר עם מנהל המערכת לפרטים נוספים."
-
-#~ msgid ""
-#~ "Hibernate support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr "התמיכה בשנת חורף בוטלה. צור קשר עם מנהל המערכת לפרטים נוספים."
-
-#~ msgid "Device information"
-#~ msgstr "מידע אודות ההתקן"
-
-#~ msgid "There is no detailed information for this device"
-#~ msgstr "אין מידע מפורט עבור התקן זה"
-
-#~ msgid "translator-credits"
-#~ msgstr ""
-#~ "‏Beni Gazala https://launchpad.net/~beni-gazala\n"
-#~ "‏Eli Daian https://launchpad.net/~elidaian\n"
-#~ "‏Omri Strumza https://launchpad.net/~blueomega\n"
-#~ "‏Or Dvory https://launchpad.net/~gnudles\n"
-#~ "‏Shlomil https://launchpad.net/~shlomister\n"
-#~ "‏Yaniv Abir https://launchpad.net/~yanivabir\n"
-#~ "‏Mark Krapivner https://launchpad.net/~mark125\n"
-#~ "‏Yaron https://launchpad.net/~sh-yaron\n"
-#~ "‏cow_2001 https://launchpad.net/~cow2001\n"
-#~ "\n"
-#~ "פרוייקט תרגום MATE לעברית:\n"
-#~ "‏http://mate-il.berlios.de"
-
-#~ msgid "Power _History"
-#~ msgstr "היסטורית _חשמל"
-
-#~ msgid "_Suspend"
-#~ msgstr "_המתנה"
-
-#~ msgid "Hi_bernate"
-#~ msgstr "מצ_ב שינה"
-
-#~ msgid "If DBUS inhibit requests should be ignored from other programs."
-#~ msgstr "If DBUS inhibit requests should be ignored from other programs."
-
-#~ msgid "If DBUS inhibit requests should be ignored."
-#~ msgstr "If DBUS inhibit requests should be ignored."
-
-#~ msgid ""
-#~ "If a notification message should be displayed when the profile data is "
-#~ "guessed."
-#~ msgstr ""
-#~ "If a notification message should be displayed when the profile data is "
-#~ "guessed."
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close"
-#~ msgstr ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close"
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close."
-#~ msgstr ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close."
-
-#~ msgid "Notify when the profile data is guessed"
-#~ msgstr "Notify when the profile data is guessed"
-
-#~ msgid ""
-#~ "After resume, mate-power-manager will suppress policy actions for a "
-#~ "number of seconds to allow messages to settle and HAL to refresh. "
-#~ "Commonly five seconds is enough while not being so long that the user "
-#~ "gets confused."
-#~ msgstr ""
-#~ "After resume, mate-power-manager will suppress policy actions for a "
-#~ "number of seconds to allow messages to settle and HAL to refresh. "
-#~ "Commonly five seconds is enough while not being so long that the user "
-#~ "gets confused."
-
-#~ msgid "Change the brightness automatically using the ambient light sensors"
-#~ msgstr "Change the brightness automatically using the ambient light sensors"
-
-#~ msgid "If extra debugging messages should be used"
-#~ msgstr "If extra debugging messages should be used"
-
-#~ msgid ""
-#~ "If extra debugging messages should be used. Only turn this on for "
-#~ "debugging."
-#~ msgstr ""
-#~ "If extra debugging messages should be used. Only turn this on for "
-#~ "debugging."
-
-#~ msgid "If the low-power mode should be enabled when on UPS"
-#~ msgstr "If the low-power mode should be enabled when on UPS"
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors."
-#~ msgstr ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors."
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors. Valid is 'none', 'light' and 'dark'"
-#~ msgstr ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors. Valid is 'none', 'light' and 'dark'"
-
-#~ msgid "If the system low-power mode should be enabled when on UPS power."
-#~ msgstr "If the system low-power mode should be enabled when on UPS power."
-
-#~ msgid "Keyboard brightness when on AC"
-#~ msgstr "Keyboard brightness when on AC"
-
-#~ msgid "Keyboard brightness when on battery"
-#~ msgstr "Keyboard brightness when on battery"
-
-#~ msgid "Number of seconds to suppress policy after resume"
-#~ msgstr "Number of seconds to suppress policy after resume"
-
-#~ msgid "The amount the light sensors should contribute to the brightness"
-#~ msgstr "The amount the light sensors should contribute to the brightness"
-
-#~ msgid "The amount the light sensors should contribute to the brightness."
-#~ msgstr "The amount the light sensors should contribute to the brightness."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on AC power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "The brightness of the keyboard when on AC power. Possible values are "
-#~ "between 0 and 100."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on battery power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "The brightness of the keyboard when on battery power. Possible values are "
-#~ "between 0 and 100."
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough"
-#~ msgstr ""
-#~ "The calibration of the light sensors so that the screen is bright enough"
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough, "
-#~ "in percent."
-#~ msgstr ""
-#~ "The calibration of the light sensors so that the screen is bright enough, "
-#~ "in percent."
-
-#~ msgid "The interval the ambient light sensors should be polled"
-#~ msgstr "The interval the ambient light sensors should be polled"
-
-#~ msgid "The interval the ambient light sensors should be polled in seconds."
-#~ msgstr "The interval the ambient light sensors should be polled in seconds."
-
-#~ msgid "The invalid timeout for power actions"
-#~ msgstr "The invalid timeout for power actions"
-
-#~ msgid ""
-#~ "The invalid timeout in ms for power actions. Set this longer if you get "
-#~ "'battery critical' messages when you unplug."
-#~ msgstr ""
-#~ "The invalid timeout in ms for power actions. Set this longer if you get "
-#~ "'battery critical' messages when you unplug."
-
-#~ msgid "gtk-refresh"
-#~ msgstr "gtk-refresh"
-
-#~ msgid "Application:"
-#~ msgstr "Application:"
-
-#~ msgid "Burning DVD, titled \"My Photos\""
-#~ msgstr "Burning DVD, titled \"My Photos\""
-
-#~ msgid "Inhibit Tester"
-#~ msgstr "Inhibit Tester"
-
-#~ msgid "Reason:"
-#~ msgstr "Reason:"
-
-#~ msgid "UnInhibit"
-#~ msgstr "UnInhibit"
-
-#~ msgid "Vendor Acme Foo"
-#~ msgstr "Vendor Acme Foo"
-
-#~ msgid "<b>Extras</b>"
-#~ msgstr "<b>תוספות</b>"
-
-#~ msgid "Always sleep when the lid is _closed"
-#~ msgstr "שן תמיד כאשר מכסה המחשב הנייד _סגור"
-
-#~ msgid "Enable UPS discharge _alarm"
-#~ msgstr "אפשר התראת פריקה של ה-UPS"
-
-#~ msgid "Turn on keyboard light when light level is low"
-#~ msgstr "הפעל את תאורת המקלדת כאשר רמת התאורה היא נמוכה"
-
-#~ msgid "Use _ambient light to adjust LCD brightness"
-#~ msgstr "השתמש בתאורה היקפית על מנת להתאים את בהירות ה-LCD"
-
-#~ msgid "Use _sound to notify in event of an error"
-#~ msgstr "התרא באמצעות _צליל על שגיאה"
-
-#~ msgid "The message was not sent due to DBUS security rules"
-#~ msgstr "ההודעה לא נשלחה עקב חוקי האבטחה של DBUS"
-
-#~ msgid "General failure"
-#~ msgstr "שגיאה כללית"
-
-#~ msgid "Power Manager for the MATE desktop"
-#~ msgstr "ניהול צריכת החשמל לסביבת העבודה MATE"
-
-#, fuzzy
-#~ msgid "Device state could not be read at this time"
-#~ msgstr "לא ניתן לקרוא את מצב הסוללה כעת\n"
-
-#~ msgid "<b>Product:</b> %s\n"
-#~ msgstr "<b>מוצר:</b> %s\n"
-
-#~ msgid "<b>Status:</b> %s\n"
-#~ msgstr "<b>מצב:</b> %s\n"
-
-#~ msgid "<b>Percentage charge:</b> %.1f%%\n"
-#~ msgstr "‏<b>אחוזי טעינה:</b>‏ %.1f%%‏\n"
-
-#~ msgid "<b>Vendor:</b> %s\n"
-#~ msgstr "<b>יצרן:</b> %s\n"
-
-#~ msgid "<b>Technology:</b> %s\n"
-#~ msgstr "<b>טכנולוגיה:</b> %s\n"
-
-#~ msgid "<b>Serial number:</b> %s\n"
-#~ msgstr "<b>מספר סידורי:</b> %s\n"
-
-#~ msgid "<b>Model:</b> %s\n"
-#~ msgstr "<b>מודל:</b> %s\n"
-
-#~ msgid "<b>Charge time:</b> %s\n"
-#~ msgstr "<b>זמן טעינה:</b> %s\n"
-
-#~ msgid "<b>Discharge time:</b> %s\n"
-#~ msgstr "<b>זמן פריקה:</b> %s\n"
-
-#~ msgid "<b>Capacity:</b> %.1f%% (%s)\n"
-#~ msgstr "‏<b>קיבולת:</b>‏ %.1f%% ‏(%s)‏\n"
-
-#, fuzzy
-#~ msgid "<b>Current charge:</b> %.1f Wh\n"
-#~ msgstr "טעינה נוכחית"
-
-#, fuzzy
-#~ msgid "<b>Design charge:</b> %.1f Wh\n"
-#~ msgstr "טעינה נוכחית:"
-
-#~ msgid "<b>Charge rate:</b> %.1f W\n"
-#~ msgstr "‏<b>קצב טעינה:</b>‏ W‏ %.1f‏\n"
-
-#~ msgid "<b>Current charge:</b> %.0f/7\n"
-#~ msgstr "‏<b>טעינה נוכחית:</b> ‏%.0f/7‏\n"
-
-#, fuzzy
-#~ msgid "<b>Design charge:</b> %.0f/7\n"
-#~ msgstr "טעינה נוכחית:"
-
-#~ msgid "%s has stopped the suspend from taking place: %s."
-#~ msgstr "‏%s מנע את התחלת מצב ההשהיה: %s."
-
-#~ msgid "%s has stopped the hibernate from taking place: %s."
-#~ msgstr "‏%s מנע את התחלת מצב שנת החורף: %s."
-
-#~ msgid "%s has stopped the policy action from taking place: %s."
-#~ msgstr "‏%s מנע מפעולת המדיניות להתבצע: %s"
-
-#~ msgid "%s has stopped the reboot from taking place: %s."
-#~ msgstr "‏%s מנע את איתחול המחשב: %s."
-
-#~ msgid "%s has stopped the shutdown from taking place: %s."
-#~ msgstr "‏%s מנע את כיבוי המחשב: %s"
-
-#~ msgid "%s has stopped the timeout action from taking place: %s."
-#~ msgstr "‏%s מנע מפעולת התפוגה להתבצע: %s"
-
-#~ msgid "Multiple applications have stopped the suspend from taking place."
-#~ msgstr "מגוון תוכניות מנעו מתהליך ההשהיה להתחיל."
-
-#~ msgid "Multiple applications have stopped the hibernate from taking place."
-#~ msgstr "מגוון תוכניות מנעו מפעולת שנת החורף מלהתבצע."
-
-#~ msgid ""
-#~ "Multiple applications have stopped the policy action from taking place."
-#~ msgstr "מגוון תוכניות מנעו מפעולת המדיניות מלהתבצע."
-
-#~ msgid "Multiple applications have stopped the reboot from taking place."
-#~ msgstr "מגוון תוכניות מנעו מהמחשב להתחיל מחדש."
-
-#~ msgid "Multiple applications have stopped the shutdown from taking place."
-#~ msgstr "מגוון תוכניות מנעו מהמחשב לכבות."
-
-#~ msgid "Request to do policy action"
-#~ msgstr "בקשה לביצוע פעולת מדיניות"
-
-#~ msgid "Perform action anyway"
-#~ msgstr "בצע את הפעולה"
-
-#~ msgid "The lid has been closed on ac power."
-#~ msgstr "המכסה נסגר כאשר המחשב מחובר לחשמל."
-
-#~ msgid "The lid has been closed on battery power."
-#~ msgstr "המכסה נסגר כאשר המחשב פועל על סוללה."
-
-#~ msgid "The power button has been pressed."
-#~ msgstr "כפתור הכיבוי נלחץ."
-
-#~ msgid "The suspend button has been pressed."
-#~ msgstr "כפתור ההשהיה נלחץ."
-
-#~ msgid "The hibernate button has been pressed."
-#~ msgstr "כפתור שנת החורף נלחץ."
-
-#~ msgid ""
-#~ "The lid has been closed, and the ac adapter removed (and mateconf is okay)."
-#~ msgstr "המכסה נסגר, והמחשב נותק מהחשמל."
-
-#~ msgid "User clicked on tray"
-#~ msgstr "המשתמש לחץ על המגש."
-
-#~ msgid "a short time"
-#~ msgstr "זמן קצר"
-
-#, fuzzy
-#~ msgid ""
-#~ "You have approximately <b>%s</b> of remaining battery life (%.1f%%). %s"
-#~ msgstr "חיי הסוללה הנותרים המוערכים הם <b>%s</b> (%d%%). %s"
-
-#~ msgid "Sleep warning"
-#~ msgstr "אזהרת שינה"
-
-#~ msgid ""
-#~ "The AC power has been unplugged. The system is now using battery power."
-#~ msgstr "המחשב נותק מהחשמל, המערכת פועלת על סוללה."
-
-#~ msgid ""
-#~ "The AC power has been unplugged. The system is now using backup power."
-#~ msgstr "המחשב נותק מהחשמל, המערכת פועלת על סוללת גיבוי."
-
-#~ msgid "Visit quirk website"
-#~ msgstr "בקר באתר של quirk"
-
-#~ msgid "%s fully charged (%.1f%%)\n"
-#~ msgstr "‏%s טעונה במלואה ‏(%.1f%%)‏\n"
-
-#~ msgid "%s charging (%.1f%%)\n"
-#~ msgstr "‏%s נטענת (%.1f%%)‏\n"
-
-#~ msgid "Battery state could not be read at this time\n"
-#~ msgstr "לא ניתן לקרוא את מצב הסוללה כעת\n"
-
-#~ msgid "<b>Capacity:</b> %i%% (%s)\n"
-#~ msgstr "‏<b>קיבולת:</b> ‏%i%% ‏(%s)‏\n"
-
-#~ msgid "UPSs"
-#~ msgstr "מערכות אל פסק"
-
-#~ msgid "Wireless mice"
-#~ msgstr "עכברים אלחוטיים"
-
-#~ msgid "Wireless keyboards"
-#~ msgstr "מקלדות אלחוטיות"
-
-#~ msgid "PDAs"
-#~ msgstr "מחשבי כף-יד"
-
-#~ msgid "Add related _events"
-#~ msgstr "הוסף _אירועים קשורים"
-
-#~ msgid "Cell Voltage"
-#~ msgstr "מתח תא"
-
-#~ msgid "Time since startup"
-#~ msgstr "זמן מאז ההפעלה"
-
-#~ msgid "Computer is running on backup power\n"
-#~ msgstr "המחשב פועל על מקור מתח חלופי\n"
-
-#~ msgid "Computer is running on AC power\n"
-#~ msgstr "המחשב מחובר לשקע\n"
-
-#~ msgid "Computer is running on battery power\n"
-#~ msgstr "המחשב פועל על סוללה\n"
-
-#~ msgid "Battery discharge time is currently unknown\n"
-#~ msgstr "זמן פריקת הסוללה אינו ידוע כרגע\n"
-
-#~ msgid "Battery charge time is currently unknown\n"
-#~ msgstr "זמן טעינת הסוללה אינו ידוע כרגע\n"
-
-#~ msgid "Battery discharge time is estimated\n"
-#~ msgstr "זמן פריקת הסוללה מוערך\n"
-
-#~ msgid "Battery charge time is estimated\n"
-#~ msgstr "זמן טעינת הסוללה מוערך\n"
-
-#~ msgid "Unable to get data..."
-#~ msgstr "לא ניתן לקבל נתונים..."
-
-#~ msgid "Reason: %s"
-#~ msgstr "סיבה: %s"
-
-#~ msgid "On AC"
-#~ msgstr "מחובר לחשמל"
-
-#~ msgid "On battery"
-#~ msgstr "פועל על סוללה"
-
-#~ msgid "label shown on graph|Suspend"
-#~ msgstr "השהייה"
-
-#~ msgid "label shown on graph|Resume"
-#~ msgstr "המשך"
-
-#~ msgid "label shown on graph|Hibernate"
-#~ msgstr "שנת חורף"
-
-#~ msgid "Notification"
-#~ msgstr "התראה"
-
-#~ msgid "DPMS On"
-#~ msgstr "‏‏DPMS מופעל"
-
-#~ msgid "DPMS Standby"
-#~ msgstr "‏DPMS בהמתנה"
-
-#~ msgid "DPMS Suspend"
-#~ msgstr "‏DPMS מושהה"
-
-#~ msgid "DPMS Off"
-#~ msgstr "‏DPMS כבוי"
-
-#~ msgid "Battery percentage"
-#~ msgstr "אחוזי הסוללה"
-
-#~ msgid "Battery Voltage"
-#~ msgstr "מתח הסוללה"
-
-#~ msgid "Accuracy of reading"
-#~ msgstr "דיוק הקריאה"
-
-#~ msgid "Valid data"
-#~ msgstr "מידע תקני"
-
-#~ msgid "Stop point"
-#~ msgstr "נקודת עצירה"
-
-#~ msgid "AC adapter inserted"
-#~ msgstr "מתאם למתח חלופי הוכנס"
-
-#~ msgid "The laptop lid has been closed"
-#~ msgstr "מכסה המחשב הנייד נסגד"
-
-#~ msgid "The laptop lid has been re-opened"
-#~ msgstr "מכסה המחשב הנייד נפתח"
-
-#~ msgid "idle mode ended"
-#~ msgstr "מצב חוסר פעילות הסתיים"
-
-#~ msgid "idle mode started"
-#~ msgstr "מצב חוסר פעילות התחיל"
-
-#~ msgid "powersave mode started"
-#~ msgstr "מצב חיסכון בחשמל התחיל"
-
-#~ msgid "dpms on"
-#~ msgstr "‏DPMS פעיל"
-
-#~ msgid "dpms standby"
-#~ msgstr "‏DPMS בהמתנה"
-
-#~ msgid "dpms suspend"
-#~ msgstr "‏DPMS מושהה"
-
-#~ msgid "dpms off"
-#~ msgstr "‏DPMS כבוי"
-
-#~ msgid "Resuming computer"
-#~ msgstr "ממשיך את המחשב"
-
-#~ msgid "Hibernate Problem"
-#~ msgstr "תקלה במצב שנת החורף"
-
-#~ msgid "Suspend Problem"
-#~ msgstr "שגיאת השהיה"
-
-#~ msgid "Do not daemonize"
-#~ msgstr "Do not daemonize"
-
-#~ msgid "Request to reboot"
-#~ msgstr "בקשה לשתחול"
-
-#~ msgid "Request to shutdown"
-#~ msgstr "בקשה לכיבוי"
-
-#~ msgid "Action forbidden"
-#~ msgstr "הפעולה נדחתה"
-
-#~ msgid "Suspend is not available on this computer."
-#~ msgstr "השהיה אינה זמינה עבור מחשב זה."
-
-#~ msgid "Suspending computer."
-#~ msgstr "משהה את המחשב."
-
-#~ msgid "Hibernate is not available on this computer."
-#~ msgstr "מצב שינה אינו זמין עבור מחשב זה."
-
-#~ msgid "Hibernating computer."
-#~ msgstr "נכנס לשנת חורף."
-
-#~ msgid "Doing nothing."
-#~ msgstr "אינו עושה דבר."
-
-#~ msgid "Shutting down computer."
-#~ msgstr "מכבה את המחשב."
-
-#~ msgid "MATE interactive logout."
-#~ msgstr "יציאה אינטרקטיבית של MATE."
-
-#~ msgid "System idle."
-#~ msgstr "המערכת לא פעילה."
-
-#~ msgid "MATE Power Statistics"
-#~ msgstr "סטטיסטיקת צריכת החשמל של MATE"
-
-#~ msgid "Charge history"
-#~ msgstr "היסטורית טעינה"
-
-#~ msgid "Power history"
-#~ msgstr "היסטורית חשמל"
-
-#~ msgid "Voltage history"
-#~ msgstr "היסטורית מתח"
-
-#~ msgid "Estimated time history"
-#~ msgstr "היסטורית זמן מוערך"
-
-#~ msgid "Could not connect to MATE Power Manager."
-#~ msgstr "Could not connect to MATE Power Manager."
diff --git a/po/hr.po b/po/hr.po
index 0e49531..4a80855 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -1,147 +1,145 @@
-# Croatian translation for mate-power-manager
-# Copyright (c) (c) 2006 Canonical Ltd, and Rosetta Contributors 2006
-# This file is distributed under the same license as the mate-power-manager package.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
# Translators:
-#
+# Ivica Kolić <[email protected]>, 2014
msgid ""
msgstr ""
-"Project-Id-Version: mate-power-manager\n"
+"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-08-24 11:05+0100\n"
-"PO-Revision-Date: 2007-11-24 17:29+0000\n"
-"Last-Translator: Tomislav Pavlović <[email protected]>\n"
-"Language-Team: Croatian <[email protected]>\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2014-01-28 00:10+0000\n"
+"Last-Translator: Ivica Kolić <[email protected]>\n"
+"Language-Team: Croatian (http://www.transifex.com/projects/p/MATE/language/hr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Launchpad-Export-Date: 2008-05-28 07:53+0000\n"
-"X-Generator: Launchpad (build Unknown)\n"
+"Language: hr\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-#: ../applets/brightness/brightness-applet.c:105
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr ""
-#: ../applets/brightness/brightness-applet.c:106
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "Prilagođavanje osvjetljenja zaslona laptopa."
-#: ../applets/brightness/brightness-applet.c:354
-#: ../applets/inhibit/inhibit-applet.c:353
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "Nije moguće se povezati na mate-power-manager"
-#: ../applets/brightness/brightness-applet.c:356
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "Nije moguće utvrditi osvjetljenje zaslona"
-#: ../applets/brightness/brightness-applet.c:358
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "LCD osvjetljenje: %d%%"
-#: ../applets/brightness/brightness-applet.c:747
-#: ../applets/inhibit/inhibit-applet.c:422 ../src/gpm-tray-icon.c:316
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
msgstr "Licencirano pod GNU općom javnom licencom verzija 2"
-#: ../applets/brightness/brightness-applet.c:748
-#: ../applets/inhibit/inhibit-applet.c:423 ../src/gpm-tray-icon.c:317
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"Upravitelj energijom je slobodni softver; možete ga redistribuirati i/ili\n"
-"modificirati pod uvjetima navedenim u GNU općoj javnoj licenci\n"
-"objavljenoj od strane Free Software fondacije; ili verzija 2\n"
-"licence, ili (po vašem izboru) bilo koja kasnija verzija."
+msgstr "Upravitelj energijom je slobodni softver; možete ga redistribuirati i/ili\nmodificirati pod uvjetima navedenim u GNU općoj javnoj licenci\nobjavljenoj od strane Free Software fondacije; ili verzija 2\nlicence, ili (po vašem izboru) bilo koja kasnija verzija."
-#: ../applets/brightness/brightness-applet.c:752
-#: ../applets/inhibit/inhibit-applet.c:427 ../src/gpm-tray-icon.c:321
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Power Manager is distributed in the hope that it will be useful,\n"
-"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-"GNU General Public License for more details."
+msgstr "Power Manager is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details."
-#: ../applets/brightness/brightness-applet.c:756
-#: ../applets/inhibit/inhibit-applet.c:431 ../src/gpm-tray-icon.c:325
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"Trebali ste dobiti kopiju GNU opće licence zajedno s ovim programom;\n"
-"ako niste, pišite na Free Software Foundation, Inc., 51 Franklin Street,\n"
-"Fifth Floor, Boston, MA 02110-1301, USA."
+msgstr "Trebali ste dobiti kopiju GNU opće licence zajedno s ovim programom;\nako niste, pišite na Free Software Foundation, Inc., 51 Franklin Street,\nFifth Floor, Boston, MA 02110-1301, USA."
-#: ../applets/brightness/brightness-applet.c:770
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
-msgstr ""
+msgstr "Autorska prava © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Prilagođavanje osvjetljenja zaslona laptopa"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "_O programu..."
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Osvjetljenje"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "Po_moć"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr ""
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr ""
-#: ../applets/inhibit/inhibit-applet.c:91
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Osvjetljenje"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Prilagođavanje osvjetljenja zaslona laptopa"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr ""
-#: ../applets/inhibit/inhibit-applet.c:92
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr ""
-#: ../applets/inhibit/inhibit-applet.c:356
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr ""
-#: ../applets/inhibit/inhibit-applet.c:358
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr ""
-#: ../applets/inhibit/inhibit-applet.c:386
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr ""
-#: ../applets/inhibit/inhibit-applet.c:445
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
-msgstr ""
+msgstr "Autorska prava © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
msgstr ""
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr ""
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr ""
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
msgstr ""
#: ../data/mate-power-manager.desktop.in.in.h:1
@@ -152,813 +150,836 @@ msgstr "Upravitelj energijom"
msgid "Power management daemon"
msgstr "Servis za upravljanje energijom"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow Suspend and Hibernate in the menu"
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Hibernirati, suspendirati ili učiniti ništa kada je računalo neaktivno"
-#: ../data/mate-power-manager.schemas.in.h:2
-msgid "Allow backlight brightness adjustment"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
+msgid ""
+"The type of sleeping that should be performed when the computer is inactive."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:3
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
msgid "Battery critical low action"
msgstr "Postupak pri kritičnoj razini baterije"
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Check CPU load before sleeping"
-msgstr "Provjeriti opterećenje procesora prije suspendiranja"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr ""
-
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid "Dim the screen after a period of inactivity when on battery power"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:7
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
+"If the battery event should occur when the lid is shut and the power "
+"disconnected"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid "Hibernate button action"
-msgstr "Postupak kod pritiska na gumb za hibernaciju"
-
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid "Hibernate enabled"
-msgstr "Hibernacija omogućena"
-
-#: ../data/mate-power-manager.schemas.in.h:10
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
+"If the battery lid close event should occur (for example 'Suspend when lid "
+"closed on battery') when the lid is previously shut and the AC power "
+"disconnected at a later time."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid "If preferences should be shown"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If sounds should be used"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Dopušta podešavanje pozadinske svjetline"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
+"If the screen brightness should be changed when switching between AC and "
+"battery power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:16
-msgid "If the CPU load should be checked before doing the idle action."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:17
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
-"If the Suspend and Hibernate options should be allowed in the notification "
-"area drop down menu."
+"If the screen should be reduced in brightness when the computer is on "
+"battery power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:18
-msgid ""
-"If the battery event should occur when the lid is shut and the power "
-"disconnected"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:19
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the battery lid close event should occur (for example 'Suspend when lid "
-"closed on battery') when the lid is previously shut and the AC power "
-"disconnected at a later time."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the learnt profile should be used to calculate the time remaining"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid "If the low-power mode should be enabled when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid "If the low-power mode should be enabled when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:24
-msgid ""
-"If the screen brightness should be changed when switching between AC and "
-"battery power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
+msgid "LCD dimming amount when on battery"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:25
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:26
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:27
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
msgid ""
-"If the screen should be reduced in brightness when the computer is on "
-"battery power."
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:28
-msgid "If the system low-power mode should be enabled when on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
+msgid "Method used to blank screen on AC"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If the user is authorized to hibernate the computer."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
+msgid "Method used to blank screen on battery"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If the user is authorized to suspend the computer."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "Svjetlina LCD-a pri korištenju vanjskog napajanja"
-#: ../data/mate-power-manager.schemas.in.h:33
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:34
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Postupak kod pritiska na gumb za suspendiranju"
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "If we should show the low capacity warning for a broken battery."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Postupak kod pritiska na gumb za hibernaciju"
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "LCD brightness when on AC"
-msgstr "Svjetlina LCD-a pri korištenju vanjskog napajanja"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
+msgid "Power button action"
+msgstr "Postupak kod pritiska na gumb za paljenje"
-#: ../data/mate-power-manager.schemas.in.h:39
-#, fuzzy
-msgid "LCD dimming amount when on battery"
-msgstr "Svjetlina LCD-a pri korištenju vanjskog napajanja"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:40
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
msgid "Laptop lid close action on battery"
msgstr "Postupak kod zatvaranja laptop-a pri korištenju baterije"
-#: ../data/mate-power-manager.schemas.in.h:41
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
msgid "Laptop lid close action when on AC"
msgstr "Postupak kod zatvaranja laptop-a pri korištenju vanjskog napajanja"
-#: ../data/mate-power-manager.schemas.in.h:42
-msgid "Lock MATE keyring on sleep"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Lock screen on hibernate"
-msgstr "Zaključati zaslon pri hibernaciji"
-
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Lock screen on suspend"
-msgstr "Zaključati zaslon prilikom suspendiranja"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Koristite li se obavijesti bazirane na vremenu"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Lock screen when blanked"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Method used to blank screen on AC"
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Provjeriti opterećenje procesora prije suspendiranja"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Method used to blank screen on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Notify on a low power"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Notify on a sleep failure"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
+msgid ""
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:50
-msgid "Notify when AC adapter is disconnected"
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Koristiti postavke za zaključavanje od mate-screensavera"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Notify when fully charged"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
+msgid ""
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Percentage action is taken"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Percentage considered critical"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
+msgid ""
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Percentage considered low"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "Zaključati zaslon prilikom suspendiranja"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
+msgid ""
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Power button action"
-msgstr "Postupak kod pritiska na gumb za paljenje"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Zaključati zaslon pri hibernaciji"
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Reduce the backlight brightness when on battery power"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
+msgid ""
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Seconds of inactivity to spin down when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Seconds of inactivity to spin down when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
+msgid ""
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout computer when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
+msgid ""
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
msgstr ""
-"Vremenski period nakon kojega sustav ide u stanje mirovanja, kada je "
-"računalo priključeno na vanjsko napajanje"
-#: ../data/mate-power-manager.schemas.in.h:60
-#, fuzzy
-msgid "Sleep timeout computer when on UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
msgstr ""
-"Vremenski period nakon kojega sustav ide u stanje mirovanja, kada je "
-"računalo priključeno na vanjsko napajanje"
-#: ../data/mate-power-manager.schemas.in.h:61
-msgid "Sleep timeout computer when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
msgstr ""
-"Vremenski period nakon kojega sustav ide u stanje mirovanja, kada se "
-"računalo napaja iz baterije"
-#: ../data/mate-power-manager.schemas.in.h:62
-msgid "Sleep timeout display when on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
msgstr ""
-"Vremenski period nakon kojeg se gasi zaslon, kada je priključen na vanjsko "
-"napajanje"
-#: ../data/mate-power-manager.schemas.in.h:63
-#, fuzzy
-msgid "Sleep timeout display when on UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
+msgid ""
+"If the system low-power mode should be enabled when on laptop battery power."
msgstr ""
-"Vremenski period nakon kojeg se gasi zaslon, kada je priključen na vanjsko "
-"napajanje"
-#: ../data/mate-power-manager.schemas.in.h:64
-msgid "Sleep timeout display when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
msgstr ""
-"Vremenski period nakon kojeg se gasi zaslon, kada se napaja iz baterije"
-
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid "Suspend button action"
-msgstr "Postupak kod pritiska na gumb za suspendiranju"
-#: ../data/mate-power-manager.schemas.in.h:66
-msgid "Suspend enabled"
-msgstr "Suspendiranje omogućeno"
-
-#: ../data/mate-power-manager.schemas.in.h:67
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
+"The number of seconds of inactivity to spin down the disks when on AC power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:68
-msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:69
-msgid "The URI to show to the user on sleep failure"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:70
-msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:71
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:72
-msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:73
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:74
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Obavijesti kada je AC adapter isključen"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:75
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Obavijesti kada je potpuno napunjen"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
+"If a notification message should be displayed when the battery is fully "
+"charged."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:76
-msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:77
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:78
-msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:79
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:81
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
+"If a notification message should be displayed when the battery is getting "
+"low."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:83
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
+"Whether we should show the history data points in the statistics window."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The brightness of the screen when idle"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The default amount of time to dim the screen after idle"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:88
-msgid "The default amount of time to dim the screen after idle."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid "The default configuration version."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
+msgid ""
+"The maximum duration of time displayed on the x-axis of the history graph."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:90
-msgid "The default graph type to show in the statistics window"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:91
-msgid "The default graph type to show in the statistics window."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:92
-msgid "The maximum duration of time displayed on the x-axis of the graph."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:93
-msgid "The maximum time displayed on the graph"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:94
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:95
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:97
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:98
-msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
+"The identifier of the last device which is used to return focus to the "
+"correct device."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:100
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Postotak koji se smatra niskim"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Postotak koji se smatra kritičnom"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "The time remaining when action is taken"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "The time remaining when critical"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
+msgid ""
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:104
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:107
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-
-#: ../data/mate-power-manager.schemas.in.h:108
-msgid "UPS critical low action"
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid "UPS low power action"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:110
-msgid "Use mate-screensaver lock setting"
-msgstr "Koristiti postavke za zaključavanje od mate-screensavera"
-
-#: ../data/mate-power-manager.schemas.in.h:111
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:112
-msgid "When to show the notification icon"
-msgstr "Kada prikazati obavjesnu ikonu"
-
-#: ../data/mate-power-manager.schemas.in.h:113
-msgid "Whether NetworkManager should be connected and disconnected on sleep."
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Vremenski period nakon kojega sustav ide u stanje mirovanja, kada se računalo napaja iz baterije"
-#: ../data/mate-power-manager.schemas.in.h:114
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:115
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Vremenski period nakon kojega sustav ide u stanje mirovanja, kada je računalo priključeno na vanjsko napajanje"
-#: ../data/mate-power-manager.schemas.in.h:116
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:118
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:119
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Vremenski period nakon kojeg se gasi zaslon, kada je priključen na vanjsko napajanje"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr "Hibernirati, suspendirati ili učiniti ništa kada je računalo neaktivno"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Vremenski period nakon kojeg se gasi zaslon, kada se napaja iz baterije"
-#: ../data/mate-power-manager.schemas.in.h:121
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether to use time-based notifications"
-msgstr "Koristite li se obavijesti bazirane na vremenu"
-
-#: ../data/mate-power-manager.schemas.in.h:123
-msgid "Whether we should show the axis labels in the statistics window"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:124
-msgid "Whether we should show the axis labels in the statistics window."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:125
-msgid "Whether we should show the events in the statistics window"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:126
-msgid "Whether we should show the events in the statistics window."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:127
-msgid "Whether we should smooth the data in the graph"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:128
-msgid "Whether we should smooth the data in the graph."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "Kada prikazati obavjesnu ikonu"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
msgstr ""
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Postavke štednje energije"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "Upravitelj energije"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr ""
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Postavke štednje energije"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1048
-#: ../src/gpm-statistics.c:1482
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr ""
-#: ../data/gpm-feedback-widget.ui.h:1
-msgid "Brightness"
-msgstr ""
-
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
msgstr ""
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr ""
+#: ../data/gpm-feedback-widget.ui.h:1
+msgid "Brightness"
+msgstr "Svjetlina"
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:206
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
-msgstr ""
+msgstr "Pojedinosti"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr ""
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
msgstr ""
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "Nema podataka za prikaz."
+
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
msgstr ""
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr ""
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "Povijest"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
-msgstr ""
+msgstr "Statistika"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
msgstr ""
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr ""
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:192
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr ""
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Postavke upravljanja energijom"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Postupci</b>"
-#: ../data/gpm-prefs.ui.h:2
-msgid "<b>Display</b>"
-msgstr "<b>Zaslon</b>"
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "Postavi računalo u _mirovanje nakon:"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Obavjesno područje</b>"
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "Kada se zaslon laptopa _poklopi:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Di_m display when idle"
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
msgstr ""
-#: ../data/gpm-prefs.ui.h:5
-msgid "General"
-msgstr "Općenito"
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
+msgid "<b>Display</b>"
+msgstr "<b>Zaslon</b>"
-#: ../data/gpm-prefs.ui.h:6
-msgid "Make Default"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Postavi _zaslon u mirovanje nakon:"
+
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "Sv_jetlina zaslona na:"
+
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
+msgid "Di_m display when idle"
msgstr ""
-#: ../data/gpm-prefs.ui.h:7
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "Na napajanju"
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "Kada je snaga _baterije kritično niska:"
+
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr ""
+
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
msgid "On Battery Power"
msgstr "Na bateriji"
-#: ../data/gpm-prefs.ui.h:9
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr ""
+
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
+msgid "When UPS power is _critically low:"
+msgstr ""
+
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
msgid "On UPS Power"
+msgstr "Na UPS-u"
+
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "Kada se pritisne tipka za _gašenje:"
+
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
+msgid "When the _suspend button is pressed:"
+msgstr "Kada se pritisne tipka za _suspendiranje:"
+
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Obavjesno područje</b>"
+
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
+msgid "_Never display an icon"
+msgstr "_Nikad ne prikazuj ikonicu"
+
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
+msgid "_Only display an icon when battery power is low"
msgstr ""
-#: ../data/gpm-prefs.ui.h:10
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "Prikaži ikonicu kada se baterija _puni ili prazni"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
msgid "Only display an icon when a battery is p_resent"
msgstr "Prikaži ikonicu samo kada je snaga baterije _kritično nisko"
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when charging or _discharging"
-msgstr "Prikaži ikonicu kada se baterija _puni ili prazni"
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "_Uvijek prikaži ikonicu"
-#: ../data/gpm-prefs.ui.h:12
-msgid "Power Management Preferences"
-msgstr "Postavke upravljanja energijom"
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "Općenito"
-#: ../data/gpm-prefs.ui.h:13
-msgid "Put _display to sleep when inactive for:"
-msgstr "Postavi _zaslon u mirovanje nakon:"
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "Donosi pomoć o ovom programu"
-#: ../data/gpm-prefs.ui.h:14
-msgid "Put computer to _sleep when inactive for:"
-msgstr "Postavi računalo u _mirovanje nakon:"
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Učini zadanim"
-#: ../data/gpm-prefs.ui.h:15
-msgid "Set display _brightness to:"
-msgstr "Sv_jetlina zaslona na:"
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr ""
-#: ../data/gpm-prefs.ui.h:16
-msgid "Sp_in down hard disks when possible"
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "Zatvara program"
+
+#. command line argument
+#: ../src/gpm-backlight-helper.c:162
+msgid "Set the current brightness"
msgstr ""
-#: ../data/gpm-prefs.ui.h:17
-msgid "When UPS power is _critically low:"
+#. command line argument
+#: ../src/gpm-backlight-helper.c:165
+msgid "Get the current brightness"
msgstr ""
-#: ../data/gpm-prefs.ui.h:18
-msgid "When UPS power is l_ow:"
+#. command line argument
+#: ../src/gpm-backlight-helper.c:168
+msgid "Get the number of brightness levels supported"
msgstr ""
-#: ../data/gpm-prefs.ui.h:19
-msgid "When battery po_wer is critically low:"
-msgstr "Kada je snaga _baterije kritično niska:"
+#. TRANSLATORS: tool that is used when copying profiles system-wide
+#: ../src/gpm-backlight-helper.c:183
+msgid "MATE Power Manager Backlight Helper"
+msgstr ""
-#: ../data/gpm-prefs.ui.h:20
-msgid "When laptop lid is cl_osed:"
-msgstr "Kada se zaslon laptopa _poklopi:"
+#. TRANSLATORS: user did not specify valid options
+#: ../src/gpm-backlight-helper.c:191
+msgid "No valid option was specified"
+msgstr ""
-#: ../data/gpm-prefs.ui.h:21
-msgid "When the _suspend button is pressed:"
-msgstr "Kada se pritisne tipka za _suspendiranje:"
+#. TRANSLATORS: no backlights found
+#: ../src/gpm-backlight-helper.c:200
+msgid "No backlights were found on your system"
+msgstr ""
-#: ../data/gpm-prefs.ui.h:22
-msgid "When the power _button is pressed:"
-msgstr "Kada se pritisne tipka za _gašenje:"
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:211
+msgid "Could not get the value of the backlight"
+msgstr ""
-#: ../data/gpm-prefs.ui.h:23
-msgid "_Always display an icon"
-msgstr "_Uvijek prikaži ikonicu"
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:229
+msgid "Could not get the maximum value of the backlight"
+msgstr ""
-#: ../data/gpm-prefs.ui.h:24
-msgid "_Never display an icon"
-msgstr "_Nikad ne prikazuj ikonicu"
+#. TRANSLATORS: only able to install profiles as root
+#: ../src/gpm-backlight-helper.c:246
+msgid "This program can only be used by the root user"
+msgstr ""
-#: ../data/gpm-prefs.ui.h:25
-#, fuzzy
-msgid "_Only display an icon when battery power is low"
-msgstr "Prikaži iskonicu samo kada je snaga baterije _kritično nisko"
+#. TRANSLATORS: the program must never be directly run
+#: ../src/gpm-backlight-helper.c:255
+msgid "This program must only be run through pkexec"
+msgstr ""
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Reduce backlight brightness"
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:266
+msgid "Could not set the value of the backlight"
msgstr ""
#: ../src/gpm-common.c:53
@@ -986,7 +1007,7 @@ msgstr[2] "%i sati"
#: ../src/gpm-common.c:75
#, c-format
msgid "%i %s %i %s"
-msgstr ""
+msgstr "%i %s %i %s"
#: ../src/gpm-common.c:76
msgid "hour"
@@ -1002,386 +1023,74 @@ msgstr[0] "minuta"
msgstr[1] "minute"
msgstr[2] "minuta"
-#. TRANSLATORS: a phone is charging
-#. TRANSLATORS: device is charging, but we only have a percentage
-#: ../src/gpm-devicekit.c:251 ../src/gpm-devicekit.c:315
-#, c-format
-msgid "%s charging (%.1f%%)"
-msgstr ""
-
-#. TRANSLATORS: The laptop battery is fully charged, and we know a time
-#: ../src/gpm-devicekit.c:266
-#, c-format
-msgid ""
-"Battery is fully charged.\n"
-"Provides %s laptop runtime"
-msgstr ""
-
-#. TRANSLATORS: the device is fully charged
-#: ../src/gpm-devicekit.c:271
-#, c-format
-msgid "%s is fully charged"
-msgstr ""
-
-#. TRANSLATORS: the device is discharging, and we have a time remaining
-#: ../src/gpm-devicekit.c:279
-#, c-format
-msgid "%s %s remaining (%.1f%%)"
-msgstr ""
-
-#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-devicekit.c:284
-#, c-format
-msgid "%s discharging (%.1f%%)"
-msgstr ""
-
-#. TRANSLATORS: the device is charging, and we have a time to full and empty
-#: ../src/gpm-devicekit.c:298
-#, c-format
-msgid ""
-"%s %s until charged (%.1f%%)\n"
-"Provides %s battery runtime"
-msgstr ""
-
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
-#: ../src/gpm-devicekit.c:309
-#, c-format
-msgid "%s %s until charged (%.1f%%)"
-msgstr ""
-
-#. TRANSLATORS: this is only shown for laptops with multiple batteries
-#: ../src/gpm-devicekit.c:323
-#, c-format
-msgid "%s waiting to discharge (%.1f%%)"
-msgstr ""
-
-#. TRANSLATORS: this is only shown for laptops with multiple batteries
-#: ../src/gpm-devicekit.c:329
-#, c-format
-msgid "%s waiting to charge (%.1f%%)"
-msgstr ""
-
-#. TRANSLATORS: the type of data, e.g. Laptop battery
-#: ../src/gpm-devicekit.c:389
-msgid "Product:"
-msgstr ""
-
-#. TRANSLATORS: device is missing
-#. TRANSLATORS: device is charged
-#. TRANSLATORS: device is charging
-#. TRANSLATORS: device is discharging
-#: ../src/gpm-devicekit.c:393 ../src/gpm-devicekit.c:396
-#: ../src/gpm-devicekit.c:399 ../src/gpm-devicekit.c:402
-msgid "Status:"
-msgstr ""
-
-#: ../src/gpm-devicekit.c:393
-msgid "Missing"
-msgstr ""
-
-#: ../src/gpm-devicekit.c:396
-#, fuzzy
-msgid "Charged"
-msgstr "Baterija napunjena"
-
-#: ../src/gpm-devicekit.c:399
-msgid "Charging"
-msgstr ""
-
-#: ../src/gpm-devicekit.c:402
-msgid "Discharging"
-msgstr ""
-
-#. TRANSLATORS: percentage
-#: ../src/gpm-devicekit.c:407
-msgid "Percentage charge:"
-msgstr ""
-
-#. TRANSLATORS: manufacturer
-#: ../src/gpm-devicekit.c:411
-msgid "Vendor:"
-msgstr ""
-
-#. TRANSLATORS: how the battery is made, e.g. Lithium Ion
-#: ../src/gpm-devicekit.c:416
-msgid "Technology:"
-msgstr ""
-
-#. TRANSLATORS: serial number of the battery
-#: ../src/gpm-devicekit.c:420
-msgid "Serial number:"
-msgstr ""
-
-#. TRANSLATORS: model number of the battery
-#: ../src/gpm-devicekit.c:424
-msgid "Model:"
-msgstr ""
-
-#. TRANSLATORS: time to fully charged
-#: ../src/gpm-devicekit.c:429
-#, fuzzy
-msgid "Charge time:"
-msgstr "Baterija napunjena"
-
-#. TRANSLATORS: time to empty
-#: ../src/gpm-devicekit.c:435
-msgid "Discharge time:"
-msgstr ""
-
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
-#: ../src/gpm-devicekit.c:442
-msgid "Excellent"
-msgstr ""
-
-#: ../src/gpm-devicekit.c:444
-msgid "Good"
-msgstr ""
-
-#: ../src/gpm-devicekit.c:446
-msgid "Fair"
-msgstr ""
-
-#: ../src/gpm-devicekit.c:448
-msgid "Poor"
-msgstr ""
-
-#: ../src/gpm-devicekit.c:452
-msgid "Capacity:"
-msgstr ""
-
-#: ../src/gpm-devicekit.c:458 ../src/gpm-devicekit.c:483
-msgid "Current charge:"
-msgstr ""
-
-#: ../src/gpm-devicekit.c:464
-msgid "Last full charge:"
-msgstr ""
-
-#: ../src/gpm-devicekit.c:470 ../src/gpm-devicekit.c:488
-msgid "Design charge:"
-msgstr ""
-
-#: ../src/gpm-devicekit.c:475
-#, fuzzy
-msgid "Charge rate:"
-msgstr "Baterija napunjena"
-
-#. TRANSLATORS: system power cord
-#: ../src/gpm-devicekit.c:510
-msgid "AC adapter"
-msgid_plural "AC adapters"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. TRANSLATORS: laptop primary battery
-#: ../src/gpm-devicekit.c:514
-#, fuzzy
-msgid "Laptop battery"
-msgid_plural "Laptop batteries"
-msgstr[0] "Baterija prijenosnika"
-msgstr[1] "Baterija prijenosnika"
-msgstr[2] "Baterija prijenosnika"
-
-#. TRANSLATORS: battery-backed AC power source
-#: ../src/gpm-devicekit.c:518
-#, fuzzy
-msgid "UPS"
-msgid_plural "UPSs"
-msgstr[0] "UPS"
-msgstr[1] "UPS"
-msgstr[2] "UPS"
-
-#. TRANSLATORS: a monitor is a device to measure voltage and current
-#: ../src/gpm-devicekit.c:522
-msgid "Monitor"
-msgid_plural "Monitors"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. TRANSLATORS: wireless mice with internal batteries
-#: ../src/gpm-devicekit.c:526
-#, fuzzy
-msgid "Wireless mouse"
-msgid_plural "Wireless mice"
-msgstr[0] "Bežični miš"
-msgstr[1] "Bežični miš"
-msgstr[2] "Bežični miš"
-
-#. TRANSLATORS: wireless keyboard with internal battery
-#: ../src/gpm-devicekit.c:530
-#, fuzzy
-msgid "Wireless keyboard"
-msgid_plural "Wireless keyboards"
-msgstr[0] "Bežična tipkovnica"
-msgstr[1] "Bežična tipkovnica"
-msgstr[2] "Bežična tipkovnica"
-
-#. TRANSLATORS: portable device
-#: ../src/gpm-devicekit.c:534
-#, fuzzy
-msgid "PDA"
-msgid_plural "PDAs"
-msgstr[0] "PDA"
-msgstr[1] "PDA"
-msgstr[2] "PDA"
-
-#. TRANSLATORS: cell phone (mobile...)
-#: ../src/gpm-devicekit.c:538
-msgid "Cell phone"
-msgid_plural "Cell phones"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-#. TRANSLATORS: battery technology
-#: ../src/gpm-devicekit.c:596
-#, fuzzy
-msgid "Lithium Ion"
-msgstr "Litij-ionska"
-
-#. TRANSLATORS: battery technology
-#: ../src/gpm-devicekit.c:600
-#, fuzzy
-msgid "Lithium Polymer"
-msgstr "Litij-ionska"
-
-#. TRANSLATORS: battery technology
-#: ../src/gpm-devicekit.c:604
-#, fuzzy
-msgid "Lithium Iron Phosphate"
-msgstr "Litij-ionska"
-
-#. TRANSLATORS: battery technology
-#: ../src/gpm-devicekit.c:608
-msgid "Lead acid"
-msgstr "Olovo-kiselina"
-
-#. TRANSLATORS: battery technology
-#: ../src/gpm-devicekit.c:612
-msgid "Nickel Cadmium"
-msgstr ""
-
-#. TRANSLATORS: battery technology
-#: ../src/gpm-devicekit.c:616
-msgid "Nickel metal hydride"
-msgstr ""
-
-#. TRANSLATORS: battery technology
-#: ../src/gpm-devicekit.c:620
-#, fuzzy
-msgid "Unknown technology"
-msgstr "Nepoznato vrijeme"
-
#. Translators: This is %i days
-#: ../src/gpm-graph-widget.c:443
+#: ../src/gpm-graph-widget.c:434
#, c-format
msgid "%id"
msgstr ""
#. Translators: This is %i days %02i hours
-#: ../src/gpm-graph-widget.c:446
+#: ../src/gpm-graph-widget.c:437
#, c-format
msgid "%id%02ih"
msgstr ""
#. Translators: This is %i hours
-#: ../src/gpm-graph-widget.c:451
+#: ../src/gpm-graph-widget.c:442
#, c-format
msgid "%ih"
msgstr ""
#. Translators: This is %i hours %02i minutes
-#: ../src/gpm-graph-widget.c:454
+#: ../src/gpm-graph-widget.c:445
#, c-format
msgid "%ih%02im"
msgstr ""
#. Translators: This is %2i minutes
-#: ../src/gpm-graph-widget.c:459
+#: ../src/gpm-graph-widget.c:450
#, c-format
msgid "%2im"
msgstr ""
#. Translators: This is %2i minutes %02i seconds
-#: ../src/gpm-graph-widget.c:462
+#: ../src/gpm-graph-widget.c:453
#, c-format
msgid "%2im%02i"
msgstr ""
#. Translators: This is %2i seconds
-#: ../src/gpm-graph-widget.c:466
+#: ../src/gpm-graph-widget.c:457
#, c-format
msgid "%2is"
msgstr ""
#. Translators: This is %i Percentage
-#: ../src/gpm-graph-widget.c:470
+#: ../src/gpm-graph-widget.c:461
#, c-format
msgid "%i%%"
msgstr ""
#. Translators: This is %.1f Watts
-#: ../src/gpm-graph-widget.c:473
+#: ../src/gpm-graph-widget.c:464
#, c-format
msgid "%.1fW"
msgstr ""
#. Translators: This is %.1f Volts
-#: ../src/gpm-graph-widget.c:478
+#: ../src/gpm-graph-widget.c:469
#, c-format
msgid "%.1fV"
msgstr ""
-#. TRANSLATORS: this is what the user should read for more information about the blanking problem (%s is a URL)
-#: ../src/gpm-idle.c:216
-#, c-format
-msgid "Please see %s for more information."
-msgstr ""
-
-#. TRANSLATORS: this is telling the user that thier X server is broken, and needs to be fixed
-#: ../src/gpm-idle.c:220
-msgid ""
-"If you can see this text, your display server is broken and you should "
-"notify your distributor."
-msgstr ""
-
-#. TRANSLATORS: this is for debugging, if the session is idle
-#: ../src/gpm-idle.c:226
-msgid "Session idle"
-msgstr ""
-
-#: ../src/gpm-idle.c:226
-msgid "Session active"
-msgstr ""
-
-#. TRANSLATORS: has something inhibited the session
-#: ../src/gpm-idle.c:228
-msgid "inhibited"
-msgstr ""
-
-#: ../src/gpm-idle.c:228
-msgid "not inhibited"
-msgstr ""
-
-#. TRANSLATORS: is the screen idle or awake
-#: ../src/gpm-idle.c:230
-msgid "screen idle"
-msgstr ""
-
-#: ../src/gpm-idle.c:230
-msgid "screen awake"
-msgstr ""
-
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1465
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "Prikaži dodatne informacije"
#: ../src/gpm-main.c:173
msgid "Show version of installed program and exit"
-msgstr ""
+msgstr "Pokaži verziju instaliranog programa i i zađi"
#: ../src/gpm-main.c:175
msgid "Exit after a small delay (for debugging)"
@@ -1391,122 +1100,128 @@ msgstr ""
msgid "Exit after the manager has loaded (for debugging)"
msgstr ""
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
+msgstr "MATE upravitelj energijom"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
+msgid "Battery is very low"
msgstr ""
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:172
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr ""
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:176
-#, fuzzy
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
-msgstr "Upravitelj energijom"
+msgstr ""
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:180
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr ""
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:184
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr ""
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:188
-#, fuzzy
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
-msgstr "Na bateriji"
-
-#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:192
-msgid "Battery is very low"
msgstr ""
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:196
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr ""
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:200
-#, fuzzy
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
-msgstr "Suspendiranje omogućeno"
+msgstr ""
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:204
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr ""
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:208
-#, fuzzy
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
-msgstr "Suspendiranje omogućeno"
+msgstr ""
-#. TRANSLATORS: the action was not done
-#: ../src/gpm-manager.c:434 ../src/gpm-manager.c:470
-msgid "Action disallowed"
+#. TRANSLATORS: message text
+#: ../src/gpm-manager.c:585
+msgid "Computer failed to suspend."
msgstr ""
-#. TRANSLATORS: admin has disabled ability to do this
-#: ../src/gpm-manager.c:436
-msgid ""
-"Suspend support has been disabled. Contact your administrator for more "
-"details."
+#. TRANSLATORS: title text
+#: ../src/gpm-manager.c:587
+msgid "Failed to suspend"
msgstr ""
-#. TRANSLATORS: admin has disabled ability to do this
-#: ../src/gpm-manager.c:472
-msgid ""
-"Hibernate support has been disabled. Contact your administrator for more "
-"details."
+#. TRANSLATORS: message text
+#: ../src/gpm-manager.c:591
+msgid "Computer failed to hibernate."
+msgstr ""
+
+#. TRANSLATORS: title text
+#: ../src/gpm-manager.c:593
+msgid "Failed to hibernate"
msgstr ""
+#. TRANSLATORS: message text
+#: ../src/gpm-manager.c:598
+msgid "Failure was reported as:"
+msgstr ""
+
+#. TRANSLATORS: button text, visit the suspend help website
+#: ../src/gpm-manager.c:611
+msgid "Visit help page"
+msgstr "Posjeti stranicu pomoći"
+
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:697
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr ""
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:716
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr ""
-#: ../src/gpm-manager.c:734
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr ""
-#: ../src/gpm-manager.c:772
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "Informacije o napajanju"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1033
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr ""
-#: ../src/gpm-manager.c:1034
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"The battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
msgstr ""
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1044
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr ""
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1047
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr ""
@@ -1514,438 +1229,512 @@ msgstr ""
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1132
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr ""
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1135
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Your battery has a very low capacity (%1.1f%%), which means that it may be "
-"old or broken."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
msgstr ""
-#. TRANSLATORS: show the fully charged notification
-#: ../src/gpm-manager.c:1183
-#, fuzzy
-msgid "Battery Fully Charged"
-msgid_plural "Batteries Fully Charged"
-msgstr[0] "Baterija napunjena"
-msgstr[1] "Baterija napunjena"
-msgstr[2] "Baterija napunjena"
+#. TRANSLATORS: show the charged notification
+#: ../src/gpm-manager.c:1298
+msgid "Battery Charged"
+msgid_plural "Batteries Charged"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1224
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr ""
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1227
+#: ../src/gpm-manager.c:1348
+#, c-format
+msgid "%s of battery power remaining (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: the device is discharging, but we only have a percentage
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
-msgid "%s of battery power remaining (%.1f%%)"
+msgid "%s discharging (%.0f%%)"
msgstr ""
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1230
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr ""
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1233
+#: ../src/gpm-manager.c:1360
#, c-format
-msgid "%s of UPS backup power remaining (%.1f%%)"
-msgstr ""
-
-#. TRANSLATORS: window title: there was a problem putting the machine to sleep
-#: ../src/gpm-manager.c:1301
-#, fuzzy
-msgid "Sleep problem"
-msgstr "Problem sa suspendiranjem"
-
-#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:1304
-msgid "Your computer failed to suspend."
-msgstr ""
-
-#: ../src/gpm-manager.c:1304 ../src/gpm-manager.c:1308
-msgid "Check the help file for common problems."
-msgstr ""
-
-#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:1308
-msgid "Your computer failed to hibernate."
-msgstr ""
-
-#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:1322
-msgid "Visit help page"
+msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr ""
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1397
-#, fuzzy
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
-msgstr "Na bateriji"
+msgstr ""
-#. TRANSLATORS: laptop battery low, and we have more than one type of battery
-#: ../src/gpm-manager.c:1400
+#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr ""
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1406
+#: ../src/gpm-manager.c:1453
#, c-format
-msgid "Approximately <b>%s</b> remaining (%.1f%%)"
-msgstr ""
+msgid "Approximately <b>%s</b> remaining (%.0f%%)"
+msgstr "Približno <b>%s</b> preostalo (%.0f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1410
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr ""
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1414
+#: ../src/gpm-manager.c:1461
#, c-format
-msgid "You have approximately <b>%s</b> of remaining UPS backup power (%.1f%%)"
+msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
msgstr ""
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1418 ../src/gpm-manager.c:1549
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr ""
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1421
+#: ../src/gpm-manager.c:1468
#, c-format
-msgid "The wireless mouse attached to this computer is low in power (%.1f%%)"
+msgid "Wireless mouse is low in power (%.0f%%)"
msgstr ""
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1425 ../src/gpm-manager.c:1557
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr ""
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1428
+#: ../src/gpm-manager.c:1475
#, c-format
-msgid ""
-"The wireless keyboard attached to this computer is low in power (%.1f%%)"
+msgid "Wireless keyboard is low in power (%.0f%%)"
msgstr ""
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1432 ../src/gpm-manager.c:1566
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr ""
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1435
+#: ../src/gpm-manager.c:1482
#, c-format
-msgid "The PDA attached to this computer is low in power (%.1f%%)"
+msgid "PDA is low in power (%.0f%%)"
msgstr ""
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1439 ../src/gpm-manager.c:1575
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr ""
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1442
+#: ../src/gpm-manager.c:1489
+#, c-format
+msgid "Cell phone is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: media player, e.g. mp3 is getting a little low
+#: ../src/gpm-manager.c:1494
+msgid "Media player battery low"
+msgstr ""
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1497
+#, c-format
+msgid "Media player is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
+msgid "Tablet battery low"
+msgstr ""
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1504
+#, c-format
+msgid "Tablet is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: computer, e.g. ipad is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
+msgid "Attached computer battery low"
+msgstr ""
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1511
#, c-format
-msgid "The cell phone attached to this computer is low in power (%.1f%%)"
+msgid "Attached computer is low in power (%.0f%%)"
msgstr ""
-#. TRANSLATORS: laptop battery critically low, and only have one type of battery
-#: ../src/gpm-manager.c:1503
-#, fuzzy
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
-msgstr "Postupak pri kritičnoj razini baterije"
+msgstr ""
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1506 ../src/gpm-manager.c:1621
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr ""
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1519
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr ""
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1523
+#: ../src/gpm-manager.c:1576
#, c-format
-msgid "Computer will suspend in %s."
+msgid "Computer will suspend very soon unless it is plugged in."
msgstr ""
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1527
+#: ../src/gpm-manager.c:1580
#, c-format
-msgid "Computer will hibernate in %s."
+msgid "Computer will hibernate very soon unless it is plugged in."
msgstr ""
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1531
+#: ../src/gpm-manager.c:1584
#, c-format
-msgid "Computer will shutdown in %s."
+msgid "Computer will shutdown very soon unless it is plugged in."
msgstr ""
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1539 ../src/gpm-manager.c:1659
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr ""
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1543
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"You have approximately <b>%s</b> of remaining UPS power (%.1f%%). Restore AC "
-"power to your computer to avoid losing data."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
msgstr ""
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1552
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
-"The wireless mouse attached to this computer is very low in power (%.1f%%). "
-"This device will soon stop functioning if not charged."
+"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
msgstr ""
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1560
+#: ../src/gpm-manager.c:1612
+#, c-format
+msgid ""
+"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr ""
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"The wireless keyboard attached to this computer is very low in power (%.1f%"
-"%). This device will soon stop functioning if not charged."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
msgstr ""
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1569
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
-"The PDA attached to this computer is very low in power (%.1f%%). This device "
-"will soon stop functioning if not charged."
+"Cell phone is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
msgstr ""
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1578
+#: ../src/gpm-manager.c:1642
#, c-format
msgid ""
-"Your cell phone is very low in power (%.1f%%). This device will soon stop "
+"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
msgstr ""
-#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1630
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1651
+#, c-format
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
msgstr ""
-"Nivo baterije je ispod kritične razine i računalo će se <b>ugasiti</b> kada "
-"se baterija potpuno isprazni."
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1660
+#, c-format
+msgid ""
+"Attached computer is very low in power (%.0f%%). The device will soon "
+"shutdown if not charged."
+msgstr ""
+
+#. TRANSLATORS: computer will shutdown without saving data
+#: ../src/gpm-manager.c:1725
+msgid ""
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "Nivo baterije je ispod kritične razine i računalo će se <b>ugasiti</b> kada se baterija potpuno isprazni."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1636
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"Nivo baterije je ispod kritične razine i računalo će biti suspendirano."
-"<br><b>UPOZORENJE:</b>Mala količina struje je potrebna za održavanje "
-"računala u stanju suspenzije."
+msgstr "Nivo baterije je ispod kritične razine i računalo će biti suspendirano.<br><b>UPOZORENJE:</b>Mala količina struje je potrebna za održavanje računala u stanju suspenzije."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1643
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
msgstr "Nivo baterije je ispod kritične razine i računalo će biti hibernirano."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1648
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
msgstr "Nivo baterije je ispod kritične razine i računalo će biti ugašeno."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1668
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
msgstr ""
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1674
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
msgstr ""
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1679
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
msgstr ""
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1842
-msgid "Install problem!"
-msgstr ""
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1844
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr ""
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Ugasi"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Suspendiraj"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Hiberniraj"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "Zatamni zaslon"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Pitaj me"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Ništa"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Nikada"
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:444
+#. TRANSLATORS: the rate of discharge for the device
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr ""
-#: ../src/gpm-statistics.c:81
-#, fuzzy
+#: ../src/gpm-statistics.c:80
msgid "Charge"
-msgstr "Baterija napunjena"
+msgstr ""
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr ""
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:463
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr ""
-#: ../src/gpm-statistics.c:90
-#, fuzzy
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
-msgstr "minuta"
+msgstr "10 minuta"
-#: ../src/gpm-statistics.c:91
-#, fuzzy
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
-msgstr "sat"
+msgstr "2 sata"
+
+#: ../src/gpm-statistics.c:91
+msgid "6 hours"
+msgstr "6 sati"
#: ../src/gpm-statistics.c:92
msgid "1 day"
-msgstr ""
+msgstr "1 dan"
#: ../src/gpm-statistics.c:93
msgid "1 week"
-msgstr ""
+msgstr "1 tjedan"
-#: ../src/gpm-statistics.c:100
+#. TRANSLATORS: what we've observed about the device
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
-msgstr ""
+msgstr "Promjeni profil"
-#: ../src/gpm-statistics.c:101
-msgid "Charge accuracy"
+#: ../src/gpm-statistics.c:103
+msgid "Discharge profile"
msgstr ""
-#: ../src/gpm-statistics.c:102
-msgid "Discharge profile"
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
+msgid "Charge accuracy"
msgstr ""
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr ""
-#: ../src/gpm-statistics.c:130
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
-msgstr ""
+msgstr "Atribut"
-#: ../src/gpm-statistics.c:137
+#: ../src/gpm-statistics.c:140
msgid "Value"
-msgstr ""
+msgstr "Vrijednost"
-#: ../src/gpm-statistics.c:154
+#: ../src/gpm-statistics.c:157
msgid "Image"
-msgstr ""
+msgstr "Slika"
-#: ../src/gpm-statistics.c:160
+#: ../src/gpm-statistics.c:163
msgid "Description"
-msgstr ""
+msgstr "Opis"
-#: ../src/gpm-statistics.c:179 ../src/gpm-statistics.c:400
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
-msgstr ""
+msgstr "Vrsta"
-#: ../src/gpm-statistics.c:185
+#: ../src/gpm-statistics.c:188
msgid "ID"
-msgstr ""
+msgstr "Identifikacija"
-#: ../src/gpm-statistics.c:199
+#: ../src/gpm-statistics.c:202
msgid "Command"
-msgstr ""
+msgstr "Naredba"
+
+#. TRANSLATORS: this is when the stats time is not known
+#: ../src/gpm-statistics.c:287
+msgid "Unknown"
+msgstr "Nepoznato"
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:291
+#, c-format
+msgid "%.0f second"
+msgid_plural "%.0f seconds"
+msgstr[0] "%.0f sekunda"
+msgstr[1] "%.0f sekunde"
+msgstr[2] "%.0f sekundi"
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:296
+#, c-format
+msgid "%.1f minute"
+msgid_plural "%.1f minutes"
+msgstr[0] "%.1f minuta"
+msgstr[1] "%.1f minute"
+msgstr[2] "%.1f minuta"
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:301
+#, c-format
+msgid "%.1f hour"
+msgid_plural "%.1f hours"
+msgstr[0] "%.1f sat"
+msgstr[1] "%.1f sati"
+msgstr[2] "%.1f sati"
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:305
+#, c-format
+msgid "%.1f day"
+msgid_plural "%.1f days"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: ../src/gpm-statistics.c:303
+#: ../src/gpm-statistics.c:314
msgid "Yes"
-msgstr ""
+msgstr "Da"
-#: ../src/gpm-statistics.c:303
+#: ../src/gpm-statistics.c:314
msgid "No"
-msgstr ""
+msgstr "Ne"
-#: ../src/gpm-statistics.c:397
+#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
+#: ../src/gpm-statistics.c:403
msgid "Device"
-msgstr ""
+msgstr "Uređaj"
-#: ../src/gpm-statistics.c:402
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
-msgstr ""
+msgstr "Isporučitelj"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:410
msgid "Model"
-msgstr ""
+msgstr "Model"
-#: ../src/gpm-statistics.c:406
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
-msgstr ""
+msgstr "Serijski broj"
-#: ../src/gpm-statistics.c:407
+#. TRANSLATORS: a boolean attribute that means if the device is supplying the
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
+#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr ""
-#: ../src/gpm-statistics.c:410
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1953,326 +1742,557 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: ../src/gpm-statistics.c:411
+#. TRANSLATORS: when the device was last updated with new data. It's
+#. * usually a few seconds when a device is discharging or charging.
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
-msgstr ""
+msgstr "Osvježeno"
-#: ../src/gpm-statistics.c:418
+#. TRANSLATORS: Present is whether the device is currently attached
+#. * to the computer, as some devices (e.g. laptop batteries) can
+#. * be removed, but still observed as devices on the system
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr ""
-#: ../src/gpm-statistics.c:422
+#. TRANSLATORS: If the device can be recharged, e.g. lithium
+#. * batteries rather than alkaline ones
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
-msgstr ""
+msgstr "Punjive"
-#: ../src/gpm-statistics.c:426
+#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr ""
-#: ../src/gpm-statistics.c:429
+#: ../src/gpm-statistics.c:451
msgid "Energy"
-msgstr ""
+msgstr "Energija"
-#: ../src/gpm-statistics.c:432
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr ""
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr ""
-#: ../src/gpm-statistics.c:438
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr ""
-#: ../src/gpm-statistics.c:451
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
-msgstr ""
+msgstr "Voltaža"
-#: ../src/gpm-statistics.c:472
+#. TRANSLATORS: the amount of charge the cell contains
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
-msgstr ""
+msgstr "Postotak"
-#: ../src/gpm-statistics.c:477
+#. TRANSLATORS: the capacity of the device, which is basically a measure
+#. * of how full it can get, relative to the design capacity
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
-msgstr ""
+msgstr "Kapacitet"
-#: ../src/gpm-statistics.c:481
+#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
+#: ../src/gpm-statistics.c:508
msgid "Technology"
-msgstr ""
+msgstr "Tehnologija"
-#: ../src/gpm-statistics.c:483
+#. TRANSLATORS: this is when the device is plugged in, typically
+#. * only shown for the ac adaptor device
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr ""
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:799
+#: ../src/gpm-statistics.c:825
msgid "No data"
-msgstr ""
+msgstr "Nema podataka"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:806 ../src/gpm-statistics.c:811
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
-msgstr ""
+msgstr "Modul kernela"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:816
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
-msgstr ""
+msgstr "Jezgra kernela"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:821
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr ""
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:826
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
-msgstr ""
+msgstr "Prekid"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:869
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr ""
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:872
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
-msgstr ""
+msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:875
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr ""
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:878
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr ""
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:881
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr ""
-#. TRANSLATORS: a timer is something that fires periodically
-#: ../src/gpm-statistics.c:886 ../src/gpm-statistics.c:889
-#: ../src/gpm-statistics.c:892 ../src/gpm-statistics.c:895
-#: ../src/gpm-statistics.c:898
+#. TRANSLATORS: a timer is something that fires periodically.
+#. * The parameter is a process name, e.g. "firefox-bin".
+#. * This is shown when the timer wakes up.
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr ""
-#. TRANSLATORS: this is a task that's woken up from sleeping
-#: ../src/gpm-statistics.c:901
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
+#. * This is shown when the task wakes up.
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr ""
-#. TRANSLATORS: this is a new realtime task
-#: ../src/gpm-statistics.c:904
+#. TRANSLATORS: this is the name of a new realtime task.
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr ""
-#. TRANSLATORS: this is a task thats woken to check state
-#: ../src/gpm-statistics.c:907
+#. TRANSLATORS: this is the name of a task that's woken to check state.
+#. * This is shown when the task wakes up.
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
-msgstr ""
+msgstr "Čekaj %s"
-#. TRANSLATORS: a work queue is a list of work that has to be done
-#: ../src/gpm-statistics.c:910 ../src/gpm-statistics.c:913
+#. TRANSLATORS: this is the name of a work queue.
+#. * A work queue is a list of work that has to be done.
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr ""
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:916
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr ""
-#. TRANSLATORS: activity on the USB bus
-#: ../src/gpm-statistics.c:919
+#. TRANSLATORS: this is the name of an activity on the USB bus
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
-msgstr ""
+msgstr "USB aktivnost %s"
-#. TRANSLATORS: we've timed out of an aligned timer
-#: ../src/gpm-statistics.c:922
+#. TRANSLATORS: we've timed out of an aligned timer, with the name
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr ""
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:925
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr ""
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:928
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr ""
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1038
-#, fuzzy
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
-msgstr "Informacije o napajanju"
+msgstr "Informacije uređaja"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1040
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
-msgstr ""
+msgstr "Povijest uređaja"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1042
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
-msgstr ""
+msgstr "Profil uređaja"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1044
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr ""
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1250 ../src/gpm-statistics.c:1256
-#: ../src/gpm-statistics.c:1262 ../src/gpm-statistics.c:1268
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr ""
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1252
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr ""
-#. TRANSLATORS: this is the Y axis on the graph
-#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1258 ../src/gpm-statistics.c:1301
-#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
-#: ../src/gpm-statistics.c:1319
-#, fuzzy
+#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
+#. TRANSLATORS: this is the X axis on the graph for the whole battery device
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
-msgstr "Baterija napunjena"
+msgstr ""
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1264 ../src/gpm-statistics.c:1270
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr ""
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1315
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr ""
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1321
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr ""
+#. TRANSLATORS: show a device by default
+#: ../src/gpm-statistics.c:1557
+msgid "Select this device at startup"
+msgstr ""
+
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1739
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
+msgstr "Procesor"
+
+#. preferences
+#: ../src/gpm-tray-icon.c:296
+msgid "_Preferences"
+msgstr "_Postavke"
+
+#. TRANSLATORS: a phone is charging
+#. TRANSLATORS: device is charging, but we only have a percentage
+#: ../src/gpm-upower.c:221 ../src/gpm-upower.c:285
+#, c-format
+msgid "%s charging (%.1f%%)"
+msgstr "%s puni (%.1f%%)"
+
+#. TRANSLATORS: The laptop battery is fully charged, and we know a time
+#: ../src/gpm-upower.c:236
+#, c-format
+msgid ""
+"Battery is fully charged.\n"
+"Provides %s laptop runtime"
msgstr ""
-#: ../src/gpm-tray-icon.c:198 ../src/gpm-tray-icon.c:216
-msgid "Device information"
+#. TRANSLATORS: the device is fully charged
+#: ../src/gpm-upower.c:241
+#, c-format
+msgid "%s is fully charged"
+msgstr "%s je potpuno napunjen"
+
+#. TRANSLATORS: the device is discharging, and we have a time remaining
+#: ../src/gpm-upower.c:249
+#, c-format
+msgid "%s %s remaining (%.1f%%)"
+msgstr "%s %s preostalo (%.1f%%)"
+
+#. TRANSLATORS: the device is discharging, but we only have a percentage
+#: ../src/gpm-upower.c:254
+#, c-format
+msgid "%s discharging (%.1f%%)"
+msgstr ""
+
+#. TRANSLATORS: the device is charging, and we have a time to full and empty
+#: ../src/gpm-upower.c:268
+#, c-format
+msgid ""
+"%s %s until charged (%.1f%%)\n"
+"Provides %s battery runtime"
msgstr ""
-#: ../src/gpm-tray-icon.c:200
-msgid "There is no detailed information for this device"
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
+#: ../src/gpm-upower.c:279
+#, c-format
+msgid "%s %s until charged (%.1f%%)"
msgstr ""
-#: ../src/gpm-tray-icon.c:330
-msgid "translator-credits"
+#. TRANSLATORS: this is only shown for laptops with multiple batteries
+#: ../src/gpm-upower.c:292
+#, c-format
+msgid "%s waiting to discharge (%.1f%%)"
msgstr ""
-"Launchpad Contributions:\n"
-" Ante Karamatić https://launchpad.net/~ivoks\n"
-" Vedran Vyroubal https://launchpad.net/~vvyroub\n"
-" Tomislav Pavlović <[email protected]>"
-#: ../src/gpm-tray-icon.c:345
-msgid "MATE Power Manager Website"
+#. TRANSLATORS: this is only shown for laptops with multiple batteries
+#: ../src/gpm-upower.c:298
+#, c-format
+msgid "%s waiting to charge (%.1f%%)"
msgstr ""
-#. preferences
-#: ../src/gpm-tray-icon.c:421
-msgid "_Preferences"
-msgstr "_Postavke"
+#. TRANSLATORS: the type of data, e.g. Laptop battery
+#: ../src/gpm-upower.c:357
+msgid "Product:"
+msgstr "Produkt:"
-#: ../src/gpm-tray-icon.c:435
-msgid "Power _History"
+#. TRANSLATORS: device is missing
+#. TRANSLATORS: device is charged
+#. TRANSLATORS: device is charging
+#. TRANSLATORS: device is discharging
+#: ../src/gpm-upower.c:361 ../src/gpm-upower.c:364 ../src/gpm-upower.c:367
+#: ../src/gpm-upower.c:370
+msgid "Status:"
+msgstr "Status:"
+
+#: ../src/gpm-upower.c:361
+msgid "Missing"
+msgstr "Nedostaje"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:364 ../src/gpm-upower.c:645
+msgid "Charged"
+msgstr "Napunjen"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:367 ../src/gpm-upower.c:633
+msgid "Charging"
+msgstr "Punjenje"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:370 ../src/gpm-upower.c:637
+msgid "Discharging"
+msgstr "Pražnjenje"
+
+#. TRANSLATORS: percentage
+#: ../src/gpm-upower.c:375
+msgid "Percentage charge:"
msgstr ""
-#. help
-#: ../src/gpm-tray-icon.c:448
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "Po_moć"
+#. TRANSLATORS: manufacturer
+#: ../src/gpm-upower.c:379
+msgid "Vendor:"
+msgstr "Isporučitelj:"
-#. about
-#: ../src/gpm-tray-icon.c:456
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "_O programu..."
+#. TRANSLATORS: how the battery is made, e.g. Lithium Ion
+#: ../src/gpm-upower.c:384
+msgid "Technology:"
+msgstr "Tehnologija:"
+
+#. TRANSLATORS: serial number of the battery
+#: ../src/gpm-upower.c:388
+msgid "Serial number:"
+msgstr "Serijski broj:"
+
+#. TRANSLATORS: model number of the battery
+#: ../src/gpm-upower.c:392
+msgid "Model:"
+msgstr "Model:"
+
+#. TRANSLATORS: time to fully charged
+#: ../src/gpm-upower.c:397
+msgid "Charge time:"
+msgstr "Vrijeme punjenja:"
+
+#. TRANSLATORS: time to empty
+#: ../src/gpm-upower.c:403
+msgid "Discharge time:"
+msgstr "Vrijeme pražnjenja:"
+
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
+#: ../src/gpm-upower.c:410
+msgid "Excellent"
+msgstr "Izvrsno"
+
+#: ../src/gpm-upower.c:412
+msgid "Good"
+msgstr "Dobro"
+
+#: ../src/gpm-upower.c:414
+msgid "Fair"
+msgstr ""
+
+#: ../src/gpm-upower.c:416
+msgid "Poor"
+msgstr ""
+
+#: ../src/gpm-upower.c:420
+msgid "Capacity:"
+msgstr "Kapacitet:"
+
+#: ../src/gpm-upower.c:426 ../src/gpm-upower.c:451
+msgid "Current charge:"
+msgstr ""
+
+#: ../src/gpm-upower.c:432
+msgid "Last full charge:"
+msgstr ""
+
+#: ../src/gpm-upower.c:438 ../src/gpm-upower.c:456
+msgid "Design charge:"
+msgstr ""
+
+#: ../src/gpm-upower.c:443
+msgid "Charge rate:"
+msgstr ""
+
+#. TRANSLATORS: system power cord
+#: ../src/gpm-upower.c:478
+msgid "AC adapter"
+msgid_plural "AC adapters"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#. TRANSLATORS: laptop primary battery
+#: ../src/gpm-upower.c:482
+msgid "Laptop battery"
+msgid_plural "Laptop batteries"
+msgstr[0] "Laptop baterija"
+msgstr[1] "Laptop baterije"
+msgstr[2] "Laptop baterija"
+
+#. TRANSLATORS: battery-backed AC power source
+#: ../src/gpm-upower.c:486
+msgid "UPS"
+msgid_plural "UPSs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#. TRANSLATORS: a monitor is a device to measure voltage and current
+#: ../src/gpm-upower.c:490
+msgid "Monitor"
+msgid_plural "Monitors"
+msgstr[0] "Monitor"
+msgstr[1] "Monitori"
+msgstr[2] "Monitora"
+
+#. TRANSLATORS: wireless mice with internal batteries
+#: ../src/gpm-upower.c:494
+msgid "Mouse"
+msgid_plural "Mice"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#. TRANSLATORS: wireless keyboard with internal battery
+#: ../src/gpm-upower.c:498
+msgid "Keyboard"
+msgid_plural "Keyboards"
+msgstr[0] "Tipkovnica"
+msgstr[1] "Tipkovnice"
+msgstr[2] "Tipkovnica"
-#: ../src/gpm-tray-icon.c:570
-msgid "_Suspend"
-msgstr "_Suspendiraj"
+#. TRANSLATORS: portable device
+#: ../src/gpm-upower.c:502
+msgid "PDA"
+msgid_plural "PDAs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#: ../src/gpm-tray-icon.c:580
-msgid "Hi_bernate"
-msgstr "Hi_berniraj"
+#. TRANSLATORS: cell phone (mobile...)
+#: ../src/gpm-upower.c:506
+msgid "Cell phone"
+msgid_plural "Cell phones"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#~ msgid ""
-#~ "After resume, mate-power-manager will suppress policy actions for a "
-#~ "number of seconds to allow messages to settle and HAL to refresh. "
-#~ "Commonly five seconds is enough while not being so long that the user "
-#~ "gets confused."
-#~ msgstr ""
-#~ "Nakon nastavka rada, mate-power-manager će zanemariti pravila na "
-#~ "nekoliko sekundi kako bi omogućio smirivanje poruka i osvježavanje HAL "
-#~ "sustava. Obično je pet sekundi dovoljno, a nije predugo da bi zbunilo "
-#~ "korisnika."
+#. TRANSLATORS: media player, mp3 etc
+#: ../src/gpm-upower.c:511
+msgid "Media player"
+msgid_plural "Media players"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#~ msgid "Number of seconds to suppress policy after resume"
-#~ msgstr ""
-#~ "Nakon nastavka rada sustava, broj sekundi za vrijeme kojih su zanemarena "
-#~ "pravila"
+#. TRANSLATORS: tablet device
+#: ../src/gpm-upower.c:515
+msgid "Tablet"
+msgid_plural "Tablets"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
-#~ msgid "<b>Extras</b>"
-#~ msgstr "<b>Posebno</b>"
+#. TRANSLATORS: tablet device
+#: ../src/gpm-upower.c:519
+msgid "Computer"
+msgid_plural "Computers"
+msgstr[0] "Računalo"
+msgstr[1] "Računala"
+msgstr[2] "Računala"
-#~ msgid "Use _sound to notify in event of an error"
-#~ msgstr "Koristi _zvučne signale za upozoravanje na greške"
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:589
+msgid "Lithium Ion"
+msgstr ""
-#, fuzzy
-#~ msgid "General failure"
-#~ msgstr "Općenito"
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:593
+msgid "Lithium Polymer"
+msgstr ""
-#~ msgid "Power Manager for the MATE desktop"
-#~ msgstr "Upravitelj energijom za MATE radno okružje"
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:597
+msgid "Lithium Iron Phosphate"
+msgstr ""
-#~ msgid "Computer is running on backup power\n"
-#~ msgstr "Računalo koristi pričuvno napajanje\n"
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:601
+msgid "Lead acid"
+msgstr "Olovo-kiselina"
-#~ msgid "Computer is running on AC power\n"
-#~ msgstr "Računalo koristi vanjsko napajanje\n"
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:605
+msgid "Nickel Cadmium"
+msgstr ""
-#~ msgid "Computer is running on battery power\n"
-#~ msgstr "Računalo koristi bateriju\n"
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:609
+msgid "Nickel metal hydride"
+msgstr ""
-#~ msgid "Hibernate Problem"
-#~ msgstr "Problem s hibernacijom"
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:613
+msgid "Unknown technology"
+msgstr "Nepoznata tehnologija"
-#~ msgid "Do not daemonize"
-#~ msgstr "Nemoj izvršavati u pozadini"
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:641
+msgid "Empty"
+msgstr "Prazno"
-#~ msgid "<b>Status:</b> %s\n"
-#~ msgstr "<b>Status:</b> %s\n"
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:649
+msgid "Waiting to charge"
+msgstr ""
-#~ msgid "Unknown"
-#~ msgstr "Nepoznato"
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:653
+msgid "Waiting to discharge"
+msgstr ""
diff --git a/po/hu.po b/po/hu.po
index b452318..9d64edc 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -1,150 +1,147 @@
-# Hungarian translation of mate-power-manager
-# This file is distributed under the same license as the mate-power-manager package.
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010, Free Software Foundation, Inc.
-#
-# Gabor Kelemen <kelemeng at mate dot hu>, 2005, 2006, 2007, 2008, 2009, 2010.
-# Szabolcs Varga <shirokuma at shirokuma dot hu>, 2006.
-# Kováts Dóra <dorcssa at gmail dot com>, 2008.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# i_sty <[email protected]>, 2014
+# Rezső Páder <[email protected]>, 2013
msgid ""
msgstr ""
-"Project-Id-Version: mate-power-manager master\n"
+"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-29 15:12+0200\n"
-"PO-Revision-Date: 2010-08-29 15:10+0200\n"
-"Last-Translator: Gabor Kelemen <kelemeng at mate dot hu>\n"
-"Language-Team: Hungarian <mate at fsf dot hu>\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2014-01-26 13:16+0000\n"
+"Last-Translator: i_sty <[email protected]>\n"
+"Language-Team: Hungarian (http://www.transifex.com/projects/p/MATE/language/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Language: hu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../applets/brightness/brightness-applet.c:109
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "Energiakezelő fényerő kisalkalmazás"
-#: ../applets/brightness/brightness-applet.c:110
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "A noteszgépkijelző fényerejét szabályozza."
-#: ../applets/brightness/brightness-applet.c:363
-#: ../applets/inhibit/inhibit-applet.c:362
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "Nem lehet csatlakozni a MATE Energiakezelőhöz."
-#: ../applets/brightness/brightness-applet.c:365
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "Nem kérhető le a noteszgép kijelzőjének fényereje"
-#: ../applets/brightness/brightness-applet.c:367
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "LCD fényerő: %d%%"
-#: ../applets/brightness/brightness-applet.c:752
-#: ../applets/inhibit/inhibit-applet.c:431
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
msgstr "A GNU General Public License 2. változata szerint használható"
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"Az Energiakezelő szabad szoftver, terjesztheti és/vagy\n"
-"módosíthatja a Free Software Foundation által kiadott GNU\n"
-"General Public License második (vagy bármely későbbi)\n"
-"változatában foglaltak alapján."
+msgstr "Az Energiakezelő szabad szoftver, terjesztheti és/vagy\nmódosíthatja a Free Software Foundation által kiadott GNU\nGeneral Public License második (vagy bármely későbbi)\nváltozatában foglaltak alapján."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Az Energiakezelő programot abban a reményben terjesztjük,\n"
-"hogy hasznos lesz, de nem vállalunk SEMMIFÉLE GARANCIÁT,\n"
-"még olyan értelemben sem, hogy a program alkalmas-e a\n"
-"KÖZREADÁSRA vagy EGY BIZONYOS FELADAT ELVÉGZÉSÉRE.\n"
-"További részletekért tanulmányozza a GNU GPL licencet."
+msgstr "Az Energiakezelő programot abban a reményben terjesztjük,\nhogy hasznos lesz, de nem vállalunk SEMMIFÉLE GARANCIÁT,\nmég olyan értelemben sem, hogy a program alkalmas-e a\nKÖZREADÁSRA vagy EGY BIZONYOS FELADAT ELVÉGZÉSÉRE.\nTovábbi részletekért tanulmányozza a GNU GPL licencet."
-#: ../applets/brightness/brightness-applet.c:761
-#: ../applets/inhibit/inhibit-applet.c:440
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"A programhoz a GNU General Public License egy példánya is jár, \n"
-"ha nem kapta meg, írjon a Free Software Foundation Inc.-nek. \n"
-"Levélcímük: 51 Franklin Street, Fifth Floor, Boston, MA\n"
-"02110-1301, USA."
+msgstr "A programhoz a GNU General Public License egy példánya is jár, \nha nem kapta meg, írjon a Free Software Foundation Inc.-nek. \nLevélcímük: 51 Franklin Street, Fifth Floor, Boston, MA\n02110-1301, USA."
-#: ../applets/brightness/brightness-applet.c:775
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Copyright © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "A noteszgépkijelző fényerejének szabályozása"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "_Névjegy"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Fényerőszabályzó"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "_Súgó"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Fényerőkezelő factory"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Factory a Fényerőkezelőhöz"
-#: ../applets/inhibit/inhibit-applet.c:95
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Fényerőszabályzó"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "A noteszgépkijelző fényerejének szabályozása"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "Energiagazdálkodás korlátozása"
-#: ../applets/inhibit/inhibit-applet.c:96
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "Lehetővé teszi az automatikus energiatakarékosság korlátozását."
-#: ../applets/inhibit/inhibit-applet.c:365
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "Automatikus energiatakarékosság korlátozva"
-#: ../applets/inhibit/inhibit-applet.c:367
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "Automatikus energiatakarékosság engedélyezve"
-#: ../applets/inhibit/inhibit-applet.c:395
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "Kézi korlátozás"
-#: ../applets/inhibit/inhibit-applet.c:454
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Copyright © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "Lehetővé teszi az automatikus energiatakarékosság korlátozását"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Energiagazdálkodás-korlátozó factory"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Energiagazdálkodás-korlátozó factory"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "Energiagazdálkodás korlátozása"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Energiagazdálkodás-korlátozó factory"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Lehetővé teszi az automatikus energiatakarékosság korlátozását"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -154,981 +151,835 @@ msgstr "Energiakezelő"
msgid "Power management daemon"
msgstr "Energiagazdálkodási démon"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Lehetővé teszi a háttérvilágítás fényerejének szabályozását"
-
-#: ../data/mate-power-manager.schemas.in.h:2
-msgid "Battery critical low action"
-msgstr "Az akkumulátor kritikusan gyenge művelet"
-
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "A processzorterhelés ellenőrzése energiatakarékos módra váltás előtt"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr ""
-"A képernyő elsötétítése adott idejű tétlenség után hálózati tápellátás esetén"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr ""
-"A képernyő elsötétítése adott idejű tétlenség után akkumulátoros tápellátás "
-"esetén"
-
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"Az értesítési ikon megjelenítési beállításai. A lehetséges értékek: "
-"„never” (soha), „critical” (kritikus), „charge” (töltés), „present” (jelen) "
-"és „always” (mindig)."
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Hibernálás gomb művelete"
-
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr ""
-"Megjelenjen-e értesítő üzenet, ha a felfüggesztés vagy hibernálás meghiúsul."
-
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr ""
-"Megjelenjen-e értesítő üzenet, ha az akkumulátor teljesen feltöltődött."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Legyen-e hibernálás, felfüggesztés vagy sem tétlenség esetén"
-#: ../data/mate-power-manager.schemas.in.h:10
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr ""
-"Megjelenjen-e értesítő üzenet, ha az akkumulátor teljesen lemerülőben van."
-
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr "A beállítások és statisztikaelemek megjelenjenek-e a helyi menüben"
-
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "Használandók-e hangok"
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "A számítógép tétlensége esetén használandó energiatakarékossági mód típusa. "
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"Használandók-e hangok, ha az energiaszint alacsony, vagy korlátozási kérések "
-"leállították az irányelvműveletet."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "Az akkumulátor kritikusan gyenge művelet"
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr ""
-"Kerüljön-e ellenőrzésre a CPU terhelése a tétlenség esetén végrehajtandó "
-"művelet előtt."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "Az akkumulátor kritikusan alacsony szintje esetén végrehajtandó művelet."
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
"If the battery event should occur when the lid is shut and the power "
"disconnected"
-msgstr ""
-"Az akkumulátor esemény bekövetkezzen-e a fedél lehajtásakor és a hálózati "
-"tápellátás megszűnésekor"
+msgstr "Az akkumulátor esemény bekövetkezzen-e a fedél lehajtásakor és a hálózati tápellátás megszűnésekor"
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
"If the battery lid close event should occur (for example 'Suspend when lid "
"closed on battery') when the lid is previously shut and the AC power "
"disconnected at a later time."
-msgstr ""
-"Az akkumulátor fedél lezárása eseménye (például „Felfüggesztés a fedél "
-"lezárásakor akkumulátoros tápellátás esetén”) bekövetkezzen-e ha a fedél le "
-"van zárva és a hálózati tápfeszültség később szűnik meg."
+msgstr "Az akkumulátor fedél lezárása eseménye (például „Felfüggesztés a fedél lezárásakor akkumulátoros tápellátás esetén”) bekövetkezzen-e ha a fedél le van zárva és a hálózati tápfeszültség később szűnik meg."
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr "A tanult profil felhasználandó-e a hátralévő idő kiszámítására"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "A szünetmentes táp kritikusan gyenge művelet"
-#: ../data/mate-power-manager.schemas.in.h:18
-msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
-msgstr ""
-"A tanult profil felhasználandó-e a hátralévő idő kiszámítására. Ezt csak "
-"hibakeresési céllal kapcsolja be."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "Az UPS kritikusan alacsony szintje esetén végrehajtandó művelet."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr ""
-"Az alacsony energiafelvételű állapot bekapcsolandó-e hálózati tápellátás "
-"esetén"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "A szünetmentes táp gyenge művelet"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr ""
-"Az alacsony energiafelvételű állapot bekapcsolandó-e akkumulátoros "
-"tápellátás esetén"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "Az UPS alacsony szintje esetén végrehajtandó művelet."
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Lehetővé teszi a háttérvilágítás fényerejének szabályozását"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
"If the screen brightness should be changed when switching between AC and "
"battery power."
-msgstr ""
-"A képernyő fényereje módosítandó-e a hálózati feszültség és akkumulátoros "
-"ellátás közti váltáskor."
-
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
-msgstr ""
-"Hálózati tápellátás esetén elsötétüljön-e a képernyő az energiatakarékosság "
-"érdekében, ha a számítógép tétlen."
+msgstr "A képernyő fényereje módosítandó-e a hálózati feszültség és akkumulátoros ellátás közti váltáskor."
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
-msgstr ""
-"Akkumulátoros tápellátás esetén elsötétüljön-e a képernyő az "
-"energiatakarékosság érdekében, ha a számítógép tétlen."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "A háttérvilágítás fényerejének csökkentése akkumulátoros tápellátás esetén"
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
"If the screen should be reduced in brightness when the computer is on "
"battery power."
msgstr "Akkumulátoros tápellátás esetén csökkenjen-e a képernyő fényereje."
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr ""
-"A rendszer alacsony energiafelvételű állapota bekapcsolandó-e hálózati "
-"tápellátás esetén."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "A képernyő fényereje üresjáratban"
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr ""
-"A rendszer alacsony energiafelvételű állapota bekapcsolandó-e akkumulátoros "
-"tápellátás esetén."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "Ez a noteszgép-képernyőjének a munkamenet tétlensége esetén használandó fényereje. Csak a use_time_for_policy kulcs igaz értéke esetén érvényes."
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr "Kapjon-e értesítést a felhasználó a hálózati csatlakozó kihúzásakor."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "A képernyő elsötétítése adott idejű tétlenség után akkumulátoros tápellátás esetén"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"Használandók-e az idő alapú értesítések. Hamis értékre állítva a százalékos "
-"változás kerül alkalmazásra, ez hibás ACPI BIOS esetén megoldhatja a "
-"problémát."
-
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr ""
-"Megjelenjen-e a gyenge kapacitás figyelmeztetés hibás akkumulátor esetén"
-
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr ""
-"Megjelenjen-e a gyenge kapacitás figyelmeztetés hibás akkumulátor esetén."
-
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr ""
-"Megjelenjen-e a visszahívott akkumulátor figyelmeztetés hibás akkumulátor "
-"esetén"
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "Akkumulátoros tápellátás esetén elsötétüljön-e a képernyő az energiatakarékosság érdekében, ha a számítógép tétlen."
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr ""
-"Megjelenjen-e a visszahívott akkumulátor figyelmeztetés hibás akkumulátor "
-"esetén? Csak akkor állítsa hamisra, ha tudja, hogy az akkumulátora hibátlan."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "Üresjárat után a képernyő elsötétítésének alapértelmezett ideje"
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "LCD fényereje hálózati tápellátás esetén"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "Üresjárat után a képernyő elsötétítésének alapértelmezett ideje."
-#: ../data/mate-power-manager.schemas.in.h:34
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
msgid "LCD dimming amount when on battery"
msgstr "LCD sötétítése akkumulátoros tápellátás esetén"
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr ""
-"A noteszgép fedelének lezárásakor végrehajtandó művelet akkumulátoros "
-"tápellátás esetén"
-
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr ""
-"A noteszgép fedelének lezárásakor végrehajtandó művelet hálózati tápellátás "
-"esetén"
-
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "A MATE kulcstartó zárolása energiatakarékos módba váltáskor"
-
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Képernyő zárolása hibernáláskor"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "A képernyő fényerejének csökkentése ennyivel akkumulátoros tápellátás esetén. A lehetséges értékek 0 és 100 között vannak."
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "Lock screen on suspend"
-msgstr "Képernyő zárolása felfüggesztéskor"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "A képernyő elsötétítése adott idejű tétlenség után hálózati tápellátás esetén"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "Képernyő zárolása elsötétítéskor"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "Hálózati tápellátás esetén elsötétüljön-e a képernyő az energiatakarékosság érdekében, ha a számítógép tétlen."
-#: ../data/mate-power-manager.schemas.in.h:41
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
msgid "Method used to blank screen on AC"
msgstr "A képernyő elsötétítésére használt módszer hálózati tápellátás esetén"
-#: ../data/mate-power-manager.schemas.in.h:42
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "A képernyő elsötétítésére használandó DPMS módszer hálózati tápellátás esetén."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
msgid "Method used to blank screen on battery"
-msgstr ""
-"A képernyő elsötétítésére használt módszer akkumulátoros tápellátás esetén"
+msgstr "A képernyő elsötétítésére használt módszer akkumulátoros tápellátás esetén"
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Értesítés alacsony energiaszint esetén"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "A képernyő elsötétítésére használandó DPMS módszer akkumulátoros tápellátás esetén."
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Értesítés az energiatakarékos mód hibája esetén"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "LCD fényereje hálózati tápellátás esetén"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Értesítés a hálózati csatlakozó eltávolításakor"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "A képernyő fényereje hálózati tápellátás esetén. A lehetséges értékek 0.0 és 100.0 között vannak."
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Értesítés az akkumulátor teljes feltöltésekor"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Felfüggesztés gomb művelete"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "Százalékos arány művelet végrehajtásához"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "Mi történjen a felfüggesztés gomb lenyomásakor."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Kritikusként kezelt százalékos arány"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Hibernálás gomb művelete"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Alacsonyként kezelt százalékos arány"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "Mi történjen a hibernálás gomb lenyomásakor."
-#: ../data/mate-power-manager.schemas.in.h:50
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
msgid "Power button action"
msgstr "Bekapcsoló gomb művelete"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr ""
-"A háttérvilágítás fényerejének csökkentése akkumulátoros tápellátás esetén"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "Mi történjen a kikapcsolás gomb lenyomásakor."
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Seconds of inactivity to spin down when on AC"
-msgstr "A lemez leállítása hálózati ellátáson ennyi másodperc tétlenség után"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "A noteszgép fedelének lezárásakor végrehajtandó művelet akkumulátoros tápellátás esetén"
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Seconds of inactivity to spin down when on battery"
-msgstr "A lemez leállítása akkumulátoron ennyi másodperc tétlenség után"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "A noteszgép fedelének lezárásakor végrehajtandó művelet, ha a gép akkumulátorról működik. "
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr "Energiatakarékossági időkorlát hálózati tápellátás esetén"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "A noteszgép fedelének lezárásakor végrehajtandó művelet hálózati tápellátás esetén"
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr ""
-"Számítógép energiatakarékossági időkorlátja szünetmentes táp használatakor"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "A noteszgép fedelének lezárásakor végrehajtandó művelet hálózati tápellátás esetén."
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "Energiatakarékossági időkorlát akkumulátoros tápellátás esetén"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Legyenek-e idő alapú értesítések"
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr ""
-"Energiatakarékossági időkorlát megjelenítése hálózati tápellátás esetén"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "Használandók-e az idő alapú értesítések. Hamis értékre állítva a százalékos változás kerül alkalmazásra, ez hibás ACPI BIOS esetén megoldhatja a problémát."
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr ""
-"Kijelző energiatakarékossági időkorlátja szünetmentes táp használatakor"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "A processzorterhelés ellenőrzése energiatakarékos módra váltás előtt"
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr ""
-"Energiatakarékossági időkorlát megjelenítése akkumulátoros tápellátás esetén"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "Kerüljön-e ellenőrzésre a CPU terhelése a tétlenség esetén végrehajtandó művelet előtt."
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Felfüggesztés gomb művelete"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "A Hálózatkezelő kapcsolódjon-e és bontson-e az energiatakarékos mód változásakor"
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"A képernyő elsötétítésére használandó DPMS módszer hálózati tápellátás "
-"esetén. A lehetséges értékek: „standby” (készenlét), "
-"„suspend” (felfüggesztés) és „off” (kikapcsolás)."
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "A Hálózatkezelő bontsa-e a kapcsolatot felfüggesztés vagy hibernálás esetén és kapcsolódjon-e folytatáskor."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "A mate-screensaver zárolási beállításainak használata"
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"A képernyő elsötétítésére használandó DPMS módszer akkumulátoros tápellátás "
-"esetén. A lehetséges értékek: „standby” (készenlét), "
-"„suspend” (felfüggesztés) és „off” (kikapcsolás)."
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "A mate-screensaver képernyő-zárolási értékei felhasználásra kerüljenek-e a képernyő lezárásához hibernálás, felfüggesztés vagy a képernyő elsötétítése után."
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "The URI to show to the user on sleep failure"
-msgstr "Az energiatakarékos mód hibája után megjelenítendő URI"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "Képernyő zárolása elsötétítéskor"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"A szünetmentes táp kritikusan alacsony szintje esetén végrehajtandó művelet. "
-"A lehetséges értékek: „hibernate” (hibernálás), „suspend” (felfüggesztés), "
-"„shutdown” (leállítás) és „nothing” (semmi)."
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "Le legyen-e zárva a képernyő a kikapcsolásakor. Ez csak akkor használható, ha a lock_use_screensaver értéke hamis."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"A szünetmentes táp kritikusan alacsony szintje esetén végrehajtandó művelet. "
-"A lehetséges értékek: „hibernate” (hibernálás), „suspend” (felfüggesztés), "
-"„shutdown” (leállítás) és „nothing” (semmi)."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "Képernyő zárolása felfüggesztéskor"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Az akkumulátor kritikusan alacsony szintje esetén végrehajtandó művelet. A "
-"lehetséges értékek: „hibernate” (hibernálás), „suspend” (felfüggesztés), "
-"„shutdown” (leállítás) és „nothing” (semmi)."
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "Le legyen-e zárva a képernyő, amikor a számítógép felébred a felfüggesztésből. Ez csak akkor használható, ha a lock_use_screensaver értéke hamis."
-#: ../data/mate-power-manager.schemas.in.h:67
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Képernyő zárolása hibernáláskor"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
-msgstr ""
-"A noteszgép fedelének lezárásakor végrehajtandó művelet hálózati tápellátás "
-"esetén. A lehetséges értékek: „suspend” (felfüggesztés), "
-"„hibernate” (hibernálás), „blank” (elsötétítés) és „nothing” (semmi)."
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "Le legyen-e zárva a képernyő, amikor a számítógép felébred a hibernálásból. Ez csak akkor használható, ha a lock_use_screensaver értéke hamis."
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "A MATE kulcstartó zárolása energiatakarékos módba váltáskor"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
-msgstr ""
-"A noteszgép fedelének lezárásakor végrehajtandó művelet, ha a gép "
-"akkumulátorról működik. A lehetséges értékek: „suspend” (felfüggesztés), "
-"„hibernate” (hibernálás) „blank” (elsötétítés) és „nothing” (semmi)."
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "A MATE kulcstartó zárolásra kerüljön-e a számítógép felfüggesztése előtt. Ez azt jelenti, hogy folytatáskor fel kell oldania a kulcstartó zárolását."
-#: ../data/mate-power-manager.schemas.in.h:69
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"A rendszer hibernálás gombjának megnyomásakor végrehajtandó művelet. A "
-"lehetséges értékek: „suspend” (felfüggesztés), hibernate” (hibernálás), "
-"„interactive” (interaktív), „shutdown” (leállítás) és „nothing” (semmi)."
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "A MATE kulcstartó zárolásra kerüljön-e a számítógép hibernálása előtt. Ez azt jelenti, hogy folytatáskor fel kell oldania a kulcstartó zárolását."
-#: ../data/mate-power-manager.schemas.in.h:70
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "Az alacsony energiafelvételű állapot bekapcsolandó-e hálózati tápellátás esetén"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "A rendszer alacsony energiafelvételű állapota bekapcsolandó-e hálózati tápellátás esetén."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "Az alacsony energiafelvételű állapot bekapcsolandó-e akkumulátoros tápellátás esetén"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
-msgstr ""
-"A rendszer bekapcsológombjának megnyomásakor végrehajtandó művelet. A "
-"lehetséges értékek: „suspend” (felfüggesztés), „hibernate” (hibernálás), "
-"„interactive” (interaktív), „shutdown” (leállítás) és „nothing” (semmi)."
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "A rendszer alacsony energiafelvételű állapota bekapcsolandó-e akkumulátoros tápellátás esetén."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr "A lemez leállítása hálózati ellátáson ennyi másodperc tétlenség után"
-#: ../data/mate-power-manager.schemas.in.h:71
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"A rendszer felfüggesztés gombjának megnyomásakor végrehajtandó művelet. A "
-"lehetséges értékek: (felfüggesztés), „hibernate” (hibernálás), "
-"„interactive” (interaktív), „shutdown” (leállítás) és „nothing” (semmi)."
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "A lemezek leállítása ennyi másodpercnyi tétlenség után hálózati tápellátás esetén"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr "A lemez leállítása akkumulátoron ennyi másodperc tétlenség után"
-#: ../data/mate-power-manager.schemas.in.h:72
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
-msgstr ""
-"Hálózati tápellátás esetén ennyi másodpercnyi tétlenség után vált "
-"energiatakarékos módba a képernyő."
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "A lemezek leállítása ennyi másodpercnyi tétlenség után akkumulátoros tápellátás esetén"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "Megjelenjen-e a visszahívott akkumulátor figyelmeztetés hibás akkumulátor esetén"
-#: ../data/mate-power-manager.schemas.in.h:73
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Hálózati tápellátás esetén ennyi másodpercnyi tétlenség után vált "
-"energiatakarékos módba a számítógép."
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "Megjelenjen-e a visszahívott akkumulátor figyelmeztetés hibás akkumulátor esetén? Csak akkor állítsa hamisra, ha tudja, hogy az akkumulátora hibátlan."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "Megjelenjen-e a gyenge kapacitás figyelmeztetés hibás akkumulátor esetén"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "Megjelenjen-e a gyenge kapacitás figyelmeztetés hibás akkumulátor esetén."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Értesítés a hálózati csatlakozó eltávolításakor"
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "Kapjon-e értesítést a felhasználó a hálózati csatlakozó kihúzásakor."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Értesítés az akkumulátor teljes feltöltésekor"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"A szünetmentes táp használata esetén ennyi másodpercnyi tétlenség után vált "
-"energiatakarékos módba a számítógép."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "Megjelenjen-e értesítő üzenet, ha az akkumulátor teljesen feltöltődött."
-#: ../data/mate-power-manager.schemas.in.h:75
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Értesítés az energiatakarékos mód hibája esetén"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
-msgstr ""
-"A szünetmentes táp használata esetén ennyi másodpercnyi tétlenség után vált "
-"energiatakarékos módba a képernyő."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "Megjelenjen-e értesítő üzenet, ha a felfüggesztés vagy hibernálás meghiúsul."
-#: ../data/mate-power-manager.schemas.in.h:76
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "Az energiatakarékos mód hibája után megjelenítendő URI"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
-msgstr ""
-"Akkumulátoros tápellátás esetén ennyi másodpercnyi tétlenség után vált "
-"energiatakarékos módba a számítógép."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "Ha az energiatakarékos mód hibázik, megjeleníthető egy gomb a helyzet javítása érdekében. Hagyja üresen, ha ne jelenjen meg gomb."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Értesítés alacsony energiaszint esetén"
-#: ../data/mate-power-manager.schemas.in.h:77
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
-msgstr ""
-"Akkumulátoros tápellátás esetén ennyi másodpercnyi tétlenség után vált "
-"energiatakarékos módba a képernyő."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "Megjelenjen-e értesítő üzenet, ha az akkumulátor teljesen lemerülőben van."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "Megjelenjenek-e az előzmények adatpontjai"
-#: ../data/mate-power-manager.schemas.in.h:78
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
-msgstr ""
-"A képernyő fényerejének csökkentése ennyivel akkumulátoros tápellátás "
-"esetén. A lehetséges értékek 0 és 100 között vannak."
+"Whether we should show the history data points in the statistics window."
+msgstr "Megjelenjenek-e az előzmények adatpontjai a statisztikaablakban?"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "Az előzményadatok simításra kerüljenek-e"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "Az előzményadatok simításra kerüljenek-e a grafikonon?"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "Az előzményekhez megjelenítendő alapértelmezett grafikontípus"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "Az előzményablakban megjelenítendő alapértelmezett grafikontípus."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "Az előzményekhez megjelenítendő maximális időtartam"
-#: ../data/mate-power-manager.schemas.in.h:79
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
-msgstr ""
-"A képernyő fényereje hálózati tápellátás esetén. A lehetséges értékek 0 és "
-"100 között vannak."
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "Az előzménygrafikon X tengelyén megjelenítendő maximális időtartam."
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "A képernyő fényereje üresjáratban"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "Megjelenjenek-e a statisztika adatpontjai"
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr "Üresjárat után a képernyő elsötétítésének alapértelmezett ideje"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "Megjelenjenek-e a statisztika adatpontjai a statisztikaablakban?"
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr "Üresjárat után a képernyő elsötétítésének alapértelmezett ideje."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "A statisztikaadatok simításra kerüljenek-e"
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version"
-msgstr "A konfiguráció alapértelmezett verziószáma"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "A statisztikaadatok simításra kerüljenek-e a grafikonon?"
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "A statisztikaablakban megjelenítendő alapértelmezett grafikontípus"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "A statisztikákhoz megjelenítendő alapértelmezett grafikontípus"
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
msgstr "A statisztikaablakban megjelenítendő alapértelmezett grafikontípus."
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "A grafikon X tengelyén megjelenítendő maximális időtartam."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "Az alapértelmezésben megjelenítendő oldalszám indexe"
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "A grafikonon megjelenítendő maximális időtartam"
-
-#: ../data/mate-power-manager.schemas.in.h:88
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr ""
-"A lemezek leállítása ennyi másodpercnyi tétlenség után hálózati tápellátás "
-"esetén"
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "Az alapértelmezésben megjelenítendő oldalszám indexe, amely a fókusz megfelelő oldalra való visszaadására használatos."
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
-msgstr ""
-"A lemezek leállítása ennyi másodpercnyi tétlenség után akkumulátoros "
-"tápellátás esetén"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "Az utoljára kiválasztott eszköz azonosítója"
-#: ../data/mate-power-manager.schemas.in.h:90
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
-msgstr ""
-"Az akkumulátor kritikusként kezelt százalékos töltöttsége. Csak a "
-"use_time_for_policy kulcs hamis értéke esetén érvényes."
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "Az utolsó eszköz azonosítója, amely a fókusz megfelelő eszköznek való visszaadására használatos."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Alacsonyként kezelt százalékos arány"
-#: ../data/mate-power-manager.schemas.in.h:91
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
-msgstr ""
-"Az akkumulátor alacsonyként kezelt százalékos töltöttsége. Csak a "
-"use_time_for_policy kulcs hamis értéke esetén érvényes."
+"use-time-for-policy is false."
+msgstr "Az akkumulátor alacsonynak tekintett százalékos töltöttsége. Csak a use-time-for-policy kulcs hamis értéke esetén érvényes."
-#: ../data/mate-power-manager.schemas.in.h:92
-msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"Az akkumulátor százalékos töltöttsége a kritikus művelet végrehajtásakor. "
-"Csak a use_time_for_policy kulcs hamis értéke esetén érvényes."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Kritikusként kezelt százalékos arány"
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Az akkumulátor töltöttségéből hátralévő idő másodpercben, amikor a kritikus "
-"művelet végrehajtandó. Csak a use_time_for_policy kulcs igaz értéke esetén "
-"érvényes."
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr "Az akkumulátor kritikusnak tekintett százalékos töltöttsége. Csak a use-time-for-policy kulcs hamis értéke esetén érvényes."
-#: ../data/mate-power-manager.schemas.in.h:94
-msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Az akkumulátor töltöttségéből hátralévő idő másodpercben annak kritikusként "
-"kezeléséhez. Csak a use_time_for_policy kulcs igaz értéke esetén érvényes."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "Százalékos arány művelet végrehajtásához"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
-msgstr ""
-"Az akkumulátor töltöttségéből hátralévő idő másodpercben annak alacsonyként "
-"kezeléséhez. Csak a use_time_for_policy kulcs igaz értéke esetén érvényes."
-
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "A hátralévő idő, amikor művelet kerül végrehajtásra"
-
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "A hátralévő idő annak kritikusként kezeléséhez"
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr "Az akkumulátor százalékos töltöttsége, amikor a kritikus művelet végrehajtandó. Csak a use-time-for-policy kulcs hamis értéke esetén érvényes."
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr "A hátralévő idő annak alacsonyként kezeléséhez"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr ""
-"A számítógép tétlensége esetén használandó energiatakarékossági mód típusa. "
-"A lehetséges értékek: „hibernate” (hibernálás), „suspend” (felfüggesztés) és "
-"„nothing” (semmi)."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "Az akkumulátor töltöttségéből hátralévő idő másodpercben annak alacsonyként kezeléséhez. Csak a use-time-for-policy kulcs igaz értéke esetén érvényes."
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"A séma telepített verziójának száma. Ne módosítsa ezt az értéket, a program "
-"ennek segítségével észleli a konfiguráció változásait a verziók között."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "A hátralévő idő annak kritikusként kezeléséhez"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Ez a noteszgép-képernyőjének a munkamenet tétlensége esetén használandó "
-"fényereje. Csak a use_time_for_policy kulcs igaz értéke esetén érvényes."
-
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "A szünetmentes táp kritikusan gyenge művelet"
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "Az akkumulátor töltöttségéből hátralévő idő másodpercben annak kritikusként kezeléséhez. Csak a use-time-for-policy kulcs igaz értéke esetén érvényes."
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "A szünetmentes táp gyenge művelet"
-
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "A mate-screensaver zárolási beállításainak használata"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "A hátralévő idő, amikor művelet kerül végrehajtásra"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-msgstr ""
-"Ha az energiatakarékos mód hibázik, megjeleníthető egy gomb a helyzet "
-"javítása érdekében. Hagyja üresen, ha ne jelenjen meg gomb."
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "Mikor jelenjen meg az értesítési ikon"
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "Az akkumulátor töltöttségéből hátralévő idő másodpercben, amikor a kritikus művelet végrehajtandó. Csak a use-time-for-policy kulcs igaz értéke esetén érvényes."
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr ""
-"A Hálózatkezelő kapcsolódjon-e és bontson-e az energiatakarékos mód "
-"változásakor"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Energiatakarékossági időkorlát akkumulátoros tápellátás esetén"
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"A Hálózatkezelő bontsa-e a kapcsolatot felfüggesztés vagy hibernálás esetén "
-"és kapcsolódjon-e folytatáskor."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "Akkumulátoros tápellátás esetén ennyi másodpercnyi tétlenség után vált energiatakarékos módba a számítógép."
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"A MATE kulcstartó zárolásra kerüljön-e a számítógép hibernálása előtt. Ez "
-"azt jelenti, hogy folytatáskor fel kell oldania a kulcstartó zárolását."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Energiatakarékossági időkorlát hálózati tápellátás esetén"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"A MATE kulcstartó zárolásra kerüljön-e a számítógép felfüggesztése előtt. "
-"Ez azt jelenti, hogy folytatáskor fel kell oldania a kulcstartó zárolását."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "Hálózati tápellátás esetén ennyi másodpercnyi tétlenség után vált energiatakarékos módba a számítógép."
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"Le legyen-e zárva a képernyő, amikor a számítógép felébred a hibernálásból. "
-"Ez csak akkor használható, ha a lock_use_screensaver_settings értéke hamis."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Számítógép energiatakarékossági időkorlátja szünetmentes táp használatakor"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"Le legyen-e zárva a képernyő, amikor a számítógép felébred a "
-"felfüggesztésből. Ez csak akkor használható, ha a "
-"lock_use_screensaver_settings értéke hamis."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "A szünetmentes táp használata esetén ennyi másodpercnyi tétlenség után vált energiatakarékos módba a számítógép."
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Energiatakarékossági időkorlát megjelenítése hálózati tápellátás esetén"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"Le legyen-e zárva a képernyő a kikapcsolásakor. Ez csak akkor használható, "
-"ha a lock_use_screensaver_settings értéke hamis."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "Hálózati tápellátás esetén ennyi másodpercnyi tétlenség után vált energiatakarékos módba a képernyő."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr "Legyen-e hibernálás, felfüggesztés vagy sem tétlenség esetén"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Energiatakarékossági időkorlát megjelenítése akkumulátoros tápellátás esetén"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"A mate-screensaver képernyő-zárolási értékei felhasználásra kerüljenek-e a "
-"képernyő lezárásához hibernálás, felfüggesztés vagy a képernyő elsötétítése "
-"után."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "Akkumulátoros tápellátás esetén ennyi másodpercnyi tétlenség után vált energiatakarékos módba a képernyő."
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "Legyenek-e idő alapú értesítések"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Kijelző energiatakarékossági időkorlátja szünetmentes táp használatakor"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "Megjelenjenek-e a tengelyek címkéi a statisztikaablakban"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "A szünetmentes táp használata esetén ennyi másodpercnyi tétlenség után vált energiatakarékos módba a képernyő."
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "Megjelenjenek-e a tengelyek címkéi a statisztikaablakban."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "Használandók-e hangok"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Megjelenjenek-e az események a statisztikaablakban"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "Használandók-e hangok, ha az energiaszint alacsony, vagy korlátozási kérések leállították az irányelvműveletet."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Megjelenjenek-e az események a statisztikaablakban."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "A beállítások és statisztikaelemek megjelenjenek-e a helyi menüben"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "A grafikon adatai simításra kerüljenek-e"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "Mikor jelenjen meg az értesítési ikon"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "A grafikon adatai simításra kerüljenek-e."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "Beállítás megjelenítése értesítési ikonnak."
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Energiagazdálkodás beállítása"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "Energiagazdálkodás"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Energiagazdálkodás megfigyelése"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Energiagazdálkodás beállítása"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1090
-#: ../src/gpm-statistics.c:1565
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "Energiastatisztika"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Energiagazdálkodás megfigyelése"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "Fényerő"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "Adathossz:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Részletek"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "Grafikontípus:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "Előzmények"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "Adathossz:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "Processzorébredések másodpercenként:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "Nincsenek megjeleníthető adatok"
+
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Simított vonal használata"
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "Adatpontok megjelenítése"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "Előzmények"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Statisztika"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "Nincsenek megjeleníthető adatok"
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "Processzorébredések másodpercenként:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Simított vonal használata"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "Ébredések"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Energiagazdálkodás beállításai"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Műveletek</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "Számítógép _energiatakarékos módjának bekapcsolása:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "A _noteszgép fedelének lezárásakor:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "Mere_vlemezek leállítása, hacsak lehet"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>Képernyő</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Értesítési terület</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Ké_pernyő energiatakarékos módjának bekapcsolása:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "A program bezárása"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "Képernyő fényerejé_nek beállítása:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "Képernyő el_sötétítése üresjáratban"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "Általános"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "Beállítás alapértelmezettként"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "Hálózaton"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "Akkumulátoron"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "Szünetmentes tápon"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "Ikon megjelenítése csak ha jelen _van akkumulátor"
-
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "Ikon megjelenítése _csak töltés vagy kisülés közben"
-
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "Energiagazdálkodás beállításai"
-
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "A program súgója"
-
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "Ké_pernyő energiatakarékos módjának bekapcsolása:"
-
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "Számítógép _energiatakarékos módjának bekapcsolása:"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "Ha az akkum_ulátor energiája kritikus:"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "Képernyő fényerejé_nek beállítása:"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "_Háttérvilágítás fényerejének csökkentése"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "Az összes felhasználó által használandó házirend beállítása"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "Akkumulátoron"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "Mere_vlemezek leállítása, hacsak lehet"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "Ha a _szünetmentes táp energiája alacsony:"
-#: ../data/gpm-prefs.ui.h:20
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
msgid "When UPS power is _critically low:"
msgstr "Ha a _szünetmentes táp energiája kritikus:"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "Ha a _szünetmentes táp energiája alacsony:"
-
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "Ha az akkum_ulátor energiája kritikus:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "Szünetmentes tápon"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "A _noteszgép fedelének lezárásakor:"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "A be_kapcsológomb megnyomásakor:"
-#: ../data/gpm-prefs.ui.h:24
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
msgid "When the _suspend button is pressed:"
msgstr "A _felfüggesztés gomb megnyomásakor:"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "A be_kapcsológomb megnyomásakor:"
-
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "_Mindig jelenítse meg az ikont"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Értesítési terület</b>"
-#: ../data/gpm-prefs.ui.h:27
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
msgid "_Never display an icon"
msgstr "So_ha ne jelenítse meg az ikont"
-#: ../data/gpm-prefs.ui.h:28
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
msgid "_Only display an icon when battery power is low"
msgstr "Ikon megjelenítése csak ha az _akkumulátor energiaszintje gyenge"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "_Háttérvilágítás fényerejének csökkentése"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "Ikon megjelenítése _csak töltés vagy kisülés közben"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "Ikon megjelenítése csak ha jelen _van akkumulátor"
+
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "_Mindig jelenítse meg az ikont"
+
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "Általános"
+
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "A program súgója"
+
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Beállítás alapértelmezettként"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "Az összes felhasználó által használandó házirend beállítása"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "A program bezárása"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
msgstr "A jelenlegi fényerő beállítása"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
msgstr "A jelenlegi fényerő lekérése"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
msgstr "A támogatott fényerőszintek számának lekérése"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
msgstr "MATE Energiakezelő háttérvilágítás-segéd"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
msgstr "Nem lett érvényes kapcsoló megadva"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
msgstr "Nem található háttérvilágítás a rendszeren"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
msgstr "Nem kérhető le a háttérvilágítás értéke"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
msgstr "Nem kérhető le a háttérvilágítás maximális értéke"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
msgstr "Ezt a programot csak a root felhasználó használhatja"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
msgstr "Ezt a programot pkexecen keresztül szabad csak futtatni"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
msgstr "Nem állítható be a háttérvilágítás értéke"
@@ -1230,7 +1081,7 @@ msgid "%.1fV"
msgstr "%.1fV"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1545
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "Extra hibakeresési információk megjelenítése"
@@ -1246,133 +1097,128 @@ msgstr "Kilépés rövid késleltetés után (hibakereséshez)"
msgid "Exit after the manager has loaded (for debugging)"
msgstr "Kilépés a felügyelő betöltése után (hibakereséshez)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "MATE Energiakezelő"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:221 ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "Az akkumulátor nagyon gyenge"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:269
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "Áramellátás bekapcsolva"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "Áramellátás kikapcsolva"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "Fedél kinyitva"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "Fedél lezárva"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "Az akkumulátor gyenge"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "Az akkumulátor feltöltve"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "Felfüggesztés megkezdve"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "Folytatás"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "Felfüggesztés meghiúsult"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:574
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
msgstr "A számítógép nem volt képes a felfüggesztés végrehajtására."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:576
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "A felfüggesztés meghiúsult"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:580
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
msgstr "A számítógép nem volt képes a hibernálás végrehajtására."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:582
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "A hibernálás meghiúsult"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:587
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
msgstr "A jelentett hiba:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:600
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "Súgóoldal felkeresése"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:863
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "Képernyő DPMS aktiválva"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:882
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "Akkumulátoron"
-#: ../src/gpm-manager.c:900
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "Noteszgép fedele lezárva"
-#: ../src/gpm-manager.c:938
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "Tápellátási információ"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1186
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "Az akkumulátort visszahívhatták"
-#: ../src/gpm-manager.c:1187
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"A battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"Lehetséges, hogy a számítógép akkumulátorát visszahívta a gyártó (%s). Ez "
-"kockázatos lehet.\n"
-"\n"
-"További információkért lásd az akkumulátor-visszahívási webhelyet."
+msgstr "Lehetséges, hogy a számítógép akkumulátorát visszahívta a gyártó (%s). Ez kockázatos lehet.\n\nTovábbi információkért lásd az akkumulátor-visszahívási webhelyet."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1197
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "Visszahívási webhely felkeresése"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1200
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "Ne mutassa ezt többször"
@@ -1380,495 +1226,443 @@ msgstr "Ne mutassa ezt többször"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1285
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "Az akkumulátor hibás lehet"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1288
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Battery has a very low capacity (%1.1f%%), which means that it may be old or "
-"broken."
-msgstr ""
-"Az akkumulátor kapacitása nagyon gyenge (%1.1f%%), ez azt jelentheti, hogy "
-"régi vagy hibás."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "Az akkumulátor kapacitása nagyon gyenge (%1.1f%%), ez azt jelentheti, hogy régi vagy hibás."
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1337
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
msgstr[0] "Az akkumulátor feltöltve"
msgstr[1] "Az akkumulátorok feltöltve"
-# fixme
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1383
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "Az akkumulátor kisül"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1387
+#: ../src/gpm-manager.c:1348
#, c-format
msgid "%s of battery power remaining (%.0f%%)"
msgstr "%s akkumulátorkapacitás van hátra (%.0f%%)"
-# fixme
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1390 ../src/gpm-manager.c:1402
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
msgid "%s discharging (%.0f%%)"
msgstr "%s: kisül (%.0f%%)"
-# fixme
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1395
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "A szünetmentes táp kisül"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1399
+#: ../src/gpm-manager.c:1360
#, c-format
msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr "%s szünetmentes tápellátás van hátra (%.0f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1483
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "Az akkumulátor gyenge"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1486
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "A noteszgép akkumulátora gyenge"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1492
+#: ../src/gpm-manager.c:1453
#, c-format
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "Megközelítőleg <b>%s</b> van hátra (%.0lf%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1496
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "A szünetmentes táp gyenge"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1500
+#: ../src/gpm-manager.c:1461
#, c-format
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
-msgstr ""
-"A szünetmentes táp áthidalási idejéből még megközelítőleg <b>%s</b> van "
-"hátra (%.0f%%)"
+msgstr "A szünetmentes táp áthidalási idejéből még megközelítőleg <b>%s</b> van hátra (%.0f%%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1504 ../src/gpm-manager.c:1643
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "Az egér akkumulátora gyenge"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1507
+#: ../src/gpm-manager.c:1468
#, c-format
msgid "Wireless mouse is low in power (%.0f%%)"
msgstr "A vezeték nélküli egér akkumulátora gyenge (%.0f%%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1511 ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "A billentyűzet akkumulátora gyenge"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1514
+#: ../src/gpm-manager.c:1475
#, c-format
msgid "Wireless keyboard is low in power (%.0f%%)"
msgstr "A vezeték nélküli billentyűzet akkumulátora gyenge (%.0f%%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1518 ../src/gpm-manager.c:1660
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "A PDA akkumulátora gyenge"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1521
+#: ../src/gpm-manager.c:1482
#, c-format
msgid "PDA is low in power (%.0f%%)"
msgstr "A PDA akkumulátora gyenge (%.0f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1525 ../src/gpm-manager.c:1670
-#: ../src/gpm-manager.c:1681
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "A mobiltelefon akkumulátora gyenge"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1528
+#: ../src/gpm-manager.c:1489
#, c-format
msgid "Cell phone is low in power (%.0f%%)"
msgstr "A mobiltelefon akkumulátora gyenge (%.0f%%)"
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1533
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
msgstr "A médialejátszó akkumulátora gyenge"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1536
+#: ../src/gpm-manager.c:1497
#, c-format
msgid "Media player is low in power (%.0f%%)"
msgstr "A médialejátszó akkumulátora gyenge (%.0f%%)"
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1540 ../src/gpm-manager.c:1690
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
msgstr "A táblagép akkumulátora gyenge"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1543
+#: ../src/gpm-manager.c:1504
#, c-format
msgid "Tablet is low in power (%.0f%%)"
msgstr "A táblagép akkumulátora gyenge (%.0f%%)"
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1547 ../src/gpm-manager.c:1699
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
msgstr "A csatlakozó számítógép akkumulátora gyenge"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1550
+#: ../src/gpm-manager.c:1511
#, c-format
msgid "Attached computer is low in power (%.0f%%)"
msgstr "A csatlakozó számítógép akkumulátora gyenge (%.0f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one kind of battery
-#: ../src/gpm-manager.c:1600
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "Az akkumulátor kritikusan gyenge"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1603 ../src/gpm-manager.c:1760
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "A noteszgép akkumulátora kritikusan gyenge"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1613
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
-msgstr ""
-"Az adatvesztés elkerülése érdekében csatlakoztassa a hálózati csatlakozót."
+msgstr "Az adatvesztés elkerülése érdekében csatlakoztassa a hálózati csatlakozót."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1617
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
msgstr "A számítógép hamarosan fel lesz függesztve, ha nem csatlakoztatja."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1621
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
msgstr "A számítógép hamarosan hibernálva lesz, ha nem csatlakoztatja."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1625
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
msgstr "A számítógép hamarosan leáll, ha nem csatlakoztatja."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1633 ../src/gpm-manager.c:1798
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "A szünetmentes táp kritikusan gyenge"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1637
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to "
-"your computer to avoid losing data."
-msgstr ""
-"A szünetmentes táp áthidalási idejéből még megközelítőleg <b>%s</b> van "
-"hátra (%.0f%%). Az adatvesztés elkerülése érdekében állítsa vissza a "
-"hálózati tápellátást."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "A szünetmentes táp áthidalási idejéből még megközelítőleg <b>%s</b> van hátra (%.0f%%). Az adatvesztés elkerülése érdekében állítsa vissza a hálózati tápellátást."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1646
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"A vezeték nélküli egér akkumulátora nagyon gyenge (%.0f%%). Ha nem tölti "
-"fel, az eszköz le fog állni."
+msgstr "A vezeték nélküli egér akkumulátora nagyon gyenge (%.0f%%). Ha nem tölti fel, az eszköz le fog állni."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1654
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"A vezeték nélküli billentyűzet akkumulátora nagyon gyenge (%.0f%%). Ha nem "
-"tölti fel, az eszköz le fog állni."
+msgstr "A vezeték nélküli billentyűzet akkumulátora nagyon gyenge (%.0f%%). Ha nem tölti fel, az eszköz le fog állni."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1663
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
-"not charged."
-msgstr ""
-"A PDA akkumulátora nagyon gyenge (%.0f%%). Ha nem tölti fel, az eszköz le "
-"fog állni."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "A PDA akkumulátora nagyon gyenge (%.0f%%). Ha nem tölti fel, az eszköz le fog állni."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1673
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"A mobiltelefon akkumulátora nagyon gyenge (%.0f%%). Ha nem tölti fel, az "
-"eszköz le fog állni."
+msgstr "A mobiltelefon akkumulátora nagyon gyenge (%.0f%%). Ha nem tölti fel, az eszköz le fog állni."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1684
+#: ../src/gpm-manager.c:1642
#, c-format
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"A médialejátszó akkumulátora nagyon gyenge (%.0f%%). Ha nem tölti fel, az "
-"eszköz le fog állni."
+msgstr "A médialejátszó akkumulátora nagyon gyenge (%.0f%%). Ha nem tölti fel, az eszköz le fog állni."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1693
+#: ../src/gpm-manager.c:1651
#, c-format
msgid ""
-"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
-"if not charged."
-msgstr ""
-"A táblagép akkumulátora nagyon gyenge (%.0f%%). Ha nem tölti fel, az eszköz "
-"le fog állni."
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "A táblagép akkumulátora nagyon gyenge (%.0f%%). Ha nem tölti fel, az eszköz le fog állni."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1702
+#: ../src/gpm-manager.c:1660
#, c-format
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
"shutdown if not charged."
-msgstr ""
-"A csatlakozó számítógép akkumulátora nagyon gyenge (%.0f%%). Ha nem tölti "
-"fel, az eszköz le fog állni."
+msgstr "A csatlakozó számítógép akkumulátora nagyon gyenge (%.0f%%). Ha nem tölti fel, az eszköz le fog állni."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1769
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
-msgstr ""
-"Az akkumulátor a kritikus szint alatt van és ez a számítógép <b>ki fog "
-"kapcsolni</b>, amint az akkumulátor teljesen kiürül."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "Az akkumulátor a kritikus szint alatt van és ez a számítógép <b>ki fog kapcsolni</b>, amint az akkumulátor teljesen kiürül."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1775
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"Az akkumulátor kapacitása a kritikus szint alá esett és a gép "
-"felfüggesztésre készül.<br><b>Megjegyzés:</b> Minimális mértékben a "
-"számítógép felfüggesztett állapotban is fogyaszt áramot."
+msgstr "Az akkumulátor kapacitása a kritikus szint alá esett és a gép felfüggesztésre készül.<br><b>Megjegyzés:</b> Minimális mértékben a számítógép felfüggesztett állapotban is fogyaszt áramot."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1782
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
-msgstr ""
-"Az akkumulátor kapacitása a kritikus szint alá esett és a gép hibernálásra "
-"készül."
+msgstr "Az akkumulátor kapacitása a kritikus szint alá esett és a gép hibernálásra készül."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1787
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
-msgstr ""
-"Az akkumulátor kapacitása a kritikus szint alá esett és a gép leállni készül."
+msgstr "Az akkumulátor kapacitása a kritikus szint alá esett és a gép leállni készül."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1807
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
-msgstr ""
-"A szünetmentes táp kapacitása a kritikus szint alá esett és teljes "
-"kiürülésekor a számítógép <b>ki fog kapcsolni</b>."
+msgstr "A szünetmentes táp kapacitása a kritikus szint alá esett és teljes kiürülésekor a számítógép <b>ki fog kapcsolni</b>."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1813
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
-msgstr ""
-"A szünetmentes táp kapacitása a kritikus szint alá esett és a gép "
-"hibernálásra készül."
+msgstr "A szünetmentes táp kapacitása a kritikus szint alá esett és a gép hibernálásra készül."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1818
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
-msgstr ""
-"A szünetmentes táp kapacitása a kritikus szint alá esett és a gép leállni "
-"készül."
-
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1956
-msgid "Install problem!"
-msgstr "Telepítési probléma"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1958
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"A MATE Energiakezelő alapértelmezett beállításai nem kerültek megfelelően "
-"telepítésre.\n"
-"Keresse meg a rendszergazdát."
+msgstr "A szünetmentes táp kapacitása a kritikus szint alá esett és a gép leállni készül."
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "A MATE energiagazdálkodási beállításai"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Leállítás"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Felfüggesztés"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Hibernálás"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "Képernyő elsötétítése"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Kérdezzen"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Ne tegyen semmit"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Soha"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Sebesség"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "Töltés"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "Idő a feltöltésig"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "Idő a lemerülésig"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 perc"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 óra"
-#: ../src/gpm-statistics.c:92
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 óra"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 nap"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
msgstr "1 hét"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "Töltés profilja"
-# fixme
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "Kisülés profilja"
-#. TRANSLATORS: how accurately we can predict the time remaining of the battery
-#: ../src/gpm-statistics.c:106
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "Töltés pontossága"
-# fixme
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "Kisülés pontossága"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Attribútum"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "Érték"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "Kép"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "Leírás"
-#: ../src/gpm-statistics.c:183 ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Típus"
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "Azonosító"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "Parancs"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "Ismeretlen"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1876,7 +1670,7 @@ msgstr[0] "%.0f másodperc"
msgstr[1] "%.0f másodperc"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
@@ -1884,7 +1678,7 @@ msgstr[0] "%.1f perc"
msgstr[1] "%.1f perc"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
@@ -1892,46 +1686,47 @@ msgstr[0] "%.1f óra"
msgstr[1] "%.1f óra"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
msgstr[0] "%.1f nap"
msgstr[1] "%.1f nap"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Igen"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "Nem"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Eszköz"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Gyártó"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Modell"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "Sorozatszám"
#. TRANSLATORS: a boolean attribute that means if the device is supplying the
-#. * main power for the computer. For instance, an AC adapter or laptop battery
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "Ellátás"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1940,252 +1735,252 @@ msgstr[1] "%d másodperc"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "Frissítve"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "Jelen van"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "Újratölthető"
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "Állapot"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "Energia"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "Energia üresen"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "Energia feltöltve"
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "Energia (tervezett)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "Feszültség"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Százalék"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "Kapacitás"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "Technológia"
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "Online"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:824
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "Nincs adat"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:831 ../src/gpm-statistics.c:836
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Rendszermagmodul"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:841
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "Rendszermag"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:846
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "Processzorközi megszakítás"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:851
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "Megszakítás"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:898
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "PS/2 billentyűzet/egér/érintőtábla"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:901
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:904
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "Soros ATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:907
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "ATA gépvezérlő"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:910
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Intel vezeték nélküli csatoló"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:917 ../src/gpm-statistics.c:922
-#: ../src/gpm-statistics.c:927 ../src/gpm-statistics.c:932
-#: ../src/gpm-statistics.c:937
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "Időzítő: %s"
-#. TRANSLATORS: the parameter is the name of task that's woken up from sleeping.
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:941
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "Alvó: %s"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:944
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "Új feladat: %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:948
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "Várakozik: %s"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:952 ../src/gpm-statistics.c:956
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "Munkasor: %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:959
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "Hálózati útválasztás ürítése: %s"
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:962
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "USB tevékenység: %s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:965
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "Ébredések: %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:968
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "Helyi megszakítások"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:971
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "Átütemezett megszakítások"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1080
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "Eszközinformációk"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "Eszköz előzményei"
-# fixme
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "Eszköz profilja"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "Processzorébredések"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1292 ../src/gpm-statistics.c:1298
-#: ../src/gpm-statistics.c:1304 ../src/gpm-statistics.c:1310
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "Eltelt idő"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1294
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "Energia"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1300 ../src/gpm-statistics.c:1343
-#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1355
-#: ../src/gpm-statistics.c:1361
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "Cellatöltés"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1306 ../src/gpm-statistics.c:1312
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "Előrejelzett idő"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1345 ../src/gpm-statistics.c:1357
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "Javítási tényező"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1351 ../src/gpm-statistics.c:1363
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "Előrejelzés pontossága"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1548
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "Ezen eszköz kiválasztása indításkor"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1794
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Processzor"
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "_Beállítások"
@@ -2202,9 +1997,7 @@ msgstr "%s: töltés (%.1f%%)"
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"Az akkumulátor teljesen feltöltve\n"
-"Várható működési idő: %s"
+msgstr "Az akkumulátor teljesen feltöltve\nVárható működési idő: %s"
#. TRANSLATORS: the device is fully charged
#: ../src/gpm-upower.c:241
@@ -2218,7 +2011,6 @@ msgstr "%s teljesen feltöltve"
msgid "%s %s remaining (%.1f%%)"
msgstr "%s: %s van hátra (%.1f%%)"
-# fixme
#. TRANSLATORS: the device is discharging, but we only have a percentage
#: ../src/gpm-upower.c:254
#, c-format
@@ -2231,17 +2023,15 @@ msgstr "%s: kisül (%.1f%%)"
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s: %s a feltöltésig (%.1f%%)\n"
-"Várható működési idő akkumulátorról: %s"
+msgstr "%s: %s a feltöltésig (%.1f%%)\nVárható működési idő akkumulátorról: %s"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
msgstr "%s: %s a feltöltésig (%.1f%%)"
-# fixme
#. TRANSLATORS: this is only shown for laptops with multiple batteries
#: ../src/gpm-upower.c:292
#, c-format
@@ -2317,13 +2107,13 @@ msgstr "Típus:"
msgid "Charge time:"
msgstr "Töltési idő:"
-# fixme
#. TRANSLATORS: time to empty
#: ../src/gpm-upower.c:403
msgid "Discharge time:"
msgstr "Kisülési idő:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "Kitűnő"
@@ -2482,18 +2272,7 @@ msgstr "Üres"
msgid "Waiting to charge"
msgstr "Várakozás töltésre"
-# fixme
#. TRANSLATORS: battery state
#: ../src/gpm-upower.c:653
msgid "Waiting to discharge"
msgstr "Várakozás kisülésre"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "_Névjegy"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "_Súgó"
diff --git a/po/it.po b/po/it.po
index 7960798..ab20bf6 100644
--- a/po/it.po
+++ b/po/it.po
@@ -1,171 +1,147 @@
-# Italian translation of MATE Power Manager.
-# Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the mate-power-manager package.
-# Paolo Insogna <[email protected]>, 2006.
-# Daniele Medri <[email protected]>, 2006.
-# Richard Hughes <[email protected]>, 2006.
-#
-# MATE Power Manager -> Gestore alimentazione MATE
-# Power Manager -> Gestore alimentazione
-# Inhibit -> inibire, ma anche con sinonimi come disabilitare o impedire
-# Sleep -> Pausa
-# Hibernate -> Ibernare
-# Suspend -> Sospendere
-# Shutdown -> Arresto
-#
-# Le varie modalità di DPMS sono state lasciate non tradotte:
-# http://www.pluto.it/files/ildp/HOWTO/Battery-Powered/displaytypes.html
-#
-# to dim -> oscurare
-#
-# AC Power -> alimentazione dalla rete elettrica
-# Battery power -> alimentazione dalla batteria
-#
-# light sensor o ambient light sensor -> sensore di luce ambientale
-#
-#
-# Milo Casagrande <[email protected]>, 2005, 2006, 2007, 2008, 2009, 2010.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Marco91, 2013
+# Stefano Karapetsas <[email protected]>, 2013
msgid ""
msgstr ""
-"Project-Id-Version: MATE Power Manager\n"
+"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-09-26 13:56+0200\n"
-"PO-Revision-Date: 2010-09-26 13:58+0200\n"
-"Last-Translator: Milo Casagrande <[email protected]>\n"
-"Language-Team: Italian <[email protected]>\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-08-08 07:42+0000\n"
+"Last-Translator: Marco91\n"
+"Language-Team: Italian (http://www.transifex.com/projects/p/MATE/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../applets/brightness/brightness-applet.c:109
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "Applet luminosità di Gestore alimentazione"
-#: ../applets/brightness/brightness-applet.c:110
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "Modifica la luminosità del pannello LCD."
-#: ../applets/brightness/brightness-applet.c:363
-#: ../applets/inhibit/inhibit-applet.c:362
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "Impossibile connettersi a mate-power-manager"
-#: ../applets/brightness/brightness-applet.c:365
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "Impossibile ottenere la luminosità del pannello LCD"
-#: ../applets/brightness/brightness-applet.c:367
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "Luminosità LCD: %d%%"
-#: ../applets/brightness/brightness-applet.c:752
-#: ../applets/inhibit/inhibit-applet.c:431
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
msgstr "Rilasciato nei termini della GNU General Public License Versione 2"
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"Gestore alimentazione è software libero; è possibile ridistribuirlo o "
-"modificarlo\n"
-"secondo i termini della licenza GNU General Public License, come\n"
-"pubblicata dalla Free Software Foundation; versione 2 della licenza, o\n"
-"(a scelta) una versione più recente."
+msgstr "Gestore alimentazione è software libero; è possibile ridistribuirlo o modificarlo\nsecondo i termini della licenza GNU General Public License, come\npubblicata dalla Free Software Foundation; versione 2 della licenza, o\n(a scelta) una versione più recente."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Gestore alimentazione è distribuito nella speranza che possa risultare "
-"utile,\n"
-"ma SENZA ALCUNA GARANZIA, nemmeno la garanzia implicita di\n"
-"COMMERCIABILITÀ o APPLICABILITÀ PER UNO SCOPO PARTICOLARE.\n"
-"Per maggiori dettagli consultare la GNU General Public License."
+msgstr "Gestore alimentazione è distribuito nella speranza che possa risultare utile,\nma SENZA ALCUNA GARANZIA, nemmeno la garanzia implicita di\nCOMMERCIABILITÀ o APPLICABILITÀ PER UNO SCOPO PARTICOLARE.\nPer maggiori dettagli consultare la GNU General Public License."
-#: ../applets/brightness/brightness-applet.c:761
-#: ../applets/inhibit/inhibit-applet.c:440
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"Una copia della GNU General Public License dovrebbe essere stata\n"
-"fornita con questo programma. In caso contrario scrivere a:\n"
-" Free Software Foundation, Inc.\n"
-" 51 Franklin Street, Fifth Floor, Boston, MA\n"
-" 02111-1301, USA"
+msgstr "Una copia della GNU General Public License dovrebbe essere stata\nfornita con questo programma. In caso contrario scrivere a:\n Free Software Foundation, Inc.\n 51 Franklin Street, Fifth Floor, Boston, MA\n 02111-1301, USA"
-#: ../applets/brightness/brightness-applet.c:775
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Copyright © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Regola la luminosità del pannello LCD"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "I_nformazioni"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Applet luminosità"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "A_iuto"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Fabbrica applet luminosità"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Fabbrica per applet luminosità"
-#: ../applets/inhibit/inhibit-applet.c:95
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Applet luminosità"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Regola la luminosità del pannello LCD"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "Applet di inibizione di Gestore alimentazione"
-#: ../applets/inhibit/inhibit-applet.c:96
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "Permette all'utente di impedire il risparmio energetico automatico."
-#: ../applets/inhibit/inhibit-applet.c:365
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "Pausa automatica disabilitata"
-#: ../applets/inhibit/inhibit-applet.c:367
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "Pausa automatica abilitata"
-#: ../applets/inhibit/inhibit-applet.c:395
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "Inibizione manuale"
-#: ../applets/inhibit/inhibit-applet.c:454
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Copyright © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "Permette all'utente di impedire il risparmio energetico automatico"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Fabbrica applet inibizione"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Fabbrica per applet di inibizione"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "Applet di inibizione"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Fabbrica applet inibizione"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Permette all'utente di impedire il risparmio energetico automatico"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -175,1009 +151,835 @@ msgstr "Gestore alimentazione"
msgid "Power management daemon"
msgstr "Demone di gestione dell'alimentazione"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Permette la regolazione della retroilluminazione"
-
-#: ../data/mate-power-manager.schemas.in.h:2
-msgid "Battery critical low action"
-msgstr "Azione per livello batteria critico"
-
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "Controlla il carico della CPU prima di mettere in pausa"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr ""
-"Oscura lo schermo dopo un periodo di inattività quando alimentato dalla rete "
-"elettrica"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr ""
-"Oscura lo schermo dopo un periodo di inattività quando alimentato dalla "
-"batteria"
-
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"Opzioni di visibilità per l'icona di notifica. Le opzioni valide sono: "
-"\"never\", \"low\", \"critical\", \"charge\", \"present\" e \"always\"."
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Azione del pulsante di ibernazione"
-
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr ""
-"Indica se un messaggio di notifica deve essere visualizzato dopo una "
-"sospensione o ibernazione non riuscita."
-
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr ""
-"Indica se un messaggio di notifica deve essere visualizzato quando la "
-"batteria è completamente carica."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Indica se ibernare, sospendere o non fare nulla quando inattivo"
-#: ../data/mate-power-manager.schemas.in.h:10
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr ""
-"Indica se un messaggio di notifica deve essere visualizzato quando la "
-"batteria si sta scaricando."
-
-# (ndt) per renderla più omogenea alle altre...
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr ""
-"Indica se gli elementi per preferenze e statistiche devono essere "
-"visualizzati nel menù contestuale"
-
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "Indica se i suoni devono essere utilizzati"
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "Il tipo di azione da eseguire quando il computer è inattivo."
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"Indica se i suoni devono essere utilizzati quando la carica è critica o le "
-"richieste di inibizione hanno interrotto l'azione."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "Azione per livello batteria critico"
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr ""
-"Indica se il carico della CPU deve essere controllato prima di eseguire "
-"l'azione per l'inattività."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "L'azione da effettuare quando la batteria è troppo bassa."
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
"If the battery event should occur when the lid is shut and the power "
"disconnected"
-msgstr ""
-"Indica se l'evento relativo alla batteria deve avvenire con il coperchio del "
-"computer chiuso e l'alimentazione dalla rete elettrica disconnessa"
+msgstr "Indica se l'evento relativo alla batteria deve avvenire con il coperchio del computer chiuso e l'alimentazione dalla rete elettrica disconnessa"
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
"If the battery lid close event should occur (for example 'Suspend when lid "
"closed on battery') when the lid is previously shut and the AC power "
"disconnected at a later time."
-msgstr ""
-"Indica se l'evento relativo alla batteria con il coperchio del computer "
-"chiuso (per esempio \"Sospendi con il coperchio del computer chiuso e "
-"alimentazione dalla batteria\") deve avvenire quando il coperchio del "
-"computer è stato precedentemente chiuso e successivamente è stato scollegato "
-"l'alimentatore elettrico."
-
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr ""
-"Indica se il profilo appreso deve essere usato per calcolare il tempo "
-"rimanente."
+msgstr "Indica se l'evento relativo alla batteria con il coperchio del computer chiuso (per esempio \"Sospendi con il coperchio del computer chiuso e alimentazione dalla batteria\") deve avvenire quando il coperchio del computer è stato precedentemente chiuso e successivamente è stato scollegato l'alimentatore elettrico."
-#: ../data/mate-power-manager.schemas.in.h:18
-msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
-msgstr ""
-"Indica se il profilo appreso deve essere usato per calcolare il tempo "
-"rimanente. Disabilitare questa opzione solo per il debug."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "Azione per carica UPS critica"
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr ""
-"Indica se la modalità a bassa potenza deve essere attivata con alimentazione "
-"dalla rete elettrica"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "L'azione da effettuare quando l'UPS è troppo basso."
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr ""
-"Indica se la modalità a bassa potenza deve essere attivata con alimentazione "
-"dalla batteria"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "Azione per carica UPS bassa"
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "L'azione da effettuare quando l'UPS è basso."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Permette la regolazione della retroilluminazione"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
"If the screen brightness should be changed when switching between AC and "
"battery power."
-msgstr ""
-"Indica se la luminosità dello schermo deve essere regolata passando "
-"dall'alimentazione da rete elettrica a quella a batteria e viceversa."
-
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
-msgstr ""
-"Indica se lo schermo deve essere oscurato per risparmiare energia quando il "
-"computer è inattivo con alimentazione dalla rete elettrica."
+msgstr "Indica se la luminosità dello schermo deve essere regolata passando dall'alimentazione da rete elettrica a quella a batteria e viceversa."
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
-msgstr ""
-"Indica se lo schermo deve essere oscurato per risparmiare energia quando il "
-"computer è inattivo con alimentazione dalla batteria."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "Riduce la retroilluminazione con l'alimentazione dalla batteria"
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
"If the screen should be reduced in brightness when the computer is on "
"battery power."
-msgstr ""
-"Indica se la luminosità dello schermo deve essere diminuita con "
-"l'alimentazione dalla batteria."
+msgstr "Indica se la luminosità dello schermo deve essere diminuita con l'alimentazione dalla batteria."
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr ""
-"Indica se la modalità a bassa potenza deve essere abilitata con "
-"alimentazione dalla rete elettrica."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "Luminosità dello schermo quando inattivo"
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr ""
-"Indica se la modalità a bassa potenza deve essere abilitata con "
-"alimentazione dalla batteria."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "Questa è la luminosità del pannello dello schermo del computer da usare quando la sessione è inattiva. Valido solo quando l'opzione use-time-for-policy è vera."
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr ""
-"Indica se l'utente deve essere notificato quando l'alimentatore elettrico è "
-"rimosso."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Oscura lo schermo dopo un periodo di inattività quando alimentato dalla batteria"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"Indica se devono essere usate le notifiche basate sul tempo. Se impostato a "
-"FALSO, viene usato il cambio di percentuale che potrebbe risolvere i "
-"problemi con alcuni BIOS con ACPI non funzionante correttamente."
-
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr ""
-"Indica se mostrare l'avviso di bassa capacità per una batteria danneggiata"
-
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr ""
-"Indica se mostrare l'avviso di bassa capacità per una batteria danneggiata."
-
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr ""
-"Indica se mostrare l'avviso di richiamo batterie per una batteria danneggiata"
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "Indica se lo schermo deve essere oscurato per risparmiare energia quando il computer è inattivo con alimentazione dalla batteria."
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr ""
-"Indica se mostrare l'avviso di richiamo batterie per una batteria "
-"danneggiata. Impostare a FALSO solo nel caso in cui la batteria in uso sia "
-"sicura."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "Il tempo predefinito per oscurare lo schermo dopo l'inattività"
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "Luminosità LCD con alimentazione dalla rete elettrica"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "Il tempo predefinito per oscurare lo schermo dopo l'inattività."
-# (ndt) non mi convince molto, ma è per renderla corta.
-#
-# Quantità con cui oscurare lo LCD...
-#: ../data/mate-power-manager.schemas.in.h:34
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
msgid "LCD dimming amount when on battery"
msgstr "Oscuramento LCD con alimentazione dalla batteria"
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "Azione chiusura coperchio computer con alimentazione dalla batteria"
-
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr ""
-"Azione chiusura coperchio computer con alimentazione dalla rete elettrica"
-
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "Blocca il portachiavi MATE quando in pausa"
-
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Blocca lo schermo all'ibernazione"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "Di quanto diminuire la luminosità dello schermo con alimentazione dalla batteria. I valori possibili vanno da 0 a 100."
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "Lock screen on suspend"
-msgstr "Blocca lo schermo alla sospensione"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Oscura lo schermo dopo un periodo di inattività quando alimentato dalla rete elettrica"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "Blocca lo schermo quando viene spento"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "Indica se lo schermo deve essere oscurato per risparmiare energia quando il computer è inattivo con alimentazione dalla rete elettrica."
-#: ../data/mate-power-manager.schemas.in.h:41
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
msgid "Method used to blank screen on AC"
-msgstr ""
-"Metodo usato per spegnere lo schermo con alimentazione dalla rete elettrica"
+msgstr "Metodo usato per spegnere lo schermo con alimentazione dalla rete elettrica"
-#: ../data/mate-power-manager.schemas.in.h:42
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "Il metodo DPMS usato per pulire lo schermo quando è attiva l'alimentazione AC."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
msgid "Method used to blank screen on battery"
msgstr "Metodo usato per spegnere lo schermo con alimentazione dalla batteria"
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Notifica con carica bassa"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "Il metodo DPMS usato per pulire lo schermo durante l'alimentazione a batteria."
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Notifica quando una pausa non riesce"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "Luminosità LCD con alimentazione dalla rete elettrica"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Notifica quando l'alimentatore è rimosso"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "La luminosità dello schermo durante l'alimentazione a corrente. I valori possibili vanno da 0.0 a 100.0."
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Notifica a batteria completamente carica"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Azione del pulsante di sospensione"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "L'azione della percentuale è eseguita"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "L'azione da eseguire quando viene premuto il tasto per la sospensione del sistema."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Percentuale considerata critica"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Azione del pulsante di ibernazione"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Percentuale considerata bassa"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "L'azione da eseguire quando viene premuto il tasto per l'ibernazione del sistema."
-#: ../data/mate-power-manager.schemas.in.h:50
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
msgid "Power button action"
msgstr "Azione del pulsante di alimentazione"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "Riduce la retroilluminazione con l'alimentazione dalla batteria"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "L'azione da eseguire quando viene premuto il tasto d'accensione del sistema."
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Seconds of inactivity to spin down when on AC"
-msgstr ""
-"Secondi di inattività prima di rallentare i dischi con alimentazione dalla "
-"rete elettrica"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "Azione chiusura coperchio computer con alimentazione dalla batteria"
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Seconds of inactivity to spin down when on battery"
-msgstr ""
-"Secondi di inattività prima di rallentare i dischi con alimentazione dalla "
-"batteria"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "L'azione da eseguire quando viene chiuso il coperchio del computer e il computer è alimentato a batteria."
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr ""
-"Timeout per la messa in pausa del computer con l'alimentazione dalla rete "
-"elettrica"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "Azione chiusura coperchio computer con alimentazione dalla rete elettrica"
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr ""
-"Timeout per la messa in pausa del computer con l'alimentazione dall'UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "L'azione da eseguire quando viene chiuso il coperchio del computer e il computer è alimentato a corrente."
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr ""
-"Timeout per la messa in pausa del computer con l'alimentazione dalla batteria"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Indica se usare notifiche basate sul tempo"
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr ""
-"Timeout per lo spegnimento dello schermo con l'alimentazione dalla rete "
-"elettrica"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "Indica se devono essere usate le notifiche basate sul tempo. Se impostato a FALSO, viene usato il cambio di percentuale che potrebbe risolvere i problemi con alcuni BIOS con ACPI non funzionante correttamente."
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr "Timeout per lo spegnimento dello schermo con l'alimentazione dall'UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Controlla il carico della CPU prima di mettere in pausa"
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr ""
-"Timeout per lo spegnimento dello schermo con l'alimentazione dalla batteria"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "Indica se il carico della CPU deve essere controllato prima di eseguire l'azione per l'inattività."
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Azione del pulsante di sospensione"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "Indica se il GestoreDellaRete deve essere connesso o disconnesso durante lo standby."
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"Il metodo DPMS per spegnere lo schermo con alimentazione dalla rete "
-"elettrica. I valori possibili sono: \"standby\", \"suspend\" e \"off\"."
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "Indica se NetworkManager deve disconnettersi prima della sospensione o ibernazione e connettersi al ripristino."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Usa le impostazioni di blocco di mate-screensaver"
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"Il metodo DPMS per spegnere lo schermo con alimentazione dalla batteria. I "
-"valori possibili sono: \"standby\", \"suspend\" e \"off\"."
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "Indica se usare l'impostazione del blocco dello schermo di mate-screensaver per decidere di bloccare lo schermo dopo un'ibernazione, sospensione o spegnimento dello schermo."
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "The URI to show to the user on sleep failure"
-msgstr ""
-"L'URI da mostrare all'utente quando si verifica un problema nella pausa"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "Blocca lo schermo quando viene spento"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"L'azione da eseguire quando la carica dell'UPS è critica. I valori possibili "
-"sono: \"hibernate\", \"suspend\", \"shutdown\" e \"nothing\"."
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "Indica se lo schermo viene bloccato quando lo schermo viene spento. Usato solo se lock-use-screensaver è falso."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"L'azione da eseguire quando la carica dell'UPS è bassa. I valori possibili "
-"sono: \"hibernate\", \"suspend\", \"shutdown\" e \"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "Blocca lo schermo alla sospensione"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"L'azione da eseguire quando la carica della batteria è critica. I valori "
-"possibili sono: \"hibernate\", \"suspend\", \"shutdown\" e \"nothing\"."
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "Indica se lo schermo viene bloccato quando il computer si riattiva da una sospensione. Usato solo se lock_use_screensaver_settings è falso."
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
-msgstr ""
-"L'azione da eseguire con il coperchio del computer chiuso e alimentazione "
-"dalla rete elettrica. I valori possibili sono: \"suspend\", \"hibernate\", "
-"\"blank\" e \"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Blocca lo schermo all'ibernazione"
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
-msgstr ""
-"L'azione da eseguire con il coperchio del computer chiuso e alimentazione "
-"dalla batteria. I valori possibili sono: \"suspend\", \"hibernate\", \"blank"
-"\" e \"nothing\"."
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "Indica se lo schermo viene bloccato quando il computer si riattiva da un'ibernazione. Usato solo se lock_use_screensaver_settings è falso."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "Blocca il portachiavi MATE quando in pausa"
-#: ../data/mate-power-manager.schemas.in.h:69
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"L'azione da eseguire quando viene premuto il pulsante di ibernazione. I "
-"valori possibili sono: \"suspend\", \"hibernate\", \"interactive\", "
-"\"shutdown\" e \"nothing\"."
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "Indica se bloccare il portachiavi di MATE quando il computer va in sospensione. Il portachiavi deve essere sbloccato al ripristino."
-#: ../data/mate-power-manager.schemas.in.h:70
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
-msgstr ""
-"L'azione da eseguire quando viene premuto il pulsante di accensione. I "
-"valori possibili sono: \"suspend\", \"hibernate\", \"interactive\", "
-"\"shutdown\" e \"nothing\"."
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "Indica se bloccare il portachiavi di MATE quando il computer va in ibernazione. Il portachiavi deve essere sbloccato al ripristino."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "Indica se la modalità a bassa potenza deve essere attivata con alimentazione dalla rete elettrica"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "Indica se la modalità a bassa potenza deve essere abilitata con alimentazione dalla rete elettrica."
-#: ../data/mate-power-manager.schemas.in.h:71
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "Indica se la modalità a bassa potenza deve essere attivata con alimentazione dalla batteria"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"L'azione da eseguire quando viene premuto il pulsante di sospensione. I "
-"valori possibili sono: \"suspend\", \"hibernate\", \"interactive\", "
-"\"shutdown\" e \"nothing\"."
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "Indica se la modalità a bassa potenza deve essere abilitata con alimentazione dalla batteria."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr "Secondi di inattività prima di rallentare i dischi con alimentazione dalla rete elettrica"
-#: ../data/mate-power-manager.schemas.in.h:72
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
-msgstr ""
-"Il tempo di inattività in secondi prima dello spegnimento dello schermo con "
-"alimentazione dalla rete elettrica."
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "Il tempo di inattività in secondi prima di rallentare i dischi con alimentazione dalla rete elettrica."
-#: ../data/mate-power-manager.schemas.in.h:73
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr "Secondi di inattività prima di rallentare i dischi con alimentazione dalla batteria"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Il tempo di inattività in secondi prima di mettere in pausa il computer con "
-"alimentazione dalla rete elettrica."
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "Il tempo di inattività in secondi prima di rallentare i dischi con alimentazione dalla batteria."
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "Indica se mostrare l'avviso di richiamo batterie per una batteria danneggiata"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Il tempo di inattività in secondi prima di mettere in pausa il computer con "
-"alimentazione dall'UPS."
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "Indica se mostrare l'avviso di richiamo batterie per una batteria danneggiata. Impostare a FALSO solo nel caso in cui la batteria in uso sia sicura."
-#: ../data/mate-power-manager.schemas.in.h:75
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "Indica se mostrare l'avviso di bassa capacità per una batteria danneggiata"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "Indica se mostrare l'avviso di bassa capacità per una batteria danneggiata."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Notifica quando l'alimentatore è rimosso"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "Indica se l'utente deve essere notificato quando l'alimentatore elettrico è rimosso."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Notifica a batteria completamente carica"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
-msgstr ""
-"Il tempo di inattività in secondi prima dello spegnimento dello schermo con "
-"alimentazione dalla batteria."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "Indica se un messaggio di notifica deve essere visualizzato quando la batteria è completamente carica."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Notifica quando una pausa non riesce"
-#: ../data/mate-power-manager.schemas.in.h:76
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
-msgstr ""
-"Il tempo di inattività in secondi prima di mettere in pausa il computer con "
-"alimentazione dalla batteria."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "Indica se un messaggio di notifica deve essere visualizzato dopo una sospensione o ibernazione non riuscita."
-#: ../data/mate-power-manager.schemas.in.h:77
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "L'URI da mostrare all'utente quando si verifica un problema nella pausa"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
-msgstr ""
-"Il tempo di inattività in secondi prima dello spegnimento dello schermo con "
-"alimentazione dalla batteria."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "Quando ci sono dei problemi nella pausa è possibile mostrare un pulsante per l'aiuto su come risolvere il problema. Lasciare vuoto se il pulsante non deve essere mostrato."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Notifica con carica bassa"
-#: ../data/mate-power-manager.schemas.in.h:78
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
-msgstr ""
-"Di quanto diminuire la luminosità dello schermo con alimentazione dalla "
-"batteria. I valori possibili vanno da 0 a 100."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "Indica se un messaggio di notifica deve essere visualizzato quando la batteria si sta scaricando."
-#: ../data/mate-power-manager.schemas.in.h:79
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "Indica se dovremmo mostrare i punti dei dati storici"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
-msgstr ""
-"La luminosità dello schermo con alimentazione dalla rete elettrica. I valori "
-"possibili vanno da 0 a 100."
+"Whether we should show the history data points in the statistics window."
+msgstr "Indica se dovremmo mostrare i punti dei dati storici nella finestra delle statitiche."
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "Luminosità dello schermo quando inattivo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "Indica se dovremmo approssimare i dati storici"
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr "Il tempo predefinito per oscurare lo schermo dopo l'inattività"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "Indica se dovremmo approssimare i dati storici nel grafico"
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr "Il tempo predefinito per oscurare lo schermo dopo l'inattività."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "Il tipo di grafico predefinito da mostrare nella cronologia"
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version"
-msgstr "La versione predefinita della configurazione"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "Il tipo di grafico predefinito da mostrare nella finestra della cronologia."
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr ""
-"Il tipo di grafico predefinito da mostrare nella finestra delle statistiche"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "Il tempo massimo mostrato nella cronologia"
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr ""
-"Il tipo di grafico predefinito da mostrare nella finestra delle statistiche."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
+msgid ""
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "La durata massima del tempo mostrata sull'asse x del grafico della cronologia."
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "La durata massima del tempo mostrato sull'asse x del grafico."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "Indica se dovremmo mostrare i punti dei dati statistici"
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "Il tempo massimo mostrato sul grafico"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "Indica se dovremmo mostrare i punti dei dati statistici nella finestra delle statistiche."
-#: ../data/mate-power-manager.schemas.in.h:88
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr ""
-"Il tempo di inattività in secondi prima di rallentare i dischi con "
-"alimentazione dalla rete elettrica."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "Indica se dovremmo approssimare i dati statistici"
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
-msgstr ""
-"Il tempo di inattività in secondi prima di rallentare i dischi con "
-"alimentazione dalla batteria."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "Indica se dovremmo approssimare i dati statistici nel grafico."
-#: ../data/mate-power-manager.schemas.in.h:90
-msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
-msgstr ""
-"La percentuale di carica della batteria che è considerata critica. Valido "
-"solo quando use_time_for_policy è impostato a falso."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "Il tipo di grafico predefinito da mostrare nelle statistiche"
-#: ../data/mate-power-manager.schemas.in.h:91
-msgid ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
-msgstr ""
-"La percentuale di carica della batteria che è considerata bassa. Valido solo "
-"quando use_time_for_policy è impostato a falso."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr "Il tipo di grafico predefinito da mostrare nella finestra delle statistiche."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "L'indice del numero di pagina da mostrare in modo predefinito"
-#: ../data/mate-power-manager.schemas.in.h:92
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"La percentuale di carica della batteria per eseguire l'azione critica. "
-"Valido solo quando use_time_for_policy è impostato a falso."
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "L'indice del numero di pagina da mostrare in modo predefinito usato per restituire un focus alla pagina corretta."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "L'ID dell'ultimo dispositivo selezionato"
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Il tempo rimanente in secondi di carica della batteria per eseguire l'azione "
-"critica. Valido solo quando use_time_for_policy è impostato a vero."
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "L'identificatore dell'ultimo dispositivo che è usato per restituire il focus al dispositivo corretto."
-#: ../data/mate-power-manager.schemas.in.h:94
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Percentuale considerata bassa"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Il tempo rimanente in secondi per considerare la carica della batteria "
-"critica. Valido solo quando use_time_for_policy è impostato a vero."
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
+msgstr "La percentuale di batteria che viene considerata bassa. Valida solo quando se_time_for_policy è falso."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Percentuale considerata critica"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
-msgstr ""
-"Il tempo rimanente in secondi per considerare la carica della batteria "
-"bassa. Valido solo quando use_time_for_policy è impostato a vero."
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr "La percentuale di batteria che viene considerata critica. Valido solo quando use_time_for_policy è impostato a falso."
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "Il tempo rimanente quando l'azione è eseguita"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "L'azione della percentuale è eseguita"
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "Il tempo rimanente quando la carica è critica"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
+msgid ""
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr "La percentuale di batteria quando viene eseguita un'azione critica. Valido solo quando use_time_for_policy è falso."
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr "Il tempo rimanente quando la carica è bassa"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr ""
-"Il tipo di pausa da eseguire quando il computer è inattivo. I possibili "
-"valori sono: \"hibernate\", \"suspend\" e \"nothing\"."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "Il tempo rimanente in secondi della batteria per considerarla bassa. Valido solo quando use_time_for_policy è vero."
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"La versione dello schema installato. Non modificare questo valore, è "
-"utilizzato per tenere traccia dei cambiamenti della configurazione tra le "
-"varie versioni."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "Il tempo rimanente quando la carica è critica"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Questa è la luminosità dello schermo usata quando il computer è inattivo. "
-"Valido solo quando use_time_for_policy è impostato a vero."
-
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "Azione per carica UPS critica"
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "Il tempo rimanente in secondi per considerare la batteria critica. Valido solo quando use_time_for_policy è vero."
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "Azione per carica UPS bassa"
-
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "Usa le impostazioni di blocco di mate-screensaver"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "Il tempo rimanente quando l'azione è eseguita"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-msgstr ""
-"Quando ci sono dei problemi nella pausa è possibile mostrare un pulsante per "
-"l'aiuto su come risolvere il problema. Lasciare vuoto se il pulsante non "
-"deve essere mostrato."
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "Quando mostrare l'icona di notifica"
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "Il tempo rimanente in secondi della batteria quando viene eseguita un'azione critica. Valido solo quando use_time_for_policy è vero."
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr ""
-"Indica se NetworkManager deve essere connesso o disconnesso durante la pausa"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Timeout per la messa in pausa del computer con l'alimentazione dalla batteria"
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"Indica se NetworkManager deve disconnettersi prima della sospensione o "
-"ibernazione e connettersi al ripristino."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "Il tempo di inattività in secondi prima di mettere in pausa il computer con alimentazione dalla batteria."
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"Indica se bloccare il portachiavi di MATE quando il computer va in "
-"ibernazione. Il portachiavi deve essere sbloccato al ripristino."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Timeout per la messa in pausa del computer con l'alimentazione dalla rete elettrica"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"Indica se bloccare il portachiavi di MATE quando il computer va in "
-"sospensione. Il portachiavi deve essere sbloccato al ripristino."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "Il tempo di inattività in secondi prima di mettere in pausa il computer con alimentazione dalla rete elettrica."
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"Indica se bloccare lo schermo quando il computer si riattiva da "
-"un'ibernazione. Usato solo se lock_use_screensaver_settings è impostato a "
-"falso."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Timeout per la messa in pausa del computer con l'alimentazione dall'UPS"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"Indica se bloccare lo schermo quando il computer si riattiva da una "
-"sospensione. Usato solo se lock_use_screensaver_settings è impostato a falso."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "Il tempo di inattività in secondi prima di mettere in pausa il computer con alimentazione dall'UPS."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Timeout per lo spegnimento dello schermo con l'alimentazione dalla rete elettrica"
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"Indica se lo schermo è bloccato quando è spento. Usato solo se "
-"lock_use_screensaver_settings è impostato a falso."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "Il tempo di inattività in secondi prima dello spegnimento dello schermo con alimentazione dalla rete elettrica."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr "Indica se ibernare, sospendere o non fare nulla quando inattivo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Timeout per lo spegnimento dello schermo con l'alimentazione dalla batteria"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"Indica se usare l'impostazione del blocco dello schermo di mate-screensaver "
-"per decidere di bloccare lo schermo dopo un'ibernazione, sospensione o "
-"spegnimento dello schermo."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "Il tempo di inattività in secondi prima dello spegnimento dello schermo con alimentazione dalla batteria."
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "Indica se usare notifiche basate sul tempo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Timeout per lo spegnimento dello schermo con l'alimentazione dall'UPS"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr ""
-"Indica se mostrare le etichette degli assi nella finestra delle statistiche"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "Il tempo di inattività in secondi prima dello spegnimento dello schermo con alimentazione dalla batteria."
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr ""
-"Indica se mostrare le etichette degli assi nella finestra delle statistiche."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "Indica se i suoni devono essere utilizzati"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Indica se mostrare gli eventi nella finestra delle statistiche"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "Indica se i suoni devono essere utilizzati quando la carica è critica o le richieste di inibizione hanno interrotto l'azione."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Indica se mostrare gli eventi nella finestra delle statistiche."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "Indica se gli elementi per preferenze e statistiche devono essere visualizzati nel menù contestuale"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "Indica se approssimare i dati nel grafico"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "Quando mostrare l'icona di notifica"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "Indica se approssimare i dati nel grafico."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "Opzioni di visualizzazione dell'icona di notifica."
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Configura la gestione dell'alimentazione"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "Gestione alimentazione"
-# (NdT) non so dove sia questa...
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Osserva la gestione dell'alimentazione"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Configura la gestione dell'alimentazione"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1092
-#: ../src/gpm-statistics.c:1567
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "Statistiche energetiche"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Osserva la gestione dell'alimentazione"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "Luminosità"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "Lunghezza dati:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Dettagli"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "Tipo di grafico:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "Cronologia"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "Lunghezza dati:"
-# (ndt) rivedere 'wakeups'
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "Chiamate al processore per secondo:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "Non ci sono dati da visualizzare."
+
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Usare una linea approssimata"
-# (ndt) opzione, OpenOffice traduce così
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "Mostrare i punti dati"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "Cronologia"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Statistiche"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "Non ci sono dati da visualizzare."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "Chiamate al processore per secondo:"
-# (ndt) opzione
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Usare una linea approssimata"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "Chiamate"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Preferenze di gestione alimentazione"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Azioni</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "Mettere il computer in p_ausa se inattivo per:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "Quando il c_operchio viene chiuso:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "Rallentare _i dischi quando possibile"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>Schermo</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Area di notifica</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Mettere lo _schermo in pausa se inattivo per:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "Chiude il programma"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "Impostare la l_uminosità dello schermo a:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "Oscurare lo scher_mo quando inattivo"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "Generale"
-
-# (ndt) regola di policykit, è un pulsante
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "Rendi predefinito"
-
-# (NdT) i tre messaggi sottostanti sono relativi alle schede
-# nelle preferenze di gestione dell'alimentazione.
-# La prima risulta molto lunga...
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "Alimentazione da rete elettrica"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "Alimentazione da batteria"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "Alimentazione da UPS"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "Visualizzare un'icona solo quando è presente una _batteria"
-
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "Visualizzare un'icona solo in _fase di carica o scarica"
-
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "Preferenze di gestione alimentazione"
-
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "Fornisce aiuto riguardo questo programma"
-
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "Mettere lo _schermo in pausa se inattivo per:"
-
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "Mettere il computer in p_ausa se inattivo per:"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "Quando la ca_rica della batteria è critica:"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "Impostare la l_uminosità dello schermo a:"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "Ridurre _la retroilluminazione"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "Imposta la politica che verrà usata da tutti gli utenti"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "Alimentazione da batteria"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "Rallentare _i dischi quando possibile"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "Quando la carica dell'UPS è _bassa:"
-#: ../data/gpm-prefs.ui.h:20
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
msgid "When UPS power is _critically low:"
msgstr "Quando la carica dell'UPS è c_ritica:"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "Quando la carica dell'UPS è _bassa:"
-
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "Quando la ca_rica della batteria è critica:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "Alimentazione da UPS"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "Quando il c_operchio viene chiuso:"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "Quando il pulsante di _accensione è premuto:"
-#: ../data/gpm-prefs.ui.h:24
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
msgid "When the _suspend button is pressed:"
msgstr "Quando il pulsante di _sospensione è premuto:"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "Quando il pulsante di _accensione è premuto:"
-
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "_Visualizzare sempre un'icona"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Area di notifica</b>"
-#: ../data/gpm-prefs.ui.h:27
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
msgid "_Never display an icon"
msgstr "Non visualizzare _mai un'icona"
-#: ../data/gpm-prefs.ui.h:28
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
msgid "_Only display an icon when battery power is low"
msgstr "Visualizzare un'icona solo se la carica è _bassa"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "Ridurre _la retroilluminazione"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "Visualizzare un'icona solo in _fase di carica o scarica"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "Visualizzare un'icona solo quando è presente una _batteria"
+
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "_Visualizzare sempre un'icona"
+
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "Generale"
+
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "Fornisce aiuto riguardo questo programma"
+
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Rendi predefinito"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "Imposta la politica che verrà usata da tutti gli utenti"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "Chiude il programma"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
msgstr "Imposta la luminosità attuale"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
msgstr "Ottiene la luminosità attuale"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
msgstr "Ottiene il numero di livelli di luminosità supportati"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
-msgstr ""
-"Programma helper per la retroilluminazione di Gestore alimentazione MATE"
+msgstr "Programma helper per la retroilluminazione di Gestore alimentazione MATE"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
msgstr "Non è stata specificata alcuna opzione valida"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
msgstr "Non è stata trovata alcuna retroilluminazione su questo sistema"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
msgstr "Impossibile ottenere il valore della retroilluminazione"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
msgstr "Impossibile ottenere il valore massimo della retroilluminazione"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
msgstr "Questo programma può essere utilizzato solamente dall'amministratore"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
msgstr "Questo programma deve essere eseguito solamente attraverso pkexec"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
msgstr "Impossibile impostare il valore della retroilluminazione"
@@ -1279,7 +1081,7 @@ msgid "%.1fV"
msgstr "%.1fV"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1547
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "Mostra ulteriori informazioni di debug"
@@ -1295,136 +1097,128 @@ msgstr "Esce dopo una breve attesa (per il debug)"
msgid "Exit after the manager has loaded (for debugging)"
msgstr "Esce dopo l'avvio del gestore (per il debug)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "Gestore alimentazione MATE"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:223 ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "Carica della batteria critica"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "Alimentazione rete elettrica collegata"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "Alimentazione rete elettrica scollegata"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "Coperchio aperto"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "Coperchio chiuso"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "Carica della batteria bassa"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "Batteria carica"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "Avvio sospensione"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "Ripristino"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:309
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "Sospensione non riuscita"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:579
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
msgstr "Sospensione del computer non riuscita."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:581
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "Sospensione non riuscita"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:585
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
msgstr "Ibernazione del computer non riuscita."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:587
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "Ibernazione non riuscita"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:592
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
msgstr "Il problema è stato segnalato come:"
-# (ndt) sarebbe un pulsante a quanto pare, ma non dico al programma di fare qualche cosa, preferisco lasciarlo all'infinito
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:605
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "Consultare l'aiuto"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:868
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "DPMS del display attivato"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:887
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "Alimentazione dalla batteria"
-#: ../src/gpm-manager.c:905
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "Il coperchio del computer è chiuso"
-#: ../src/gpm-manager.c:943
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "Informazioni di alimentazione"
-# (NdT) non è molto bella...
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1191
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "La batteria potrebbe essere stata richiamata"
-#: ../src/gpm-manager.c:1192
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"A battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"La batteria del proprio computer potrebbe essere stata richiamata da %s e si "
-"potrebbe essere a rischio.\n"
-"\n"
-"Per maggiori informazioni, consultare il sito web per il programma di "
-"richiamo."
+msgstr "La batteria del proprio computer potrebbe essere stata richiamata da %s e si potrebbe essere a rischio.\n\nPer maggiori informazioni, consultare il sito web per il programma di richiamo."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1202
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "Visitare il sito web"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1205
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "Non mostrare più questo avviso"
@@ -1432,493 +1226,443 @@ msgstr "Non mostrare più questo avviso"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1290
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "La batteria potrebbe essere danneggiata"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1293
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Battery has a very low capacity (%1.1f%%), which means that it may be old or "
-"broken."
-msgstr ""
-"La batteria ha una capacità di carica molto bassa (%1.1f%%). Potrebbe essere "
-"molto vecchia o danneggiata."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "La batteria ha una capacità di carica molto bassa (%1.1f%%). Potrebbe essere molto vecchia o danneggiata."
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1342
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
msgstr[0] "Batteria completamente carica"
msgstr[1] "Batterie completamente cariche"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1388
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "Batteria in fase di scarica"
-# (ndt) indica il tempo rimanente... metto al plurale
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1392
+#: ../src/gpm-manager.c:1348
#, c-format
msgid "%s of battery power remaining (%.0f%%)"
msgstr "%s di carica della batteria rimanenti (%.0f%%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1395 ../src/gpm-manager.c:1407
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
msgid "%s discharging (%.0f%%)"
msgstr "%s in fase di scarica (%.0f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1400
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "UPS in fase di scarica"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1404
+#: ../src/gpm-manager.c:1360
#, c-format
msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr "%s di carica dell'UPS rimanenti (%.0f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1488
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "Carica della batteria bassa"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1491
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "Carica della batteria del portatile bassa"
-# (ndt) un po' libera...
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1497
+#: ../src/gpm-manager.c:1453
#, c-format
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "Rimangono circa <b>%s</b> di autonomia (%.0f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1501
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "Carica dell'UPS bassa"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1505
+#: ../src/gpm-manager.c:1461
#, c-format
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
msgstr "La durata residua della carica dell'UPS è di circa <b>%s</b> (%.0f%%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1509 ../src/gpm-manager.c:1648
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "Carica della batteria del mouse bassa"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1512
+#: ../src/gpm-manager.c:1468
#, c-format
msgid "Wireless mouse is low in power (%.0f%%)"
msgstr "Il mouse senza fili è quasi scarico (%.0f%%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1516 ../src/gpm-manager.c:1656
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "Carica della batteria della tastiera bassa"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1519
+#: ../src/gpm-manager.c:1475
#, c-format
msgid "Wireless keyboard is low in power (%.0f%%)"
msgstr "La tastiera senza fili è quasi scarica (%.0f%%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1523 ../src/gpm-manager.c:1665
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "Carica della batteria del palmare bassa"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1526
+#: ../src/gpm-manager.c:1482
#, c-format
msgid "PDA is low in power (%.0f%%)"
msgstr "Il palmare è quasi scarico (%.0f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1530 ../src/gpm-manager.c:1675
-#: ../src/gpm-manager.c:1686
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "Carica della batteria del telefono cellulare bassa"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1533
+#: ../src/gpm-manager.c:1489
#, c-format
msgid "Cell phone is low in power (%.0f%%)"
msgstr "Il telefono cellulare è quasi scarico (%.0f%%)"
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1538
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
msgstr "Carica della batteria del lettore multimediale bassa"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1541
+#: ../src/gpm-manager.c:1497
#, c-format
msgid "Media player is low in power (%.0f%%)"
msgstr "Il lettore multimediale è quasi scarico (%.0f%%)"
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1545 ../src/gpm-manager.c:1695
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
msgstr "Carica della batteria della tavoletta bassa"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1548
+#: ../src/gpm-manager.c:1504
#, c-format
msgid "Tablet is low in power (%.0f%%)"
msgstr "La tavoletta è quasi scarica (%.0f%%)"
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1552 ../src/gpm-manager.c:1704
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
msgstr "Carica della batteria del computer collegato bassa"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1555
+#: ../src/gpm-manager.c:1511
#, c-format
msgid "Attached computer is low in power (%.0f%%)"
msgstr "Il computer collegato è quasi scarico (%.0f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one kind of battery
-#: ../src/gpm-manager.c:1605
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "Carica della batteria critica"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1608 ../src/gpm-manager.c:1765
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "La carica della batteria è critica"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1618
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr "Collegarsi alla rete elettrica per non perdere dati."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1622
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
-msgstr ""
-"Il computer verrà sospeso a breve se non viene collegato alla rete elettrica."
+msgstr "Il computer verrà sospeso a breve se non viene collegato alla rete elettrica."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1626
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
-msgstr ""
-"Il computer verrà ibernato a breve se non viene collegato alla rete "
-"elettrica."
+msgstr "Il computer verrà ibernato a breve se non viene collegato alla rete elettrica."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1630
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
-msgstr ""
-"Il computer verrà spento a breve se non viene collegato alla rete elettrica."
+msgstr "Il computer verrà spento a breve se non viene collegato alla rete elettrica."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1638 ../src/gpm-manager.c:1803
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "La carica dell'UPS è critica"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1642
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to "
-"your computer to avoid losing data."
-msgstr ""
-"La durata residua della carica dell'UPS è di circa <b>%s</b> (%.0f%%). Per "
-"evitare perdite di dati è necessario ripristinare l'alimentazione."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "La durata residua della carica dell'UPS è di circa <b>%s</b> (%.0f%%). Per evitare perdite di dati è necessario ripristinare l'alimentazione."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"La carica del mouse senza fili è bassa (%.0f%%). Se non viene ricaricato, il "
-"dispositivo smetterà di funzionare."
+msgstr "La carica del mouse senza fili è bassa (%.0f%%). Se non viene ricaricato, il dispositivo smetterà di funzionare."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1659
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"La carica della tastiera senza fili è bassa (%.0f%%). Se non viene "
-"ricaricato, il dispositivo smetterà di funzionare."
+msgstr "La carica della tastiera senza fili è bassa (%.0f%%). Se non viene ricaricato, il dispositivo smetterà di funzionare."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1668
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
-"not charged."
-msgstr ""
-"La carica del palmare collegato è bassa (%.0f%%). Se non viene ricaricato, "
-"il dispositivo smetterà di funzionare."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "La carica del palmare collegato è bassa (%.0f%%). Se non viene ricaricato, il dispositivo smetterà di funzionare."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1678
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"La carica del telefono cellulare è bassa (%.0f%%). Se non viene ricaricato, "
-"il dispositivo smetterà di funzionare."
+msgstr "La carica del telefono cellulare è bassa (%.0f%%). Se non viene ricaricato, il dispositivo smetterà di funzionare."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1689
+#: ../src/gpm-manager.c:1642
#, c-format
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"La carica del lettore multimediale è bassa (%.0f%%). Se non viene "
-"ricaricato, il dispositivo smetterà di funzionare."
+msgstr "La carica del lettore multimediale è bassa (%.0f%%). Se non viene ricaricato, il dispositivo smetterà di funzionare."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1698
+#: ../src/gpm-manager.c:1651
#, c-format
msgid ""
-"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
-"if not charged."
-msgstr ""
-"La carica della tavoletta è bassa (%.0f%%). Se non viene ricaricato, il "
-"dispositivo smetterà di funzionare."
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "La carica della tavoletta è bassa (%.0f%%). Se non viene ricaricato, il dispositivo smetterà di funzionare."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1707
+#: ../src/gpm-manager.c:1660
#, c-format
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
"shutdown if not charged."
-msgstr ""
-"La carica della batteria del computer collegato è bassa (%.0f%%). Se non "
-"viene ricaricato, il dispositivo smetterà di funzionare."
+msgstr "La carica della batteria del computer collegato è bassa (%.0f%%). Se non viene ricaricato, il dispositivo smetterà di funzionare."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1774
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
-msgstr ""
-"La batteria è sotto il livello critico; questo computer <b>si spegnerà</b> "
-"quando la batteria sarà completamente scarica."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "La batteria è sotto il livello critico; questo computer <b>si spegnerà</b> quando la batteria sarà completamente scarica."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1780
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"La batteria è sotto il livello critico; questo computer sta per essere messo "
-"in sospensione. <br><b>Nota:</b> è richiesta una piccola quantità di energia "
-"per mantenere il computer in sospensione."
+msgstr "La batteria è sotto il livello critico; questo computer sta per essere messo in sospensione. <br><b>Nota:</b> è richiesta una piccola quantità di energia per mantenere il computer in sospensione."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1787
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
-msgstr ""
-"La batteria è sotto il livello critico; questo computer sta per essere "
-"ibernato."
+msgstr "La batteria è sotto il livello critico; questo computer sta per essere ibernato."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1792
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
-msgstr ""
-"La batteria è sotto il livello critico; questo computer sta per essere "
-"spento."
+msgstr "La batteria è sotto il livello critico; questo computer sta per essere spento."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1812
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
-msgstr ""
-"La carica dell'UPS è sotto il livello critico e questo computer <b>si "
-"spegnerà</b> quando la carica dell'UPS sarà esaurita."
+msgstr "La carica dell'UPS è sotto il livello critico e questo computer <b>si spegnerà</b> quando la carica dell'UPS sarà esaurita."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1818
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
-msgstr ""
-"La carica dell'UPS è sotto il livello critico e questo computer sta per "
-"essere messo in ibernazione."
+msgstr "La carica dell'UPS è sotto il livello critico e questo computer sta per essere messo in ibernazione."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1823
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
-msgstr ""
-"La carica dell'UPS è sotto il livello critico e questo computer sta per "
-"essere spento."
-
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1961
-msgid "Install problem!"
-msgstr "Problema di installazione."
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1963
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"I valori predefiniti per la configurazione di Gestore alimentazione MATE "
-"non sono stati installati correttamente.\n"
-"Contattare l'amministratore di sistema."
+msgstr "La carica dell'UPS è sotto il livello critico e questo computer sta per essere spento."
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "Preferenze di alimentazione di MATE"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Arresto"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Sospensione"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Ibernazione"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "Spegni lo schermo"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Chiedi"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Non fare nulla"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Mai"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Tasso"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "Carica"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "Tempo alla carica"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "Tempo all'esaurimento"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 minuti"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 ore"
-#: ../src/gpm-statistics.c:92
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 ore"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 giorno"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
msgstr "1 settimana"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "Profilo di carica"
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "Profilo di scarica"
-#. TRANSLATORS: how accurately we can predict the time remaining of the battery
-#: ../src/gpm-statistics.c:106
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "Precisione della carica"
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "Precisione della scarica"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Attributo"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "Valore"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "Immagine"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "Descrizione"
-#: ../src/gpm-statistics.c:183 ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Tipo"
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "ID"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "Comando"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "Sconosciuto"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1926,7 +1670,7 @@ msgstr[0] "%.0f secondo"
msgstr[1] "%.0f secondi"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
@@ -1934,7 +1678,7 @@ msgstr[0] "%.1f minuto"
msgstr[1] "%.1f minuti"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
@@ -1942,47 +1686,47 @@ msgstr[0] "%.1f ora"
msgstr[1] "%.1f ore"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
msgstr[0] "%.1f giorno"
msgstr[1] "%.1f giorni"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Sì"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "No"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Dispositivo"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Produttore"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Modello"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "Numero di serie"
-# (ndt) dovrebbe indicare il tipo di alimentazione: batteria, presa...
#. TRANSLATORS: a boolean attribute that means if the device is supplying the
-#. * main power for the computer. For instance, an AC adapter or laptop battery
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "Alimentazione"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1991,253 +1735,252 @@ msgstr[1] "%d secondi"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "Aggiornato"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "Presente"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "Ricaricabile"
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "Stato"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "Energia"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "Energia quando scarica"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "Energia quando carica"
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "Energia (di fabbrica)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "Voltaggio"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Percentuale"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "Capacità"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "Tecnologia"
-# (ndt) bel dilemma...
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "Collegata"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:826
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "Nessun dato"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:833 ../src/gpm-statistics.c:838
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Modulo del kernel"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:843
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "Core del kernel"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:848
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "Interrupt interprocessore"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:853
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "Interrupt"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:900
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "Tastiera, mouse o touchpad PS/2"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:903
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:906
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "Serial ATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:909
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "Controller host ATA"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:912
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Scheda di rete senza fili Intel"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:919 ../src/gpm-statistics.c:924
-#: ../src/gpm-statistics.c:929 ../src/gpm-statistics.c:934
-#: ../src/gpm-statistics.c:939
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "Timer %s"
-#. TRANSLATORS: the parameter is the name of task that's woken up from sleeping.
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:943
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "Pausa %s"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:946
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "Nuova attività %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:950
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "Attesa %s"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:954 ../src/gpm-statistics.c:958
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "Coda di lavoro %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:961
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "Svuotamento instradamento della rete %s"
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:964
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "Attività USB %s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:967
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "Chiamata %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:970
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "Interrupt locali"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:973
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "Interrupt di rischedulazione"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "Informazioni sul dispositivo"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "Cronologia sul dispositivo"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "Profilo del dispositivo"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1088
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "Chiamate al processore"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1294 ../src/gpm-statistics.c:1300
-#: ../src/gpm-statistics.c:1306 ../src/gpm-statistics.c:1312
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "Tempo trascorso"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1296
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "Potenza"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1302 ../src/gpm-statistics.c:1345
-#: ../src/gpm-statistics.c:1351 ../src/gpm-statistics.c:1357
-#: ../src/gpm-statistics.c:1363
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "Carica della cella"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1308 ../src/gpm-statistics.c:1314
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "Tempo stimato"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1347 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "Fattore di correzione"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1365
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "Precisione stimata"
-# (ndt) descrizione opzione riga di comando
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1550
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "Seleziona questo dispositivo all'avvio"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1798
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Processore"
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "Preferen_ze"
@@ -2254,9 +1997,7 @@ msgstr "%s in carica (%.1f%%)"
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"La batteria è completamente carica.\n"
-"Fornisce %s di attività"
+msgstr "La batteria è completamente carica.\nFornisce %s di attività"
#. TRANSLATORS: the device is fully charged
#: ../src/gpm-upower.c:241
@@ -2264,11 +2005,6 @@ msgstr ""
msgid "%s is fully charged"
msgstr "%s, carica completata"
-# (NdT) il primo indica cosa si sta usando: Batteria del portatile
-# il secondo il tempo: 6 ore e 10 minuti
-# Il terzo è la percentuale
-# metto una virgola dopo il primo per separare la frase:
-# Batteria del portatile, 6 ore e 10 minuti rimanenti (99%)
#. TRANSLATORS: the device is discharging, and we have a time remaining
#: ../src/gpm-upower.c:249
#, c-format
@@ -2287,11 +2023,10 @@ msgstr "%s in fase di scarica (%.1f%%)"
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s, %s alla carica completa (%.1f%%)\n"
-"Fornisce %s di attività"
+msgstr "%s, %s alla carica completa (%.1f%%)\nFornisce %s di attività"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
@@ -2323,8 +2058,6 @@ msgstr "Prodotto:"
msgid "Status:"
msgstr "Stato:"
-# (ndt) messe con iniziale minuscola
-# perché compaiono dopo i due punti di una stringa
#: ../src/gpm-upower.c:361
msgid "Missing"
msgstr "mancante"
@@ -2379,7 +2112,8 @@ msgstr "Tempo di carica:"
msgid "Discharge time:"
msgstr "Tempo di scarica:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "eccellente"
@@ -2503,7 +2237,6 @@ msgstr "Ioni di litio"
msgid "Lithium Polymer"
msgstr "Polimeri di litio"
-# (ndt) oppure: litio ferro fosfato
#. TRANSLATORS: battery technology
#: ../src/gpm-upower.c:597
msgid "Lithium Iron Phosphate"
@@ -2543,13 +2276,3 @@ msgstr "In attesa di essere caricata"
#: ../src/gpm-upower.c:653
msgid "Waiting to discharge"
msgstr "In attesa di essere scaricata"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "I_nformazioni"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "A_iuto"
diff --git a/po/ko.po b/po/ko.po
index eef4cef..cd6ef36 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -1,153 +1,148 @@
-# mate-power-manager Korean translation
-# This file is distributed under the same license as the mate-power-manager package.
-#
-# Imported from Launchpad Rosetta:
-# Copyright (c) 2006 Canonical Ltd, and Rosetta Contributors 2006
-#
-# Updated:
-# Changwoo Ryu <[email protected]>, 2006, 2007, 2008, 2009, 2010.
-#
-#
-# 새로 번역하신 분은 아래 "translator-credits"에 추가하세요.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Darkcircle <[email protected]>, 2014
+# sukso96100 <[email protected]>, 2014
+# sukso96100 <[email protected]>, 2014
msgid ""
msgstr ""
-"Project-Id-Version: mate-power-manager\n"
-"Report-Msgid-Bugs-To: http://bugzilla.mate.org/enter_bug.cgi?product=mate-power-manager&component=general\n"
-"POT-Creation-Date: 2010-03-20 17:39+0900\n"
-"PO-Revision-Date: 2010-03-20 17:47+0900\n"
-"Last-Translator: Changwoo Ryu <[email protected]>\n"
-"Language-Team: MATE Korea <[email protected]>\n"
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2014-02-27 18:52+0000\n"
+"Last-Translator: Darkcircle <[email protected]>\n"
+"Language-Team: Korean (http://www.transifex.com/projects/p/MATE/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ../applets/brightness/brightness-applet.c:105
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "전원 관리자 밝기 애플릿"
-#: ../applets/brightness/brightness-applet.c:106
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "노트북 패널 밝기를 조정합니다."
-#: ../applets/brightness/brightness-applet.c:359
-#: ../applets/inhibit/inhibit-applet.c:358
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
-msgstr "그놈 전원 관리자에 연결할 수 없습니다"
+msgstr "마테 전원 관리자에 연결할 수 없습니다"
-#: ../applets/brightness/brightness-applet.c:361
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "노트북 패널 밝기를 알 수 없습니다"
-#: ../applets/brightness/brightness-applet.c:363
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "LCD 밝기 : %d%%"
-#: ../applets/brightness/brightness-applet.c:748
-#: ../applets/inhibit/inhibit-applet.c:427
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
-msgstr "Licensed under the GNU General Public License Version 2"
+msgstr "GNU 일반 공중 사용 허가서 2판 조항에 따라 사용을 허가합니다"
-#: ../applets/brightness/brightness-applet.c:749
-#: ../applets/inhibit/inhibit-applet.c:428
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"Power Manager is free software; you can redistribute it and/or\n"
-"modify it under the terms of the GNU General Public License\n"
-"as published by the Free Software Foundation; either version 2\n"
-"of the License, or (at your option) any later version."
+msgstr "전원 관리자는 자유 소프트웨어입니다. 자유 소프트웨어 재단에서\n발표한 GNU 일반 공중 사용허가서 2판 또는(선택에 따라) 그 이후 판의\n조항에 따라 자유롭게 재배포 및 수정할 수 있습니다."
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Power Manager is distributed in the hope that it will be useful,\n"
-"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
-"GNU General Public License for more details."
+msgstr "전원 관리자가 쓸모가 있길 바라며 배포하지만, 어떤 보증도\n하지 않으며 상업성 또는 특정 목적에 적합성용 암묵적 보증\n조차도 하지 않습니다. 자세한 내용은 GNU 일반 공중 사용허가서를\n보십시오."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"You should have received a copy of the GNU General Public License\n"
-"along with this program; if not, write to the Free Software\n"
-"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
-"02110-1301, USA."
+msgstr "GNU 일반 공중 사용허가서 사본을 이 프로그램과 함께 받아야 합니다. 못받았다면 다음 주소로 요청하십시오. Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n02110-1301, USA."
-#: ../applets/brightness/brightness-applet.c:771
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Copyright © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "노트북 화면 밝기를 조정합니다"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "정보(_A)"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "밝기 애플릿"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "도움말(_H)"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "밝기 애플릿 팩토리"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
-msgstr "밝기 애플릿에 대한 팩토리"
+msgstr "밝기 애플릿용 팩토리"
-#: ../applets/inhibit/inhibit-applet.c:91
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "밝기 애플릿"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "노트북 화면 밝기를 조정합니다"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "전원 관리 금지 애플릿"
-#: ../applets/inhibit/inhibit-applet.c:92
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "사용자가 전원 절약이 자동으로 실행되는 걸 금지할 수 있습니다."
-#: ../applets/inhibit/inhibit-applet.c:361
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "자동 절전을 금지했습니다"
-#: ../applets/inhibit/inhibit-applet.c:363
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "자동 절전을 사용합니다"
-#: ../applets/inhibit/inhibit-applet.c:391
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "수동 금지"
-#: ../applets/inhibit/inhibit-applet.c:450
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Copyright © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "사용자가 자동 절전 기능을 금지하도록 허용"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "금지 애플릿 팩토리"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
-msgstr "금지 애플릿에 대한 팩토리"
+msgstr "금지 애플릿용 팩토리"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "금지 애플릿"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "금지 애플릿 팩토리"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "사용자가 자동 절전 기능을 금지하도록 허용"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -157,871 +152,837 @@ msgstr "전원 관리자"
msgid "Power management daemon"
msgstr "전원 관리 데몬"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "백라이트 밝기 조정 허용"
-
-#: ../data/mate-power-manager.schemas.in.h:2
-msgid "Battery critical low action"
-msgstr "배터리 위험 저전력 동작"
-
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "절전모드 전 CPU 부하 점검"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr "AC 전원을 사용할 때 비활성화 기간 후에 화면을 어둡게 함"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr "배터리 전원을 사용할 때 비활성화 기간 후에 화면을 어둡게 함"
-
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"알림 아이콘의 표시 옵션. 가능한 값은 \"never\", \"low\", \"critical\", "
-"\"change\", \"present\", \"always\"입니다."
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "최대절전 단추 동작"
-
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr "절전 또는 최대절전이 실패했을 때 알림 메시지를 표시할 지 여부."
-
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr "배터리를 완전히 충전했을 때 알림 메시지를 표시할 지 여부."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "비활성화 때 최대 절전, 절전 또는 아무 것도 안함의 여부"
-#: ../data/mate-power-manager.schemas.in.h:10
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr "배터리 전원이 떨어졌을 때 알림 메시지를 표시할 지 여부."
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "컴퓨터가 비활성 상태일 경우 수행할 대기 동작의 형식입니다."
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr "기본 설정 및 통계를 팝업 메뉴에 표시할지 여부"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "배터리 전원 매우 부족시 동작"
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "소리를 사용할 지 여부"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "배터리 전원이 매우 부족할 때 취할 동작입니다."
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"전원이 위험하게 적을 경우 혹은 전원관리 금지 요청이 전원관리 정책 동작을 금지"
-"하는 경우, 소리를 사용할 지 여부."
-
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr "입력 없음 동작을 하기 전에 CPU 사용량을 검사할 지 여부."
-
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
"If the battery event should occur when the lid is shut and the power "
"disconnected"
-msgstr ""
-"노트북 덮개가 닫히고 전원이 빠진 경우에 배터리 이벤트를 발생할 지 여부."
+msgstr "노트북 덮개가 닫히고 전원이 빠진 경우에 배터리 이벤트를 발생할 지 여부."
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
"If the battery lid close event should occur (for example 'Suspend when lid "
"closed on battery') when the lid is previously shut and the AC power "
"disconnected at a later time."
-msgstr ""
-"노트북 덮개가 이전에 닫히고 AC 전원이 나중에 빠졌을 경우에, 배터리 덮개 닫힘 "
-"이벤트를 (예를 들어 '배터리 전원 사용중에 노트북 덮개 닫힘') 발생할 지 여부."
+msgstr "노트북 덮개가 이전에 닫히고 교류 전원이 나중에 빠졌을 경우에, 배터리 덮개 닫힘 이벤트를(예를 들어 '배터리 전원 사용중에 노트북 덮개 닫힘') 발생할 지 여부."
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr "학습한 프로파일을 이용해 남은 시간을 계산할 지 여부"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "무정전 전원 장치 전원 매우 부족시 동작"
-#: ../data/mate-power-manager.schemas.in.h:18
-msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
-msgstr ""
-"학습한 프로파일을 이용해 남은 시간을 계산할 지 여부. 디버깅 용도로만 이 기능"
-"을 끄십시오."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "무정전 전원 장치 전원이 매우 부족할 경우 이 동작을 취합니다."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr "AC 전원을 사용할 때 저전력 모드를 사용할 지 여부"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "무정전 전원 장치 전원 부족시 동작"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr "배터리를 사용할 때 저전력 모드를 사용할 지 여부"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "무정전 전원 장치 전원이 부족할 경우 이 동작을 취합니다."
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "백라이트 밝기 조정 허용"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
"If the screen brightness should be changed when switching between AC and "
"battery power."
-msgstr "AC 전원과 배터리 전원을 바꿀 때, 화면 밝기를 바꿀 지 여부."
+msgstr "교류 전원과 배터리 전원을 바꿀 때, 화면 밝기를 바꿀 지 여부."
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
-msgstr ""
-"AC 전원을 사용할 때 컴퓨터에 입력이 없으면 전원절약을 위해 화면을 어둡게 할 "
-"지 여부."
-
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
-msgstr ""
-"배터리 전원을 사용할 때 컴퓨터에 입력이 없을 때 전원 절약을 위해 화면을 어둡"
-"게 할 지 여부."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "배터리를 사용할 때 백라이트 밝기 줄이기"
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
"If the screen should be reduced in brightness when the computer is on "
"battery power."
msgstr "컴퓨터가 배터리 전원을 사용할 때 화면을 어둡게 할 지 여부."
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr "AC 전원 상태일 때 시스템 절전 모드를 사용할 지 여부."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "입력이 없을 때 화면 밝기"
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr "노트북 배터리 전원을 사용할 때 시스템 절전 모드를 사용할 지 여부."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "세션이 대기중일 때 사용하는 랩톱 패널 화면 밝기입니다. use-time-for-policy값이 참일 경우만 유효합니다."
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr "AC 어탭터가 빠졌을 때 사용자에게 알릴 지 여부."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "배터리 전원을 사용할 때 비활성화 기간 후에 화면을 어둡게 함"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"시간 값에 따라 알림을 사용할 지 여부. 거짓일 경우, 퍼센트 값에 따라 사용합니"
-"다. 퍼센트 값에 따라 사용하면 잘못된 ACPI BIOS에서도 제대로 동작합니다."
-
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr "손상된 배터리에 대해서 용량 낮음 경고를 표시할 지 여부"
-
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr "손상된 배터리에 대해서 용량 낮음 경고를 표시할 지 여부."
-
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr "손상된 배터리에 대해서 리콜 배터리 경고를 표시할 지 여부"
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "배터리 전원을 사용할 때 컴퓨터에 입력이 없을 때 전원 절약을 위해 화면을 어둡게 할 지 여부입니다."
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr ""
-"손상된 배터리에 대해서 리콜 배터리 경고를 표시할 지 여부. 배터리가 올바르다"
-"고 확신하는 경우에만 이 값을 거짓으로 하십시오."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "스크린을 어둡게 할 때까지 입력이 없는 시간"
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "AC 전원일 때 LCD 밝기"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "스크린을 어둡게 할 때까지 입력이 없는 시간입니다."
-#: ../data/mate-power-manager.schemas.in.h:34
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
msgid "LCD dimming amount when on battery"
msgstr "배터리 사용할 때 LCD 어둡게 할 정도"
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "배터리 사용할 때 노트북 덮개 닫기 동작"
-
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr "AC 전원일 때 노트북 덮개 닫기 동작"
-
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "절전할 때 그놈 키 모음 잠그기"
-
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "최대절전일 때 화면 잠그기"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "배터리 전원을 사용할 때 화면을 어둡게 할 정도. 사용 가능한 값은 0에서 100 사이 입니다."
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "Lock screen on suspend"
-msgstr "대기할 때 화면 잠그기"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "교류 전원을 사용할 때 비활성화 기간 후에 화면을 어둡게 함"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "화면 끌 때 화면 잠그기"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "교류 전원을 사용할 때 컴퓨터에 입력이 없으면 전원절약을 위해 화면을 어둡게 할 지 여부입니다."
-#: ../data/mate-power-manager.schemas.in.h:41
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
msgid "Method used to blank screen on AC"
-msgstr "AC 전원에서 화면을 끌 때 사용할 방법"
+msgstr "교류 전원에서 화면을 끌 때 사용할 동작"
-#: ../data/mate-power-manager.schemas.in.h:42
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "교류 전원 연결시 화면을 끌 때 사용하는 DPMS 동작입니다."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
msgid "Method used to blank screen on battery"
-msgstr "배터리 전원에서 화면을 끌 때 사용할 방법"
+msgstr "배터리 전원에서 화면을 끌 때 사용할 동작"
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "전원이 낮을 때 알리기"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "배터리 전원에서 화면을 끌때 사용하는 DPMS 동작입니다."
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "절전 기능이 실패할 때 알리기"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "교류 전원일 때 LCD 밝기"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "AC 어댑터가 빠졌을 때 알리기"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "교류 전원을 연결했을 때 화면 밝기입니다. 0.0부터 100.0까지의 값을 설정할 수 있습니다."
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "완전히 충전되었을 때 알리기"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "절전 단추 동작"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "퍼센트 값에 따라 동작"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "시스템 절전 단추를 눌렀을 때 취할 동작입니다."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "위험하다고 할 퍼센트 값"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "최대 절전 단추 동작"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "낮다고 할 퍼센트 값"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "시스템 최대 절전 단추를 눌렀을 때 취할 동작입니다."
-#: ../data/mate-power-manager.schemas.in.h:50
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
msgid "Power button action"
msgstr "전원 단추 동작"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "배터리를 사용할 때 백라이트 밝기 줄이기"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "시스템 전원 단추를 눌렀을 때 취할 동작입니다."
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Seconds of inactivity to spin down when on AC"
-msgstr "AC 전원 사용할 때 회전 멈추는 비활성화 시간 (초 단위)"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "배터리 사용할 때 노트북 덮개 닫기 동작"
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Seconds of inactivity to spin down when on battery"
-msgstr "배터리 사용할 때 회전 멈추는 비활성화 시간 (초 단위)"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "배터리 사용할 때 랩톱이 켜져 있고 랩톱 뚜껑이 닫혔을 경우 취할 동작입니다."
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr "AC 전원을 사용할 때 컴퓨터 절전 제한 시간"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "교류 전원을 사용할 때 노트북 덮개 닫기 동작"
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr "UPS를 사용할 때 컴퓨터 절전 제한 시간"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "교류 전원을 사용할 때 랩톱이 켜져 있고 랩톱 뚜껑이 닫혔을 경우 취할 동작입니다."
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "배터리를 사용할 때 컴퓨터 절전 제한 시간"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "시간에 따른 알림 사용의 여부"
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr "AC전원을 사용할 때 디스플레이 절전 제한 시간"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "시간 값에 따라 알림을 사용할 지 여부. 거짓일 경우, 퍼센트 값에 따라 사용합니다. 퍼센트 값에 따라 사용하면 잘못된 ACPI BIOS에서도 제대로 동작합니다."
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr "UPS를 사용할 때 디스플레이 절전 제한 시간"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "절전모드 전 CPU 부하 점검"
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr "배터리를 사용할 때 디스플레이 절전 제한 시간"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "입력 없음 동작을 하기 전에 CPU 사용량을 검사할 지 여부."
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "절전 단추 동작"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "대기 상태일 때 NetworkManager에서 연결을 해야 할지 말아야 할지 여부."
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"AC 전원이 들어왔을 때 화면을 끌 때 사용할 DPMS 기능. 사용할 수 있는 값은 "
-"\"standby\", \"suspend\", \"off\" 입니다."
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "절전 혹은 최대 절전 상태에 들어갈 때 네트워크 관리자에 연결을 끊고 돌아왔을 때 다시 연결할 지 여부."
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "마테 화면 보호기 잠금 설정 사용"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"배터리 전원이 들어왔을 때 화면을 끌 때 사용할 DPMS 기능. 사용할 수 있는 값은 "
-"\"standby\", \"suspend\", \"off\" 입니다."
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "최대 절전, 절전 또는 화면이 꺼졌을 때 화면을 잠글 지 여부를 결정할 때, 마테 화면 보호기의 화면 잠그기 설정을 사용할 지 여부."
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "The URI to show to the user on sleep failure"
-msgstr "절전이 실패했을 때 사용자에게 표시할 URI"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "화면 끌 때 화면 잠그기"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"UPS 전원이 위험하게 적을 때 동작. 사용할 수 있는 값은 \"hibernate\", "
-"\"suspend\", \"shutdown\" 그리고 \"nothing\" 입니다."
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "화면을 껐을 경우 화면을 잠글지 말지에 대한 여부입니다. lock-use-screensaver값이 거짓일 경우에만 사용합니다."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"UPS 전원이 적을 때 동작. 사용할 수 있는 값은 \"hibernate\", \"suspend\", "
-"\"shutdown\" 그리고 \"nothing\" 입니다."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "대기할 때 화면 잠그기"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"배터리가 위험하게 적을 때 동작. 사용할 수 있는 값은 \"hibernate\", \"suspend"
-"\", \"shutdown\" 그리고 \"nothing\" 입니다."
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "컴퓨터가 절전 상태에서 돌아올 경우 화면을 잠글지 말지에 대한 여부입니다. lock-use-screensaver 값이 거짓일 경우에만 사용합니다."
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
-msgstr ""
-"노트북 덮개를 닫았을 때 AC 전원이 연결되었을 경우 동작. 사용할 수 있는 값은 "
-"\"suspend\", \"hibernate\", \"blank\" 그리고 \"nothing\" 입니다."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "최대 절전일 때 화면 잠그기"
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
-msgstr ""
-"노트북 덮개를 닫았을 때 배터리 전원을 사용하고 있을 경우 동작. 사용할 수 있"
-"는 값은 \"suspend\", \"hibernate\", \"blank\" 그리고 \"nothing\" 입니다."
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "컴퓨터가 최대 절전 상태에서 돌아올 경우 화면을 잠글지 말지에 대한 여부입니다. lock-use-screensaver 값이 거짓일 경우에만 사용합니다."
-#: ../data/mate-power-manager.schemas.in.h:69
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "절전할 때 마테 키 모음 잠그기"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"시스템 최대절전 단추를 눌렀을 때 동작. 사용할 수 있는 값은 \"suspend\", "
-"\"hibernate\", \"interactive\", \"shutdown\" 그리고 \"nothing\" 입니다."
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "컴퓨터가 절전 상태에 들어갈 때 마테 키 모음을 잠글 지 여부. 원상복귀할 때 키 모음을 다시 풉니다."
-#: ../data/mate-power-manager.schemas.in.h:70
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
-msgstr ""
-"시스템 전원 단추를 눌렀을 때 동작. 사용할 수 있는 값은 \"suspend\", "
-"\"hibernate\", \"interactive\", \"shutdown\" 그리고 \"nothing\" 입니다."
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "컴퓨터가 최대 절전 상태에 들어갈 때 마테 키 모음을 잠글 지 여부. 원상복귀할 때 키 모음을 다시 풉니다."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "교류 전원을 사용할 때 저전력 모드를 사용할 지 여부"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "교류 전원 상태일 때 시스템 절전 모드를 사용할 지 여부."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "배터리를 사용할 때 저전력 모드를 사용할 지 여부"
-#: ../data/mate-power-manager.schemas.in.h:71
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"시스템 절전 단추를 눌렀을 때 동작. 사용할 수 있는 값은 \"suspend\", "
-"\"hibernate\", \"interactive\", \"shutdown\" 그리고 \"nothing\" 입니다."
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "노트북 배터리 전원을 사용할 때 시스템 절전 모드를 사용할 지 여부."
-#: ../data/mate-power-manager.schemas.in.h:72
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr "교류 전원 사용할 때 회전 멈추는 비활성화 시간(초)"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
-msgstr ""
-"컴퓨터가 AC 전원을 사용할 때 디스플레이를 절전 모드로 바꿀 시간 (초 단위)."
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "교류 전원 사용할 때 디스크 회전 멈추는 비활성화 시간(초)."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr "배터리 사용할 때 회전 멈추는 비활성화 시간(초)"
-#: ../data/mate-power-manager.schemas.in.h:73
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"컴퓨터가 AC 전원을 사용할 때 (절전 모드로 바꾸기 전에) 비활성화로 할 시간 "
-"(초 단위)."
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "배터리 전원 사용할 때 디스크 회전 멈추는 비활성화 시간(초)."
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "손상된 배터리에 대해서 교환 배터리 경고를 표시할 지 여부"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"컴퓨터가 UPS 전원을 사용할 때 (절전 모드로 바꾸기 전에) 비활성화로 할 시간 "
-"(초 단위)."
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "손상된 배터리에 대해 교환 배터리 경고를 표시할 지 여부. 배터리가 올바르다고 확신하는 경우에만 이 값을 거짓으로 하십시오."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "손상된 배터리에 대해 용량 낮음 경고를 표시할 지 여부"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "손상된 배터리에 대해 용량 낮음 경고를 표시할 지 여부."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "교류 전원 어댑터가 빠졌을 때 알리기"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "교류 전원 어댑터가 빠졌을 때 사용자에게 알릴 지 여부."
-#: ../data/mate-power-manager.schemas.in.h:75
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "완전히 충전되었을 때 알리기"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
-msgstr ""
-"컴퓨터가 UPS 전원을 사용할 때 (화면을 절전 모드로 바꾸기 전에) 비활성화로 할 "
-"시간 (초 단위)."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "배터리를 완전히 충전했을 때 알림 메시지를 표시할 지 여부."
-#: ../data/mate-power-manager.schemas.in.h:76
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "절전 기능이 실패할 때 알리기"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
-msgstr ""
-"컴퓨터가 배터리 전원을 사용할 때 (절전 모드로 바꾸기 전에) 비활성화로 할 시"
-"간 (초 단위)."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "절전 또는 최대 절전이 실패했을 때 알림 메시지를 표시할 지 여부."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "절전이 실패했을 때 사용자에게 표시할 URI"
-#: ../data/mate-power-manager.schemas.in.h:77
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
-msgstr ""
-"컴퓨터가 배터리 전원을 사용할 때 (디스플레이를 절전 모드로 바꾸기 전에) 비활"
-"성화로 할 시간 (초 단위)."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "절진이 실패할 때 상황을 바로잡을 수 있는 도움말 단추를 표시합니다. 단추를 표시하지 않으려면 이 값을 비워 두십시오."
-#: ../data/mate-power-manager.schemas.in.h:78
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "전원이 낮을 때 알리기"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
-msgstr ""
-"배터리 전원을 사용할 때 화면을 어둡게 할 정도. 사용 가능한 값은 0에서 100 사"
-"이 입니다."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "배터리 전원이 떨어졌을 때 알림 메시지를 표시할 지 여부."
-#: ../data/mate-power-manager.schemas.in.h:79
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "기록 데이터 시점을 보여줄 것인지 여부"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
-msgstr "AC 전원을 사용할 때 화면 밝기. 사용 가능한 값은 0에서 100 사이 입니다."
+"Whether we should show the history data points in the statistics window."
+msgstr "통계 창에서 기록 데이터 시점을 보여줄지 여부입니다."
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "입력이 없을 때 화면 밝기"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "기록 데이터를 유연하게 표현할 것인지 여부"
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr "스크린을 어둡게 할 때까지 입력이 없는 시간"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "그래프에서 기록 데이터를 유연하게 표현할 것인지 여부입니다."
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr "스크린을 어둡게 할 때까지 입력이 없는 시간."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "기록을 보여줄 기본 그래프 형식"
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version."
-msgstr "설정 버전 기본값."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "기록 창에서 보여줄 기본 그래프 형식입니다."
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "통계 창에서 표시할 그래프의 종류 기본값"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "기록을 표시할 최대 시간 길이"
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr "통계 창에서 표시할 그래프의 종류 기본값."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
+msgid ""
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "기록 그래프의 X 축 에 표시할 최대 시간 간격입니다."
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "그래프의 가로축에 표시할 최대 시간."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "통계 데이터 시점을 보여줄지 여부"
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "그래프에 표시할 최대 시간."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "통계 창에서 통계 데이터 시점을 보여줄지에 대한 여부입니다."
-#: ../data/mate-power-manager.schemas.in.h:88
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr "AC 전원 사용할 때 디스크 회전 멈추는 비활성화 시간 (초 단위)."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "통계 데이터를 유연하게 표현할 것인지 여부"
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
-msgstr "배터리 전원 사용할 때 디스크 회전 멈추는 비활성화 시간 (초 단위)."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "그래프에서 통계를 유연하게 표현할 것인지 여부입니다."
-#: ../data/mate-power-manager.schemas.in.h:90
-msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
-msgstr ""
-"배터리가 위험하다고 할 퍼센트 값. use_time_for_policy가 거짓일 경우에만 사용"
-"합니다."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "통계를 보여줄 기본 그래프 형식"
-#: ../data/mate-power-manager.schemas.in.h:91
-msgid ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
-msgstr ""
-"배터리가 낮다고 할 퍼센트 값. use_time_for_policy가 거짓일 경우에만 사용합니"
-"다."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr "통계 창에서 보여줄 기본 그래프 형식입니다."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "기본으로 보여줄 페이지 수 인덱스"
-#: ../data/mate-power-manager.schemas.in.h:92
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"위험 동작을 실행할 퍼센트 값. use_time_for_policy가 거짓일 경우에만 사용합니"
-"다."
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "제대로 된 페이지에 주목하고 있는 위치를 반환하는데 어떤 값을 사용할지 기본으로 보여줄 페이지 번호 인덱스입니다."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "마지막으로 선택한 장치 ID"
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"위험 동작을 실행할 배터리 남은 시간. use_time_for_policy가 참일 경우에만 사용"
-"합니다."
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "올바른 장치로의 주목을 반환할 때 사용할 최종 장치의 식별자입니다."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "부족할 경우 백분율"
-#: ../data/mate-power-manager.schemas.in.h:94
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"위험하다고 할 배터리 남은 시간. use_time_for_policy가 참일 경우에만 사용합니"
-"다."
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
+msgstr "배터리 전원이 부족하다고 간주 경우 배터리 전원의 백분율입니다. use-time-for-policy값이 거짓일 경우에만 유효합니다."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "매우 부족할 경우 백분율"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
-msgstr ""
-"낮다고 할 배터리 남은 시간. use_time_for_policy가 참일 경우에만 사용합니다."
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr "배터리 전원 부족 상태가 매우 심각할 경우 배터리 전원의 백분율입니다. use-time-for-policy값이 거짓일 경우에만 유효합니다."
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "동작을 실행할 때 남은 시간"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "백분율에 따른 동작을 취했습니다"
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "위험할 때 남은 시간"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
+msgid ""
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr "배터리 전원 부족 상태가 매우 심각한 상황에서 동작을 취했을 경우 배터리 전원의 백분율입니다. use-time-for-policy값이 거짓일 경우에만 유효합니다."
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr "낮을 때 남은 시간"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr ""
-"컴퓨터에 입력이 없을 때 실행할 절전 동작. 사용할 수 있는 값은 \"hibernate\", "
-"\"suspend\" 그리고 \"nothing\" 입니다."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "배터리 전원이 부족하다고 간주될 경우 남아있는 초 단위 시간입니다. use-time-for-policy값이 참일 경우에만 유효합니다."
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"설치한 스키마의 버전. 이 값을 편집하지 마십시오. 이 설정은 버전에 따라 달라지"
-"는 설정을 알아내는 데 사용합니다."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "위험할 때 남은 시간"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"세션에 입력이 없을 때 노트북 패널 화면 밝기. use_time_for_policy가 참일 경우"
-"에만 사용합니다."
-
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "UPS 위험 저전력 동작"
-
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "UPS 전력 낮음 동작"
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "배터리 전원 부족 상태가 매우 심각할 경우 남아있는 초 단위 시간입니다. use-time-for-policy값이 참일 경우에만 유효합니다."
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "그놈 화면 보호기 잠그기 설정 사용"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "동작을 실행할 때 남은 시간"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-msgstr ""
-"절진이 실패할 때 상황을 바로잡을 수 있는 도움말 단추를 표시합니다. 단추를 표"
-"시하지 않으려면 이 값을 비워 두십시오."
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "알림 아이콘 보일 때"
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "배터리 전원 부족 상태가 매우 심각한 상황에서 동작을 취했을 경우 남아있는 초 단위 시간입니다. use-time-for-policy값이 참이 경우에만 유효합니다."
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep."
-msgstr "절전 상태에서 네트워크 관리자에 연결하고 있을 지 여부."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "배터리를 사용할 때 컴퓨터 절전 제한 시간"
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"절전 혹은 최대 절전 상태에 들어갈 때 네트워크 관리자에 연결을 끊고 돌아왔을 "
-"때 다시 연결할 지 여부."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "컴퓨터가 배터리 전원을 사용할 때(절전 모드로 바꾸기 전에) 비활성화로 할 시간(초)."
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"컴퓨터가 최대 절전 상태에 들어갈 때 그놈 키 모음을 잠글 지 여부. 원상복귀할 "
-"때 키 모음을 다시 풉니다."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "교류 전원을 사용할 때 컴퓨터 절전 제한 시간"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"컴퓨터가 절전 상태에 들어갈 때 그놈 키 모음을 잠글 지 여부. 원상복귀할 때 키 "
-"모음을 다시 풉니다."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "컴퓨터가 교류 전원을 사용할 때(절전 모드로 바꾸기 전에) 비활성화로 할 시간(초)."
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"최대 절전에서 컴퓨터가 깨어났을 때 화면을 잠글 지 여부. "
-"lock_use_screensaver_settings이 거짓일 경우에만 사용합니다."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "무정전 전원 장치를 사용할 때 컴퓨터 절전 제한 시간"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"절전에서 컴퓨터가 깨어났을 때 화면을 잠글 지 여부. "
-"lock_use_screensaver_settings이 거짓일 경우에만 사용합니다."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "컴퓨터가 무정전 전원 장치 전원을 사용할 때(절전 모드로 바꾸기 전에) 비활성화로 할 시간(초)."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "교류 전원을 사용할 때 디스플레이 절전 제한 시간"
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"화면이 꺼졌을 때 화면을 잠글 지 여부. lock_use_screensaver_settings 값이 거짓"
-"일 경우에 사용합니다."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "컴퓨터가 교류 전원을 사용할 때 디스플레이를 절전 모드로 바꿀 시간(초)."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr "비활성화 때 최대절전, 절전 또는 아무 것도 안함의 여부"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "배터리를 사용할 때 디스플레이 절전 제한 시간"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"최대절전, 절전 또는 화면이 꺼졌을 때 화면을 잠글 지 여부를 결정할 때, 그놈 화"
-"면 보호기의 화면 잠그기 설정을 사용할 지 여부."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "컴퓨터가 배터리 전원을 사용할 때(디스플레이를 절전 모드로 바꾸기 전에) 비활성화로 할 시간(초)."
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "시간에 따른 알림 사용의 여부"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "무정전 전원 장치를 사용할 때 디스플레이 절전 제한 시간"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "통계 창에서 축을 표시할 지 여부"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "컴퓨터가 무정전 전원 장치 전원을 사용할 때(화면을 절전 모드로 바꾸기 전에) 비활성화로 할 시간(초)."
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "통계 창에서 축을 표시할 지 여부."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "소리를 사용할 지 여부"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "통계 창에서 이벤트를 표시할 지 여부"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "전원이 위험하게 적을 경우 혹은 전원관리 금지 요청이 전원관리 정책 동작을 금지하는 경우, 소리를 사용할 지 여부."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "통계 창에서 이벤트를 표시할 지 여부."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "기본 설정 및 통계를 팝업 메뉴에 표시할지 여부"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "그래프에서 데이터를 곡선으로 만들 지 여부"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "알림 아이콘 보일 때"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "그래프에서 데이터를 곡선으로 만들 지 여부."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "알림 아이콘의 표시 옵션입니다."
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "전원 관리 설정"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "전원 관리"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "전원 관리 관찰"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "전원 관리 설정"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1044
-#: ../src/gpm-statistics.c:1517
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "전원 통계"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "전원 관리 관찰"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "밝기"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "데이터 크기:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:206
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "자세히"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "그래프 종류:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "내역"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "데이터 크기:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "초당 프로세서 깨어나는 회수:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "표시할 데이터가 없습니다."
+
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "부드러운 선 사용"
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "데이터 지점 표시"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "내역"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "통계"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "표시할 데이터가 없습니다."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "초당 프로세서 깨어나는 회수:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "부드러운 선 사용"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:192
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "깨어나기"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "전원 관리 기본 설정"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>동작</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "다음 시간동안 입력이 없을 때 컴퓨터를 절전(_S):"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "노트북 덮개가 닫혔을 때(_O):"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "가능하면 하드 디스크 회전 멈춤(_I)"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>표시</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>알림 영역</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "다음 시간동안 입력이 없을 때 화면을 절전(_D):"
-# tooltip
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "이 프로그램을 닫습니다"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "화면 밝기 값(_B):"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "입력이 없을 때 화면 어둡게(_M)"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "일반"
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
+msgid "On AC Power"
+msgstr "교류 전원 사용"
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "기본값으로 하기"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "배터리 전원이 위험하게 적을 때(_W):"
-#: ../data/gpm-prefs.ui.h:8
-msgid "On AC Power"
-msgstr "AC 전원 사용"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "백라이트 밝기 낮추기(_R)"
-#: ../data/gpm-prefs.ui.h:9
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
msgid "On Battery Power"
msgstr "배터리 전원 사용"
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "UPS 전원 사용"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "배터리가 있을 때에만 아이콘 표시(_R)"
-
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "충전 또는 방전 중일 때만 아이콘 표시(_D)"
-
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "전원 관리 기본 설정"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "무정전 전원 장치 전원이 부족할 때(_O):"
-# help
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "이 프로그램의 도움말을 표시합니다"
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
+msgid "When UPS power is _critically low:"
+msgstr "무정전 전원 장치 전원이 매우 부족할 때(_C):"
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "다음 시간동안 입력이 없을 때 화면을 절전(_D):"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "무정전 전원 장치 전원 사용"
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "다음 시간동안 입력이 없을 때 컴퓨터를 절전(_S):"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "전원 단추를 눌렀을 때(_B):"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "화면 밝기 값(_B):"
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
+msgid "When the _suspend button is pressed:"
+msgstr "절전 모드 단추를 눌렀을 때(_S):"
-# tooltip
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "이 정책을 모든 사용자가 사용합니다"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>알림 영역</b>"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "가능하면 하드 디스크 회전 멈춤(_I)"
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
+msgid "_Never display an icon"
+msgstr "아이콘 표시 안함(_N)"
-#: ../data/gpm-prefs.ui.h:20
-msgid "When UPS power is _critically low:"
-msgstr "UPS 전원이 위험하게 적을 때(_C):"
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
+msgid "_Only display an icon when battery power is low"
+msgstr "배터리 전원이 매우 부족할 경우에만 아이콘 표시(_O)"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "UPS 전원이 적을 때(_O):"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "충전 또는 방전 중일 때만 아이콘 표시(_D)"
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "배터리 전원이 위험하게 적을 때(_W):"
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "배터리가 있을 때에만 아이콘 표시(_R)"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "노트북 덮개가 닫혔을 때(_O):"
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "항상 아이콘 표시(_A)"
-#: ../data/gpm-prefs.ui.h:24
-msgid "When the _suspend button is pressed:"
-msgstr "절전 모드 단추를 눌렀을 때(_S):"
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "일반"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "전원 단추를 눌렀을 때(_B):"
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "이 프로그램의 도움말을 표시합니다"
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "항상 아이콘 표시(_A)"
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "기본값으로 설정"
-#: ../data/gpm-prefs.ui.h:27
-msgid "_Never display an icon"
-msgstr "아이콘 표시하지 않기(_N)"
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "이 정책을 모든 사용자가 사용합니다"
-#: ../data/gpm-prefs.ui.h:28
-msgid "_Only display an icon when battery power is low"
-msgstr "배터리 전력이 위험하게 낮을 경우에만 아이콘 표시(_O)"
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "이 프로그램을 닫습니다"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "백라이트 밝기 낮추기(_R)"
+#. command line argument
+#: ../src/gpm-backlight-helper.c:162
+msgid "Set the current brightness"
+msgstr "현제 밝기 설정"
+
+#. command line argument
+#: ../src/gpm-backlight-helper.c:165
+msgid "Get the current brightness"
+msgstr "현제 밝기 값 얻기"
+
+#. command line argument
+#: ../src/gpm-backlight-helper.c:168
+msgid "Get the number of brightness levels supported"
+msgstr "지원하는 밝기 값을 가져옵니다"
+
+#. TRANSLATORS: tool that is used when copying profiles system-wide
+#: ../src/gpm-backlight-helper.c:183
+msgid "MATE Power Manager Backlight Helper"
+msgstr "마테 전원 관리자 백라이트 도우미"
+
+#. TRANSLATORS: user did not specify valid options
+#: ../src/gpm-backlight-helper.c:191
+msgid "No valid option was specified"
+msgstr "올바른 옵션이 지정되지 않았습니다"
+
+#. TRANSLATORS: no backlights found
+#: ../src/gpm-backlight-helper.c:200
+msgid "No backlights were found on your system"
+msgstr "시스템에서 백라이트를 찾을 수 없습니다"
+
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:211
+msgid "Could not get the value of the backlight"
+msgstr "백라이트 값을 얻을 수 없습니다"
+
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:229
+msgid "Could not get the maximum value of the backlight"
+msgstr "백라이트 최대 값을 얻을 수 없습니다"
+
+#. TRANSLATORS: only able to install profiles as root
+#: ../src/gpm-backlight-helper.c:246
+msgid "This program can only be used by the root user"
+msgstr "이 프로그램은 루트 사용자만 사용할 수 있습니다"
+
+#. TRANSLATORS: the program must never be directly run
+#: ../src/gpm-backlight-helper.c:255
+msgid "This program must only be run through pkexec"
+msgstr "이 프로그램은 반드시 pkexec로 실행해야 합니다."
+
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:266
+msgid "Could not set the value of the backlight"
+msgstr "백라이트 값을 설정할 수 없습니다."
#: ../src/gpm-common.c:53
msgid "Unknown time"
@@ -1117,7 +1078,7 @@ msgid "%.1fV"
msgstr "%.1fV"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1497
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "추가 디버깅 정보 보기"
@@ -1127,139 +1088,134 @@ msgstr "설치한 프로그램의 버전을 표시하고 끝냅니다"
#: ../src/gpm-main.c:175
msgid "Exit after a small delay (for debugging)"
-msgstr "약간 시간을 끈 뒤에 끝냅니다 (디버깅용)"
+msgstr "약간 시간을 끈 뒤에 끝냅니다(디버깅용)"
#: ../src/gpm-main.c:177
msgid "Exit after the manager has loaded (for debugging)"
-msgstr "전원 관리자가 시작한 다음 끝냅니다 (디버깅용)"
+msgstr "전원 관리자가 시작한 다음 끝냅니다(디버깅용)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
-msgstr "그놈 전원 관리자"
+msgstr "마테 전원 관리자"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:221 ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
-msgstr "배터리 전력이 매우 낮습니다"
+msgstr "배터리 전원이 매우 부족합니다"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:269
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
-msgstr "전원 연결했습니다"
+msgstr "전원을 연결했습니다"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
-msgstr "전원 연결이 끊겼습니다"
+msgstr "교류 전원이 빠졌습니다"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "덮개를 열었습니다"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "덮개를 닫았습니다"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
-msgstr "배터리 전력이 낮습니다"
+msgstr "배터리 전원이 부족합니다"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
-msgstr "배터리를 완전 충전했습니다"
+msgstr "배터리를 완전히 충전했습니다"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "절전 시작"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "원상복귀"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "절전 실패"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:573
-msgid "Your computer failed to suspend."
+#: ../src/gpm-manager.c:585
+msgid "Computer failed to suspend."
msgstr "컴퓨터가 절전에 실패했습니다."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:575
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "절전 실패"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:579
-msgid "Your computer failed to hibernate."
+#: ../src/gpm-manager.c:591
+msgid "Computer failed to hibernate."
msgstr "컴퓨터가 최대 절전에 실패했습니다."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:581
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "최대 절전 실패"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:586
-msgid "The failure was reported as:"
-msgstr "실패는 다음과 같습니다:"
+#: ../src/gpm-manager.c:598
+msgid "Failure was reported as:"
+msgstr "실패를 아래와 같이 보고합니다:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:599
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "도움말 페이지 보기"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:862
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "활성화환 DPMS 표시"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:881
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "배터리 전원 사용"
-#: ../src/gpm-manager.c:899
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "노트북 덮개를 닫았습니다"
-#: ../src/gpm-manager.c:937
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "전원 정보"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1185
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
-msgstr "배터리를 리콜할 수 있습니다"
+msgstr "배터리를 교환할 수 있습니다"
-#: ../src/gpm-manager.c:1186
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"The battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"컴퓨터에 있는 배터리는 %s에서 리콜하고 있는 상태이고 계속 사용하면 위험할 수 "
-"있습니다.\n"
-"\n"
-"자세한 정보는 해당 배터리 리콜 웹사이트를 보십시오."
+msgstr "%s에서 컴퓨터의 배터리를 교환했지만 위험 상황에 노출되어 있습니다.\n\n더 많은 정보를 보시려면 배터리 교환 업체 웹사이트를 방문하십시오."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1196
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
-msgstr "리콜 웹사이트 보기"
+msgstr "교환 웹사이트 보기"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1199
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "다시 보지 않기"
@@ -1267,345 +1223,380 @@ msgstr "다시 보지 않기"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1284
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "배터리가 손상된 것 같습니다"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1287
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Your battery has a very low capacity (%1.1f%%), which means that it may be "
-"old or broken."
-msgstr ""
-"배터리 용량이 매우 낮습니다 (%1.1f%%). 배터리 수명이 다 했거나 손상된 것 같습"
-"니다."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "배터리 용량이 매우 부족합니다(%1.1f%%). 배터리가 오래되었거나 손상되었음을 의미합니다."
-#. TRANSLATORS: show the fully charged notification
-#: ../src/gpm-manager.c:1336
-msgid "Battery Fully Charged"
-msgid_plural "Batteries Fully Charged"
-msgstr[0] "배터리 완전 충전됨"
+#. TRANSLATORS: show the charged notification
+#: ../src/gpm-manager.c:1298
+msgid "Battery Charged"
+msgid_plural "Batteries Charged"
+msgstr[0] "배터리 충전 완료"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1382
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "배터리 방전 중"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1386
+#: ../src/gpm-manager.c:1348
#, c-format
-msgid "%s of battery power remaining (%.1f%%)"
-msgstr "배터리 전원 %s 남음 (%.1f%%)"
+msgid "%s of battery power remaining (%.0f%%)"
+msgstr "%s의 배터리 전원 남은 용량(%.0f%%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1389 ../src/gpm-manager.c:1401 ../src/gpm-upower.c:284
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
-msgid "%s discharging (%.1f%%)"
-msgstr "%s 방전 중 (%.1f%%)"
+msgid "%s discharging (%.0f%%)"
+msgstr "%s 방전중(%0.f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1394
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
-msgstr "UPS 방전 중"
+msgstr "무정전 전원 장치 방전 중"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1398
+#: ../src/gpm-manager.c:1360
#, c-format
-msgid "%s of UPS backup power remaining (%.1f%%)"
-msgstr "UPS 비상 전원 %s 남음 (%.1f%%)"
+msgid "%s of UPS backup power remaining (%.0f%%)"
+msgstr "%s의 무정전 전원 장치 백업 전원 남은 용량(%.0f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1482
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
-msgstr "배터리 전력 낮음"
+msgstr "배터리 전원 부족"
-#. TRANSLATORS: laptop battery low, and we have more than one type of battery
-#: ../src/gpm-manager.c:1485
+#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
-msgstr "노트북 배터리 전력 낮음"
+msgstr "노트북 배터리 전원 부족"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1491
+#: ../src/gpm-manager.c:1453
#, c-format
-msgid "Approximately <b>%s</b> remaining (%.1f%%)"
-msgstr "약 <b>%s</b> 남았습니다 (%.1f%%)"
+msgid "Approximately <b>%s</b> remaining (%.0f%%)"
+msgstr "평균 <b>%s</b> 남은 용량(%.0f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1495
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
-msgstr "UPS 전력 낮음"
+msgstr "UPS 전원 부족"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1499
+#: ../src/gpm-manager.c:1461
#, c-format
-msgid "You have approximately <b>%s</b> of remaining UPS backup power (%.1f%%)"
-msgstr "UPS 보조 전원이 약 <b>%s</b>만큼 남았습니다 (%.1f%%)"
+msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
+msgstr "평균 무정전 전원 장치 백업 전원 <b>%s</b> 남은 용량(%.0f%%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1503 ../src/gpm-manager.c:1619
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
-msgstr "마우스 배터리 전력 낮음"
+msgstr "마우스 배터리 전원 부족"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1506
+#: ../src/gpm-manager.c:1468
#, c-format
-msgid "The wireless mouse attached to this computer is low in power (%.1f%%)"
-msgstr "이 컴퓨터에 연결한 무선 마우스의 전력이 낮습니다 (%.1f%%)"
+msgid "Wireless mouse is low in power (%.0f%%)"
+msgstr "무선 마우스 전원이 부족합니다(%.0f%%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1510 ../src/gpm-manager.c:1627
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
-msgstr "키보드 배터리 전력 낮음"
+msgstr "키보드 배터리 전원 부족"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1513
+#: ../src/gpm-manager.c:1475
#, c-format
-msgid ""
-"The wireless keyboard attached to this computer is low in power (%.1f%%)"
-msgstr "이 컴퓨터에 연결한 무선 키보드의 전력이 낮습니다 (%.1f%%)"
+msgid "Wireless keyboard is low in power (%.0f%%)"
+msgstr "무선 키보드 전원이 부족합니다(%.0f%%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1517 ../src/gpm-manager.c:1636
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
-msgstr "PDA 배터리 전력 낮음"
+msgstr "PDA 배터리 전원 부족"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1520
+#: ../src/gpm-manager.c:1482
#, c-format
-msgid "The PDA attached to this computer is low in power (%.1f%%)"
-msgstr "이 컴퓨터에 연결한 PDA의 전력이 낮습니다 (%.1f%%)"
+msgid "PDA is low in power (%.0f%%)"
+msgstr "PDA 전원이 부족합니다(%.0f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1524 ../src/gpm-manager.c:1645
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
-msgstr "휴대전화 배터리 전력 낮음"
+msgstr "휴대전화 배터리 전원 부족"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1527
+#: ../src/gpm-manager.c:1489
#, c-format
-msgid "The cell phone attached to this computer is low in power (%.1f%%)"
-msgstr "이 컴퓨터에 연결한 휴대전화의 전력이 낮습니다 (%.1f%%)"
+msgid "Cell phone is low in power (%.0f%%)"
+msgstr "휴대전화 전원이 부족합니다(%.0f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one type of battery
-#: ../src/gpm-manager.c:1576
+#. TRANSLATORS: media player, e.g. mp3 is getting a little low
+#: ../src/gpm-manager.c:1494
+msgid "Media player battery low"
+msgstr "미디어 플레이어 배터리 전원 부족"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1497
+#, c-format
+msgid "Media player is low in power (%.0f%%)"
+msgstr "미디어 플레이어 전원이 부족합니다(%.0f%%)"
+
+#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
+msgid "Tablet battery low"
+msgstr "태블릿 배터리 전원 부족"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1504
+#, c-format
+msgid "Tablet is low in power (%.0f%%)"
+msgstr "태블릿 전원이 부족합니다(%.0f%%)"
+
+#. TRANSLATORS: computer, e.g. ipad is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
+msgid "Attached computer battery low"
+msgstr "연결된 컴퓨터 배터리 잔량이 낮음"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1511
+#, c-format
+msgid "Attached computer is low in power (%.0f%%)"
+msgstr "연결한 컴퓨터의 전원이 부족합니다(%.0f%%)"
+
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
-msgstr "배터리 전력 위험하게 낮음"
+msgstr "배터리 전원 매우 부족"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1579 ../src/gpm-manager.c:1705
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
-msgstr "노트북 배터리 전력 위험하게 낮음"
+msgstr "노트북 배터리 전원 매우 부족"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1589
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
-msgstr "데이터를 잃어버리지 않으려면 AC 어댑터를 연결하십시오."
+msgstr "데이터를 잃어버리지 않으려면 교류 전원 어댑터를 연결하십시오."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1593
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
msgstr "전원을 연결하지 않으면 곧 절전 상태가 됩니다."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1597
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
msgstr "전원을 연결하지 않으면 곧 최대 절전 상태가 됩니다."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1601
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
msgstr "전원을 연결하지 않으면 곧 컴퓨터를 끕니다."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1609 ../src/gpm-manager.c:1743
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
-msgstr "UPS 전력 위험하게 낮음"
+msgstr "무정전 전원 장치 전원 매우 부족"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1613
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"You have approximately <b>%s</b> of remaining UPS power (%.1f%%). Restore AC "
-"power to your computer to avoid losing data."
-msgstr ""
-"UPS 전원이 약 <b>%s</b>만큼 남았습니다 (%.1f%%). 데이터를 잃지 않으려면 AC 전"
-"원을 다시 연결하십시오."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "평균적으로 <b>%s</b>의 남은 무정전 전원 장치 전원입니다(%.0f%%). 데이터 손실을 방지하려면 교류 전원 상태를 복원하십시오."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1622
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
-"The wireless mouse attached to this computer is very low in power (%.1f%%). "
-"This device will soon stop functioning if not charged."
-msgstr ""
-"무선 마우스를 전력이 매우 낮은 상태에서 (%.1f%%) 연결했습니다. 충전하지 않으"
-"면 이 장치는 곧 기능을 멈춥니다."
+"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr "무선 마우스의 전원이 매우 부족합니다(%.0f%%). 충전하지 않으면 이 장치의 기능이 곧 멈춥니다."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1630
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
-"The wireless keyboard attached to this computer is very low in power (%.1f%"
-"%). This device will soon stop functioning if not charged."
-msgstr ""
-"무선 키보드를 전력이 매우 낮은 상태에서 (%.1f%%) 연결했습니다. 충전하지 않으"
-"면 이 장치는 곧 기능을 멈춥니다."
+"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr "무선 키보드의 전원이 매우 부족합니다(%.0f%%). 충전하지 않으면 이 장치의 기능이 곧 멈춥니다."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1639
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"The PDA attached to this computer is very low in power (%.1f%%). This device "
-"will soon stop functioning if not charged."
-msgstr ""
-"PDA를 전력이 매우 낮은 상태에서 (%.1f%%) 연결했습니다. 충전하지 않으면 이 장"
-"치는 곧 기능을 멈춥니다."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "PDA의 전원이 매우 부족합니다(%.0f%%). 충전하지 않으면 이 장치의 기능이 곧 멈춥니다."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1648
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
-"Your cell phone is very low in power (%.1f%%). This device will soon stop "
+"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"휴대전화를 전력이 매우 낮은 상태에서 (%.1f%%) 연결했습니다. 충전하지 않으면 "
-"이 장치는 곧 기능을 멈춥니다."
+msgstr "휴대 전화의 전원이 매우 부족합니다(%.0f%%). 충전하지 않으면 이 장치의 기능이 곧 멈춥니다."
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1642
+#, c-format
+msgid ""
+"Media player is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr "미디어 플레이어의 전원이 매우 부족합니다(%.0f%%). 충전하지 않으면 이 장치의 기능이 곧 멈춥니다."
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1651
+#, c-format
+msgid ""
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "태블릿의 전원이 매우 부족합니다(%.0f%%). 충전하지 않으면 이 장치의 기능이 곧 멈춥니다."
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1660
+#, c-format
+msgid ""
+"Attached computer is very low in power (%.0f%%). The device will soon "
+"shutdown if not charged."
+msgstr "연결한 컴퓨터의 전원이 매우 부족합니다(%.0f%%). 충전하지 않으면 이 장치가 곧 꺼집니다."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1714
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
-msgstr ""
-"배터리가 위험한 수준보다 낮고 배터리가 완전히 방전되면 이 컴퓨터의 <b>전원이 "
-"꺼집니다</b>."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "배터리가 위험한 수준보다 낮고 배터리가 완전히 방전되면 이 컴퓨터의 <b>전원이 꺼집니다</b>."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1720
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"배터리가 위험한 수준보다 낮고 이 컴퓨터는 절전 상태입니다. <br><b>주의:</b> "
-"컴퓨터를 절전 상태로 유지하려면 약간의 전원이 필요합니다."
+msgstr "배터리가 위험한 수준보다 낮고 이 컴퓨터는 절전 상태입니다. <br><b>주의:</b> 컴퓨터를 절전 상태로 유지하려면 약간의 전원이 필요합니다."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1727
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
-msgstr "배터리가 위험 수준보다 낮고 이 컴퓨터는 최대절전가 됩니다."
+msgstr "배터리 전원이 위험 수준보다 부족하여 이 컴퓨터를 최대 절전으로 둡니다."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1732
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
-msgstr "배터리가 위험 수준보다 낮고 이 컴퓨터를 끕니다."
+msgstr "배터리 전원이 위험 수준보다 부족하여 이 컴퓨터를 끕니다."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1752
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
-msgstr ""
-"UPS가 위험 수준보다 낮고 UPS가 완전히 방전되면 이 컴퓨터의 <b>전원이 꺼집니다"
-"</b>."
+msgstr "무정전 전원 장치의 전원이 위험 수준보다 부족하여 무정전 전원 장치가 완전히 방전되면 이 컴퓨터의 <b>전원이 꺼집니다</b>."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1758
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
-msgstr "배터리가 위험 수준보다 낮고 이 컴퓨터는 최대절전 상태가 됩니다."
+msgstr "배터리 전원이 위험 수준보다 부족하여 이 컴퓨터는 최대 절전 상태가 됩니다."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1763
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
-msgstr "배터리가 위험 수준보다 낮고 이 컴퓨터를 끕니다."
-
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1941
-msgid "Install problem!"
-msgstr "설치 문제!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1943
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"그놈 전원 관리자의 설정 기본값을 설치하지 않았습니다.\n"
-"컴퓨터의 관리자에게 문의하십시오."
+msgstr "배터리 전원이 위험 수준보다 부족하여 이 컴퓨터를 끕니다."
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
-msgstr "그놈 전원 기본 설정"
+msgstr "마테 전원 기본 설정"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
-msgstr "컴퓨터 끔"
+msgstr "시스템 종료"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "절전"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
-msgstr "최대절전"
+msgstr "최대 절전"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "화면 꺼짐"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "확인 질문"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "아무것도 안함"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "안 함"
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:446
+#. TRANSLATORS: the rate of discharge for the device
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "속도"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "충전"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:460
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "완전 충전까지 시간"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:465
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "완전 방전까지 시간"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10분"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2시간"
+#: ../src/gpm-statistics.c:91
+msgid "6 hours"
+msgstr "6 시간"
+
#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1일"
@@ -1614,407 +1605,438 @@ msgstr "1일"
msgid "1 week"
msgstr "1주"
-#: ../src/gpm-statistics.c:100
+#. TRANSLATORS: what we've observed about the device
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "충전 프로파일"
-#: ../src/gpm-statistics.c:101
-msgid "Charge accuracy"
-msgstr "충전 정확도"
-
-#: ../src/gpm-statistics.c:102
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "방전 프로파일"
-#: ../src/gpm-statistics.c:103
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
+msgid "Charge accuracy"
+msgstr "충전 정확도"
+
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "방전 정확도"
-#: ../src/gpm-statistics.c:130
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "속성"
-#: ../src/gpm-statistics.c:137
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "값"
-#: ../src/gpm-statistics.c:154
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "그림"
-#: ../src/gpm-statistics.c:160
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "설명"
-#: ../src/gpm-statistics.c:179 ../src/gpm-statistics.c:402
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "종류"
-#: ../src/gpm-statistics.c:185
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "ID"
-#: ../src/gpm-statistics.c:199
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "명령"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:284
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "알 수 없음"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
msgstr[0] "%.0f초"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:293
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
msgstr[0] "%.1f분"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:298
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
msgstr[0] "%.1f시간"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
msgstr[0] "%.1f일"
-#: ../src/gpm-statistics.c:311
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "예"
-#: ../src/gpm-statistics.c:311
+#: ../src/gpm-statistics.c:314
msgid "No"
-msgstr "아니오"
+msgstr "아니요"
-#: ../src/gpm-statistics.c:399
+#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "장치"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "제조사"
-#: ../src/gpm-statistics.c:406
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "모델"
-#: ../src/gpm-statistics.c:408
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "일련 번호"
-#: ../src/gpm-statistics.c:409
+#. TRANSLATORS: a boolean attribute that means if the device is supplying the
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
+#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "공급"
-#: ../src/gpm-statistics.c:412
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "%d초"
-#: ../src/gpm-statistics.c:413
+#. TRANSLATORS: when the device was last updated with new data. It's
+#. * usually a few seconds when a device is discharging or charging.
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "새로 고침"
-#: ../src/gpm-statistics.c:420
+#. TRANSLATORS: Present is whether the device is currently attached
+#. * to the computer, as some devices (e.g. laptop batteries) can
+#. * be removed, but still observed as devices on the system
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "현재"
-#: ../src/gpm-statistics.c:424
+#. TRANSLATORS: If the device can be recharged, e.g. lithium
+#. * batteries rather than alkaline ones
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "충전 가능"
-#: ../src/gpm-statistics.c:428
+#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "상태"
-#: ../src/gpm-statistics.c:431
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "에너지"
-#: ../src/gpm-statistics.c:434
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "완전 방전 시 에너지"
-#: ../src/gpm-statistics.c:437
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "완전 충전 시 에너지"
-#: ../src/gpm-statistics.c:440
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
-msgstr "에너지 (설계)"
+msgstr "에너지(설계)"
-#: ../src/gpm-statistics.c:453
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "전압"
-#: ../src/gpm-statistics.c:474
+#. TRANSLATORS: the amount of charge the cell contains
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "퍼센트"
-#: ../src/gpm-statistics.c:479
+#. TRANSLATORS: the capacity of the device, which is basically a measure
+#. * of how full it can get, relative to the design capacity
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "용량"
-#: ../src/gpm-statistics.c:483
+#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "기술"
-#: ../src/gpm-statistics.c:485
+#. TRANSLATORS: this is when the device is plugged in, typically
+#. * only shown for the ac adaptor device
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "연결"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:796
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "데이터 없음"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:803 ../src/gpm-statistics.c:808
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "커널 모듈"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:813
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "커널 코어"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:818
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "인터프로세서 인터럽트"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:823
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "인터럽트"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:866
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "PS/2 키보드/마우스/터치패드"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:869
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:872
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "시리얼 ATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:875
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "ATA 호스트 컨트롤러"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:878
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "인텔 무선 어댑터"
-#. TRANSLATORS: a timer is something that fires periodically
-#: ../src/gpm-statistics.c:883 ../src/gpm-statistics.c:886
-#: ../src/gpm-statistics.c:889 ../src/gpm-statistics.c:892
-#: ../src/gpm-statistics.c:895
+#. TRANSLATORS: a timer is something that fires periodically.
+#. * The parameter is a process name, e.g. "firefox-bin".
+#. * This is shown when the timer wakes up.
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
-msgstr "타이머 %s"
+msgstr "%s 타이머"
-#. TRANSLATORS: this is a task that's woken up from sleeping
-#: ../src/gpm-statistics.c:898
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
+#. * This is shown when the task wakes up.
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
-msgstr "휴식 %s"
+msgstr "%s 대기"
-#. TRANSLATORS: this is a new realtime task
-#: ../src/gpm-statistics.c:901
+#. TRANSLATORS: this is the name of a new realtime task.
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "새 작업 %s"
-#. TRANSLATORS: this is a task thats woken to check state
-#: ../src/gpm-statistics.c:904
+#. TRANSLATORS: this is the name of a task that's woken to check state.
+#. * This is shown when the task wakes up.
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
-msgstr "대기 %s"
+msgstr "%s 대기"
-#. TRANSLATORS: a work queue is a list of work that has to be done
-#: ../src/gpm-statistics.c:907 ../src/gpm-statistics.c:910
+#. TRANSLATORS: this is the name of a work queue.
+#. * A work queue is a list of work that has to be done.
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "대기 큐 %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:913
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "네트워크 라우팅 갱신 %s"
-#. TRANSLATORS: activity on the USB bus
-#: ../src/gpm-statistics.c:916
+#. TRANSLATORS: this is the name of an activity on the USB bus
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "USB 동작 %s"
-#. TRANSLATORS: we've timed out of an aligned timer
-#: ../src/gpm-statistics.c:919
+#. TRANSLATORS: we've timed out of an aligned timer, with the name
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
-msgstr "깨어나기 %s"
+msgstr "%s 상태 복귀"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:922
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "로컬 인터럽트"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:925
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "인터럽트 다시 스케줄링"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1034
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "장치 정보"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1036
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
-msgstr "장치 내역"
+msgstr "장치 기록"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1038
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "장치 프로파일"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1040
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
-msgstr "프로세서 깨어나기"
+msgstr "프로세서 상태 복귀"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1246 ../src/gpm-statistics.c:1252
-#: ../src/gpm-statistics.c:1258 ../src/gpm-statistics.c:1264
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
-msgstr "경과한 시간"
+msgstr "경과 시간"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1248
+#: ../src/gpm-statistics.c:1297
msgid "Power"
-msgstr "전력"
+msgstr "전원"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1254 ../src/gpm-statistics.c:1297
-#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1309
-#: ../src/gpm-statistics.c:1315
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "충전량"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1260 ../src/gpm-statistics.c:1266
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "예상 시간"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1299 ../src/gpm-statistics.c:1311
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "보정 계수"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1305 ../src/gpm-statistics.c:1317
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "예측 정확도"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1500
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "시작할 때 이 장치 선택"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1776
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "프로세서"
#. preferences
-#: ../src/gpm-tray-icon.c:292
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "기본 설정(_P)"
#. TRANSLATORS: a phone is charging
#. TRANSLATORS: device is charging, but we only have a percentage
-#: ../src/gpm-upower.c:251 ../src/gpm-upower.c:315
+#: ../src/gpm-upower.c:221 ../src/gpm-upower.c:285
#, c-format
msgid "%s charging (%.1f%%)"
msgstr "%s 방전 중 (%.1f%%)"
#. TRANSLATORS: The laptop battery is fully charged, and we know a time
-#: ../src/gpm-upower.c:266
+#: ../src/gpm-upower.c:236
#, c-format
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"배터리 완전히 충전.\n"
-"노트북 동작 시간 %s"
+msgstr "배터리 완전히 충전.\n노트북 동작 시간 %s"
#. TRANSLATORS: the device is fully charged
-#: ../src/gpm-upower.c:271
+#: ../src/gpm-upower.c:241
#, c-format
msgid "%s is fully charged"
msgstr "%s 완전히 충전"
#. TRANSLATORS: the device is discharging, and we have a time remaining
-#: ../src/gpm-upower.c:279
+#: ../src/gpm-upower.c:249
#, c-format
msgid "%s %s remaining (%.1f%%)"
msgstr "%s %s 남음 (%.1f%%)"
+#. TRANSLATORS: the device is discharging, but we only have a percentage
+#: ../src/gpm-upower.c:254
+#, c-format
+msgid "%s discharging (%.1f%%)"
+msgstr "%s 방전 중 (%.1f%%)"
+
#. TRANSLATORS: the device is charging, and we have a time to full and empty
-#: ../src/gpm-upower.c:298
+#: ../src/gpm-upower.c:268
#, c-format
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s 충전까지 %s (%.1f%%)\n"
-"배터리 지속 시간 %s"
+msgstr "%s 충전까지 %s (%.1f%%)\n배터리 지속 시간 %s"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
-#: ../src/gpm-upower.c:309
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
+#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
msgstr "%s 충전까지 %s (%.1f%%)"
#. TRANSLATORS: this is only shown for laptops with multiple batteries
-#: ../src/gpm-upower.c:323
+#: ../src/gpm-upower.c:292
#, c-format
msgid "%s waiting to discharge (%.1f%%)"
msgstr "%s 방전 대기 중 (%.1f%%)"
#. TRANSLATORS: this is only shown for laptops with multiple batteries
-#: ../src/gpm-upower.c:329
+#: ../src/gpm-upower.c:298
#, c-format
msgid "%s waiting to charge (%.1f%%)"
msgstr "%s 충전 대기 중 (%.1f%%)"
#. TRANSLATORS: the type of data, e.g. Laptop battery
-#: ../src/gpm-upower.c:389
+#: ../src/gpm-upower.c:357
msgid "Product:"
msgstr "제품:"
@@ -2022,1065 +2044,215 @@ msgstr "제품:"
#. TRANSLATORS: device is charged
#. TRANSLATORS: device is charging
#. TRANSLATORS: device is discharging
-#: ../src/gpm-upower.c:393 ../src/gpm-upower.c:396 ../src/gpm-upower.c:399
-#: ../src/gpm-upower.c:402
+#: ../src/gpm-upower.c:361 ../src/gpm-upower.c:364 ../src/gpm-upower.c:367
+#: ../src/gpm-upower.c:370
msgid "Status:"
msgstr "상태:"
-#: ../src/gpm-upower.c:393
+#: ../src/gpm-upower.c:361
msgid "Missing"
msgstr "없음"
-#: ../src/gpm-upower.c:396
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:364 ../src/gpm-upower.c:645
msgid "Charged"
msgstr "충전됨"
-#: ../src/gpm-upower.c:399
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:367 ../src/gpm-upower.c:633
msgid "Charging"
msgstr "충전 중"
-#: ../src/gpm-upower.c:402
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:370 ../src/gpm-upower.c:637
msgid "Discharging"
msgstr "방전 중"
#. TRANSLATORS: percentage
-#: ../src/gpm-upower.c:407
+#: ../src/gpm-upower.c:375
msgid "Percentage charge:"
msgstr "충전 퍼센트:"
#. TRANSLATORS: manufacturer
-#: ../src/gpm-upower.c:411
+#: ../src/gpm-upower.c:379
msgid "Vendor:"
msgstr "제조사:"
#. TRANSLATORS: how the battery is made, e.g. Lithium Ion
-#: ../src/gpm-upower.c:416
+#: ../src/gpm-upower.c:384
msgid "Technology:"
msgstr "기술:"
#. TRANSLATORS: serial number of the battery
-#: ../src/gpm-upower.c:420
+#: ../src/gpm-upower.c:388
msgid "Serial number:"
msgstr "일련 번호:"
#. TRANSLATORS: model number of the battery
-#: ../src/gpm-upower.c:424
+#: ../src/gpm-upower.c:392
msgid "Model:"
msgstr "모델:"
#. TRANSLATORS: time to fully charged
-#: ../src/gpm-upower.c:429
+#: ../src/gpm-upower.c:397
msgid "Charge time:"
msgstr "충전 시간:"
#. TRANSLATORS: time to empty
-#: ../src/gpm-upower.c:435
+#: ../src/gpm-upower.c:403
msgid "Discharge time:"
msgstr "방전 시간:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
-#: ../src/gpm-upower.c:442
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
+#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "매우 좋음"
-#: ../src/gpm-upower.c:444
+#: ../src/gpm-upower.c:412
msgid "Good"
msgstr "좋음"
-#: ../src/gpm-upower.c:446
+#: ../src/gpm-upower.c:414
msgid "Fair"
msgstr "괜찮음"
-#: ../src/gpm-upower.c:448
+#: ../src/gpm-upower.c:416
msgid "Poor"
msgstr "부족함"
-#: ../src/gpm-upower.c:452
+#: ../src/gpm-upower.c:420
msgid "Capacity:"
msgstr "용량:"
-#: ../src/gpm-upower.c:458 ../src/gpm-upower.c:483
+#: ../src/gpm-upower.c:426 ../src/gpm-upower.c:451
msgid "Current charge:"
msgstr "현재 충전:"
-#: ../src/gpm-upower.c:464
+#: ../src/gpm-upower.c:432
msgid "Last full charge:"
-msgstr "최근의 완전 충전:"
+msgstr "최근 완전 충전:"
-#: ../src/gpm-upower.c:470 ../src/gpm-upower.c:488
+#: ../src/gpm-upower.c:438 ../src/gpm-upower.c:456
msgid "Design charge:"
msgstr "설계 충전:"
-#: ../src/gpm-upower.c:475
+#: ../src/gpm-upower.c:443
msgid "Charge rate:"
msgstr "충전 속도:"
#. TRANSLATORS: system power cord
-#: ../src/gpm-upower.c:510
+#: ../src/gpm-upower.c:478
msgid "AC adapter"
msgid_plural "AC adapters"
-msgstr[0] "AC 어댑터"
+msgstr[0] "교류 전원 어댑터"
#. TRANSLATORS: laptop primary battery
-#: ../src/gpm-upower.c:514
+#: ../src/gpm-upower.c:482
msgid "Laptop battery"
msgid_plural "Laptop batteries"
msgstr[0] "노트북 배터리"
#. TRANSLATORS: battery-backed AC power source
-#: ../src/gpm-upower.c:518
+#: ../src/gpm-upower.c:486
msgid "UPS"
msgid_plural "UPSs"
-msgstr[0] "UPS"
+msgstr[0] "무정전 전원 장치"
#. TRANSLATORS: a monitor is a device to measure voltage and current
-#: ../src/gpm-upower.c:522
+#: ../src/gpm-upower.c:490
msgid "Monitor"
msgid_plural "Monitors"
msgstr[0] "모니터"
#. TRANSLATORS: wireless mice with internal batteries
-#: ../src/gpm-upower.c:526
-msgid "Wireless mouse"
-msgid_plural "Wireless mice"
-msgstr[0] "무선 마우스"
+#: ../src/gpm-upower.c:494
+msgid "Mouse"
+msgid_plural "Mice"
+msgstr[0] "마우스"
#. TRANSLATORS: wireless keyboard with internal battery
-#: ../src/gpm-upower.c:530
-msgid "Wireless keyboard"
-msgid_plural "Wireless keyboards"
-msgstr[0] "무선 키보드"
+#: ../src/gpm-upower.c:498
+msgid "Keyboard"
+msgid_plural "Keyboards"
+msgstr[0] "키보드"
#. TRANSLATORS: portable device
-#: ../src/gpm-upower.c:534
+#: ../src/gpm-upower.c:502
msgid "PDA"
msgid_plural "PDAs"
msgstr[0] "PDA"
#. TRANSLATORS: cell phone (mobile...)
-#: ../src/gpm-upower.c:538
+#: ../src/gpm-upower.c:506
msgid "Cell phone"
msgid_plural "Cell phones"
msgstr[0] "휴대전화"
+#. TRANSLATORS: media player, mp3 etc
+#: ../src/gpm-upower.c:511
+msgid "Media player"
+msgid_plural "Media players"
+msgstr[0] "미디어 플레이어"
+
+#. TRANSLATORS: tablet device
+#: ../src/gpm-upower.c:515
+msgid "Tablet"
+msgid_plural "Tablets"
+msgstr[0] "태블릿"
+
+#. TRANSLATORS: tablet device
+#: ../src/gpm-upower.c:519
+msgid "Computer"
+msgid_plural "Computers"
+msgstr[0] "컴퓨터"
+
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:596
+#: ../src/gpm-upower.c:589
msgid "Lithium Ion"
msgstr "리튬이온"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:600
+#: ../src/gpm-upower.c:593
msgid "Lithium Polymer"
msgstr "리튬폴리머"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:604
+#: ../src/gpm-upower.c:597
msgid "Lithium Iron Phosphate"
msgstr "인산리튬이온"
-# 참고: lead acid battery - 납축전지
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:608
+#: ../src/gpm-upower.c:601
msgid "Lead acid"
msgstr "납축전지"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:612
+#: ../src/gpm-upower.c:605
msgid "Nickel Cadmium"
msgstr "니켈카드뮴"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:616
+#: ../src/gpm-upower.c:609
msgid "Nickel metal hydride"
msgstr "니켈수소"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:620
+#: ../src/gpm-upower.c:613
msgid "Unknown technology"
msgstr "방식을 알 수 없음"
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "정보(_A)"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "도움말(_H)"
-
-#~ msgid "Allow Suspend and Hibernate in the menu"
-#~ msgstr "메뉴에서 절전모드 및 최대절전 모드 허용"
-
-#~ msgid "Hibernate enabled"
-#~ msgstr "최대절전 활성화됨"
-
-#~ msgid "If preferences should be shown"
-#~ msgstr "우선 순위를 사용할 지 여부"
-
-#~ msgid ""
-#~ "If the Suspend and Hibernate options should be allowed in the "
-#~ "notification area drop down menu."
-#~ msgstr ""
-#~ "알림 영역의 메뉴에서 절전 및 최대절전 옵션을 사용할 수 있는 지 여부."
-
-#~ msgid "If the user is authorized to hibernate the computer."
-#~ msgstr "사용자가 컴퓨터를 최대절전 모드로 바꿀 권한이 있는 지 여부."
-
-#~ msgid "If the user is authorized to suspend the computer."
-#~ msgstr "사용자가 컴퓨터를 절전 모드로 바꿀 권한이 있는 지 여부."
-
-#~ msgid "Suspend enabled"
-#~ msgstr "절전 활성화됨"
-
-#~ msgid "Please see %s for more information."
-#~ msgstr "더 많은 정보를 보려면 %s 페이지를 보십시오."
-
-#~ msgid ""
-#~ "If you can see this text, your display server is broken and you should "
-#~ "notify your distributor."
-#~ msgstr ""
-#~ "이 글자가 보인다면 디스플레이 서버가 문제가 생겼다는 뜻입니다. 배포처에 알"
-#~ "려 주십시오."
-
-#~ msgid "Session idle"
-#~ msgstr "세션 입력 없음"
-
-#~ msgid "Session active"
-#~ msgstr "세션 사용중"
-
-#~ msgid "inhibited"
-#~ msgstr "금지"
-
-#~ msgid "not inhibited"
-#~ msgstr "금지 없음"
-
-#~ msgid "screen idle"
-#~ msgstr "화면 중지"
-
-#~ msgid "screen awake"
-#~ msgstr "화면 동작"
-
-#~ msgid "Action disallowed"
-#~ msgstr "동작 허용하지 않음"
-
-#~ msgid ""
-#~ "Suspend support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "절전 기능을 사용하지 않습니다. 자세히 알고 싶으시면 관리자에게 문의하십시"
-#~ "오."
-
-#~ msgid ""
-#~ "Hibernate support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "최대 절전 기능을 사용하지 않습니다. 자세히 알고 싶으시면 관리자에게 문의하"
-#~ "십시오."
-
-#~ msgid "Sleep problem"
-#~ msgstr "절전 문제"
-
-#~ msgid "Check the help file for common problems."
-#~ msgstr "도움말 파일에서 흔히 발생하는 문제를 확인하십시오."
-
-#~ msgid "Device information"
-#~ msgstr "장치 정보"
-
-#~ msgid "There is no detailed information for this device"
-#~ msgstr "이 장치에 대한 자세한 정보가 없습니다"
-
-#~ msgid "translator-credits"
-#~ msgstr ""
-#~ "우분투 한국어 번역팀 <[email protected]>, 2006.\n"
-#~ "류창우 <[email protected]>, 2006, 2007, 2008, 2009."
-
-#~ msgid "MATE Power Manager Website"
-#~ msgstr "그놈 전원 관리자 웹사이트"
-
-#~ msgid "Power _History"
-#~ msgstr "전원 기록(_H)"
-
-#~ msgid "_Suspend"
-#~ msgstr "절전(_S)"
-
-#~ msgid "Hi_bernate"
-#~ msgstr "최대절전(_B)"
-
-#~ msgid ""
-#~ "After resume, mate-power-manager will suppress policy actions for a "
-#~ "number of seconds to allow messages to settle and HAL to refresh. "
-#~ "Commonly five seconds is enough while not being so long that the user "
-#~ "gets confused."
-#~ msgstr ""
-#~ "원상복귀한 후에, 그놈 전원 관리자는 몇 초동안 전원관리 정책 동작을 막습니"
-#~ "다. 여러가지 메시지들이 안정되고 HAL을 새로 고치기 위해서 그렇게 합니다. "
-#~ "보통 5초면 그 동작을 충분히 할 수 있고, 5초면 사용자가 헷갈릴 만큼 길지도 "
-#~ "않습니다."
-
-#~ msgid "Change the brightness automatically using the ambient light sensors"
-#~ msgstr "조도 센서를 이용해 자동으로 밝기를 바꾸기"
-
-#~ msgid "If DBUS inhibit requests should be ignored from other programs."
-#~ msgstr ""
-#~ "DBUS를 통해 다른 프로그램이 보내는 전원관리 금지 요청을 무시할 지 여부."
-
-#~ msgid "If DBUS inhibit requests should be ignored."
-#~ msgstr "DBUS를 통해 보내는 전원관리 금지 요청을 무시할 지 여부."
-
-#~ msgid ""
-#~ "If a notification message should be displayed when the profile data is "
-#~ "guessed."
-#~ msgstr "프로파일 데이터를 추정했을 때 알림 메시지를 표시할 지 여부."
-
-#~ msgid "If extra debugging messages should be used"
-#~ msgstr "추가 디버깅 메시지를 사용할 지 여부"
-
-#~ msgid ""
-#~ "If extra debugging messages should be used. Only turn this on for "
-#~ "debugging."
-#~ msgstr "추가 디버깅 메시지를 사용할 지 여부. 디버깅 용도로만 사용하십시오."
-
-#~ msgid "If the low-power mode should be enabled when on UPS"
-#~ msgstr "UPS를 사용할 때 저전력 모드를 사용할 지 여부"
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors."
-#~ msgstr "조도 센서를 이용해 화면 밝기를 자동으로 바꿀 지 여부."
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors. Valid is 'none', 'light' and 'dark'"
-#~ msgstr ""
-#~ "조도 센서를 이용해 화면 밝기를 자동으로 바꿀 지 여부. 사용할 수 있는 값은 "
-#~ "'none', 'light', 'dark'입니다."
-
-#~ msgid "If the system low-power mode should be enabled when on UPS power."
-#~ msgstr "UPS 전원을 사용할 때 시스템 절전 모드를 사용할 지 여부."
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close"
-#~ msgstr ""
-#~ "절전 금지를 지정했으면서 노트북 덮개를 닫을 때 절전하도록 설정된 경우, 경"
-#~ "고를 표시할 지 여부"
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close."
-#~ msgstr ""
-#~ "절전 금지를 지정했으면서 노트북 덮개를 닫을 때 절전하도록 설정된 경우, 경"
-#~ "고를 표시할 지 여부."
-
-#~ msgid "Keyboard brightness when on AC"
-#~ msgstr "AC 전원일 때 키보드 밝기"
-
-#~ msgid "Keyboard brightness when on battery"
-#~ msgstr "배터리 사용할 때 키보드 밝기"
-
-#~ msgid "Notify when the profile data is guessed"
-#~ msgstr "프로파일 데이터를 추정할 때 알리기"
-
-#~ msgid "Number of seconds to suppress policy after resume"
-#~ msgstr "원상복귀한 후에 전원관리 정책을 막는 시간 (초 단위)"
-
-#~ msgid "The amount the light sensors should contribute to the brightness"
-#~ msgstr "빛 센서가 나타내는 밝기 정도"
-
-#~ msgid "The amount the light sensors should contribute to the brightness."
-#~ msgstr "빛 센서가 나타내는 밝기 정도."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on AC power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "AC 전원을 사용할 때 키보드 밝기. 사용 가능한 값은 0에서 100 사이 입니다."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on battery power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "배터리 전원을 사용할 때 키보드 밝기. 사용 가능한 값은 0에서 100 사이 입니"
-#~ "다."
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough"
-#~ msgstr "화면이 충분히 밝다고 판단하는 밝기 센서 조절값."
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough, "
-#~ "in percent."
-#~ msgstr "화면이 충분히 밝다고 판단하는 밝기 센서 조절값, 퍼센트 단위."
-
-#~ msgid "The interval the ambient light sensors should be polled"
-#~ msgstr "조도 센서 값을 읽어들이는 주기"
-
-#~ msgid "The interval the ambient light sensors should be polled in seconds."
-#~ msgstr "조도 센서 값을 읽어들이는 주기, 초 단위."
-
-#~ msgid "The invalid timeout for power actions"
-#~ msgstr "전원 동작에 있어서 잘못되었다고 판단할 시간 제한"
-
-#~ msgid ""
-#~ "The invalid timeout in ms for power actions. Set this longer if you get "
-#~ "'battery critical' messages when you unplug."
-#~ msgstr ""
-#~ "전원 동작에 있어서 잘못되었다고 판단할 시간 제한 (천분의 일초 단위). 전원 "
-#~ "플러그를 뺄 때 '배터리 위험' 메시지가 나오면 이 갑을 늘리십시오."
-
-#~ msgid "Application:"
-#~ msgstr "프로그램:"
-
-#~ msgid "Burning DVD, titled \"My Photos\""
-#~ msgstr "DVD 굽는 중, 제목 \"내 사진\""
-
-#~ msgid "Inhibit Tester"
-#~ msgstr "금지 테스트"
-
-#~ msgid "Reason:"
-#~ msgstr "이유:"
-
-#~ msgid "UnInhibit"
-#~ msgstr "금지 해제"
-
-#~ msgid "Vendor Acme Foo"
-#~ msgstr "제조사 ACME foo"
-
-#~ msgid "<b>Extras</b>"
-#~ msgstr "<b>기타</b>"
-
-#~ msgid "Always sleep when the lid is _closed"
-#~ msgstr "노트북 덮개를 닫으면 항상 절전모드(_C)"
-
-#~ msgid "Enable UPS discharge _alarm"
-#~ msgstr "UPS 방전 알림 사용(_A)"
-
-#~ msgid "Turn on keyboard light when light level is low"
-#~ msgstr "조도가 낮을 때 키보드 조명 켜기"
-
-#~ msgid "Use _ambient light to adjust LCD brightness"
-#~ msgstr "LCD 밝기를 조정할 때 조도 센서 이용(_A)"
-
-#~ msgid "Use _sound to notify in event of an error"
-#~ msgstr "오류 이벤트가 발생하면 소리로 알리기(_S)"
-
-#~ msgid "Power Manager for the MATE desktop"
-#~ msgstr "그놈 데스크탑을 위한 전원 관리자"
-
-#~ msgid "Device state could not be read at this time"
-#~ msgstr "현재 배터리 상태를 읽을 수 없습니다"
-
-#~ msgid "<b>Product:</b> %s\n"
-#~ msgstr "<b>제품:</b> %s\n"
-
-#~ msgid "<b>Status:</b> %s\n"
-#~ msgstr "<b>상태:</b> %s\n"
-
-#~ msgid "<b>Percentage charge:</b> %.1f%%\n"
-#~ msgstr "<b>충전량 퍼센트:</b> %.1f%%\n"
-
-#~ msgid "<b>Vendor:</b> %s\n"
-#~ msgstr "<b>제조사:</b> %s\n"
-
-#~ msgid "<b>Technology:</b> %s\n"
-#~ msgstr "<b>기술:</b> %s\n"
-
-#~ msgid "<b>Serial number:</b> %s\n"
-#~ msgstr "<b>일련 번호:</b> %s\n"
-
-#~ msgid "<b>Model:</b> %s\n"
-#~ msgstr "<b>모델:</b> %s\n"
-
-#~ msgid "<b>Charge time:</b> %s\n"
-#~ msgstr "<b>충전 시간:</b> %s\n"
-
-#~ msgid "<b>Discharge time:</b> %s\n"
-#~ msgstr "<b>방전 시간:</b> %s\n"
-
-#~ msgid "<b>Capacity:</b> %.1f%% (%s)\n"
-#~ msgstr "<b>용량:</b> %.1f%% (%s)\n"
-
-#~ msgid "<b>Current charge:</b> %.1f Wh\n"
-#~ msgstr "<b>현재 충전량:</b> %.1f Wh\n"
-
-#~ msgid "<b>Design charge:</b> %.1f Wh\n"
-#~ msgstr "<b>설계 충전량:</b> %.1f Wh\n"
-
-#~ msgid "<b>Charge rate:</b> %.1f W\n"
-#~ msgstr "<b>충전 속도:</b> %.1f W\n"
-
-#~ msgid "<b>Current charge:</b> %.0f/7\n"
-#~ msgstr "<b>현재 충전량:</b> %.0f/7\n"
-
-#~ msgid "<b>Design charge:</b> %.0f/7\n"
-#~ msgstr "<b>설계 충전량:</b> %.0f/7\n"
-
-#~ msgid "%s has stopped the suspend from taking place: %s."
-#~ msgstr "%s 프로그램이 절전이 일어나지 못하게 막았습니다: %s."
-
-#~ msgid "%s has stopped the hibernate from taking place: %s."
-#~ msgstr "%s 프로그램이 최대 절전이 일어나지 못하게 막았습니다: %s."
-
-#~ msgid "%s has stopped the policy action from taking place: %s."
-#~ msgstr "%s 프로그램이 정책 동작이 일어나지 못하게 막았습니다: %s."
-
-#~ msgid "%s has stopped the reboot from taking place: %s."
-#~ msgstr "%s 프로그램이 다시 시작하지 못하게 막았습니다: %s."
-
-#~ msgid "%s has stopped the shutdown from taking place: %s."
-#~ msgstr "%s 프로그램이 컴퓨터를 끄지 못하게 막았습니다: %s."
-
-#~ msgid "%s has stopped the timeout action from taking place: %s."
-#~ msgstr "%s 프로그램이 시간 제한 동작이 일어나지 못하게 막았습니다: %s."
-
-#~ msgid "Multiple applications have stopped the suspend from taking place."
-#~ msgstr "여러 프로그램이 절전이 일어나지 못하게 막았습니다."
-
-#~ msgid "Multiple applications have stopped the hibernate from taking place."
-#~ msgstr "여러 프로그램이 최대 절전이 일어나지 못하게 막았습니다."
-
-#~ msgid ""
-#~ "Multiple applications have stopped the policy action from taking place."
-#~ msgstr "여러 프로그램이 정책 동작이 일어나지 못하게 막았습니다."
-
-#~ msgid "Multiple applications have stopped the reboot from taking place."
-#~ msgstr "여러 프로그램이 다시 시작하지 못하게 막았습니다."
-
-#~ msgid "Multiple applications have stopped the shutdown from taking place."
-#~ msgstr "여러 프로그램이 컴퓨터를 끄지 못하게 막았습니다."
-
-#~ msgid "Request to do policy action"
-#~ msgstr "정책 동작 요청"
-
-#~ msgid "Request to do timeout action"
-#~ msgstr "시간 제한 동작 요청"
-
-#~ msgid "Perform action anyway"
-#~ msgstr "그래도 동작 실행"
-
-#~ msgid "The lid has been closed on ac power."
-#~ msgstr "AC 전원이 들어올 때 노트북 덮개를 닫았습니다."
-
-#~ msgid "The lid has been closed on battery power."
-#~ msgstr "배터리 전원을 사용할 때 노트북 덮개를 닫았습니다."
-
-#~ msgid "The power button has been pressed."
-#~ msgstr "전원 단추를 눌렀습니다."
-
-#~ msgid "The suspend button has been pressed."
-#~ msgstr "절전 단추를 눌렀습니다."
-
-#~ msgid "The hibernate button has been pressed."
-#~ msgstr "최대 절전 단추를 눌렀습니다."
-
-#~ msgid ""
-#~ "The lid has been closed, and the ac adapter removed (and mateconf is okay)."
-#~ msgstr "노트북 덮개를 닫았고, AC 어댑터가 빠졌습니다 (그리고 mateconf 정상)."
-
-#~ msgid "User clicked on tray"
-#~ msgstr "사용자가 트레이를 눌렀습니다"
-
-#~ msgid ""
-#~ "You have approximately <b>%s</b> of remaining battery life (%.1f%%). %s"
-#~ msgstr "배터리 수명이 약 <b>%s</b>만큼 남았습니다 (%.1f%%). %s"
-
-#~ msgid "Sleep warning"
-#~ msgstr "절전 경고"
-
-#~ msgid ""
-#~ "Your laptop will not sleep if you shut the lid as a running program has "
-#~ "prevented this.\n"
-#~ "Some laptops can overheat if they do not sleep when the lid is closed."
-#~ msgstr ""
-#~ "실행중인 프로그램이 요청한 대로 노트북 덮개를 닫아도 절전을 하지 않습니"
-#~ "다.\n"
-#~ "노트북 기종에 따라서는 덮개를 닫았을 때 절전하지 않으면 과열될 수 있습니"
-#~ "다."
-
-#~ msgid "Your laptop battery is now fully charged"
-#~ msgstr "배터리를 완전하게 충전했습니다"
-
-#~ msgid ""
-#~ "The AC power has been unplugged. The system is now using battery power."
-#~ msgstr "AC 전원이 빠졌습니다. 시스템에서 이제 배터리 전원을 사용합니다."
-
-#~ msgid ""
-#~ "The AC power has been unplugged. The system is now using backup power."
-#~ msgstr "AC 전원이 빠졌습니다. 시스템에서 이제 보조 전원을 사용합니다."
-
-#~ msgid "Visit quirk website"
-#~ msgstr "하드웨어 문제 웹사이트 보기"
-
-#~ msgid "gtk-refresh"
-#~ msgstr "gtk-refresh"
-
-#~ msgid "Add related _events"
-#~ msgstr "관련 이벤트 더하기(_E)"
-
-#~ msgid "Time since startup"
-#~ msgstr "시작한 이후 시간"
-
-#~ msgid "The message was not sent due to DBUS security rules"
-#~ msgstr "DBUS 보안 규칙때문에 메시지를 보내지 않았습니다"
-
-#~ msgid "General failure"
-#~ msgstr "일반적 실패"
-
-#~ msgid "Computer is running on backup power\n"
-#~ msgstr "컴퓨터는 보조 전원으로 실행 중입니다\n"
-
-#~ msgid "Computer is running on AC power\n"
-#~ msgstr "컴퓨터는 AC 전원으로 실행 중입니다\n"
-
-#~ msgid "Computer is running on battery power\n"
-#~ msgstr "컴퓨터는 배터리 전원으로 실행 중입니다\n"
-
-#~ msgid "Battery discharge time is currently unknown\n"
-#~ msgstr "배터리 방전 시간은 현재 알 수 없습니다\n"
-
-#~ msgid "Battery charge time is currently unknown\n"
-#~ msgstr "배터리 충전 시간은 현재 알 수 없습니다\n"
-
-#~ msgid "Battery discharge time is estimated\n"
-#~ msgstr "배터리 방전 시간은 예측 값입니다\n"
-
-#~ msgid "Battery charge time is estimated\n"
-#~ msgstr "배터리 충전 시간은 예측 값입니다\n"
-
-#~ msgid "Unable to get data..."
-#~ msgstr "데이터를 가져올 수 없습니다..."
-
-#~ msgid "Reason: %s"
-#~ msgstr "이유: %s"
-
-#~ msgid "On AC"
-#~ msgstr "AC 전원 사용"
-
-#~ msgid "On battery"
-#~ msgstr "배터리 사용"
-
-#~ msgid "Session powersave"
-#~ msgstr "세션 절전"
-
-#~ msgid "label shown on graph|Suspend"
-#~ msgstr "절전"
-
-#~ msgid "label shown on graph|Resume"
-#~ msgstr "원상복귀"
-
-#~ msgid "label shown on graph|Hibernate"
-#~ msgstr "최대 절전"
-
-#~ msgid "Notification"
-#~ msgstr "알림"
-
-#~ msgid "DPMS On"
-#~ msgstr "DPMS 켬"
-
-#~ msgid "DPMS Standby"
-#~ msgstr "DPMS 대기"
-
-#~ msgid "DPMS Suspend"
-#~ msgstr "DPMS 일시 정지"
-
-#~ msgid "DPMS Off"
-#~ msgstr "DPMS 끔"
-
-#~ msgid "Battery percentage"
-#~ msgstr "배터리 퍼센트"
-
-#~ msgid "Battery Voltage"
-#~ msgstr "배터리 전압"
-
-#~ msgid "Accuracy of reading"
-#~ msgstr "읽기 정확도"
-
-#~ msgid "Trusted"
-#~ msgstr "신뢰함"
-
-#~ msgid "Untrusted"
-#~ msgstr "신뢰하지 않음"
-
-#~ msgid "Valid data"
-#~ msgstr "올바른 데이터"
-
-#~ msgid "Extrapolated data"
-#~ msgstr "추정 데이터"
-
-#~ msgid "Stop point"
-#~ msgstr "끝점"
-
-#~ msgid "AC adapter inserted"
-#~ msgstr "AC 어댑터 연결"
-
-#~ msgid "The laptop lid has been closed"
-#~ msgstr "노트북 덮개를 닫았습니다"
-
-#~ msgid "The laptop lid has been re-opened"
-#~ msgstr "노트북 덮개를 다시 열었습니다"
-
-#~ msgid "idle mode ended"
-#~ msgstr "입력 없음 모드 끝"
-
-#~ msgid "idle mode started"
-#~ msgstr "입력 없음 모드 시작"
-
-#~ msgid "powersave mode started"
-#~ msgstr "절전 모드 시작"
-
-#~ msgid "dpms on"
-#~ msgstr "DPMS 켬"
-
-#~ msgid "dpms standby"
-#~ msgstr "DPMS 대기"
-
-#~ msgid "dpms suspend"
-#~ msgstr "DPMS 일시 정지"
-
-#~ msgid "dpms off"
-#~ msgstr "DPMS 끔"
-
-#~ msgid "Resuming computer"
-#~ msgstr "컴퓨터 원상복귀"
-
-#~ msgid "Hibernate Problem"
-#~ msgstr "최대절전 문제"
-
-#~ msgid "Suspend Problem"
-#~ msgstr "절전 문제"
-
-#~ msgid "Do not daemonize"
-#~ msgstr "데몬으로 실행하지 않음"
-
-#~ msgid "Request to reboot"
-#~ msgstr "다시 시작 요청"
-
-#~ msgid "Request to shutdown"
-#~ msgstr "컴퓨터 끄기 요청"
-
-#~ msgid "Action forbidden"
-#~ msgstr "동작 금지"
-
-#~ msgid "Suspend is not available on this computer."
-#~ msgstr "이 컴퓨터에서 절전 기능을 사용할 수 없습니다."
-
-#~ msgid "Suspending computer."
-#~ msgstr "컴퓨터 절전."
-
-#~ msgid "Hibernate is not available on this computer."
-#~ msgstr "이 컴퓨터에서 최대 절전 기능을 사용할 수 없습니다."
-
-#~ msgid "Hibernating computer."
-#~ msgstr "컴퓨터 최대절전."
-
-#~ msgid "Doing nothing."
-#~ msgstr "아무 것도 안함."
-
-#~ msgid "Shutting down computer."
-#~ msgstr "컴퓨터 끄기."
-
-#~ msgid "MATE interactive logout."
-#~ msgstr "그놈 로그아웃 대화상자."
-
-#~ msgid "System idle."
-#~ msgstr "시스템 동작하지 않음."
-
-#~ msgid "a short time"
-#~ msgstr "짧은 시간"
-
-#~ msgid "Laptop batteries"
-#~ msgstr "노트북 배터리"
-
-#~ msgid "UPSs"
-#~ msgstr "UPS"
-
-#~ msgid "Wireless mice"
-#~ msgstr "무선 마우스"
-
-#~ msgid "Wireless keyboards"
-#~ msgstr "무선 키보드"
-
-#~ msgid "PDAs"
-#~ msgstr "PDA"
-
-#~ msgid "Cell phones"
-#~ msgstr "휴대전화"
-
-#~ msgid "MATE Power Statistics"
-#~ msgstr "그놈 전원 통계"
-
-#~ msgid "Charge history"
-#~ msgstr "충전 기록"
-
-#~ msgid "Power history"
-#~ msgstr "전원 기록"
-
-#~ msgid "Voltage history"
-#~ msgstr "전압 기록"
-
-#~ msgid "Estimated time history"
-#~ msgstr "예상 시간 기록"
-
-#~ msgid "Could not connect to MATE Power Manager."
-#~ msgstr "그놈 전원 관리자에 연결할 수 없습니다."
-
-#~ msgid ""
-#~ "If niced processes are considered, they can cause a frequency increment "
-#~ "even though their absolute load percentage wouldn't trigger the scaling "
-#~ "mechanism to switch up the frequency."
-#~ msgstr ""
-#~ "우선순위를 변경한 프로세스가 있으면, 그 프로세스의 절대적인 사용량 퍼센트"
-#~ "가 클럭 변경 방식에 영향을 미치지 않긴 하지만 이것때문에 클럭수가 늘어날 "
-#~ "수도 있습니다."
-
-#~ msgid "If we should show the CPU frequency scaling in the UI"
-#~ msgstr "CPU 클럭 변화를 인터페이스로 표시할 지 여부"
-
-#~ msgid ""
-#~ "If we should show the CPU frequency scaling in the UI. Some people need "
-#~ "to configure this for specific systems."
-#~ msgstr ""
-#~ "CPU 클럭 변화를 인터페이스로 표시할 지 여부. 특정 시스템에는 이 값을 설정"
-#~ "해야 할 경우도 있습니다."
-
-#~ msgid "The cpufreq performance value to use when on AC power"
-#~ msgstr "AC 전원을 사용할 때 cpufreq 퍼포먼스 값"
-
-#~ msgid "The cpufreq performance value to use when on battery power"
-#~ msgstr "배터리 전원을 사용할 때 cpufreq 퍼포먼스 값"
-
-#~ msgid ""
-#~ "The cpufreq performance value used to scale the processor when on AC "
-#~ "power."
-#~ msgstr ""
-#~ "AC 전원을 사용할 때 프로세서 클럭을 바꿀 때 사용할 cpufreq 퍼포먼스 값."
-
-#~ msgid ""
-#~ "The cpufreq performance value used to scale the processor when on battery "
-#~ "power."
-#~ msgstr ""
-#~ "배터리 전원을 사용할 때 프로세서 클럭을 바꿀 때 사용할 cpufreq 퍼포먼스 "
-#~ "값."
-
-#~ msgid "The cpufreq policy to use when on AC power"
-#~ msgstr "AC 전원을 사용할 때 cpufreq 정책"
-
-#~ msgid "The cpufreq policy to use when on battery power"
-#~ msgstr "배터리 전원을 사용할 때 cpufreq 정책"
-
-#~ msgid ""
-#~ "The cpufreq policy used to scale the processor when on AC power. Possible "
-#~ "values are ondemand, conservative, powersave, userspace, performance, "
-#~ "nothing."
-#~ msgstr ""
-#~ "AC 전원을 사용할 때 프로세서 클럭을 조정할 때 사용할 cpufreq 정책. 사용할 "
-#~ "수 있는 값은 \"ondemand\", \"conservative\", \"powersave\", \"userspace"
-#~ "\", \"performance\", \"nothing\"입니다."
-
-#~ msgid ""
-#~ "The cpufreq policy used to scale the processor when on battery power. "
-#~ "Possible values are ondemand, conservative, powersave, userspace, "
-#~ "performance, nothing."
-#~ msgstr ""
-#~ "배터리 전원을 사용할 때 프로세서 클럭을 조정할 때 사용할 cpufreq 정책. 사"
-#~ "용할 수 있는 값은 \"ondemand\", \"conservative\", \"powersave\", "
-#~ "\"userspace\", \"performance\", \"nothing\"입니다."
-
-#~ msgid ""
-#~ "The device name for the v4l device used as a brightness sensor backup"
-#~ msgstr "밝기 센서 대체품으로 사용할 V4L 장치의 이름"
-
-#~ msgid ""
-#~ "The device name for the v4l device used as a brightness sensor backup. A "
-#~ "value of 'default' uses the first discovered sensor, or devices can be "
-#~ "specified, e.g. '/dev/video0'"
-#~ msgstr ""
-#~ "밝기 센서 대체품으로 사용할 V4L 장치의 장치 이름. 값을 'default'로 하면 첫"
-#~ "번째로 발견한 센서를 사용하고, 그렇지 않은 경우 장치 이름을 지정합니다. 예"
-#~ "를 들어 '/dev/video0'처럼 합니다."
-
-#~ msgid ""
-#~ "Whether or not niced processes should be considered on processor load "
-#~ "calculation"
-#~ msgstr "우선순위가 조정된 프로세스를 프로세서 사용량으로 취급할 지 여부"
-
-#~ msgid "Computer sp_eed policy:"
-#~ msgstr "컴퓨터 속도 정책(_E):"
-
-#~ msgid "Debug specific files, e.g. power"
-#~ msgstr "디버깅 전용 파일, 예를 들어 power"
-
-#~ msgid ""
-#~ "Policy timeout is not valid. Please wait a few seconds and try again."
-#~ msgstr "정책 제한 시간이 올바르지 않습니다. 몇 초 뒤에 다시 시도하십시오."
-
-#~ msgid "<b>Status:</b> Charged\n"
-#~ msgstr "<b>상태:</b> 충전상태\n"
-
-#~ msgid "<b>Status:</b> Charging\n"
-#~ msgstr "<b>상태:</b> 충전중\n"
-
-#~ msgid "<b>Status:</b> Discharging\n"
-#~ msgstr "<b>상태:</b> 방전중\n"
-
-#~ msgid "Based on processor load"
-#~ msgstr "프로세서 사용량에 따라"
-
-#~ msgid "Automatic power saving"
-#~ msgstr "자동 절전"
-
-#~ msgid "Maximum power saving"
-#~ msgstr "최대 절전"
-
-#~ msgid "Always maximum speed"
-#~ msgstr "항상 최고 속도"
-
-#~ msgid "Dim display _brightness by:"
-#~ msgstr "화면을 어둡게 하는 정도(_B):"
-
-#~ msgid "%s because %s"
-#~ msgstr "%s, 원인: %s"
-
-#~ msgid "Inhibit warning!"
-#~ msgstr "절전 금지 경고!"
-
-#~ msgid "Change the brightness to a preset level on AC state change"
-#~ msgstr "AC 상태 변화에 따라 밝기를 현재 단계로 바꿉니다"
-
-#~ msgid ""
-#~ "If the laptop should be configured as if it is using a permanent external "
-#~ "monitor"
-#~ msgstr "외부 모니터를 계속해서 사용하는 것처럼 노트북을 설정할 지 여부"
-
-#~ msgid ""
-#~ "If the laptop should be configured to not do dimming actions and DPMS off "
-#~ "if it is using a dock or external monitor. Most laptop and desktop users "
-#~ "should select FALSE here."
-#~ msgstr ""
-#~ "도크나 외부 모니터를 사용하는 경우 노트북의 어둡게 하기 동작과 DPMS 끄기 "
-#~ "동작을 하지 않도록 설정할 지 여부. 대부분의 노트북과 데스크탑 사용자는 여"
-#~ "기에서 거짓이라고 설정해야 합니다."
-
-#~ msgid "Notify on a HAL error"
-#~ msgstr "HAL 오류가 발생했을 때 알리기"
-
-#~ msgid "Percentage considered very low"
-#~ msgstr "매우 낮다고 할 퍼센트 값"
-
-#~ msgid "The damping factor for the rate"
-#~ msgstr "속도 계산할 때 감쇠치"
-
-#~ msgid ""
-#~ "The percentage of the battery when it is considered very low. Only valid "
-#~ "when use_time_for_policy is false."
-#~ msgstr ""
-#~ "배터리가 매우 낮다고 할 퍼센트 값. use_time_for_policy가 거짓일 경우에만 "
-#~ "사용합니다."
-
-#~ msgid ""
-#~ "The time remaining in seconds of the battery when it is considered very "
-#~ "low. Only valid when use_time_for_policy is true."
-#~ msgstr ""
-#~ "매우 낮다고 할 배터리 남은 시간. use_time_for_policy가 참일 경우에만 사용"
-#~ "합니다."
-
-#~ msgid "The time remaining when very low"
-#~ msgstr "매우 낮을 때 남은 시간"
-
-#~ msgid ""
-#~ "The value of the damping factor used when calculating the exponentially "
-#~ "weighted average of the rate. Increasing this value will increase the "
-#~ "damping effect of the rate calculations, which makes the time remaining "
-#~ "more accurate, but the graphs less responsive."
-#~ msgstr ""
-#~ "지수함수 가중치를 둬서 속도의 평균을 계산할 때 사용할 감쇠치. 이 값을 키우"
-#~ "면 속도를 계산할 때 감쇠 효과가 커지고, 그러면 남은 시간을 좀 더 정확하게 "
-#~ "계산하지만 그래프의 업데이트를 자주 못하게 됩니다."
-
-#~ msgid "Whether we should show the legend in the statistics window"
-#~ msgstr "통계 창에서 범례를 표시할 지 여부."
-
-#~ msgid "Whether we should show the legend in the statistics window."
-#~ msgstr "통계 창에서 범례를 표시할 지 여부."
-
-#~ msgid "Add _axis labels"
-#~ msgstr "축 레이블 더하기(_A)"
-
-#~ msgid "Add lege_nd"
-#~ msgstr "범례 더하기(_N)"
-
-#~ msgid "Time remaining"
-#~ msgstr "남은 시간"
-
-#~ msgid "Unknown caption"
-#~ msgstr "알 수 없는 제목"
-
-#~ msgid "%iW"
-#~ msgstr "%iW"
-
-#~ msgid "%iV"
-#~ msgstr "%iV"
-
-#~ msgid "Power Inhibit Test"
-#~ msgstr "전원 관리 금지 테스트"
-
-#~ msgid "the DBUS method Suspend() was invoked"
-#~ msgstr "DBUS 메소드 Suspend() 실행"
-
-#~ msgid "the DBUS method Hibernate() was invoked"
-#~ msgstr "DBUS 메소드 Hibernate() 실행"
-
-#~ msgid "the DBUS method Shutdown() was invoked"
-#~ msgstr "DBUS 메소드 Shutdown() 실행"
-
-#~ msgid "Rebooting computer"
-#~ msgstr "컴퓨터 다시 시작"
-
-#~ msgid "the DBUS method Reboot() was invoked"
-#~ msgstr "DBUS 메소드 Reboot() 실행"
-
-#~ msgid "Your system is running on backup power!"
-#~ msgstr "백업 전원으로 시스템이 실행 중입니다!"
-
-#~ msgid "user clicked hibernate from tray menu"
-#~ msgstr "사용자가 메뉴에서 최대절전 상태를 눌렀습니다"
-
-#~ msgid "Your computer did not appear to resume correctly from suspend."
-#~ msgstr "컴퓨터가 절전 상태에서 올바르게 돌아오지 못한 것 같습니다."
-
-#~ msgid "Your computer did not appear to resume correctly from hibernate."
-#~ msgstr "컴퓨터가 최대 절전 상태에서 올바르게 돌아오지 못한 것 같습니다."
-
-#~ msgid "This may be a driver or hardware problem."
-#~ msgstr "드라이버나 하드웨어 문제일 것입니다."
-
-#~ msgid "Check the MATE Power Manager manual for common problems."
-#~ msgstr "그놈 전원 관리자 안내서에서 흔히 발생하는 문제를 확인해 보십시오."
-
-#~ msgid "Remaining time:"
-#~ msgstr "남은 시간:"
-
-#~ msgid "Charge rate (smoothed):"
-#~ msgstr "충전 속도 (평균):"
-
-#~ msgid "Recalculating information..."
-#~ msgstr "정보를 다시 계산하는 중..."
-
-#~ msgid "Power Preferences"
-#~ msgstr "전원 기본설정"
-
-#~ msgid "Perhaps the program is not running or you are using an old version?"
-#~ msgstr "프로그램을 실행하지 않았거나 오래 전 버전을 사용하고 있을 것입니다."
-
-#~ msgid "hibernate"
-#~ msgstr "최대절전"
-
-#~ msgid "suspend"
-#~ msgstr "절전"
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:641
+msgid "Empty"
+msgstr "비어있음"
-#~ msgid "Power Very Low"
-#~ msgstr "전원 매우 낮음"
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:649
+msgid "Waiting to charge"
+msgstr "충전 대기 중"
-#~ msgid "Power Low"
-#~ msgstr "전원 낮음"
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:653
+msgid "Waiting to discharge"
+msgstr "방전 대기 중"
diff --git a/po/ky.po b/po/ky.po
index b30ab38..19b7b35 100644
--- a/po/ky.po
+++ b/po/ky.po
@@ -3,14 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# <[email protected]>, 2013.
+# chingis, 2013
+# chingis, 2013
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
"POT-Creation-Date: 2013-03-15 21:36+0100\n"
-"PO-Revision-Date: 2013-03-26 07:18+0000\n"
-"Last-Translator: chingis <[email protected]>\n"
+"PO-Revision-Date: 2013-04-29 14:46+0000\n"
+"Last-Translator: chingis\n"
"Language-Team: Kirgyz (http://www.transifex.com/projects/p/MATE/language/ky/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -124,7 +125,7 @@ msgstr ""
#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
-msgstr ""
+msgstr "Автордук укугу © 2006-2007 Richard Hughes"
#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
msgid "Inhibit Applet Factory"
@@ -909,7 +910,7 @@ msgstr ""
#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
msgid "General"
-msgstr ""
+msgstr "Жалпы"
#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
msgid "Provides help about this program"
@@ -1628,23 +1629,23 @@ msgstr ""
#: ../src/gpm-statistics.c:140
msgid "Value"
-msgstr ""
+msgstr "Мааниси"
#: ../src/gpm-statistics.c:157
msgid "Image"
-msgstr ""
+msgstr "Белгиси"
#: ../src/gpm-statistics.c:163
msgid "Description"
-msgstr ""
+msgstr "Баяндамасы"
#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
-msgstr ""
+msgstr "Түрү"
#: ../src/gpm-statistics.c:188
msgid "ID"
-msgstr ""
+msgstr "Идентификатору"
#: ../src/gpm-statistics.c:202
msgid "Command"
@@ -2054,12 +2055,12 @@ msgstr ""
#. TRANSLATORS: battery state
#: ../src/gpm-upower.c:364 ../src/gpm-upower.c:645
msgid "Charged"
-msgstr ""
+msgstr "Заряддалган"
#. TRANSLATORS: battery state
#: ../src/gpm-upower.c:367 ../src/gpm-upower.c:633
msgid "Charging"
-msgstr ""
+msgstr "Заряддалууда"
#. TRANSLATORS: battery state
#: ../src/gpm-upower.c:370 ../src/gpm-upower.c:637
@@ -2069,7 +2070,7 @@ msgstr ""
#. TRANSLATORS: percentage
#: ../src/gpm-upower.c:375
msgid "Percentage charge:"
-msgstr ""
+msgstr "Заряд пайызы:"
#. TRANSLATORS: manufacturer
#: ../src/gpm-upower.c:379
@@ -2109,7 +2110,7 @@ msgstr ""
#: ../src/gpm-upower.c:412
msgid "Good"
-msgstr ""
+msgstr "жакшы"
#: ../src/gpm-upower.c:414
msgid "Fair"
@@ -2117,7 +2118,7 @@ msgstr ""
#: ../src/gpm-upower.c:416
msgid "Poor"
-msgstr ""
+msgstr "жаман"
#: ../src/gpm-upower.c:420
msgid "Capacity:"
@@ -2208,17 +2209,17 @@ msgstr[0] "Компьютер"
#. TRANSLATORS: battery technology
#: ../src/gpm-upower.c:589
msgid "Lithium Ion"
-msgstr ""
+msgstr "Литий-ион"
#. TRANSLATORS: battery technology
#: ../src/gpm-upower.c:593
msgid "Lithium Polymer"
-msgstr ""
+msgstr "Литий-полимер"
#. TRANSLATORS: battery technology
#: ../src/gpm-upower.c:597
msgid "Lithium Iron Phosphate"
-msgstr ""
+msgstr "Литий-фосфат"
#. TRANSLATORS: battery technology
#: ../src/gpm-upower.c:601
@@ -2228,7 +2229,7 @@ msgstr ""
#. TRANSLATORS: battery technology
#: ../src/gpm-upower.c:605
msgid "Nickel Cadmium"
-msgstr ""
+msgstr "Никель-кадмий"
#. TRANSLATORS: battery technology
#: ../src/gpm-upower.c:609
@@ -2238,12 +2239,12 @@ msgstr ""
#. TRANSLATORS: battery technology
#: ../src/gpm-upower.c:613
msgid "Unknown technology"
-msgstr ""
+msgstr "Белгисиз технология"
#. TRANSLATORS: battery state
#: ../src/gpm-upower.c:641
msgid "Empty"
-msgstr ""
+msgstr "Бош"
#. TRANSLATORS: battery state
#: ../src/gpm-upower.c:649
diff --git a/po/lv.po b/po/lv.po
index 06a4a28..32ae2c6 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -1,153 +1,147 @@
-# translation of lv.po to Latvian
-# translation of pan.HEAD.lv.po to
-# pan for Latvian.
-# Copyright (C) 2002 Charles Kerr
-# This file is distributed under the same license as the pan package.
-#
-# Raivis Dejus <[email protected]>, 2006, 2007, 2009.
-# Rūdolfs Mazurs <[email protected]>, 2010.
-msgid ""
-msgstr ""
-"Project-Id-Version: lv\n"
-"Report-Msgid-Bugs-To: http://bugzilla.mate.org/enter_bug."
-"cgi?product=mate-power-manager&component=general\n"
-"POT-Creation-Date: 2010-03-29 12:18+0000\n"
-"PO-Revision-Date: 2010-06-06 21:14+0300\n"
-"Last-Translator: Rūdolfs Mazurs <[email protected]>\n"
-"Language-Team: Latviešu <[email protected]>\n"
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Imants Liepiņš <[email protected]>, 2013
+# jeanmarcgailis <[email protected]>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-08-19 14:53+0000\n"
+"Last-Translator: jeanmarcgailis <[email protected]>\n"
+"Language-Team: Latvian (http://www.transifex.com/projects/p/MATE/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
-"2);\n"
-"X-Launchpad-Export-Date: 2009-02-19 16:40+0000\n"
-"X-Generator: Lokalize 1.0\n"
+"Language: lv\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
-#: ../applets/brightness/brightness-applet.c:105
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "Barošanas pārvaldnieka spilgtuma sīklietotne"
-#: ../applets/brightness/brightness-applet.c:106
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "Pielāgo klēpjdatora paneļa spilgtumu."
-#: ../applets/brightness/brightness-applet.c:359
-#: ../applets/inhibit/inhibit-applet.c:358
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "Nevar pieslēgties pie mate-power-manager"
-#: ../applets/brightness/brightness-applet.c:361
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "Nevar nolasīt klēpjdatora paneļa spilgtumu"
-#: ../applets/brightness/brightness-applet.c:363
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "LCD spilgtums : %d%%"
-#: ../applets/brightness/brightness-applet.c:748
-#: ../applets/inhibit/inhibit-applet.c:427
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
msgstr "Licencēts zem GNU Vispārējās Publiskās Licences 2. versijas"
-#: ../applets/brightness/brightness-applet.c:749
-#: ../applets/inhibit/inhibit-applet.c:428
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"Barošanas pārvaldnieks ir brīva programmatūra; jūs to varat izplatīt un/vai\n"
-"pārveidot atbilstoši GNU Vispārējās Publiskās Licences noteikumiem,\n"
-"ko izdevis Brīvās Programmatūras Fonds; arī 2. licences\n"
-"versija vai (pēc jūsu izvēles) jebkura vēlāka versija."
+msgstr "Barošanas pārvaldnieks ir brīva programmatūra; jūs to varat izplatīt un/vai\npārveidot atbilstoši GNU Vispārējās Publiskās Licences noteikumiem,\nko izdevis Brīvās Programmatūras Fonds; arī 2. licences\nversija vai (pēc jūsu izvēles) jebkura vēlāka versija."
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Barošanas pārvaldnieks ir izplatīts cerībā, ka tas būs noderīgs,\n"
-"bet BEZ JEBKĀDAS GARANTIJAS; pat bez iekļautas\n"
-"TIRDZNIECĪBAS un ATBILSTĪBAS NOTEIKTAM MĒRĶIM. Skatiet\n"
-"GNU Vispārējo Publisko Licenci sīkākai informācijai."
+msgstr "Barošanas pārvaldnieks ir izplatīts cerībā, ka tas būs noderīgs,\nbet BEZ JEBKĀDAS GARANTIJAS; pat bez iekļautas\nTIRDZNIECĪBAS un ATBILSTĪBAS NOTEIKTAM MĒRĶIM. Skatiet\nGNU Vispārējo Publisko Licenci sīkākai informācijai."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"Jums būtu vajadzējis saņemt GNU Vispārējās Publiskās Licences kopiju\n"
-"līdz ar šo programmu; ja ne, rakstiet uz Brīvās Programmatūras\n"
-"Fondu, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
-"02110-1301, USA."
+msgstr "Jums būtu vajadzējis saņemt GNU Vispārējās Publiskās Licences kopiju\nlīdz ar šo programmu; ja ne, rakstiet uz Brīvās Programmatūras\nFondu, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n02110-1301, USA."
-#: ../applets/brightness/brightness-applet.c:771
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Autortiesības © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Pielāgo klēpjdatora paneļa spilgtumu"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "P_ar"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Spilgtuma sīklietotne"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "_Palīdzība"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Spilgtuma sīklietotnes ražotne"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Spilgtuma sīklietotnes ražotne"
-#: ../applets/inhibit/inhibit-applet.c:91
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Spilgtuma sīklietotne"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Pielāgo klēpjdatora paneļa spilgtumu"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "Barošanas pārvaldnieka nomākšanas sīklietotne"
-#: ../applets/inhibit/inhibit-applet.c:92
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "Ļaut lietotājiem nomākt automātisko enerģijas taupīšanu."
-#: ../applets/inhibit/inhibit-applet.c:361
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "Automātiskās iemigšanas nomākta"
-#: ../applets/inhibit/inhibit-applet.c:363
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "Automātiskā iemigšana aktivizēta"
-#: ../applets/inhibit/inhibit-applet.c:391
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "Pašrocīgā nomākšana"
-#: ../applets/inhibit/inhibit-applet.c:450
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Autortiesības © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "Ļauj lietotājam nomākt automātisko enerģijas taupīšanu"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Nomākšanas sīklietotnes ražotne"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Nomākšanas sīklietotnes ražotne"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "Nomākšanas sīklietotne"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Nomākšanas sīklietotnes ražotne"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Ļauj lietotājam nomākt automātisko enerģijas taupīšanu"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -157,911 +151,837 @@ msgstr "Barošanas pārvaldnieks"
msgid "Power management daemon"
msgstr "Barošanas pārvaldnieka dēmons"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Atļaut monitora spilgtuma pielāgošanu"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Vai sastindzināt, iesnaudināt vai nedarīt neko, kad neaktīvs"
-#: ../data/mate-power-manager.schemas.in.h:2
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
+msgid ""
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
msgid "Battery critical low action"
msgstr "Baterijas kritiski zema darbība"
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "Pārbaudīt CPU pirms iesnaušanas"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
+msgid ""
+"If the battery event should occur when the lid is shut and the power "
+"disconnected"
+msgstr "Vai vajadzētu notikt baterijas notikumiem, kad vāks ir aizvērts un strāva atvienota"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
+msgid ""
+"If the battery lid close event should occur (for example 'Suspend when lid "
+"closed on battery') when the lid is previously shut and the AC power "
+"disconnected at a later time."
+msgstr "Vai baterijas vāka aizvēršanas notikumam vajadzētu notikt (piemēram, 'Iesnaudināt, kad vāks baterijai aizvērts'), kad vāks iepriekš aizvērts un maiņstrāva atvienota vēlāk."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "Darbība, kad UPS tukšs"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
msgstr ""
-"Barojoties no strāvas, samazināt ekrāna spilgtumu pēc bezdarbības brīža"
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "Darbība, kad UPS gandrīz tukšs"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
msgstr ""
-"Barojoties no akumulatora, samazināt ekrāna spilgtumu pēc bezdarbības brīža"
-#: ../data/mate-power-manager.schemas.in.h:6
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Atļaut monitora spilgtuma pielāgošanu"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"Attēlot paziņojuma ikonas iespējas. Derīgās iespējas ir \"never\" (nekad), "
-"\"low"
-"\" (zema), \"critical\" (kritiska), \"charge\" (uzlādē), \"present\" (ir "
-"pievienota) un \"always\" (vienmēr)."
+"If the screen brightness should be changed when switching between AC and "
+"battery power."
+msgstr "Vai mainīt ekrāna spilgtumu, pārslēdzoties starp strāvas un bateriju barošanu."
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Sastindzināšanas pogas darbība"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "Samazināt ekrāna spožumu darbojoties uz baterijas"
-#: ../data/mate-power-manager.schemas.in.h:8
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr ""
-"Vai pēc neveiksmīgas iesnaudināšanas vai sastindzināšanas rādīt attiecīgu "
-"paziņojumu."
+"If the screen should be reduced in brightness when the computer is on "
+"battery power."
+msgstr "Vai, izmantojot baterijas strāvu, samazināt ekrāna spilgtumu."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "Ekrāna spožums, kad dīkstāvē"
-#: ../data/mate-power-manager.schemas.in.h:9
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
msgstr ""
-"Vai paziņojuma ziņojumam vajadzētu tikt attēlotam, kad baterija pilnība "
-"uzlādēta."
-#: ../data/mate-power-manager.schemas.in.h:10
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Barojoties no akumulatora, samazināt ekrāna spilgtumu pēc bezdarbības brīža"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr ""
-"Vai paziņojuma ziņojumam vajadzētu tikt attēlotam, kad baterijas strāva "
-"tuvojas beigām."
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "Vai dīkstāvē vajadzētu samazināt ekrāna spilgtumu, lai ietaupītu enerģiju, izmantojot baterija strāvu."
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr "Vai iestatījumu un statistiku rādīt konteksta izvēlnē"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "Noklusētais laiks, pēc kura aptumšot ekrānu, kad nekas netiek darīts"
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "Vai vajadzetu lietot skaņas"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "Noklusētais laiks, pēc kura aptumšot ekrānu, kad nekas netiek darīts."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
+msgid "LCD dimming amount when on battery"
+msgstr "LCD aptumšošanas mērs, kad izmanto baterijas strāvu"
-#: ../data/mate-power-manager.schemas.in.h:13
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"Vai būtu jālieto skaņas, kad bateriju līmenis ir kritiski zems, vai arī "
-"nomākšanas pieprasījums ir pārtraucis politikas darbību."
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "Apjoms, par kuru samazināt ekrāna gaišumu, kad dators izmanto baterijas strāvu. Iespējamās vērtības ir starp 0 un 100."
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr "Vai būtu jāpārbauda CPU noslodze pirms dīkstāves darbību veikšanas."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Barojoties no strāvas, samazināt ekrāna spilgtumu pēc bezdarbības brīža"
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
msgid ""
-"If the battery event should occur when the lid is shut and the power "
-"disconnected"
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "Vai dīkstāvē vajadzētu samazināt ekrāna spilgtumu, lai ietaupītu enerģiju, izmantojot maiņstrāvu."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
+msgid "Method used to blank screen on AC"
+msgstr "Metode, kas tiks izmantota ekrāna aptumšošanai izmantojot barošanas vadu"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
msgstr ""
-"Vai vajadzētu notikt baterijas notikumiem, kad vāks ir aizvērts un "
-"strāva atvienota"
-#: ../data/mate-power-manager.schemas.in.h:16
-msgid ""
-"If the battery lid close event should occur (for example 'Suspend when lid "
-"closed on battery') when the lid is previously shut and the AC power "
-"disconnected at a later time."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
+msgid "Method used to blank screen on battery"
+msgstr "Metode, kas tiks izmantota ekrāna aptumšošanai izmantojot bateriju"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
msgstr ""
-"Vai baterijas vāka aizvēršanas notikumam vajadzētu notikt (piemēram, "
-"'Iesnaudināt, kad vāks baterijai aizvērts'), kad vāks iepriekš aizvērts un "
-"maiņstrāva atvienota vēlāk."
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr "Vai būtu jāizmanto apmācītais profils, lai aprēķinātu atlikušo laiku"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "LCD spilgtums, kad izmanto maiņstrāvu"
-#: ../data/mate-power-manager.schemas.in.h:18
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
msgstr ""
-"Vai būtu jāizmanto apmācītais profils, lai aprēķinātu atlikušo laiku. "
-"Aktivizējiet šo vienīgi atkļūdošanas vajadzībām."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr ""
-"Vai enerģijas taupības režīmam vajadzētu būt ieslēgtam, kad pievienots"
-"maiņstrāvai"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Iesnaudināšanas pogas darbība"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
msgstr ""
-"Vai enerģijas taupības režīmam vajadzētu būt ieslēgtam, kad izmanto "
-"baterijas "
-"strāvu"
-#: ../data/mate-power-manager.schemas.in.h:21
-msgid ""
-"If the screen brightness should be changed when switching between AC and "
-"battery power."
-msgstr ""
-"Vai mainīt ekrāna spilgtumu, pārslēdzoties starp strāvas un bateriju "
-"barošanu."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Sastindzināšanas pogas darbība"
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
msgstr ""
-"Vai dīkstāvē vajadzētu samazināt ekrāna spilgtumu, lai ietaupītu enerģiju, "
-"izmantojot maiņstrāvu."
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
+msgid "Power button action"
+msgstr "Barošanas pogas darbība"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
msgstr ""
-"Vai dīkstāvē vajadzētu samazināt ekrāna spilgtumu, lai ietaupītu enerģiju, "
-"izmantojot baterija strāvu."
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "Klēpjdatora vāka aizvēršanas darbība, kad izmanto baterijas strāvu"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
msgid ""
-"If the screen should be reduced in brightness when the computer is on "
+"The action to take when the laptop lid is closed and the laptop is on "
"battery power."
-msgstr "Vai, izmantojot baterijas strāvu, samazināt ekrāna spilgtumu."
-
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
msgstr ""
-"Vai sistēmas zemas enerģijas patēriņa režīmam vajadzētu būt ieslēgtam, "
-"kad izmanto maiņstrāvu."
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "Klēpjdatora vāka aizvēršanas darbība, kad izmanto maiņstrāvu"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
msgstr ""
-"Vai sistēmas zemas enerģijas patēriņa režīmam vajadzētu būt ieslēgtam, "
-"kad izmanto baterijas strāvu."
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr "Vai lietotājam būtu jāpaziņo, kad maiņstrāvas adapteris ir atvienots."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Vai lietot uz laika balstītus paziņojumus"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
msgid ""
"If time based notifications should be used. If set to false, then the "
"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"Vai būtu jālieto laika balstīti paziņojumi. Ja uzstādīts uz aplams, tad tā "
-"vietā tiek lietotas procentuālās izmaiņas, kas var salabot salauztu ACPI "
-"BIOS."
+msgstr "Vai būtu jālieto laika balstīti paziņojumi. Ja uzstādīts uz aplams, tad tā vietā tiek lietotas procentuālās izmaiņas, kas var salabot salauztu ACPI BIOS."
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr "Vai būtu jārāda zemas baterijas strāvas brīdinājums bojātām baterijām"
-
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr "Vai būtu jārāda zemas baterijas strāvas brīdinājums bojātām baterijām."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Pārbaudīt CPU pirms iesnaušanas"
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr "Vai būtu jārāda atsaukto bateriju brīdinājums bojātām baterijām"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "Vai būtu jāpārbauda CPU noslodze pirms dīkstāves darbību veikšanas."
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
msgstr ""
-"Vai būtu jārāda atsaukto bateriju brīdinājums bojātām baterijām. Izvēlieties "
-"šeit false tikai, ja zināt, ka ar jūsu bateriju viss ir kārtībā."
-
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "LCD spilgtums, kad izmanto maiņstrāvu"
-#: ../data/mate-power-manager.schemas.in.h:34
-msgid "LCD dimming amount when on battery"
-msgstr "LCD aptumšošanas mērs, kad izmanto baterijas strāvu"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
+msgid ""
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "Vai NetworkManager pirms iesnaušanās vai sastingšanas būtu jāatvienojas, un jāsavienojas atmostoties."
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "Klēpjdatora vāka aizvēršanas darbība, kad izmanto baterijas strāvu"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Lietot mate-screensaver lock iestatījumu"
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr "Klēpjdatora vāka aizvēršanas darbība, kad izmanto maiņstrāvu"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
+msgid ""
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "Vai izmantot mate-screensaver ekrāna bloķēšanas iestatījumus, lai noteiktu vai bloķēt ekrānu atmodinot datoru vai ieslēdzot ekrānu."
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "Iesnaužoties bloķēt MATE atslēgu saišķi"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "Slēgt ekrānu, kad tukšs"
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Slēgt ekrānu sastindzinot"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
+msgid ""
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:39
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
msgid "Lock screen on suspend"
msgstr "Slēgt ekrānu, iesnaudinot datoru"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "Slēgt ekrānu, kad tukšs"
-
-#: ../data/mate-power-manager.schemas.in.h:41
-msgid "Method used to blank screen on AC"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
+msgid ""
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
msgstr ""
-"Metode, kas tiks izmantota ekrāna aptumšošanai izmantojot barošanas vadu"
-
-#: ../data/mate-power-manager.schemas.in.h:42
-msgid "Method used to blank screen on battery"
-msgstr "Metode, kas tiks izmantota ekrāna aptumšošanai izmantojot bateriju"
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Ziņot par zemu jaudu"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Slēgt ekrānu sastindzinot"
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Ziņot par iemigšanas kļūdām"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
+msgid ""
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Paziņot, kad maiņstrāvas adapteris ir atvienots"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "Iesnaužoties bloķēt MATE atslēgu saišķi"
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Paziņot, kad pilnībā pielādēts"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
+msgid ""
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "Vai MATE atslēgu saišķi bloķēt pirms dators tiek iesnaudināts. Tas nozīmē, ka atmodinot datoru būs jāatbloķē arī atslēgu saišķis."
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "Pieņemta procentuālā darbība"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
+msgid ""
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "Vai MATE atslēgu saišķi bloķēt pirms dators tiek sastindzināts. Tas nozīmē, ka atmodinot datoru, būs jāatbloķē arī atslēgu saišķis."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Procenti, ko uzskatīt kritiskus"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "Vai enerģijas taupības režīmam vajadzētu būt ieslēgtam, kad pievienotsmaiņstrāvai"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Procenti, ko uzskatīt kā zemus"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "Vai sistēmas zemas enerģijas patēriņa režīmam vajadzētu būt ieslēgtam, kad izmanto maiņstrāvu."
-#: ../data/mate-power-manager.schemas.in.h:50
-msgid "Power button action"
-msgstr "Barošanas pogas darbība"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "Vai enerģijas taupības režīmam vajadzētu būt ieslēgtam, kad izmanto baterijas strāvu"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "Samazināt ekrāna spožumu darbojoties uz baterijas"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
+msgid ""
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "Vai sistēmas zemas enerģijas patēriņa režīmam vajadzētu būt ieslēgtam, kad izmanto baterijas strāvu."
-#: ../data/mate-power-manager.schemas.in.h:52
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
msgid "Seconds of inactivity to spin down when on AC"
-msgstr ""
-"Neaktivitātes sekundes, līdz apturēt cietos diskus, kad izmanto maiņstrāvu"
+msgstr "Neaktivitātes sekundes, līdz apturēt cietos diskus, kad izmanto maiņstrāvu"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "Neaktivitātes sekundes, līdz apturēt cietos diskus, kad izmanto maiņstrāvu."
-#: ../data/mate-power-manager.schemas.in.h:53
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
msgid "Seconds of inactivity to spin down when on battery"
-msgstr ""
-"Neaktivitātes sekundes, līdz apturēt cietos diskus, kad izmanto baterijas "
-"strāvu"
+msgstr "Neaktivitātes sekundes, līdz apturēt cietos diskus, kad izmanto baterijas strāvu"
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr "Laiks, līdz dators iesnaužas, kad izmanto maiņstrāvu"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "Neaktivitātes sekundes, līdz apturēt cietos diskus, kad izmanto baterijas strāvu."
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr "Laiks, līdz dators iesnaužas, kad izmanto UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "Vai būtu jārāda atsaukto bateriju brīdinājums bojātām baterijām"
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "Laiks, līdz dators iesnaužas, kad izmanto bateriju"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
+msgid ""
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "Vai būtu jārāda atsaukto bateriju brīdinājums bojātām baterijām. Izvēlieties šeit false tikai, ja zināt, ka ar jūsu bateriju viss ir kārtībā."
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr "Laiks, līdz monitors iesnaužas, kad izmanto maiņstrāvu"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "Vai būtu jārāda zemas baterijas strāvas brīdinājums bojātām baterijām"
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr "Laiks, līdz monitors iesnaužas, kad izmanto UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "Vai būtu jārāda zemas baterijas strāvas brīdinājums bojātām baterijām."
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr "Laiks, līdz monitors iesnaužas, kad izmanto bateriju"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Paziņot, kad maiņstrāvas adapteris ir atvienots"
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Iesnaudināšanas pogas darbība"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "Vai lietotājam būtu jāpaziņo, kad maiņstrāvas adapteris ir atvienots."
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Paziņot, kad pilnībā pielādēts"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"DPMS metode, ko izmantot, lai aptumšotu ekrānu, kad izmanto maiņstrāvu. "
-"Iespējamās vērtības ir \"standby\", \"suspend\" un \"off\"."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "Vai paziņojuma ziņojumam vajadzētu tikt attēlotam, kad baterija pilnība uzlādēta."
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Ziņot par iemigšanas kļūdām"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"DPMS metode, ko izmantot, lai aptumšotu ekrānu, kad izmanto baterijas strāvu."
-" "
-"Iespējamās vērtības ir \"standby\", \"suspend\" un \"off\"."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "Vai pēc neveiksmīgas iesnaudināšanas vai sastindzināšanas rādīt attiecīgu paziņojumu."
-#: ../data/mate-power-manager.schemas.in.h:63
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
msgid "The URI to show to the user on sleep failure"
msgstr "URI, kuru rādīt lietotājam, kad neizdodas iesnausties"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Darbība, ko veikt, kad UPS ir izlādējies. Iespējamās vērtības ir"
-"\"hibernate\", \"suspend\", \"shutdown\" un \"nothing\"."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "Kad neizdodas iesnausties, rādīt lietotājam pogu, lai palīdzētu labot radušos situāciju. Atstājiet tukšu, lai šo pogu nerādītu."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Darbība, ko veikt, kad UPS ir gandrīz izlādējies. Iespējamās vērtības ir "
-"\"hibernate\", "
-"\"suspend\", \"shutdown\" un \"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Ziņot par zemu jaudu"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Darbība, ko veikt, kad baterija ir izlādējusies. Iespējamās vērtības ir "
-"\"hibernate\", \"suspend\", \"shutdown\" un \"nothing\"."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "Vai paziņojuma ziņojumam vajadzētu tikt attēlotam, kad baterijas strāva tuvojas beigām."
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
msgstr ""
-"Darbība, ko veikt, kad klēpjdatora vāks ir aizvērts un klēpjdators izmanto "
-"maiņstrāvu. Iespējamās vērtības ir \"suspend\", \"hibernate\", \"blank\" "
-"un \"nothing\"."
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
+"Whether we should show the history data points in the statistics window."
msgstr ""
-"Darbība, ko veikt, kad klēpjdatora vāks ir aizvērts un klēpjdators "
-"darbojas izmantojot baterijas strāvu. Iespējamās vērtības ir \"suspend\", "
-"\"hibernate\", \"blank\" un \"nothing\"."
-#: ../data/mate-power-manager.schemas.in.h:69
-msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
msgstr ""
-"Darbība, ko veikt, kad sistēmas sastindzināšanas poga ir nospiesta. "
-"Iespējamās vērtības ir \"suspend\", \"hibernate\", \"interactive\", "
-"\"shutdown\" un \"nothing\"."
-#: ../data/mate-power-manager.schemas.in.h:70
-msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
msgstr ""
-"Darbība, ko veikt, kad ieslēgšanas poga ir nospiesta. Iespējamās "
-"vērtības ir \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" un "
-"\"nothing\"."
-#: ../data/mate-power-manager.schemas.in.h:71
-msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
msgstr ""
-"Darbība, ko veikt, kad iesnaudināšanas poga ir nospiesta. "
-"Iespējamās vērtības ir \"suspend\", \"hibernate\", \"interactive\", "
-"\"shutdown\" un \"nothing\"."
-#: ../data/mate-power-manager.schemas.in.h:72
-msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
msgstr ""
-"Laiks sekundēs, pirms monitors iesnaužas, kad dators izmanto maiņstrāvu."
-#: ../data/mate-power-manager.schemas.in.h:73
-msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
msgstr ""
-"Laiks sekundēs, pirms dators iesnaužas aktivitātes trūkuma dēļ, kad tas "
-"izmanto maiņstrāvu."
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
+"The maximum duration of time displayed on the x-axis of the history graph."
msgstr ""
-"Laiks sekundēs, pirms dators iesnaužas aktivitātes trūkuma dēļ, kad tas "
-"izmanto UPS."
-#: ../data/mate-power-manager.schemas.in.h:75
-msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
msgstr ""
-"Laiks sekundēs, pirms monitors iesnaužas aktivitātes trūkuma dēļ, kad "
-"dators izmanto UPS."
-#: ../data/mate-power-manager.schemas.in.h:76
-msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
msgstr ""
-"Laiks sekundēs, pirms dators iesnaužas aktivitātes trūkuma dēļ, kad tas "
-"izmanto baterijas strāvu."
-#: ../data/mate-power-manager.schemas.in.h:77
-msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
msgstr ""
-"Laiks sekundēs, pirms dators iesnaužas aktivitātes trūkuma dēļ, kad "
-"dators izmanto baterijas strāvu."
-#: ../data/mate-power-manager.schemas.in.h:78
-msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
msgstr ""
-"Apjoms, par kuru samazināt ekrāna gaišumu, kad dators izmanto baterijas "
-"strāvu. Iespējamās vērtības ir starp 0 un 100."
-#: ../data/mate-power-manager.schemas.in.h:79
-msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
msgstr ""
-"Monitora spožums, kad izmanto maiņstrāvu. Iespējamās vērtības ir starp 0 un "
-"100."
-
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "Ekrāna spožums, kad dīkstāvē"
-
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr "Noklusētais laiks, pēc kura aptumšot ekrānu, kad nekas netiek darīts"
-
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr "Noklusētais laiks, pēc kura aptumšot ekrānu, kad nekas netiek darīts."
-
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version."
-msgstr "Noklusētā konfigurācijas versija."
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "Noklusētais grafika tups ko rādīt statistikas logā"
-
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr "Noklusētais grafika tups ko rādīt statistikas logā."
-
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "Lielākais laika ilgums, attēlots uz grafa x ass."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "Lielākais laiks, kas attēlots grafā"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:88
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
msgstr ""
-"Neaktivitātes sekundes, līdz apturēt cietos diskus, kad izmanto maiņstrāvu."
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
msgstr ""
-"Neaktivitātes sekundes, līdz apturēt cietos diskus, kad izmanto baterijas "
-"strāvu."
-#: ../data/mate-power-manager.schemas.in.h:90
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
+"The identifier of the last device which is used to return focus to the "
+"correct device."
msgstr ""
-"Baterijas pilnums procentos, kas tiek uzskatīts par tukšu. Derīgs tikai, kad "
-"use_time_for_policy ir aplams."
-#: ../data/mate-power-manager.schemas.in.h:91
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Procenti, ko uzskatīt kā zemus"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
+"use-time-for-policy is false."
msgstr ""
-"Baterijas pilnums procentos, kas tiek uzskatīts par gandrīz tukšu. Derīgs "
-"tikai, kad use_time_for_policy ir aplams."
-#: ../data/mate-power-manager.schemas.in.h:92
-msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"Baterijas pilnums procentos, kad tiek veikta tukšas baterijas darbība. "
-"Derīgs tikai, kad use_time_for_policy ir aplams."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Procenti, ko uzskatīt kritiskus"
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
msgstr ""
-"Baterijas atlikušais laiks sekundēs, kad veikta tukšas baterijas darbība. "
-"Derīgs tikai, kad use_time_for_policy ir patiess."
-#: ../data/mate-power-manager.schemas.in.h:94
-msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Baterijas atlikušais laiks sekundēs, kad baterija tiek uzskatīta par tukšu. "
-"Derīgs tikai, kad use_time_for_policy ir patiess."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "Pieņemta procentuālā darbība"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
msgstr ""
-"Baterijas atlikušais laiks sekundēs, kad tā tiek uzskatīta par gandrīz tukšu."
-" "
-"Derīgs tikai, kad use_time_for_policy ir patiess."
-
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "Atlikušais laiks, kad tiek veikta darbība"
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "Atlikušais laiks, kad tukša"
-
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr "Atlikušais laiks, kad gandrīz tukša"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
msgstr ""
-"Snaušanas veids, ko vajadzētu veikt, kad dators ir neaktīvs. Iespējamās "
-"vērtības ir \"hibernate\", \"suspend\" un \"nothing\"."
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"Instalētās shēmas versija. Nemainiet šo vērtību! Tā tiek izmantota, lai "
-"noteiktu izmaiņas starp konfigurācijas versijām."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "Atlikušais laiks, kad tukša"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
msgstr ""
-"Šis ir klēpjdatora paneļa ekrāna spilgtums, lietots, kad sesija ir dīkstāvē. "
-"Derīgs tikai, kad use_time_for_policy ir patiess."
-
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "Darbība, kad UPS tukšs"
-
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "Darbība, kad UPS gandrīz tukšs"
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "Lietot mate-screensaver lock iestatījumu"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "Atlikušais laiks, kad tiek veikta darbība"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
msgstr ""
-"Kad neizdodas iesnausties, rādīt lietotājam pogu, lai palīdzētu labot "
-"radušos "
-"situāciju. Atstājiet tukšu, lai šo pogu nerādītu."
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "Kad rādīt paziņojuma ikonu"
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep."
-msgstr "Vai iemiegot NetworkManager būtu jāsavieno un jāatvieno."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Laiks, līdz dators iesnaužas, kad izmanto bateriju"
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"Vai NetworkManager pirms iesnaušanās vai sastingšanas būtu jāatvienojas, un "
-"jāsavienojas atmostoties."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "Laiks sekundēs, pirms dators iesnaužas aktivitātes trūkuma dēļ, kad tas izmanto baterijas strāvu."
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"Vai MATE atslēgu saišķi bloķēt pirms dators tiek sastindzināts. Tas nozīmē, "
-"ka atmodinot datoru, būs jāatbloķē arī atslēgu saišķis."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Laiks, līdz dators iesnaužas, kad izmanto maiņstrāvu"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"Vai MATE atslēgu saišķi bloķēt pirms dators tiek iesnaudināts. Tas nozīmē, "
-"ka atmodinot datoru būs jāatbloķē arī atslēgu saišķis."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "Laiks sekundēs, pirms dators iesnaužas aktivitātes trūkuma dēļ, kad tas izmanto maiņstrāvu."
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"Vai bloķēt ekrānu, atmodinot datoru no sastindzināšanas. Tiek izmantots "
-"vienīgi, ja lock_use_screensaver_settings ir aplams."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Laiks, līdz dators iesnaužas, kad izmanto UPS"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"Vai bloķēt ekrānu atmodinot datoru no iesnaudināšanas. Tiek izmantots "
-"vienīgi, ja lock_use_screensaver_settings ir aplams."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "Laiks sekundēs, pirms dators iesnaužas aktivitātes trūkuma dēļ, kad tas izmanto UPS."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Laiks, līdz monitors iesnaužas, kad izmanto maiņstrāvu"
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"Vai bloķēt ekrānu izslēdzot ekrānu. Tiek izmantots vienīgi, ja "
-"lock_use_screensaver_settings ir aplams."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "Laiks sekundēs, pirms monitors iesnaužas, kad dators izmanto maiņstrāvu."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr "Vai sastindzināt, iesnaudināt vai nedarīt neko, kad neaktīvs"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Laiks, līdz monitors iesnaužas, kad izmanto bateriju"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"Vai izmantot mate-screensaver ekrāna bloķēšanas iestatījumus, lai noteiktu "
-"vai bloķēt ekrānu atmodinot datoru vai ieslēdzot ekrānu."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "Laiks sekundēs, pirms dators iesnaužas aktivitātes trūkuma dēļ, kad dators izmanto baterijas strāvu."
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "Vai lietot uz laika balstītus paziņojumus"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Laiks, līdz monitors iesnaužas, kad izmanto UPS"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "Vai statistikas logā būtu jārāda asu nosaukumi"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "Laiks sekundēs, pirms monitors iesnaužas aktivitātes trūkuma dēļ, kad dators izmanto UPS."
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "Vai statistikas logā būtu jārāda asu nosaukumi."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "Vai vajadzetu lietot skaņas"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Vai statistikas logā būtu jārāda notikumi"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "Vai būtu jālieto skaņas, kad bateriju līmenis ir kritiski zems, vai arī nomākšanas pieprasījums ir pārtraucis politikas darbību."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Vai statistikas logā būtu jārāda notikumi."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "Vai iestatījumu un statistiku rādīt konteksta izvēlnē"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "Vai nogludināt datus grafikā"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "Kad rādīt paziņojuma ikonu"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "Vai nogludināt datus grafikā."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr ""
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Konfigurēt barošanas pārvaldību"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "Barošanas pārvaldība"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Pārlūkot barošanas pārvaldību"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Konfigurēt barošanas pārvaldību"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1044
-#: ../src/gpm-statistics.c:1517
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "Barošanas statistika"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Pārlūkot barošanas pārvaldību"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "Spilgtums"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "Datu garums:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:206
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Sīkāka informācija"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "Grafika tips:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "Vēsture"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "Datu garums:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "Procesora pamošanos skaits sekundē:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "Nav datu, ko attēlot."
+
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Izmantot noapaļotu līniju"
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "Rādīt datu punktus"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "Vēsture"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Statistika"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "Nav datu, ko attēlot."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "Procesora pamošanos skaits sekundē:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Izmantot noapaļotu līniju"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:192
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "Pamošanās"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Barošanas pārvaldnieka iestatījumi"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Darbības</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "Iemidzināt datoru, kad ta_s ir neaktīvs:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "Kad k_lēpjdatora vāks ir aizvērts:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "Apturēt c_ietos diskus, kad iespējams"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>Ekrāns</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Paziņojuma lauks</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Iemi_dzināt monitoru, kad dators ir neaktīvs:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "Aizver lietotni"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "Iestatīt monitora _spilgtumu uz:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "Aptu_mšot ekrānu, kad nekas netiek darīts"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "Vispārīgi"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "Padarīt par noklusēto"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "Izmantojot vadu"
-#: ../data/gpm-prefs.ui.h:9
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "Kad baterijas ir _tukšas:"
+
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "Samazināt ek_rāna spilgtumu"
+
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
msgid "On Battery Power"
msgstr "Izmanto bateriju"
-#: ../data/gpm-prefs.ui.h:10
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "Kad UPS ir _gandrīz tukšs:"
+
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
+msgid "When UPS power is _critically low:"
+msgstr "Kad UPS ir _tukšs:"
+
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
msgid "On UPS Power"
msgstr "Izmantojot UPS"
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "_Rādīt ikonu tikai tad, kad ir baterija"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "Kad ieslēgšanas _poga ir nospiesta:"
+
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
+msgid "When the _suspend button is pressed:"
+msgstr "Kad ie_snaudināšanas poga ir nospiesta:"
+
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Paziņojuma lauks</b>"
+
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
+msgid "_Never display an icon"
+msgstr "_Nekad nerādīt ikonu"
+
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
+msgid "_Only display an icon when battery power is low"
+msgstr "Rādīt ikonu _tikai tad, kad baterija ir tukša"
-#: ../data/gpm-prefs.ui.h:12
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
msgid "Only display an icon when charging or _discharging"
msgstr "Radīt ikonu tikai tad, kad baterija lā_dējas vai izlādējas"
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "Barošanas pārvaldnieka iestatījumi"
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "_Rādīt ikonu tikai tad, kad ir baterija"
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "Rāda palīdzības failu"
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "_Vienmēr rādīt ikonu"
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "Iemi_dzināt monitoru, kad dators ir neaktīvs:"
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "Vispārīgi"
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "Iemidzināt datoru, kad ta_s ir neaktīvs:"
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "Rāda palīdzības failu"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "Iestatīt monitora _spilgtumu uz:"
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Padarīt par noklusēto"
-#: ../data/gpm-prefs.ui.h:18
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
msgid "Sets this policy to be used by all users"
msgstr "Iestata šo politiku visiem lietotājiem"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "Apturēt c_ietos diskus, kad iespējams"
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "Aizver lietotni"
-#: ../data/gpm-prefs.ui.h:20
-msgid "When UPS power is _critically low:"
-msgstr "Kad UPS ir _tukšs:"
+#. command line argument
+#: ../src/gpm-backlight-helper.c:162
+msgid "Set the current brightness"
+msgstr "Iestatīt patreizējo spožumu"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "Kad UPS ir _gandrīz tukšs:"
+#. command line argument
+#: ../src/gpm-backlight-helper.c:165
+msgid "Get the current brightness"
+msgstr "Iegūt patreizējo spožumu"
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "Kad baterijas ir _tukšas:"
+#. command line argument
+#: ../src/gpm-backlight-helper.c:168
+msgid "Get the number of brightness levels supported"
+msgstr "Iegūt atbalstīto spožuma līmeņu skaitu"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "Kad k_lēpjdatora vāks ir aizvērts:"
+#. TRANSLATORS: tool that is used when copying profiles system-wide
+#: ../src/gpm-backlight-helper.c:183
+msgid "MATE Power Manager Backlight Helper"
+msgstr "MATE Barošanas Pārvaldnieka Apgaismojuma Palīgs"
-#: ../data/gpm-prefs.ui.h:24
-msgid "When the _suspend button is pressed:"
-msgstr "Kad ie_snaudināšanas poga ir nospiesta:"
+#. TRANSLATORS: user did not specify valid options
+#: ../src/gpm-backlight-helper.c:191
+msgid "No valid option was specified"
+msgstr "Nav izvēlēta derīga iespēja"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "Kad ieslēgšanas _poga ir nospiesta:"
+#. TRANSLATORS: no backlights found
+#: ../src/gpm-backlight-helper.c:200
+msgid "No backlights were found on your system"
+msgstr ""
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "_Vienmēr rādīt ikonu"
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:211
+msgid "Could not get the value of the backlight"
+msgstr ""
-#: ../data/gpm-prefs.ui.h:27
-msgid "_Never display an icon"
-msgstr "_Nekad nerādīt ikonu"
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:229
+msgid "Could not get the maximum value of the backlight"
+msgstr ""
-#: ../data/gpm-prefs.ui.h:28
-msgid "_Only display an icon when battery power is low"
-msgstr "Rādīt ikonu _tikai tad, kad baterija ir tukša"
+#. TRANSLATORS: only able to install profiles as root
+#: ../src/gpm-backlight-helper.c:246
+msgid "This program can only be used by the root user"
+msgstr "Šo programmu drīkst lietot tikai administrators"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "Samazināt ek_rāna spilgtumu"
+#. TRANSLATORS: the program must never be directly run
+#: ../src/gpm-backlight-helper.c:255
+msgid "This program must only be run through pkexec"
+msgstr ""
+
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:266
+msgid "Could not set the value of the backlight"
+msgstr ""
#: ../src/gpm-common.c:53
msgid "Unknown time"
@@ -1165,7 +1085,7 @@ msgid "%.1fV"
msgstr "%.1fV"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1497
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "Rādīt papildu atkļūdošanas informāciju"
@@ -1181,134 +1101,128 @@ msgstr "Iziet pēc neilgas pauzes (atkļūdošanai)"
msgid "Exit after the manager has loaded (for debugging)"
msgstr "Iziet pēc pārvaldnieka ielādes (atkļūdošanai)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "MATE barošanas pārvaldnieks"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:221 ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "Baterija ir tukša"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:269
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "Pieslēgts strāvai"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "Atslēgts no strāvas"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "Vāks atvērts"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "Vāks aizvērts"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "Baterija ir gandrīz tukša"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "Baterija ir pilna"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "Sākās iesnaušana"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "Atmostas"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "Neizdevās iesnausties"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:573
-msgid "Your computer failed to suspend."
-msgstr "Datoram neizdevās iesnausties."
+#: ../src/gpm-manager.c:585
+msgid "Computer failed to suspend."
+msgstr "Datoram neizdevās iesnausties"
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:575
-#| msgid "Request to suspend"
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "Neizdevās iesnausties"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:579
-msgid "Your computer failed to hibernate."
-msgstr "Datoram neizdevās sastingt."
+#: ../src/gpm-manager.c:591
+msgid "Computer failed to hibernate."
+msgstr "Datoram neizdevas sastingt"
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:581
-#| msgid "Request to hibernate"
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "Neizdevās sastingt"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:586
-msgid "The failure was reported as:"
-msgstr "Kļūda tika ziņota kā:"
+#: ../src/gpm-manager.c:598
+msgid "Failure was reported as:"
+msgstr ""
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:599
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "Apmeklēt palīdzības lapu"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:862
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "Ekrāna DPMS aktivizēts"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:881
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "Izmanto baterijas strāvu"
-#: ../src/gpm-manager.c:899
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "Klēpjdatora vāks ir aizvērts"
-#: ../src/gpm-manager.c:937
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "Barošanas informācija"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1185
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "Baterija varētu būt atsaukta"
-#: ../src/gpm-manager.c:1186
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"The battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
msgstr ""
-"Iespējams, jūsu datora baterija ir no izbrāķētas partijas.\n"
-"\n"
-"Lai iegūtu sīkāku informāciju, apmeklējiet %s atsaukto bateriju vietni."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1196
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "Apmeklēt atsaukumu vietni"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1199
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "Turpmāk nerādīt šo paziņojumu"
@@ -1316,353 +1230,382 @@ msgstr "Turpmāk nerādīt šo paziņojumu"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1284
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "Iespējams, baterija ir bojāta"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1287
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Your battery has a very low capacity (%1.1f%%), which means that it may be "
-"old or broken."
-msgstr ""
-"Jūsu baterijai ir ļoti zema ietilpība (%1.1f%%), kas var nozīmēt, ka tā ir "
-"veca vai bojāta."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "Baterijai ir ļoti maza ietilpība (%1.1f%%), kas varētu nozīmēt to, ka tā ir veca vai bojāta."
-#. TRANSLATORS: show the fully charged notification
-#: ../src/gpm-manager.c:1336
-msgid "Battery Fully Charged"
-msgid_plural "Batteries Fully Charged"
-msgstr[0] "Baterija pilnībā uzlādēta"
-msgstr[1] "Baterijas pilnībā uzlādētas"
-msgstr[2] "Baterijas pilnībā uzlādētas"
+#. TRANSLATORS: show the charged notification
+#: ../src/gpm-manager.c:1298
+msgid "Battery Charged"
+msgid_plural "Batteries Charged"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1382
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "Baterija izlādējas"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1386
+#: ../src/gpm-manager.c:1348
#, c-format
-msgid "%s of battery power remaining (%.1f%%)"
-msgstr "Atlikušais baterijas darbības laiks:%s (%.1f%%)"
+msgid "%s of battery power remaining (%.0f%%)"
+msgstr ""
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1389 ../src/gpm-manager.c:1401 ../src/gpm-upower.c:284
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
-msgid "%s discharging (%.1f%%)"
-msgstr "%s izlādējas (%.1f%%)"
+msgid "%s discharging (%.0f%%)"
+msgstr "%s izlādējas (%.0f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1394
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "UPS izlādējas"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1398
+#: ../src/gpm-manager.c:1360
#, c-format
-msgid "%s of UPS backup power remaining (%.1f%%)"
-msgstr "Atlicis %s no UPS jaudas (%.1f%%)"
+msgid "%s of UPS backup power remaining (%.0f%%)"
+msgstr ""
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1482
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "Baterija ir gandrīz tukša"
-#. TRANSLATORS: laptop battery low, and we have more than one type of battery
-#: ../src/gpm-manager.c:1485
+#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "Klēpjdatora baterija ir gandrīz tukša"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1491
+#: ../src/gpm-manager.c:1453
#, c-format
-msgid "Approximately <b>%s</b> remaining (%.1f%%)"
-msgstr "Atlicis apmēram <b>%s</b> (%.1f%%)"
+msgid "Approximately <b>%s</b> remaining (%.0f%%)"
+msgstr ""
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1495
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "UPS gandrīz tukšs"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1499
+#: ../src/gpm-manager.c:1461
#, c-format
-msgid "You have approximately <b>%s</b> of remaining UPS backup power (%.1f%%)"
-msgstr "Jums ir atlicis apmēram <b>%s</b> no UPS strāvas (%.1f%%)"
+msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
+msgstr ""
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1503 ../src/gpm-manager.c:1619
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "Peles baterija gandrīz tukša"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1506
+#: ../src/gpm-manager.c:1468
#, c-format
-msgid "The wireless mouse attached to this computer is low in power (%.1f%%)"
-msgstr "Bezvadu peles baterija ir gandrīz tukša (%.1f%%)"
+msgid "Wireless mouse is low in power (%.0f%%)"
+msgstr ""
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1510 ../src/gpm-manager.c:1627
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "Tastatūras baterija ir gandrīz tukša"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1513
+#: ../src/gpm-manager.c:1475
#, c-format
-msgid ""
-"The wireless keyboard attached to this computer is low in power (%.1f%%)"
-msgstr "Bezvadu tastatūras baterija ir gandrīz tukša (%.1f%%)"
+msgid "Wireless keyboard is low in power (%.0f%%)"
+msgstr ""
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1517 ../src/gpm-manager.c:1636
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "PDA baterija ir gandrīz tukša"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1520
+#: ../src/gpm-manager.c:1482
#, c-format
-msgid "The PDA attached to this computer is low in power (%.1f%%)"
-msgstr "Pie šī datora pievienotā PDA baterija ir gandrīz tukša (%.1f%%)"
+msgid "PDA is low in power (%.0f%%)"
+msgstr ""
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1524 ../src/gpm-manager.c:1645
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "Mobilā tālruņa baterija ir gandrīz tukša"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1527
+#: ../src/gpm-manager.c:1489
#, c-format
-msgid "The cell phone attached to this computer is low in power (%.1f%%)"
+msgid "Cell phone is low in power (%.0f%%)"
msgstr ""
-"Pie šī datora pievienotā mobilā tālruņa baterija ir gandrīz tukša (%.1f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one type of battery
-#: ../src/gpm-manager.c:1576
+#. TRANSLATORS: media player, e.g. mp3 is getting a little low
+#: ../src/gpm-manager.c:1494
+msgid "Media player battery low"
+msgstr ""
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1497
+#, c-format
+msgid "Media player is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
+msgid "Tablet battery low"
+msgstr ""
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1504
+#, c-format
+msgid "Tablet is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: computer, e.g. ipad is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
+msgid "Attached computer battery low"
+msgstr ""
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1511
+#, c-format
+msgid "Attached computer is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "Baterija ir tukša"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1579 ../src/gpm-manager.c:1705
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "Klēpjdatora baterija ir tukša"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1589
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr "Lai izvairītos no datu zudumiem, pieslēdziet strāvas vadu."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1593
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
msgstr "Dators drīz iesnaudīsies, ja vien nepieslēgsiet strāvas vadu."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1597
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
msgstr "Dators drīz sastings, ja vien nepieslēgsiet strāvas vadu."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1601
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
msgstr "Dators drīz izslēgsies, ja vien nepieslēgsiet strāvas vadu."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1609 ../src/gpm-manager.c:1743
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "UPS ir tukšs"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1613
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"You have approximately <b>%s</b> of remaining UPS power (%.1f%%). Restore AC "
-"power to your computer to avoid losing data."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
msgstr ""
-"Jums ir atlicis apmēram <b>%s</b> no UPS jaudas (%.1f%%). Atjaunojiet "
-"maiņstrāvas padevi, lai nezaudētu datus."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1622
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
-"The wireless mouse attached to this computer is very low in power (%.1f%%). "
-"This device will soon stop functioning if not charged."
+"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
msgstr ""
-"Pie šī datora pievienotajai bezvadu peles baterijai ir palicis maz enerģijas "
-"(%.1f%%). Ja netiks uzlādēta, šī iekārta drīz pārstās darboties."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1630
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
-"The wireless keyboard attached to this computer is very low in power (%.1f%"
-"%). This device will soon stop functioning if not charged."
+"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
msgstr ""
-"Pie šī datora pievienotajai bezvadu tastatūras baterijai ir palicis maz "
-"enerģijas (%.1f%%). Ja netiks uzlādēta, šī iekārta drīz pārstās darboties."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1639
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"The PDA attached to this computer is very low in power (%.1f%%). This device "
-"will soon stop functioning if not charged."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
msgstr ""
-"Pie šī datora pievienotajam PDA ir palicis maz enerģijas (%.1f%%). "
-"Ja netiks uzlādēta, šī iekārta drīz pārstās darboties."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1648
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
-"Your cell phone is very low in power (%.1f%%). This device will soon stop "
+"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
msgstr ""
-"Jūsu mobilajam tālrunim palicis maz enerģijas (%.1f%%). "
-"Ja netiks uzlādēta, šī iekārta drīz pārstās darboties."
-#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1714
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1642
+#, c-format
+msgid ""
+"Media player is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr ""
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1651
+#, c-format
+msgid ""
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr ""
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1660
+#, c-format
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
+"Attached computer is very low in power (%.0f%%). The device will soon "
+"shutdown if not charged."
msgstr ""
-"Baterija enerģija ir zem kritiskā līmeņa un šis dators <b>izslēgsies</b>, "
-"kad "
-"baterija pilnībā iztukšosies."
+
+#. TRANSLATORS: computer will shutdown without saving data
+#: ../src/gpm-manager.c:1725
+msgid ""
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "Baterija enerģija ir zem kritiskā līmeņa un šis dators <b>izslēgsies</b>, kad baterija pilnībā iztukšosies."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1720
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"Baterijas enerģija ir zem kritiskā līmeņa un šis dators drīz iesnaudīsies. "
-"<br><b>IEGAUMĒJIET:</b> Nepieciešams neliels strāvas daudzums, lai dators "
-"atrastos snaušanas režīmā."
+msgstr "Baterijas enerģija ir zem kritiskā līmeņa un šis dators drīz iesnaudīsies. <br><b>IEGAUMĒJIET:</b> Nepieciešams neliels strāvas daudzums, lai dators atrastos snaušanas režīmā."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1727
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
-msgstr ""
-"Baterija enerģija ir zem kritiskā līmeņa un šis dators drīzumā sastings."
+msgstr "Baterija enerģija ir zem kritiskā līmeņa un šis dators drīzumā sastings."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1732
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
-msgstr ""
-"Baterija enerģija ir zem kritiskā līmeņa un šis dators drīz izslēgsies."
+msgstr "Baterija enerģija ir zem kritiskā līmeņa un šis dators drīz izslēgsies."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1752
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
-msgstr ""
-"UPS enerģija ir zem kritiskā līmeņa un šis dators <b>izslēgsies</b>, kad UPS "
-"būs pilnīgi tukšs."
+msgstr "UPS enerģija ir zem kritiskā līmeņa un šis dators <b>izslēgsies</b>, kad UPS būs pilnīgi tukšs."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1758
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
msgstr "UPS enerģija ir zem kritiskā līmeņa, šis dators drīzumā sastings."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1763
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
msgstr "UPS enerģija ir zem kritiskā līmeņa un šis dators drīz izslēgsies."
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1901
-msgid "Install problem!"
-msgstr "Instalēšanas problēma!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1903
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"MATE Barošanas pārvaldnieka noklusētā konfigurācija nav pareizi "
-"uzinstalētas.\n"
-"Lūdzu, sazinieties ar datora administratoru."
-
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "MATE Barošanas iestatījumi"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Izslēgt"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Iesnaudināt"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Hibernēt"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "Tukšs ekrāns"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Vaicāt man"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Nedarīt neko"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Nekad"
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:446
+#. TRANSLATORS: the rate of discharge for the device
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Temps"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "Pielāde"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:460
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "Laiks līdz pilnai pielādei"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:465
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "Laiks līdz pilnai izlādei"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 minūtes"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 stundas"
+#: ../src/gpm-statistics.c:91
+msgid "6 hours"
+msgstr "6 stundas"
+
#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 diena"
@@ -1671,58 +1614,60 @@ msgstr "1 diena"
msgid "1 week"
msgstr "1 nedēļa"
-#: ../src/gpm-statistics.c:100
+#. TRANSLATORS: what we've observed about the device
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "Pielādes profils"
-#: ../src/gpm-statistics.c:101
-msgid "Charge accuracy"
-msgstr "Pielādes precizitāte"
-
-#: ../src/gpm-statistics.c:102
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "Izlādes profils"
-#: ../src/gpm-statistics.c:103
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
+msgid "Charge accuracy"
+msgstr "Pielādes precizitāte"
+
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "Izlādes precizitāte"
-#: ../src/gpm-statistics.c:130
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Atribūts"
-#: ../src/gpm-statistics.c:137
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "Vērtība"
-#: ../src/gpm-statistics.c:154
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "Attēls"
-#: ../src/gpm-statistics.c:160
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "Apraksts"
-#: ../src/gpm-statistics.c:179 ../src/gpm-statistics.c:402
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Tips"
-#: ../src/gpm-statistics.c:185
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "ID"
-#: ../src/gpm-statistics.c:199
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "Komanda"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:284
-#| msgid "Unknown time"
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "Nezināms"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1731,10 +1676,8 @@ msgstr[1] "%.0f sekundes"
msgstr[2] "%.0f sekunžu"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:293
+#: ../src/gpm-statistics.c:296
#, c-format
-#| msgid "%i minute"
-#| msgid_plural "%i minutes"
msgid "%.1f minute"
msgid_plural "%.1f minutes"
msgstr[0] "%.1f minūte"
@@ -1742,10 +1685,8 @@ msgstr[1] "%.1f minūtes"
msgstr[2] "%.1f minūšu"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:298
+#: ../src/gpm-statistics.c:301
#, c-format
-#| msgid "%i hour"
-#| msgid_plural "%i hours"
msgid "%.1f hour"
msgid_plural "%.1f hours"
msgstr[0] "%.1f stunda"
@@ -1753,44 +1694,48 @@ msgstr[1] "%.1f stundas"
msgstr[2] "%.1f stundu"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:305
#, c-format
-#| msgid "1 day"
msgid "%.1f day"
msgid_plural "%.1f days"
msgstr[0] "%.1f diena"
msgstr[1] "%.1f dienas"
msgstr[2] "%.1f dienu"
-#: ../src/gpm-statistics.c:311
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Jā"
-#: ../src/gpm-statistics.c:311
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "Nē"
-#: ../src/gpm-statistics.c:399
+#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Iekārta"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Ražotājs"
-#: ../src/gpm-statistics.c:406
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Modelis"
-#: ../src/gpm-statistics.c:408
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "Sērijas numurs"
-#: ../src/gpm-statistics.c:409
+#. TRANSLATORS: a boolean attribute that means if the device is supplying the
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
+#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "Piegāde"
-#: ../src/gpm-statistics.c:412
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1798,296 +1743,319 @@ msgstr[0] "%d sekunde"
msgstr[1] "%d sekundes"
msgstr[2] "%d sekunžu"
-#: ../src/gpm-statistics.c:413
+#. TRANSLATORS: when the device was last updated with new data. It's
+#. * usually a few seconds when a device is discharging or charging.
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "Atsvaidzināta"
-#: ../src/gpm-statistics.c:420
+#. TRANSLATORS: Present is whether the device is currently attached
+#. * to the computer, as some devices (e.g. laptop batteries) can
+#. * be removed, but still observed as devices on the system
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "Klātesošs"
-#: ../src/gpm-statistics.c:424
+#. TRANSLATORS: If the device can be recharged, e.g. lithium
+#. * batteries rather than alkaline ones
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "Uzlādējama"
-#: ../src/gpm-statistics.c:428
+#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "Stāvoklis"
-#: ../src/gpm-statistics.c:431
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "Enerģija"
-#: ../src/gpm-statistics.c:434
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "Enerģija, kad tukša"
-#: ../src/gpm-statistics.c:437
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "Enerģija, kad pilna"
-#: ../src/gpm-statistics.c:440
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "Enerģija (paredzētā)"
-#: ../src/gpm-statistics.c:453
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "Voltāža"
-#: ../src/gpm-statistics.c:474
+#. TRANSLATORS: the amount of charge the cell contains
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Procenti"
-#: ../src/gpm-statistics.c:479
+#. TRANSLATORS: the capacity of the device, which is basically a measure
+#. * of how full it can get, relative to the design capacity
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "Ietilpība"
-#: ../src/gpm-statistics.c:483
+#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "Tehnoloģija"
-#: ../src/gpm-statistics.c:485
+#. TRANSLATORS: this is when the device is plugged in, typically
+#. * only shown for the ac adaptor device
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "Tiešsaistē"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:796
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "Nav datu"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:803 ../src/gpm-statistics.c:808
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Kodola modulis"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:813
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "Kodola kodols"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:818
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "Starpprocesoru pārtraukums"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:823
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "Pārtraukums"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:866
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "PS/2 tastatūra/pele/planšete"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:869
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:872
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "Serial ATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:875
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "ATA host kontrolieris"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:878
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Intel bezvadu adapteris"
-#. TRANSLATORS: a timer is something that fires periodically
-#: ../src/gpm-statistics.c:883 ../src/gpm-statistics.c:886
-#: ../src/gpm-statistics.c:889 ../src/gpm-statistics.c:892
-#: ../src/gpm-statistics.c:895
+#. TRANSLATORS: a timer is something that fires periodically.
+#. * The parameter is a process name, e.g. "firefox-bin".
+#. * This is shown when the timer wakes up.
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "Taimeris %s"
-#. TRANSLATORS: this is a task that's woken up from sleeping
-#: ../src/gpm-statistics.c:898
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
+#. * This is shown when the task wakes up.
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "Gulēšana %s"
-#. TRANSLATORS: this is a new realtime task
-#: ../src/gpm-statistics.c:901
+#. TRANSLATORS: this is the name of a new realtime task.
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "Jauns uzdevums %s"
-#. TRANSLATORS: this is a task thats woken to check state
-#: ../src/gpm-statistics.c:904
+#. TRANSLATORS: this is the name of a task that's woken to check state.
+#. * This is shown when the task wakes up.
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "Nogaide %s"
-#. TRANSLATORS: a work queue is a list of work that has to be done
-#: ../src/gpm-statistics.c:907 ../src/gpm-statistics.c:910
+#. TRANSLATORS: this is the name of a work queue.
+#. * A work queue is a list of work that has to be done.
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "Darba rinda %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:913
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "Tīkla ceļu nopludināšana %s"
-#. TRANSLATORS: activity on the USB bus
-#: ../src/gpm-statistics.c:916
+#. TRANSLATORS: this is the name of an activity on the USB bus
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "USB aktivitāte %s"
-#. TRANSLATORS: we've timed out of an aligned timer
-#: ../src/gpm-statistics.c:919
+#. TRANSLATORS: we've timed out of an aligned timer, with the name
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "Pamošanās %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:922
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "Lokālais pārtraukums"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:925
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "Pārplānošans pārtraukumi"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1034
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "Ierīces informācija"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1036
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "Ierīces vēsture"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1038
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "Ierīces profils"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1040
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "Procesora pamošanās"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1246 ../src/gpm-statistics.c:1252
-#: ../src/gpm-statistics.c:1258 ../src/gpm-statistics.c:1264
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "Pagājušais laiks"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1248
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "Strāva"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1254 ../src/gpm-statistics.c:1297
-#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1309
-#: ../src/gpm-statistics.c:1315
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "Šūnas spriegums"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1260 ../src/gpm-statistics.c:1266
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "Paredzamais laiks"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1299 ../src/gpm-statistics.c:1311
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "Labošanas faktors"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1305 ../src/gpm-statistics.c:1317
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "Paredzējuma precizitāte"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1500
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "Palaižoties izvēlēties šo ierīci"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1776
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Procesors"
#. preferences
-#: ../src/gpm-tray-icon.c:292
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "_Iestatījumi"
#. TRANSLATORS: a phone is charging
#. TRANSLATORS: device is charging, but we only have a percentage
-#: ../src/gpm-upower.c:251 ../src/gpm-upower.c:315
+#: ../src/gpm-upower.c:221 ../src/gpm-upower.c:285
#, c-format
msgid "%s charging (%.1f%%)"
msgstr "%s uzlādējas (%.1f%%)"
#. TRANSLATORS: The laptop battery is fully charged, and we know a time
-#: ../src/gpm-upower.c:266
+#: ../src/gpm-upower.c:236
#, c-format
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"Baterija ir pilnībā uzlādēta\n"
-"Nodrošina %s klēpjdatora darbības laika"
+msgstr "Baterija ir pilnībā uzlādēta\nNodrošina %s klēpjdatora darbības laika"
#. TRANSLATORS: the device is fully charged
-#: ../src/gpm-upower.c:271
+#: ../src/gpm-upower.c:241
#, c-format
msgid "%s is fully charged"
msgstr "%s ir pilnībā uzlādēta"
#. TRANSLATORS: the device is discharging, and we have a time remaining
-#: ../src/gpm-upower.c:279
+#: ../src/gpm-upower.c:249
#, c-format
msgid "%s %s remaining (%.1f%%)"
msgstr "%s %s atlicis (%.1f%%)"
+#. TRANSLATORS: the device is discharging, but we only have a percentage
+#: ../src/gpm-upower.c:254
+#, c-format
+msgid "%s discharging (%.1f%%)"
+msgstr "%s izlādējas (%.1f%%)"
+
#. TRANSLATORS: the device is charging, and we have a time to full and empty
-#: ../src/gpm-upower.c:298
+#: ../src/gpm-upower.c:268
#, c-format
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s %s līdz uzlādei (%.1f%%)\n"
-"Nodrošina %s baterijas darbības laika"
+msgstr "%s %s līdz uzlādei (%.1f%%)\nNodrošina %s baterijas darbības laika"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
-#: ../src/gpm-upower.c:309
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
+#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
msgstr "%s %s līdz uzlādei (%.1f%%)"
#. TRANSLATORS: this is only shown for laptops with multiple batteries
-#: ../src/gpm-upower.c:323
+#: ../src/gpm-upower.c:292
#, c-format
msgid "%s waiting to discharge (%.1f%%)"
msgstr "%s gaida līdz izlādei (%.1f%%)"
#. TRANSLATORS: this is only shown for laptops with multiple batteries
-#: ../src/gpm-upower.c:329
+#: ../src/gpm-upower.c:298
#, c-format
msgid "%s waiting to charge (%.1f%%)"
msgstr "%s gaida līdz uzlādei (%.1f%%)"
#. TRANSLATORS: the type of data, e.g. Laptop battery
-#: ../src/gpm-upower.c:389
+#: ../src/gpm-upower.c:357
msgid "Product:"
msgstr "Produkts:"
@@ -2095,101 +2063,105 @@ msgstr "Produkts:"
#. TRANSLATORS: device is charged
#. TRANSLATORS: device is charging
#. TRANSLATORS: device is discharging
-#: ../src/gpm-upower.c:393 ../src/gpm-upower.c:396 ../src/gpm-upower.c:399
-#: ../src/gpm-upower.c:402
+#: ../src/gpm-upower.c:361 ../src/gpm-upower.c:364 ../src/gpm-upower.c:367
+#: ../src/gpm-upower.c:370
msgid "Status:"
msgstr "Statuss:"
-#: ../src/gpm-upower.c:393
+#: ../src/gpm-upower.c:361
msgid "Missing"
msgstr "Iztrūkst"
-#: ../src/gpm-upower.c:396
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:364 ../src/gpm-upower.c:645
msgid "Charged"
msgstr "Uzlādēta"
-#: ../src/gpm-upower.c:399
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:367 ../src/gpm-upower.c:633
msgid "Charging"
msgstr "Uzlādējas"
-#: ../src/gpm-upower.c:402
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:370 ../src/gpm-upower.c:637
msgid "Discharging"
msgstr "Izlādējas"
#. TRANSLATORS: percentage
-#: ../src/gpm-upower.c:407
+#: ../src/gpm-upower.c:375
msgid "Percentage charge:"
msgstr "Uzlādēts procentos:"
#. TRANSLATORS: manufacturer
-#: ../src/gpm-upower.c:411
+#: ../src/gpm-upower.c:379
msgid "Vendor:"
msgstr "Ražotājs:"
#. TRANSLATORS: how the battery is made, e.g. Lithium Ion
-#: ../src/gpm-upower.c:416
+#: ../src/gpm-upower.c:384
msgid "Technology:"
msgstr "Tehnoloģija:"
#. TRANSLATORS: serial number of the battery
-#: ../src/gpm-upower.c:420
+#: ../src/gpm-upower.c:388
msgid "Serial number:"
msgstr "Sērijas numurs:"
#. TRANSLATORS: model number of the battery
-#: ../src/gpm-upower.c:424
+#: ../src/gpm-upower.c:392
msgid "Model:"
msgstr "Modelis:"
#. TRANSLATORS: time to fully charged
-#: ../src/gpm-upower.c:429
+#: ../src/gpm-upower.c:397
msgid "Charge time:"
msgstr "Uzlādēšanās laiks:"
#. TRANSLATORS: time to empty
-#: ../src/gpm-upower.c:435
+#: ../src/gpm-upower.c:403
msgid "Discharge time:"
msgstr "Izlādēšanās laiks:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
-#: ../src/gpm-upower.c:442
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
+#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "Teicami"
-#: ../src/gpm-upower.c:444
+#: ../src/gpm-upower.c:412
msgid "Good"
msgstr "Labi"
-#: ../src/gpm-upower.c:446
+#: ../src/gpm-upower.c:414
msgid "Fair"
msgstr "Pietiekami"
-#: ../src/gpm-upower.c:448
+#: ../src/gpm-upower.c:416
msgid "Poor"
msgstr "Vāji"
-#: ../src/gpm-upower.c:452
+#: ../src/gpm-upower.c:420
msgid "Capacity:"
msgstr "Ietilpība:"
-#: ../src/gpm-upower.c:458 ../src/gpm-upower.c:483
+#: ../src/gpm-upower.c:426 ../src/gpm-upower.c:451
msgid "Current charge:"
msgstr "Pašreizējais pielāde:"
-#: ../src/gpm-upower.c:464
+#: ../src/gpm-upower.c:432
msgid "Last full charge:"
msgstr "Pēdējā pilnā pielāde:"
-#: ../src/gpm-upower.c:470 ../src/gpm-upower.c:488
+#: ../src/gpm-upower.c:438 ../src/gpm-upower.c:456
msgid "Design charge:"
msgstr "Paredzētā pielāde:"
-#: ../src/gpm-upower.c:475
+#: ../src/gpm-upower.c:443
msgid "Charge rate:"
msgstr "Pielādes ātrums:"
#. TRANSLATORS: system power cord
-#: ../src/gpm-upower.c:510
+#: ../src/gpm-upower.c:478
msgid "AC adapter"
msgid_plural "AC adapters"
msgstr[0] "Strāvas adapteris"
@@ -2197,7 +2169,7 @@ msgstr[1] "Strāvas adapteri"
msgstr[2] "Strāvas adapteru"
#. TRANSLATORS: laptop primary battery
-#: ../src/gpm-upower.c:514
+#: ../src/gpm-upower.c:482
msgid "Laptop battery"
msgid_plural "Laptop batteries"
msgstr[0] "Klēpjdatora baterija"
@@ -2205,7 +2177,7 @@ msgstr[1] "Klēpjdatora baterijas"
msgstr[2] "Klēpjdatora bateriju"
#. TRANSLATORS: battery-backed AC power source
-#: ../src/gpm-upower.c:518
+#: ../src/gpm-upower.c:486
msgid "UPS"
msgid_plural "UPSs"
msgstr[0] "UPS"
@@ -2213,7 +2185,7 @@ msgstr[1] "UPS"
msgstr[2] "UPS"
#. TRANSLATORS: a monitor is a device to measure voltage and current
-#: ../src/gpm-upower.c:522
+#: ../src/gpm-upower.c:490
msgid "Monitor"
msgid_plural "Monitors"
msgstr[0] "Monitors"
@@ -2221,23 +2193,23 @@ msgstr[1] "Monitori"
msgstr[2] "Monitoru"
#. TRANSLATORS: wireless mice with internal batteries
-#: ../src/gpm-upower.c:526
-msgid "Wireless mouse"
-msgid_plural "Wireless mice"
-msgstr[0] "Bezvadu pele"
-msgstr[1] "Bezvadu peles"
-msgstr[2] "Bezvadu peļu"
+#: ../src/gpm-upower.c:494
+msgid "Mouse"
+msgid_plural "Mice"
+msgstr[0] "Pele"
+msgstr[1] "Peles"
+msgstr[2] "Peļu"
#. TRANSLATORS: wireless keyboard with internal battery
-#: ../src/gpm-upower.c:530
-msgid "Wireless keyboard"
-msgid_plural "Wireless keyboards"
-msgstr[0] "Bezvadu tastatūra"
-msgstr[1] "Bezvadu tastatūras"
-msgstr[2] "Bezvadu tastatūru"
+#: ../src/gpm-upower.c:498
+msgid "Keyboard"
+msgid_plural "Keyboards"
+msgstr[0] "Tastatūra"
+msgstr[1] "Tastatūras"
+msgstr[2] "Tastatūru"
#. TRANSLATORS: portable device
-#: ../src/gpm-upower.c:534
+#: ../src/gpm-upower.c:502
msgid "PDA"
msgid_plural "PDAs"
msgstr[0] "PDA"
@@ -2245,444 +2217,83 @@ msgstr[1] "PDA"
msgstr[2] "PDA"
#. TRANSLATORS: cell phone (mobile...)
-#: ../src/gpm-upower.c:538
+#: ../src/gpm-upower.c:506
msgid "Cell phone"
msgid_plural "Cell phones"
msgstr[0] "Mobilais tālrunis"
msgstr[1] "Mobilie tālruņi"
msgstr[2] "Mobilo tālruņu"
+#. TRANSLATORS: media player, mp3 etc
+#: ../src/gpm-upower.c:511
+msgid "Media player"
+msgid_plural "Media players"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#. TRANSLATORS: tablet device
+#: ../src/gpm-upower.c:515
+msgid "Tablet"
+msgid_plural "Tablets"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+#. TRANSLATORS: tablet device
+#: ../src/gpm-upower.c:519
+msgid "Computer"
+msgid_plural "Computers"
+msgstr[0] "Dators"
+msgstr[1] "Datori"
+msgstr[2] "Datoru"
+
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:596
+#: ../src/gpm-upower.c:589
msgid "Lithium Ion"
msgstr "Litija jonu"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:600
+#: ../src/gpm-upower.c:593
msgid "Lithium Polymer"
msgstr "Litija polimēru"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:604
+#: ../src/gpm-upower.c:597
msgid "Lithium Iron Phosphate"
msgstr "Litija dzelzs fosfāta"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:608
+#: ../src/gpm-upower.c:601
msgid "Lead acid"
msgstr "Svina skābes"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:612
+#: ../src/gpm-upower.c:605
msgid "Nickel Cadmium"
msgstr "Niķeļa kadmija"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:616
+#: ../src/gpm-upower.c:609
msgid "Nickel metal hydride"
msgstr "Niķeļa metālhidrīda"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:620
+#: ../src/gpm-upower.c:613
msgid "Unknown technology"
msgstr "Nezināma tehnoloģija"
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "P_ar"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "_Palīdzība"
-
-#~ msgid "Allow Suspend and Hibernate in the menu"
-#~ msgstr "Rādīt izvēlnē iesnaudināšanu un iemidzināšanu"
-
-#~ msgid "Hibernate enabled"
-#~ msgstr "Iemidzināšana ieslēgta"
-
-#~ msgid "If preferences should be shown"
-#~ msgstr "Vai rādīt iestatījumus"
-
-#~ msgid ""
-#~ "If the Suspend and Hibernate options should be allowed in the "
-#~ "notification area drop down menu."
-#~ msgstr ""
-#~ "Vai iesnaudināšanas un iemidzināšanas iespējām vajadzetu būt atļautām "
-#~ "paziņojumu lauka izkrītošajā izvēlnē."
-
-#~ msgid "If the user is authorized to hibernate the computer."
-#~ msgstr "Vai lietotājs ir autorizēts, lai iemidzinātu datoru."
-
-#~ msgid "If the user is authorized to suspend the computer."
-#~ msgstr "Vai ļaut lietotājam iesnaudināt datoru."
-
-#~ msgid "Suspend enabled"
-#~ msgstr "Iemidzināšana ir aktivizēta"
-
-#, fuzzy
-#~ msgid "inhibited"
-#~ msgstr "Atturēt"
-
-#, fuzzy
-#~ msgid "not inhibited"
-#~ msgstr "Pašrocīgā inhibitēšana"
-
-#, fuzzy
-#~ msgid "screen awake"
-#~ msgstr "Slēgt ekrānu, kad tukšs"
-
-#~ msgid "Action disallowed"
-#~ msgstr "Darbība nav atļauta"
-
-#~ msgid ""
-#~ "Suspend support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "Iesnaudināšanas atbalsts ir deaktivizēts. Lai iegūtu sīkāku informāciju "
-#~ "sazinieties ar administratoru."
-
-#~ msgid ""
-#~ "Hibernate support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "Iemidzināšanas atbalsts ir deaktivizēts. Lai iegūtu sīkāku informāciju "
-#~ "sazinieties ar administratoru."
-
-#, fuzzy
-#~ msgid "Sleep problem"
-#~ msgstr "Iemigšanas problēma"
-
-#, fuzzy
-#~ msgid "Check the help file for common problems."
-#~ msgstr ""
-#~ "Jūsu datoram neizdevās iesnausties.\n"
-#~ "Biežākos iemeslus meklējiet palīdzības failā."
-
-#~ msgid "Device information"
-#~ msgstr "Iekārtas informācija"
-
-#~ msgid "translator-credits"
-#~ msgstr ""
-#~ "Paldies tulkotājiem\n"
-#~ "\n"
-#~ "Launchpad Contributions:\n"
-#~ " Aleksejs Mjaliks https://launchpad.net/~aleksejs-mjaliks\n"
-#~ " Mārtiņš Bruņenieks https://launchpad.net/~papuass\n"
-#~ " Raivis Dejus https://launchpad.net/~orvils"
-
-#~ msgid "MATE Power Manager Website"
-#~ msgstr "MATE barošanas pārvaldnieka mājas lapa"
-
-#~ msgid "Power _History"
-#~ msgstr "Barošanas _vēsture"
-
-#~ msgid "_Suspend"
-#~ msgstr "_Iesnaudināt"
-
-#~ msgid "Hi_bernate"
-#~ msgstr "Iemi_dzināt"
-
-#~ msgid ""
-#~ "After resume, mate-power-manager will suppress policy actions for a "
-#~ "number of seconds to allow messages to settle and HAL to refresh. "
-#~ "Commonly five seconds is enough while not being so long that the user "
-#~ "gets confused."
-#~ msgstr ""
-#~ "Pēc atjaunošanas, mate barošanas pārvaldnieks nomāks polises darbības uz "
-#~ "dažām sekundēm, lai atļautu nosēsties ziņojumiem un atjaunot HAL. "
-#~ "Vispārīgi pietiek ar piecām sekundēm, kamēr lietotāju nemulsina ilgums."
-
-#~ msgid "Change the brightness automatically using the ambient light sensors"
-#~ msgstr ""
-#~ "Automātiski maina ekrāna spilgtumu izmantojot fona apgaismojuma sensorus"
-
-#~ msgid "If DBUS inhibit requests should be ignored from other programs."
-#~ msgstr ""
-#~ "Vai DBUS inhibēšanas pieprasījumiem vajadzētu tikt ignorētiem no citām "
-#~ "programmām."
-
-#~ msgid "If DBUS inhibit requests should be ignored."
-#~ msgstr "Vai DBUS inhibēšanas pieprasījumiem vajadzētu tikt ignorētiem."
-
-#~ msgid ""
-#~ "If a notification message should be displayed when the profile data is "
-#~ "guessed."
-#~ msgstr ""
-#~ "Ja paziņojuma ziņojumam vajadzētu tikt attēlotam, kad ir uzminēta profila "
-#~ "informācija."
-
-#~ msgid "If extra debugging messages should be used"
-#~ msgstr "Vai izmantot papildus atkļūdošanas paziņojumu"
-
-#~ msgid ""
-#~ "If extra debugging messages should be used. Only turn this on for "
-#~ "debugging."
-#~ msgstr ""
-#~ "Vai izmantot papildus atkļūdošanas paziņojumu. Aktivizējiet šo vienīgi, "
-#~ "lai veiktu atkļūdošanu."
-
-#~ msgid "If the low-power mode should be enabled when on UPS"
-#~ msgstr ""
-#~ "Vai zemas barošanas režīmam vajadzētu būt ieslēgtam, kad atrodas uz UPS"
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors."
-#~ msgstr ""
-#~ "Vai ekrāna spilgtums būtu jāmaina automātiski izmantojot apkārtējās "
-#~ "gaismas sensorus."
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors. Valid is 'none', 'light' and 'dark'"
-#~ msgstr ""
-#~ "Vai mainīt ekrāna spilgtumu izmantojot fona apgaismojuma sensorus. "
-#~ "Derīgas vērtības ir 'none', 'light' un 'dark'"
-
-#~ msgid "If the system low-power mode should be enabled when on UPS power."
-#~ msgstr ""
-#~ "Vai sistēmas zemas barošanas režīmam vajadzētu būt ieslēgtam, kad atrodas "
-#~ "uz UPS barošanas."
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close"
-#~ msgstr ""
-#~ "Vai rādīt brīdinājumus, kad ir derīgs apspiedējs un tas ir konfigurēts "
-#~ "iemigt aizverot klēpjdatora vāku"
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close."
-#~ msgstr ""
-#~ "Vai rādīt brīdinājumus, kad ir derīgs apspiedējs un tas ir konfigurēts "
-#~ "iemigt aizverot klēpjdatora vāku."
-
-#~ msgid "Keyboard brightness when on AC"
-#~ msgstr "Klaviatūras spilgtums strāvas barošanā"
-
-#~ msgid "Keyboard brightness when on battery"
-#~ msgstr "Klaviatūras spilgtums bateriju barošanā"
-
-#~ msgid "Notify when the profile data is guessed"
-#~ msgstr "Zinot, kad ir uzminēta profila informācija"
-
-#~ msgid "Number of seconds to suppress policy after resume"
-#~ msgstr "Sekunžu skaits, lai novērš polici pēc atjaunošanas"
-
-#~ msgid "The amount the light sensors should contribute to the brightness"
-#~ msgstr "Daudzums, ko gaismas sensoriem būtu jāpieskaita spožumam"
-
-#~ msgid "The amount the light sensors should contribute to the brightness."
-#~ msgstr "Daudzums, ko gaismas sensoriem būtu jāpieskaita spožumam."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on AC power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "Klaviatūras spožums barojoties no strāvas. Iespējamās vērtības ir starp 0 "
-#~ "un 100."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on battery power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "Klaviatūras spožums barojoties no baterijas. Iespējamās vērtības ir starp "
-#~ "0 un 100."
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough"
-#~ msgstr "Gaismas sensoru kalibrācija, lai ekrāns būtu pietiekami spožs"
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough, "
-#~ "in percent."
-#~ msgstr ""
-#~ "Gaismas sensoru kalibrācija, lai ekrāns būtu pietiekami spožs (procentos)."
-
-#~ msgid "The interval the ambient light sensors should be polled"
-#~ msgstr "Laiks cik ilgi ievākt datus no fona gaismas sensoriem"
-
-#~ msgid "The interval the ambient light sensors should be polled in seconds."
-#~ msgstr "Laiks cik ilgi ievākt datus no fona gaismas sensoriem."
-
-#~ msgid "The invalid timeout for power actions"
-#~ msgstr "Nederīga enerģijas darbību noildze"
-
-#~ msgid ""
-#~ "The invalid timeout in ms for power actions. Set this longer if you get "
-#~ "'battery critical' messages when you unplug."
-#~ msgstr ""
-#~ "Enerģiajs darbībai nederīga noildze milisekundēs. Uzstādiet lielāku "
-#~ "vērtību, ja atvienojot strāvu jūs saņemat 'baterija kritiski zema' "
-#~ "paziņojumu."
-
-#~ msgid "Application:"
-#~ msgstr "Aplikācija:"
-
-#~ msgid "Burning DVD, titled \"My Photos\""
-#~ msgstr "Dedzina CD ar nosaukumu \"Mani Foto\""
-
-#~ msgid "Inhibit Tester"
-#~ msgstr "Inhibēšanas testētājs"
-
-#~ msgid "Reason:"
-#~ msgstr "Iemesls:"
-
-#~ msgid "UnInhibit"
-#~ msgstr "Neinhibēt"
-
-#~ msgid "Vendor Acme Foo"
-#~ msgstr "Vendor Acme Foo"
-
-#~ msgid "<b>Extras</b>"
-#~ msgstr "<b>Ekstras</b>"
-
-#~ msgid "Always sleep when the lid is _closed"
-#~ msgstr "Vienmēr _gulēt, kad vāks ir aizvērts"
-
-#~ msgid "Enable UPS discharge _alarm"
-#~ msgstr "_Aktivizet UPD izlādes brīdinājumu"
-
-#~ msgid "Turn on keyboard light when light level is low"
-#~ msgstr "Ieslēgt tastatūras apgaismojumu, kad gaismas līmenis ir zems"
-
-#~ msgid "Use _ambient light to adjust LCD brightness"
-#~ msgstr "Izmantot fona g_aismu, lai pieregulētu LCD spožumu"
-
-#~ msgid "Use _sound to notify in event of an error"
-#~ msgstr "Kļūdas gadījumā paziņošanai izmantot arī skaņu"
-
-#~ msgid "Power Manager for the MATE desktop"
-#~ msgstr "MATE darba virsmas barošanas pārvaldnieks"
-
-#~ msgid "Device state could not be read at this time"
-#~ msgstr "Šobrīd nav iespējams nolasīt ierīces stāvokli"
-
-#~ msgid "<b>Product:</b> %s\n"
-#~ msgstr "<b>Produkts:</b> %s\n"
-
-#~ msgid "<b>Status:</b> %s\n"
-#~ msgstr "<b>Statuss:</b> %s\n"
-
-#~ msgid "<b>Percentage charge:</b> %.1f%%\n"
-#~ msgstr "<b>Procentuālā uzlāde:</b> %.1f%%\n"
-
-#~ msgid "<b>Vendor:</b> %s\n"
-#~ msgstr "<b>Pārdevējs:</b> %s\n"
-
-#~ msgid "<b>Technology:</b> %s\n"
-#~ msgstr "<b>Tehnoloģija:</b> %s\n"
-
-#~ msgid "<b>Serial number:</b> %s\n"
-#~ msgstr "<b>Sērijas numurs:</b> %s\n"
-
-#~ msgid "<b>Model:</b> %s\n"
-#~ msgstr "<b>Modelis:</b> %s\n"
-
-#~ msgid "<b>Charge time:</b> %s\n"
-#~ msgstr "<b>Uzlādes laiks:</b> %s\n"
-
-#~ msgid "<b>Discharge time:</b> %s\n"
-#~ msgstr "<b>Izlādes laiks:</b> %s\n"
-
-#~ msgid "<b>Capacity:</b> %.1f%% (%s)\n"
-#~ msgstr "<b>Ietilpība:</b> %.1f%% (%s)\n"
-
-#~ msgid "<b>Current charge:</b> %.1f Wh\n"
-#~ msgstr "<b>Šībrīža uzlāde:</b> %.1f Wh\n"
-
-#~ msgid "<b>Design charge:</b> %.1f Wh\n"
-#~ msgstr "<b>Paredzētā uzlāde:</b> %.1f Wh\n"
-
-#~ msgid "<b>Charge rate:</b> %.1f W\n"
-#~ msgstr "<b>Uzlādes ātrums:</b> %.1f W\n"
-
-#~ msgid "<b>Current charge:</b> %.0f/7\n"
-#~ msgstr "<b>Pašreizējā uzlāde:</b> %.0f/7\n"
-
-#~ msgid "%s has stopped the suspend from taking place: %s."
-#~ msgstr "%s ir pārtraucis iesnaudinašanu: %s."
-
-#~ msgid "%s has stopped the hibernate from taking place: %s."
-#~ msgstr "%s ir pārtraucis iemidzināšanu: %s."
-
-#~ msgid "%s has stopped the policy action from taking place: %s."
-#~ msgstr "%s ir pārtraucis politikas darbības izpildi: %s."
-
-#~ msgid "%s has stopped the reboot from taking place: %s."
-#~ msgstr "%s ir pārtraucis datora pārstartēšanu: %s."
-
-#~ msgid "%s has stopped the shutdown from taking place: %s."
-#~ msgstr "%s ir pārtraucis datora izslēgšanu: %s."
-
-#~ msgid "%s has stopped the timeout action from taking place: %s."
-#~ msgstr "%s ir pārtraucis noilguma darbības izpildi: %s."
-
-#~ msgid "Multiple applications have stopped the suspend from taking place."
-#~ msgstr "Vairākas programmas ir apturējušas iesnaudināšanu."
-
-#~ msgid "Multiple applications have stopped the hibernate from taking place."
-#~ msgstr "Vairākas programmas ir apturējušas iemidzināšanu."
-
-#~ msgid ""
-#~ "Multiple applications have stopped the policy action from taking place."
-#~ msgstr "Vairākas programmas ir apturējušas politikas darbības izpildi."
-
-#~ msgid "Multiple applications have stopped the reboot from taking place."
-#~ msgstr "Vairākas programmas ir pārtraukušas datora pārstartēšanu."
-
-#~ msgid "Multiple applications have stopped the shutdown from taking place."
-#~ msgstr "Vairākas programmas ir pārtraukušas datora izslēgšanu."
-
-#~ msgid "Request to do policy action"
-#~ msgstr "Pieprasījums izpildīt politikas darbību"
-
-#~ msgid "Request to do timeout action"
-#~ msgstr "Pieprasījums izpildīt noildzes darbību"
-
-#~ msgid "Perform action anyway"
-#~ msgstr "Veikt darbītu tāpat"
-
-#~ msgid "The lid has been closed on ac power."
-#~ msgstr "Vāks aizvērts strādājot uz maiņstrāvas."
-
-#~ msgid "The lid has been closed on battery power."
-#~ msgstr "Vāks aizvērts strādājot uz baterijas."
-
-#~ msgid "The power button has been pressed."
-#~ msgstr "Nospiesta ieslēgšanas poga."
-
-#~ msgid "The suspend button has been pressed."
-#~ msgstr "Nospiesta iesnaudināšanas poga."
-
-#~ msgid "The hibernate button has been pressed."
-#~ msgstr "Nospiesta iemidzināšanas poga."
-
-#~ msgid ""
-#~ "The lid has been closed, and the ac adapter removed (and mateconf is okay)."
-#~ msgstr ""
-#~ "Vāks ir aizvērts un strāvas adapteris noņemts (un mateconf viss ir labi)."
-
-#~ msgid "User clicked on tray"
-#~ msgstr "Lietotājs noklikšķināja uz palodzes"
-
-#~ msgid "Sleep warning"
-#~ msgstr "Iemigšanas brīdinājums"
-
-#~ msgid "Your laptop battery is now fully charged"
-#~ msgstr "Jūsu klēpjdatora baterija ir pilnība uzlādēta"
-
-#~ msgid ""
-#~ "The AC power has been unplugged. The system is now using battery power."
-#~ msgstr "Strāvas vads ir atvienots. Dators darbojas uz baterijas."
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:641
+msgid "Empty"
+msgstr "Tukšs"
-#~ msgid ""
-#~ "The AC power has been unplugged. The system is now using backup power."
-#~ msgstr "Strāva tikusi atvienota. Sistēma tagad izmanto rezerves jaudu."
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:649
+msgid "Waiting to charge"
+msgstr "Gaida uzlādi"
-#~ msgid "Visit quirk website"
-#~ msgstr "Apmeklēt quirk mājas lapu"
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:653
+msgid "Waiting to discharge"
+msgstr "Gaida izlādi"
diff --git a/po/ms.po b/po/ms.po
index e9ef668..88e7c24 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -3,14 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Puretech <[email protected]>, 2012.
+# abuyop <[email protected]>, 2013
+# Puretech <[email protected]>, 2012
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
-"POT-Creation-Date: 2013-02-19 09:34+0100\n"
-"PO-Revision-Date: 2013-02-19 08:35+0000\n"
-"Last-Translator: Stefano Karapetsas <[email protected]>\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-07-08 14:05+0000\n"
+"Last-Translator: abuyop <[email protected]>\n"
"Language-Team: Malay (http://www.transifex.com/projects/p/MATE/language/ms/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -157,7 +158,7 @@ msgstr "Sama ada untuk hibernat, menggantung atau tidak berbuat apa-apa ketika t
#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
"The type of sleeping that should be performed when the computer is inactive."
-msgstr ""
+msgstr "Jenis tidur yang patut dibuat bila komputer tidak aktif."
#: ../data/org.mate.power-manager.gschema.xml.in.h:3
msgid "Battery critical low action"
@@ -165,7 +166,7 @@ msgstr "Tindakan bateri lemah kritikal"
#: ../data/org.mate.power-manager.gschema.xml.in.h:4
msgid "The action to take when the battery is critically low."
-msgstr ""
+msgstr "Tindakan untuk diambil bila kuasa bateri sangat rendah."
#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
@@ -186,7 +187,7 @@ msgstr "Tindakan UPS lemah kritikal"
#: ../data/org.mate.power-manager.gschema.xml.in.h:8
msgid "The action to take when the UPS is critically low."
-msgstr ""
+msgstr "Tindakan untuk diambil bila kuasa UPS sangat rendah."
#: ../data/org.mate.power-manager.gschema.xml.in.h:9
msgid "UPS low power action"
@@ -194,7 +195,7 @@ msgstr "Tindakan kuasa UPS lemah"
#: ../data/org.mate.power-manager.gschema.xml.in.h:10
msgid "The action to take when the UPS is low."
-msgstr ""
+msgstr "Tindakan untuk diambil bila kuasa UPS adalah rendah."
#: ../data/org.mate.power-manager.gschema.xml.in.h:11
msgid "Allow backlight brightness adjustment"
@@ -224,7 +225,7 @@ msgstr "Kecerahan skrin ketika terbiar"
msgid ""
"This is the laptop panel screen brightness used when the session is idle. "
"Only valid when use-time-for-policy is true."
-msgstr ""
+msgstr "Ini adalah kecerahan skrin panel komputer riba yang digunakan bila sesi melahu. Hanya sah bila use-time-for-policy adalah benar."
#: ../data/org.mate.power-manager.gschema.xml.in.h:17
msgid "Dim the screen after a period of inactivity when on battery power"
@@ -270,7 +271,7 @@ msgstr "Kaedah yang digunakan untuk skrin kosong ketika menggunakan AC"
#: ../data/org.mate.power-manager.gschema.xml.in.h:26
msgid "The DPMS method used to blank the screen when on AC power."
-msgstr ""
+msgstr "Kaedah DPMS yang digunakan untuk gelapkan skrin bila menggunakan kuasa AC."
#: ../data/org.mate.power-manager.gschema.xml.in.h:27
msgid "Method used to blank screen on battery"
@@ -278,7 +279,7 @@ msgstr "Kaedah yang digunakan untuk skrin kosong ketika menggunakan bateri"
#: ../data/org.mate.power-manager.gschema.xml.in.h:28
msgid "The DPMS method used to blank the screen when on battery power."
-msgstr ""
+msgstr "Kaedah DPMS yang digunakan untuk gelapkan skrin bila menggunakan kuasa bateri."
#: ../data/org.mate.power-manager.gschema.xml.in.h:29
msgid "LCD brightness when on AC"
@@ -288,7 +289,7 @@ msgstr "Kecerahan LCD ketika menggunakan AC"
msgid ""
"The brightness of the display when on AC power. Possible values are between "
"0.0 and 100.0."
-msgstr ""
+msgstr "Kecerahan paparan bila menggunakan kuasa AC. Nilai yang mungkin adalah diantara 0.0 hingga 100.0."
#: ../data/org.mate.power-manager.gschema.xml.in.h:31
msgid "Suspend button action"
@@ -296,7 +297,7 @@ msgstr "Tindakan butang menggantung"
#: ../data/org.mate.power-manager.gschema.xml.in.h:32
msgid "The action to take when the system suspend button is pressed."
-msgstr ""
+msgstr "Tindakan yang diambil bila butang tangguh sistem ditekan."
#: ../data/org.mate.power-manager.gschema.xml.in.h:33
msgid "Hibernate button action"
@@ -304,7 +305,7 @@ msgstr "Aksi butang hibernat"
#: ../data/org.mate.power-manager.gschema.xml.in.h:34
msgid "The action to take when the system hibernate button is pressed."
-msgstr ""
+msgstr "Tindakan yang diambil bila butang hibernasi sistem ditekan."
#: ../data/org.mate.power-manager.gschema.xml.in.h:35
msgid "Power button action"
@@ -312,7 +313,7 @@ msgstr "Tindakan butang kuasa"
#: ../data/org.mate.power-manager.gschema.xml.in.h:36
msgid "The action to take when the system power button is pressed."
-msgstr ""
+msgstr "Tindakan yang diambil bila butang kuasa sistem ditekan."
#: ../data/org.mate.power-manager.gschema.xml.in.h:37
msgid "Laptop lid close action on battery"
@@ -322,7 +323,7 @@ msgstr "Tindakan menutup penutup komputer riba menggunakan bateri"
msgid ""
"The action to take when the laptop lid is closed and the laptop is on "
"battery power."
-msgstr ""
+msgstr "Tindakan untuk diambil apabila penutup komputer riba ditutup dan komputer riba menggunakan kuasa bateri."
#: ../data/org.mate.power-manager.gschema.xml.in.h:39
msgid "Laptop lid close action when on AC"
@@ -332,7 +333,7 @@ msgstr "Tindakan menutup penutup komputer riba menggunakan AC"
msgid ""
"The action to take when the laptop lid is closed and the laptop is on AC "
"power."
-msgstr ""
+msgstr "Tindakan untuk diambil apabila penutup komputer riba ditutup dan komputer riba menggunakan kuasa AC."
#: ../data/org.mate.power-manager.gschema.xml.in.h:41
msgid "Whether to use time-based notifications"
@@ -354,7 +355,7 @@ msgstr "Jika pemuat CPU patut memeriksa sebelum melakukan tindakan terbiar."
#: ../data/org.mate.power-manager.gschema.xml.in.h:45
msgid "Whether NetworkManager should be connected and disconnected on sleep."
-msgstr ""
+msgstr "Sama ada NetworkManager patut menyambung dan putuskan ketika tidur"
#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
@@ -380,7 +381,7 @@ msgstr "Kunci skrin ketika terpadam"
msgid ""
"Whether the screen is locked when the screen is turned off. Only used if "
"lock-use-screensaver is false."
-msgstr ""
+msgstr "Sama ada skrin dikunci ketika skrin dimatikan. Hanya digunakan jika lock_use_screensaver_settings adalah palsu."
#: ../data/org.mate.power-manager.gschema.xml.in.h:51
msgid "Lock screen on suspend"
@@ -390,7 +391,7 @@ msgstr "Kunci skrin ketika penggantungan"
msgid ""
"Whether the screen is locked when the computer wakes up from a suspend. Only"
" used if lock-use-screensaver is false."
-msgstr ""
+msgstr "Sama ada skrin dikunci ketika komputer bangun dari tangguh. Hanya digunakan jika lock_use_screensaver adalah palsu."
#: ../data/org.mate.power-manager.gschema.xml.in.h:53
msgid "Lock screen on hibernate"
@@ -400,7 +401,7 @@ msgstr "Kunci skrin ketika hibernat"
msgid ""
"Whether the screen is locked when the computer wakes up from a hibernate. "
"Only used if lock-use-screensaver is false."
-msgstr ""
+msgstr "Sama ada skrin dikunci ketika komputer bangun dari hibernasi. Hanya digunakan jika lock_use_screensaver adalah palsu."
#: ../data/org.mate.power-manager.gschema.xml.in.h:55
msgid "Lock MATE keyring on sleep"
@@ -522,81 +523,81 @@ msgstr "Sama ada perlu memaparkan mesej pemberitahuan apabila bateri lemah."
#: ../data/org.mate.power-manager.gschema.xml.in.h:80
msgid "Whether we should show the history data points"
-msgstr ""
+msgstr "Sama ada kita patut tunjukkan titik data sejarah"
#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
"Whether we should show the history data points in the statistics window."
-msgstr ""
+msgstr "Sama ada kita patut tunjukkan titik data sejarah dalam tetingkap statistik."
#: ../data/org.mate.power-manager.gschema.xml.in.h:82
msgid "Whether we should smooth the history data"
-msgstr ""
+msgstr "Sama ada kita patut licinkan data sejarah"
#: ../data/org.mate.power-manager.gschema.xml.in.h:83
msgid "Whether we should smooth the history data in the graph."
-msgstr ""
+msgstr "Sama ada kita patut licinkan data sejarah dalam graf."
#: ../data/org.mate.power-manager.gschema.xml.in.h:84
msgid "The default graph type to show for history"
-msgstr ""
+msgstr "Jenis graf lalai untuk ditunjukkan untuk sejarah"
#: ../data/org.mate.power-manager.gschema.xml.in.h:85
msgid "The default graph type to show in the history window."
-msgstr ""
+msgstr "Jenis graf lalai untuk ditunjukkan dalam tetingkap sejarah."
#: ../data/org.mate.power-manager.gschema.xml.in.h:86
msgid "The maximum time displayed for history"
-msgstr ""
+msgstr "Masa maksimum dipaparkan untuk sejarah"
#: ../data/org.mate.power-manager.gschema.xml.in.h:87
msgid ""
"The maximum duration of time displayed on the x-axis of the history graph."
-msgstr ""
+msgstr "Tempoh masa maksimum dipaparkan pada paksi-x bagi graf sejarah."
#: ../data/org.mate.power-manager.gschema.xml.in.h:88
msgid "Whether we should show the stats data points"
-msgstr ""
+msgstr "Sama ada kita patut tunjukkan titik data stat"
#: ../data/org.mate.power-manager.gschema.xml.in.h:89
msgid "Whether we should show the stats data points in the statistics window."
-msgstr ""
+msgstr "Sama ada kita patut tunjukkan titik data stat dalam tetingkap statistik."
#: ../data/org.mate.power-manager.gschema.xml.in.h:90
msgid "Whether we should smooth the stats data"
-msgstr ""
+msgstr "Sama ada kita patut licinkan data stat"
#: ../data/org.mate.power-manager.gschema.xml.in.h:91
msgid "Whether we should smooth the stats data in the graph."
-msgstr ""
+msgstr "Sama ada kita patut licinkan data stat dalam graf."
#: ../data/org.mate.power-manager.gschema.xml.in.h:92
msgid "The default graph type to show for stats"
-msgstr ""
+msgstr "Jenis graf lalai untuk ditunjukkan untuk stat"
#: ../data/org.mate.power-manager.gschema.xml.in.h:93
msgid "The default graph type to show in the stats window."
-msgstr ""
+msgstr "Jenis graf lalai untuk ditunjukkan dalam tetingkap stat."
#: ../data/org.mate.power-manager.gschema.xml.in.h:94
msgid "The index of the page number to show by default"
-msgstr ""
+msgstr "Indeks nombor halaman yang ditunjukkan secara lalai"
#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
"The index of the page number to show by default which is used to return "
"focus to the correct page."
-msgstr ""
+msgstr "Indeks nombor halaman untuk ditunjukkan secara lalai yang digunakan untuk kembali fokus ke halaman yang betul."
#: ../data/org.mate.power-manager.gschema.xml.in.h:96
msgid "The ID of the last device selected"
-msgstr ""
+msgstr "ID bagi peranti terakhir dipilih"
#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
"The identifier of the last device which is used to return focus to the "
"correct device."
-msgstr ""
+msgstr "Pengenalpasti peranti terakhir yang digunakan untuk kembali fokus ke peranti yang betul."
#: ../data/org.mate.power-manager.gschema.xml.in.h:98
msgid "Percentage considered low"
@@ -606,7 +607,7 @@ msgstr "Peratusan dianggap lemah"
msgid ""
"The percentage of the battery when it is considered low. Only valid when "
"use-time-for-policy is false."
-msgstr ""
+msgstr "Peratusan bateri apabila ia dianggap lemah. Hanya sah ketika use-time-for-policy adalah false."
#: ../data/org.mate.power-manager.gschema.xml.in.h:100
msgid "Percentage considered critical"
@@ -616,7 +617,7 @@ msgstr "Peratusan dianggap kritikal"
msgid ""
"The percentage of the battery when it is considered critical. Only valid "
"when use-time-for-policy is false."
-msgstr ""
+msgstr "Peratusan bateri apabila ia dianggap kritikal. Hanya sah ketika use-time-for-policy adalah false."
#: ../data/org.mate.power-manager.gschema.xml.in.h:102
msgid "Percentage action is taken"
@@ -626,7 +627,7 @@ msgstr "Peratusan tindakan diambil"
msgid ""
"The percentage of the battery when the critical action is performed. Only "
"valid when use-time-for-policy is false."
-msgstr ""
+msgstr "Peratusan bateri apabila langkah kritikal dilaksanakan. Hanya sah ketika use-time-for-policy adalah palsu."
#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
@@ -636,7 +637,7 @@ msgstr "Baki masa ketika lemah"
msgid ""
"The time remaining in seconds of the battery when it is considered low. Only"
" valid when use-time-for-policy is true."
-msgstr ""
+msgstr "Baki masa dalam saat bagi bateri dianggap lemah. Hanya sah apabila use-time-for-policy adalah benar."
#: ../data/org.mate.power-manager.gschema.xml.in.h:106
msgid "The time remaining when critical"
@@ -646,7 +647,7 @@ msgstr "Baki masa ketika kritikal"
msgid ""
"The time remaining in seconds of the battery when it is considered critical."
" Only valid when use-time-for-policy is true."
-msgstr ""
+msgstr "Baki masa dalam saat bagi bateri dianggap kritikal. Hanya sah apabila use-time-for-policy adalah benar."
#: ../data/org.mate.power-manager.gschema.xml.in.h:108
msgid "The time remaining when action is taken"
@@ -656,7 +657,7 @@ msgstr "Baki masa ketika tindakan diambil"
msgid ""
"The time remaining in seconds of the battery when critical action is taken. "
"Only valid when use-time-for-policy is true."
-msgstr ""
+msgstr "Baki masa dalam saat bagi bateri ketika tindakan kritikal diambil. Hanya sah apabila use-time-for-policy adalah benar."
#: ../data/org.mate.power-manager.gschema.xml.in.h:110
msgid "Sleep timeout computer when on battery"
@@ -739,7 +740,7 @@ msgstr "Bila hendak dipaparkan ikon pemberitahuan"
#: ../data/org.mate.power-manager.gschema.xml.in.h:126
msgid "Display options for the notification icon."
-msgstr ""
+msgstr "Papar pilihan untuk ikon pemberitahuan."
#: ../data/mate-power-preferences.desktop.in.in.h:1
msgid "Power Management"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 3bf5967..b415f82 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -1,155 +1,146 @@
-# Brazilian Portuguese translation of mate-power-manager.
-# Copyright (C) 2004-2009 Free Software Foundation, Inc.
-# This file is distributed under the same license as the mate-power-manager package.
-# Raphael Higino <In Memoriam>, 2004-2005.
-# Licio Fernando <[email protected]>, 2005.
-# Leonardo Ferreira Fontenelle <[email protected]>, 2006-2008.
-# Og Maciel <[email protected]>, 2007.
-# Fábio Nogueira <[email protected]>, 2008.
-# Enrico Nicoletto <[email protected]>, 2009.
-# Djavan Fagundes <[email protected]>, 2009.
-# André gondim <[email protected]>, 2010.
-# Antonio Fernandes C. Neto <[email protected]>, 2010.
-msgid ""
-msgstr ""
-"Project-Id-Version: mate-power-manager\n"
-"Report-Msgid-Bugs-To: http://bugzilla.mate.org/enter_bug.cgi?product=mate-"
-"power-manager&component=general\n"
-"POT-Creation-Date: 2010-09-07 20:05+0000\n"
-"PO-Revision-Date: 2010-09-08 16:30-0300\n"
-"Last-Translator: Antonio Fernandes C. Neto <[email protected]>\n"
-"Language-Team: Brazilian Portuguese <[email protected]>\n"
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Matheus_Martins <[email protected]>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-11-17 17:47+0000\n"
+"Last-Translator: Matheus_Martins <[email protected]>\n"
+"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/MATE/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-Poedit-Language: Portuguese\n"
-"X-Poedit-Country: BRAZIL\n"
+"Language: pt_BR\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../applets/brightness/brightness-applet.c:109
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "Miniaplicativo de Brilho do Gerenciador de Energia"
-#: ../applets/brightness/brightness-applet.c:110
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "Ajusta o brilho do monitor do laptop."
-#: ../applets/brightness/brightness-applet.c:363
-#: ../applets/inhibit/inhibit-applet.c:362
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "Não foi possível conectar ao mate-power-manager"
-#: ../applets/brightness/brightness-applet.c:365
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "Não foi possível determinar o brilho do monitor do laptop"
-#: ../applets/brightness/brightness-applet.c:367
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "Brilho do LCD: %d%%"
-#: ../applets/brightness/brightness-applet.c:752
-#: ../applets/inhibit/inhibit-applet.c:431
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
msgstr "Licenciado sob a versão 2 da Licença Pública Geral GNU"
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"O Gerenciador de Energia é um software livre; você pode redistribuí-lo e/ou\n"
-"modificá-lo sob os termos da Licença Pública Geral GNU como\n"
-"publicada pela Free Software Foundation (FSF); na versão 2 da\n"
-"Licença, ou (na sua opinião) qualquer versão."
+msgstr "O Gerenciador de Energia é um software livre; você pode redistribuí-lo e/ou\nmodificá-lo sob os termos da Licença Pública Geral GNU como\npublicada pela Free Software Foundation (FSF); na versão 2 da\nLicença, ou (na sua opinião) qualquer versão."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"O Gerenciador de Energia é distribuído na esperança de que possa ser útil,\n"
-"mas SEM QUALQUER GARANTIA; sem mesmo a garantia implícita de\n"
-"ADEQUAÇÃO a qualquer MERCADO ou APLICAÇÃO EM PARTICULAR.\n"
-"Veja a Licença Pública Geral GNU para mais detalhes."
+msgstr "O Gerenciador de Energia é distribuído na esperança de que possa ser útil,\nmas SEM QUALQUER GARANTIA; sem mesmo a garantia implícita de\nADEQUAÇÃO a qualquer MERCADO ou APLICAÇÃO EM PARTICULAR.\nVeja a Licença Pública Geral GNU para mais detalhes."
-#: ../applets/brightness/brightness-applet.c:761
-#: ../applets/inhibit/inhibit-applet.c:440
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"Você deve ter recebido uma cópia da Licença Pública Geral GNU\n"
-"junto com este programa; se não, escreva para a Fundação do Software\n"
-"Livre (FSF) Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA."
+msgstr "Você deve ter recebido uma cópia da Licença Pública Geral GNU\njunto com este programa; se não, escreva para a Fundação do Software\nLivre (FSF) Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA."
-#: ../applets/brightness/brightness-applet.c:775
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Copyright © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Ajusta o brilho do painel do laptop"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "_Sobre"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Miniaplicativo de Brilho"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "Aj_uda"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Fábrica de Miniaplicativo de Brilho"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Fábrica para Miniaplicativo de Brilho"
-#: ../applets/inhibit/inhibit-applet.c:95
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Miniaplicativo de Brilho"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Ajusta o brilho do painel do laptop"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "Miniaplicativo de Inibição do Gerenciador de Energia"
-#: ../applets/inhibit/inhibit-applet.c:96
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "Permitir que usuário iniba a economia automática de energia."
-#: ../applets/inhibit/inhibit-applet.c:365
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "Dormir automaticamente inibido"
-#: ../applets/inhibit/inhibit-applet.c:367
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "Dormir automaticamente habilitado"
-#: ../applets/inhibit/inhibit-applet.c:395
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "Inibir manualmente"
-#: ../applets/inhibit/inhibit-applet.c:454
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Copyright © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "Permite que usuário iniba economia de energia automática"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Fábrica de Miniaplicativo de Inibição"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Fábrica para Miniaplicativo de Inibição"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "Miniaplicativo de Inibição"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Fábrica de Miniaplicativo de Inibição"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Permite que usuário iniba economia de energia automática"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -159,963 +150,835 @@ msgstr "Gerenciador de Energia"
msgid "Power management daemon"
msgstr "Monitor de gerenciamento de energia"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Permitir ajuste de brilho de luz de fundo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Hibernar, suspender ou nada quando inativo"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
+msgid ""
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:2
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
msgid "Battery critical low action"
msgstr "Ação para bateria criticamente fraca"
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "Verificar uso da CPU antes de dormir"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "A ação a ser tomada quando a bateria estiver muito baixa."
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
+msgid ""
+"If the battery event should occur when the lid is shut and the power "
+"disconnected"
+msgstr "Desencadeia ou não o evento de bateria quando a tampa for fechada e a tomada, desconectada"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
+msgid ""
+"If the battery lid close event should occur (for example 'Suspend when lid "
+"closed on battery') when the lid is previously shut and the AC power "
+"disconnected at a later time."
+msgstr "Desencadeia ou não o evento de fechamento da tampa (por exemplo: \"Suspender quando tampa for fechada, usando bateria\") quando a tampa já estiver fechada e a tomada for desconectada posteriormente."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "Ação para no-break criticamente fraco"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
msgstr ""
-"Reduzir o brilho da tela após um período de inatividade quando usando tomada"
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "Ação para no-break baixo"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
msgstr ""
-"Reduzir o brilho da tela após um período de inatividade quando na bateria"
-#: ../data/mate-power-manager.schemas.in.h:6
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Permitir ajuste de brilho de luz de fundo"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"Opções de exibição para o ícone de notificação. Opções válidas são \"never"
-"\" (nunca), \"low\" (baixo)\"critical\" (crítico), \"charge\" (carregando), "
-"\"present\" (presente) e \"always\" (sempre)."
+"If the screen brightness should be changed when switching between AC and "
+"battery power."
+msgstr "Altera ou não o brilho da tela quando alternar entre a tomada e a bateria."
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Ação do botão hibernar"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "Reduzir o brilho do monitor quando na bateria"
-#: ../data/mate-power-manager.schemas.in.h:8
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr ""
-"Exibe ou não uma mensagem de notificação após uma falha em suspender ou "
-"hibernar."
+"If the screen should be reduced in brightness when the computer is on "
+"battery power."
+msgstr "Reduz ou não o brilho da tela quando o computador estiver usando energia da bateria."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "Brilho da tela quando a sessão estiver inativa"
-#: ../data/mate-power-manager.schemas.in.h:9
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
msgstr ""
-"Exibe ou não mensagem de notificação quando a bateria estiver completamente "
-"carregada."
-#: ../data/mate-power-manager.schemas.in.h:10
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Reduzir o brilho da tela após um período de inatividade quando na bateria"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr ""
-"Exibe ou não mensagem de notificação quando a bateria estiver ficando fraca."
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "Reduz ou não o brilho da tela para economizar energia quando computador estiver ocioso e usando a bateria."
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr ""
-"Se os itens das preferências e estatísticas podem ser exibidos no menu de "
-"contexto "
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "O intervalo de tempo padrão para reduzir o brilho da tela após ficar ocioso"
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "Usar sons"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "O intervalo de tempo padrão para reduzir o brilho da tela após ficar ocioso."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
+msgid "LCD dimming amount when on battery"
+msgstr "Escurecer o LCD quando na bateria"
-#: ../data/mate-power-manager.schemas.in.h:13
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"Usa ou não sons quando a energia estiver criticamente fraca, ou requisições "
-"de inibição tiverem impedido a ação da política."
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "O quanto escurecer a tela quando o computador estiver usando a bateria. Valores válidos vão de 0 a 100."
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr "Confere ou não o uso da CPU antes de executar a ação de inatividade."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Reduzir o brilho da tela após um período de inatividade quando usando tomada"
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
msgid ""
-"If the battery event should occur when the lid is shut and the power "
-"disconnected"
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "Reduz ou não o brilho da tela para economizar energia quando computador estiver ocioso e ligado à tomada."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
+msgid "Method used to blank screen on AC"
+msgstr "Método usado para apagar a tela quando ligado à tomada"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
msgstr ""
-"Desencadeia ou não o evento de bateria quando a tampa for fechada e a "
-"tomada, desconectada"
-#: ../data/mate-power-manager.schemas.in.h:16
-msgid ""
-"If the battery lid close event should occur (for example 'Suspend when lid "
-"closed on battery') when the lid is previously shut and the AC power "
-"disconnected at a later time."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
+msgid "Method used to blank screen on battery"
+msgstr "Método usado para apagar a tela quando ligado na bateria"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
msgstr ""
-"Desencadeia ou não o evento de fechamento da tampa (por exemplo: \"Suspender "
-"quando tampa for fechada, usando bateria\") quando a tampa já estiver "
-"fechada e a tomada for desconectada posteriormente."
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr "Usar o perfil aprendido para calcular o tempo restante"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "Brilho do LCD quando na tomada"
-#: ../data/mate-power-manager.schemas.in.h:18
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
msgstr ""
-"Usa ou não o perfil aprendido para calcular o tempo restante. Apenas "
-"desligue para depuração."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr "Usar o modo de baixo consumo quando na tomada"
-
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr "Usar modo de baixo consumo quando na bateria"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Ação do botão suspender"
-#: ../data/mate-power-manager.schemas.in.h:21
-msgid ""
-"If the screen brightness should be changed when switching between AC and "
-"battery power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
msgstr ""
-"Altera ou não o brilho da tela quando alternar entre a tomada e a bateria."
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Ação do botão hibernar"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
msgstr ""
-"Reduz ou não o brilho da tela para economizar energia quando computador "
-"estiver ocioso e ligado à tomada."
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
+msgid "Power button action"
+msgstr "Ação do botão liga-desliga"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
msgstr ""
-"Reduz ou não o brilho da tela para economizar energia quando computador "
-"estiver ocioso e usando a bateria."
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "Ação ao fechar o laptop, usando bateria"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
msgid ""
-"If the screen should be reduced in brightness when the computer is on "
+"The action to take when the laptop lid is closed and the laptop is on "
"battery power."
msgstr ""
-"Reduz ou não o brilho da tela quando o computador estiver usando energia da "
-"bateria."
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr ""
-"Habilita ou não modo de baixo consumo quando o computador estiver ligado à "
-"tomada."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "Ação ao fechar o laptop quando na tomada"
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
msgstr ""
-"Habilita ou não modo de baixo consumo quando o computador estiver usando a "
-"bateria."
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr "Notifica ou não o usuário quando o computador for desligado da tomada."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Usar notificações baseadas em tempo"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
msgid ""
"If time based notifications should be used. If set to false, then the "
"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"Usa ou não notificações baseadas em tempo. Se configurada para falsa, então "
-"a mudança de percentual é usada, o que pode consertar a ACPI de algumas "
-"BIOSs."
-
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr "Mostrar o aviso de bateria fraca para uma bateria defeituosa"
+msgstr "Usa ou não notificações baseadas em tempo. Se configurada para falsa, então a mudança de percentual é usada, o que pode consertar a ACPI de algumas BIOSs."
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr "Mostra ou não o aviso de bateria fraca para uma bateria defeituosa."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Verificar uso da CPU antes de dormir"
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr "Mostrar o aviso de recolhimento de bateria para uma bateria defeituosa"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "Confere ou não o uso da CPU antes de executar a ação de inatividade."
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
msgstr ""
-"Mostra ou não o aviso de bateria sendo recolhida para uma bateria com "
-"defeito. Configure para FALSE apenas se tiver certeza de que sua bateria não "
-"tenha defeito."
-
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "Brilho do LCD quando na tomada"
-#: ../data/mate-power-manager.schemas.in.h:34
-msgid "LCD dimming amount when on battery"
-msgstr "Escurecer o LCD quando na bateria"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
+msgid ""
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "Desconecta ou não o NetworkManager antes de suspender ou hibernar, conectando-o novamente ao retornar."
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "Ação ao fechar o laptop, usando bateria"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Usar configuração de bloqueio do mate-screensaver"
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr "Ação ao fechar o laptop quando na tomada"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
+msgid ""
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "Usa ou não a configuração de bloqueio de tela do mate-screensaver para decidir se a tela é bloqueada após hibernar, suspender ou apagar a tela."
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "Bloquear chaveiro do MATE ao dormir"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "Bloquear tela quando apagar"
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Bloquear tela ao hibernar"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
+msgid ""
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:39
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
msgid "Lock screen on suspend"
msgstr "Bloquear tela ao suspender"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "Bloquear tela quando apagar"
-
-#: ../data/mate-power-manager.schemas.in.h:41
-msgid "Method used to blank screen on AC"
-msgstr "Método usado para apagar a tela quando ligado à tomada"
-
-#: ../data/mate-power-manager.schemas.in.h:42
-msgid "Method used to blank screen on battery"
-msgstr "Método usado para apagar a tela quando ligado na bateria"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
+msgid ""
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Notificar quando energia baixa"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Bloquear tela ao hibernar"
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Notificar uma falha ao dormir"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
+msgid ""
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr ""
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Notificar quando a tomada for desligada"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "Bloquear chaveiro do MATE ao dormir"
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Notificar quando completamente carregada"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
+msgid ""
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "Bloqueia ou não o chaveiro do MATE antes do computador suspender. Isso significa que o chaveiro terá que ser destravado ao retornar."
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "Percentual na qual a ação é executada"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
+msgid ""
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "Bloqueia ou não o chaveiro do MATE antes do computador hibernar. Isso significa que o chaveiro terá que ser destravado ao retornar."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Percentual considerado crítico"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "Usar o modo de baixo consumo quando na tomada"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Percentual considerado baixo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "Habilita ou não modo de baixo consumo quando o computador estiver ligado à tomada."
-#: ../data/mate-power-manager.schemas.in.h:50
-msgid "Power button action"
-msgstr "Ação do botão liga-desliga"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "Usar modo de baixo consumo quando na bateria"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "Reduzir o brilho do monitor quando na bateria"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
+msgid ""
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "Habilita ou não modo de baixo consumo quando o computador estiver usando a bateria."
-#: ../data/mate-power-manager.schemas.in.h:52
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
msgid "Seconds of inactivity to spin down when on AC"
msgstr "Segundos de inatividade para diminuir atividade quando usando tomada"
-#: ../data/mate-power-manager.schemas.in.h:53
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "O número de segundos de inatividade para diminuir a atividade dos discos quando na tomada."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
msgid "Seconds of inactivity to spin down when on battery"
msgstr "Segundos de inatividade para diminuir atividade quando usando bateria"
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr "Tempo limite para o computador dormir quando ligado na tomada"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "O número de segundos de inatividade para diminuir a atividade dos discos quando na bateria."
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr "Tempo limite para o computador dormir quando usando no-break"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "Mostrar o aviso de recolhimento de bateria para uma bateria defeituosa"
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "Tempo limite para o computador dormir quando usando bateria"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
+msgid ""
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "Mostra ou não o aviso de bateria sendo recolhida para uma bateria com defeito. Configure para FALSE apenas se tiver certeza de que sua bateria não tenha defeito."
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr "Tempo limite para o monitor dormir quando ligado na tomada"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "Mostrar o aviso de bateria fraca para uma bateria defeituosa"
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr "Tempo limite para o monitor dormir quando usando no-break"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "Mostra ou não o aviso de bateria fraca para uma bateria defeituosa."
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr "Tempo limite para o monitor dormir quando usando bateria"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Notificar quando a tomada for desligada"
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Ação do botão suspender"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "Notifica ou não o usuário quando o computador for desligado da tomada."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Notificar quando completamente carregada"
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"Método DPMS usado para apagar a tela quando o computador estiver ligado à "
-"tomada. Valores possíveis são \"standby\" (em espera), \"suspend"
-"\" (suspender), e \"off\" (desligar)."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "Exibe ou não mensagem de notificação quando a bateria estiver completamente carregada."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Notificar uma falha ao dormir"
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"Método DPMS usado para apagar a tela quando o computador estiver ligado à "
-"tomada. Valores possíveis são \"standby\" (em espera), \"suspend"
-"\" (suspender), e \"off\" (desligar)."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "Exibe ou não uma mensagem de notificação após uma falha em suspender ou hibernar."
-#: ../data/mate-power-manager.schemas.in.h:63
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
msgid "The URI to show to the user on sleep failure"
msgstr "A URI a ser exibida para o usuário na falha ao dormir"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Ação a tomar quando o nível do no-break estiver criticamente fraco. Valores "
-"válidos são \"hibernate\" (hibernar), \"suspend\" (suspender), \"shutdown"
-"\" (desligar) e \"nothing\" (nada)."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "Quando dormir nós podemos exibir para o usuário um botão para ajudar a corrigir a situação. Deixar em branco se quiser que o botão não seja exibido."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Ação a tomar quando o nível do no-break estiver fraco. Valores possíveis são "
-"\"hibernate\" (hibernar), \"suspend\" (suspender), \"shutdown\" (desligar) e "
-"\"nothing\" (nada)."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Notificar quando energia baixa"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Ação a tomar quando a bateria estiver criticamente fraca. Valores válidos "
-"são \"hibernate\" (hibernar), \"suspend\" (suspender), \"shutdown"
-"\" (desligar) e \"nothing\" (nada)."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "Exibe ou não mensagem de notificação quando a bateria estiver ficando fraca."
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
msgstr ""
-"Ação a tomar quando a tampa do laptop for fechada, e o computador estiver "
-"ligado à tomada. Valores válidos são \"suspend\" (suspender), \"hibernate"
-"\" (hibernar), \"blank\" (apagar) e \"nothing\" (nada)."
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
+"Whether we should show the history data points in the statistics window."
msgstr ""
-"Ação a tomar quando a tampa do laptop for fechada, e este estiver usando "
-"bateria. Valores válidos são \"suspend\" (suspender), \"hibernate"
-"\" (hibernar), \"blank\" (apagar) e \"nothing\" (nada)."
-#: ../data/mate-power-manager.schemas.in.h:69
-msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
msgstr ""
-"Ação a tomar quando o botão de hibernar for pressionado. Valores válidos são "
-"\"suspend\" (suspender), \"hibernate\" (hibernar), \"interactive"
-"\" (perguntar), \"shutdown\" (desligar) e \"nothing\" (nada)."
-#: ../data/mate-power-manager.schemas.in.h:70
-msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
msgstr ""
-"Ação a tomar quando o botão liga-desliga for pressionado. Valores válidos "
-"são \"suspend\" (suspender), \"hibernate\" (hibernar), \"interactive"
-"\" (perguntar), \"shutdown\" (desligar) e \"nothing\" (nada)."
-#: ../data/mate-power-manager.schemas.in.h:71
-msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
msgstr ""
-"Ação a tomar quando o botão de suspender for pressionado. Valores válidos "
-"são \"suspend\" (suspender), \"hibernate\" (hibernar), \"interactive"
-"\" (perguntar), \"shutdown\" (desligar) e \"nothing\" (nada)."
-#: ../data/mate-power-manager.schemas.in.h:72
-msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
msgstr ""
-"Segundos de inatividade até o monitor entrar em modo de baixo consumo de "
-"energia, com o computador ligado na tomada."
-#: ../data/mate-power-manager.schemas.in.h:73
-msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
msgstr ""
-"Segundos de inatividade até o computador entrar em modo de baixo consumo de "
-"energia, com o computador ligado na tomada."
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
+"The maximum duration of time displayed on the x-axis of the history graph."
msgstr ""
-"Segundos de inatividade até o computador entrar em modo de baixo consumo de "
-"energia, com o computador ligado à tomada."
-#: ../data/mate-power-manager.schemas.in.h:75
-msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
msgstr ""
-"Segundos de inatividade que o computador precisa ficar inativo antes do "
-"monitor dormir usando o no-break."
-#: ../data/mate-power-manager.schemas.in.h:76
-msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
msgstr ""
-"Segundos de inatividade até o computador entrar em modo de baixo consumo de "
-"energia, com o computador usando a bateria."
-#: ../data/mate-power-manager.schemas.in.h:77
-msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
msgstr ""
-"Segundos de inatividade até o computador entrar em modo de baixo consumo de "
-"energia, com o computador usando a bateria."
-#: ../data/mate-power-manager.schemas.in.h:78
-msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
msgstr ""
-"O quanto escurecer a tela quando o computador estiver usando a bateria. "
-"Valores válidos vão de 0 a 100."
-#: ../data/mate-power-manager.schemas.in.h:79
-msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
msgstr ""
-"Brilho da tela quando o computador estiver ligado à tomada. Valores válidos "
-"vão de 0 a 100."
-
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "Brilho da tela quando a sessão estiver inativa"
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
msgstr ""
-"O intervalo de tempo padrão para reduzir o brilho da tela após ficar ocioso"
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
msgstr ""
-"O intervalo de tempo padrão para reduzir o brilho da tela após ficar ocioso."
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version"
-msgstr "A versão de configuração padrão"
-
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "Tipo padrão de gráfico para mostrar na janela de estatísticas"
-
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr "Tipo padrão de gráfico para mostrar na janela de estatísticas."
-
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "Tempo máximo exibido no eixo x do gráfico."
-
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "Tempo máximo exibido no gráfico"
-
-#: ../data/mate-power-manager.schemas.in.h:88
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
msgstr ""
-"O número de segundos de inatividade para diminuir a atividade dos discos "
-"quando na tomada."
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
msgstr ""
-"O número de segundos de inatividade para diminuir a atividade dos discos "
-"quando na bateria."
-#: ../data/mate-power-manager.schemas.in.h:90
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
+"The identifier of the last device which is used to return focus to the "
+"correct device."
msgstr ""
-"Percentual da bateria considerado crítico. Opção válida apenas caso a "
-"use_time_for_policy for falsa."
-#: ../data/mate-power-manager.schemas.in.h:91
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Percentual considerado baixo"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
+"use-time-for-policy is false."
msgstr ""
-"Percentual da bateria considerado baixo. Opção válida apenas caso a "
-"use_time_for_policy for falsa."
-#: ../data/mate-power-manager.schemas.in.h:92
-msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"Percentual da bateria no qual a ação crítica é executada. Opção válida "
-"apenas quando a use_time_for_policy for falsa."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Percentual considerado crítico"
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
msgstr ""
-"Tempo de bateria restante (em segundos) no qual a ação crítica é executada. "
-"Opção válida apenas quando a use_time_for_policy for verdadeira."
-#: ../data/mate-power-manager.schemas.in.h:94
-msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Tempo de bateria restante (em segundos) considerado crítico. Opção válida "
-"apenas quando a use_time_for_policy for verdadeira."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "Percentual na qual a ação é executada"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
msgstr ""
-"Tempo de bateria restante (em segundos) considerado baixo. Opção válida "
-"apenas quando a use_time_for_policy for verdadeira."
-
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "Tempo restante quando a ação é executada"
-
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "Tempo restante quando crítico"
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr "Tempo restante quando baixo"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
msgstr ""
-"Tipo de redução de energia a executar quando o computador está inativo. "
-"Valores válidos são \"hibernate\" (hibernar), \"suspend\" (suspender), e "
-"\"nothing\" (nada)."
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"A versão instalada do esquema. Não edite este valor, ele é usado para que "
-"mudanças de configuração entre versões possam ser detectadas."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "Tempo restante quando crítico"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
msgstr ""
-"Brilho da tela do laptop quando a sessão estiver inativa. Opção válida "
-"apenas quando a use_time_for_policy for verdadeira."
-
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "Ação para no-break criticamente fraco"
-
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "Ação para no-break baixo"
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "Usar configuração de bloqueio do mate-screensaver"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "Tempo restante quando a ação é executada"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
msgstr ""
-"Quando dormir nós podemos exibir para o usuário um botão para ajudar a "
-"corrigir a situação. Deixar em branco se quiser que o botão não seja exibido."
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "Quando exibir ícone de notificação"
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr "Se o NetworkManager deve ser conectado e desconectado ao dormir"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Tempo limite para o computador dormir quando usando bateria"
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"Desconecta ou não o NetworkManager antes de suspender ou hibernar, "
-"conectando-o novamente ao retornar."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "Segundos de inatividade até o computador entrar em modo de baixo consumo de energia, com o computador usando a bateria."
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"Bloqueia ou não o chaveiro do MATE antes do computador hibernar. Isso "
-"significa que o chaveiro terá que ser destravado ao retornar."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Tempo limite para o computador dormir quando ligado na tomada"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"Bloqueia ou não o chaveiro do MATE antes do computador suspender. Isso "
-"significa que o chaveiro terá que ser destravado ao retornar."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "Segundos de inatividade até o computador entrar em modo de baixo consumo de energia, com o computador ligado na tomada."
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"Bloqueia ou não a tela quando o computador retornar de uma hibernação. Opção "
-"usada apenas se lock_use_screensaver_settings for falsa."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Tempo limite para o computador dormir quando usando no-break"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"Bloqueia ou não a tela quando o computador retornar de uma suspensão. Usada "
-"apenas se lock_use_screensaver_settings for falsa."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "Segundos de inatividade até o computador entrar em modo de baixo consumo de energia, com o computador ligado à tomada."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Tempo limite para o monitor dormir quando ligado na tomada"
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"Bloqueia ou não a tela quando o monitor for desligado. Usada apenas se "
-"lock_use_screensaver_settings for falsa."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "Segundos de inatividade até o monitor entrar em modo de baixo consumo de energia, com o computador ligado na tomada."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr "Hibernar, suspender ou nada quando inativo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Tempo limite para o monitor dormir quando usando bateria"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"Usa ou não a configuração de bloqueio de tela do mate-screensaver para "
-"decidir se a tela é bloqueada após hibernar, suspender ou apagar a tela."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "Segundos de inatividade até o computador entrar em modo de baixo consumo de energia, com o computador usando a bateria."
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "Usar notificações baseadas em tempo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Tempo limite para o monitor dormir quando usando no-break"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "Mostrar o rótulo dos eixos na janela de estatísticas"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "Segundos de inatividade que o computador precisa ficar inativo antes do monitor dormir usando o no-break."
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "Mostra ou não o rótulo dos eixos na janela de estatísticas."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "Usar sons"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Mostrar os eventos na janela de estatísticas"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "Usa ou não sons quando a energia estiver criticamente fraca, ou requisições de inibição tiverem impedido a ação da política."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Mostra ou não os eventos na janela de estatísticas."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "Se os itens das preferências e estatísticas podem ser exibidos no menu de contexto "
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "Suavizar os dados no gráfico"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "Quando exibir ícone de notificação"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "Esmaece ou não os dados no gráfico."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr ""
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Configurar gerenciamento de energia"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "Gerenciamento de energia"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Observe o gerenciamento de energia"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Configurar gerenciamento de energia"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1092
-#: ../src/gpm-statistics.c:1567
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "Estatísticas de energia"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Observe o gerenciamento de energia"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "Brilho"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "Comprimento de dados:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Detalhes"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "Tipo de gráfico:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "Histórico"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "Comprimento de dados:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "Recuperações do processador por segundo:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "Não há dados para exibir."
+
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Usar linha suavizada"
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "Mostrar pontos de dados"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "Histórico"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Estatísticas"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "Não há dados para exibir."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "Recuperações do processador por segundo:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Usar linha suavizada"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "Recuperações"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Preferências de gerenciamento de energia"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Ações</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "Fazer _computador dormir quando inativo por:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "Quando a _tampa do laptop for fechada:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "Dim_inuir atividade dos discos quando possível"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>Exibir</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Área de notificação</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Fazer _monitor dormir quando inativo por:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "Fechar o programa"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "Ajustar _brilho do monitor para:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "Reduzir o brilho do _monitor quando ocioso"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "Geral"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "Tornar padrão"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "Usando tomada"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "Usando bateria"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "Usando no-break"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "Exibir ícone apenas quando uma bateria estiver p_resente"
-
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "Exibir ícone apenas quando carregando ou _descarregando"
-
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "Preferências de gerenciamento de energia"
-
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "Provê ajuda a esse programa"
-
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "Fazer _monitor dormir quando inativo por:"
-
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "Fazer _computador dormir quando inativo por:"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "Quando a energia da bateria estiver c_riticamente baixa:"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "Ajustar _brilho do monitor para:"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "_Reduzir a luz de fundo da tela"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "Define esta política a ser usada por todos os usuários"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "Usando bateria"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "Dim_inuir atividade dos discos quando possível"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "Quando a _energia do no-break estiver baixa:"
-#: ../data/gpm-prefs.ui.h:20
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
msgid "When UPS power is _critically low:"
msgstr "Quando a energia do no-break estiver c_riticamente baixa:"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "Quando a _energia do no-break estiver baixa:"
-
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "Quando a energia da bateria estiver c_riticamente baixa:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "Usando no-break"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "Quando a _tampa do laptop for fechada:"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "Quando o botão _liga-desliga for pressionado:"
-#: ../data/gpm-prefs.ui.h:24
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
msgid "When the _suspend button is pressed:"
msgstr "Quando o _botão de suspender for pressionado:"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "Quando o botão _liga-desliga for pressionado:"
-
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "_Sempre mostrar um ícone"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Área de notificação</b>"
-#: ../data/gpm-prefs.ui.h:27
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
msgid "_Never display an icon"
msgstr "_Nunca mostrar um ícone"
-#: ../data/gpm-prefs.ui.h:28
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
msgid "_Only display an icon when battery power is low"
msgstr "S_omente exibir ícone quando a energia da bateria estiver crítica"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "_Reduzir a luz de fundo da tela"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "Exibir ícone apenas quando carregando ou _descarregando"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "Exibir ícone apenas quando uma bateria estiver p_resente"
+
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "_Sempre mostrar um ícone"
+
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "Geral"
+
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "Provê ajuda a esse programa"
+
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Tornar padrão"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "Define esta política a ser usada por todos os usuários"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "Fechar o programa"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
msgstr "Definir o brilho atual"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
msgstr "Obter o brilho atual"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
msgstr "Obter o número de níveis de brilho suportado"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
msgstr "Ajuda do Gerenciador de Energia da luz de fundo do MATE"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
msgstr "Opção inválida foi especificada"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
msgstr "Não foram encontradas luzes de fundo no seu sistema"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
msgstr "Não foi possível obter o valor de luz de fundo"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
msgstr "Não foi possível obter o valor máximo de luz de fundo"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
msgstr "Esse programa pode somente ser usado pelo usuário root"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
msgstr "Esse programa somente deve ser executado através do pkexec"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
msgstr "Não foi possível definir o valor da luz de fundo"
@@ -1217,7 +1080,7 @@ msgid "%.1fV"
msgstr "%.1fV"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1547
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "Mostrar informações extras de depuração"
@@ -1233,133 +1096,128 @@ msgstr "Sair após um pequeno atraso (para depuração)"
msgid "Exit after the manager has loaded (for debugging)"
msgstr "Sair após o gerenciador ser carregado (para depuração)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "Gerenciador de Energia do MATE"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:221 ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "Bateria está criticamente fraca"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:269
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "Energia conectada"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "Energia desconectada"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "Tampa foi aberta"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "Tampa foi fechada"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "Bateria está fraca"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "Bateria está com carga completa"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "Suspensão iniciada"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "Retornado"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "Falha em suspender"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:574
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
msgstr "O computador falhou ao suspender."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:576
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "Falhou ao suspender"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:580
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
msgstr "O computador falhou ao hibernar."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:582
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "Falhou ao hibernar"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:587
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
msgstr "A falha foi reportada como:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:600
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "Visitar página de ajuda"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:863
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "DPMS ativado para o monitor"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:882
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "Usando bateria"
-#: ../src/gpm-manager.c:900
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "A tampa do laptop está fechada"
-#: ../src/gpm-manager.c:938
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "Informação da energia"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1186
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "Bateria pode estar sendo recolhida"
-#: ../src/gpm-manager.c:1187
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"A battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"A bateria em seu computador pode estar sendo recolhida por %s e você pode "
-"estar em risco.\n"
-"\n"
-"Para mais informações, visite o site de recall da bateria."
+msgstr "A bateria em seu computador pode estar sendo recolhida por %s e você pode estar em risco.\n\nPara mais informações, visite o site de recall da bateria."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1197
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "Visitar o site"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1200
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "Não me mostre isto novamente"
@@ -1367,490 +1225,443 @@ msgstr "Não me mostre isto novamente"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1285
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "Bateria pode estar com defeito"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1288
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Battery has a very low capacity (%1.1f%%), which means that it may be old or "
-"broken."
-msgstr ""
-"Sua bateria tem uma capacidade muito baixa (%1.1f%%), o que significa que "
-"pode ser antiga ou estar com defeito."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "Sua bateria tem uma capacidade muito baixa (%1.1f%%), o que significa que pode ser antiga ou estar com defeito."
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1337
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
msgstr[0] "Bateria carregada"
msgstr[1] "Baterias carregadas"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1383
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "Bateria descarregando"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1387
+#: ../src/gpm-manager.c:1348
#, c-format
msgid "%s of battery power remaining (%.0f%%)"
msgstr "%s de bateria restando (%.0f%%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1390 ../src/gpm-manager.c:1402
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
msgid "%s discharging (%.0f%%)"
msgstr "%s descarregando (%.0f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1395
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "No-break descarregando"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1399
+#: ../src/gpm-manager.c:1360
#, c-format
msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr "%s de energia do no-break restando (%.0f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1483
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "Bateria está fraca"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1486
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "Bateria de laptop fraca"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1492
+#: ../src/gpm-manager.c:1453
#, c-format
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "Aproximadamente <b>%s</b> restando (%.0f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1496
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "No-break fraco"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1500
+#: ../src/gpm-manager.c:1461
#, c-format
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
-msgstr ""
-"Aproximadamente <b>%s</b> de energia de backup restante no no-break (%.0f%%)"
+msgstr "Aproximadamente <b>%s</b> de energia de backup restante no no-break (%.0f%%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1504 ../src/gpm-manager.c:1643
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "Bateria de mouse fraca"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1507
+#: ../src/gpm-manager.c:1468
#, c-format
msgid "Wireless mouse is low in power (%.0f%%)"
msgstr "O mouse sem fio está com a energia baixa (%.0f%%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1511 ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "Bateria de teclado fraca"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1514
+#: ../src/gpm-manager.c:1475
#, c-format
msgid "Wireless keyboard is low in power (%.0f%%)"
msgstr "O teclado sem fio está com a energia baixa (%.0f%%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1518 ../src/gpm-manager.c:1660
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "Bateria de PDA fraca"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1521
+#: ../src/gpm-manager.c:1482
#, c-format
msgid "PDA is low in power (%.0f%%)"
msgstr "O PDA está com a energia baixa (%.0f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1525 ../src/gpm-manager.c:1670
-#: ../src/gpm-manager.c:1681
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "Bateria de telefone celular fraca"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1528
+#: ../src/gpm-manager.c:1489
#, c-format
msgid "Cell phone is low in power (%.0f%%)"
msgstr "O telefone celular está com a energia baixa (%.0f%%)"
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1533
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
msgstr "Bateria de reprodutor de mídia fraca"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1536
+#: ../src/gpm-manager.c:1497
#, c-format
msgid "Media player is low in power (%.0f%%)"
msgstr "O reprodutor de mídia está com a energia baixa (%.0f%%)"
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1540 ../src/gpm-manager.c:1690
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
msgstr "Bateria de tablet fraca"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1543
+#: ../src/gpm-manager.c:1504
#, c-format
msgid "Tablet is low in power (%.0f%%)"
msgstr "O tablet está com a energia baixa (%.0f%%)"
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1547 ../src/gpm-manager.c:1699
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
msgstr "A bateria anexada a esse computador está fraca"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1550
+#: ../src/gpm-manager.c:1511
#, c-format
msgid "Attached computer is low in power (%.0f%%)"
msgstr "O computador anexado está com a energia baixa (%.0f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one kind of battery
-#: ../src/gpm-manager.c:1600
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "Bateria criticamente fraca"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1603 ../src/gpm-manager.c:1760
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "Bateria de laptop criticamente fraca"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1613
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr "Conecte em seu adaptador AC para evitar perda de dados."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1617
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
msgstr "O computador será suspenso em breve a menos que que seja conectado."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1621
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
-msgstr ""
-"O computador entrará em hibernação em breve a menos que seja conectado."
+msgstr "O computador entrará em hibernação em breve a menos que seja conectado."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1625
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
msgstr "O computador desligará em breve a menos que seja conectado."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1633 ../src/gpm-manager.c:1798
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "No-break criticamente baixo"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1637
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to "
-"your computer to avoid losing data."
-msgstr ""
-"Você tem aproximadamente <b>%s</b> de energia restante no no-break (%.0f%%). "
-"Restaure a energia da tomada para o seu computador para evitar perda de "
-"dados."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "Você tem aproximadamente <b>%s</b> de energia restante no no-break (%.0f%%). Restaure a energia da tomada para o seu computador para evitar perda de dados."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1646
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"O mouse sem fio está com energia muito baixa (%.0f%%). Este dispositivo irá "
-"parar de funcionar em breve se não for carregado."
+msgstr "O mouse sem fio está com energia muito baixa (%.0f%%). Este dispositivo irá parar de funcionar em breve se não for carregado."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1654
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"O teclado sem fio está com energia muito baixa (%.0f%%). Este dispositivo "
-"irá parar de funcionar em breve se não for carregado."
+msgstr "O teclado sem fio está com energia muito baixa (%.0f%%). Este dispositivo irá parar de funcionar em breve se não for carregado."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1663
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
-"not charged."
-msgstr ""
-"O PDA está com energia muito baixa (%.0f%%). Este dispositivo irá parar de "
-"funcionar em breve se não for carregado."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "O PDA está com energia muito baixa (%.0f%%). Este dispositivo irá parar de funcionar em breve se não for carregado."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1673
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"O telefone celular está com energia muito baixa (%.0f%%). Este dispositivo "
-"vai parar de funcionar em breve se não for carregado."
+msgstr "O telefone celular está com energia muito baixa (%.0f%%). Este dispositivo vai parar de funcionar em breve se não for carregado."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1684
+#: ../src/gpm-manager.c:1642
#, c-format
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"O reprodutor de mídia está com energia muito baixa (%.0f%%). Este "
-"dispositivo irá parar de funcionar em breve se não for carregado."
+msgstr "O reprodutor de mídia está com energia muito baixa (%.0f%%). Este dispositivo irá parar de funcionar em breve se não for carregado."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1693
+#: ../src/gpm-manager.c:1651
#, c-format
msgid ""
-"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
-"if not charged."
-msgstr ""
-"O tablet está com energia muito baixa (%.0f%%). Este dispositivo irá parar "
-"de funcionar em breve se não for carregado."
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "O tablet está com energia muito baixa (%.0f%%). Este dispositivo irá parar de funcionar em breve se não for carregado."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1702
+#: ../src/gpm-manager.c:1660
#, c-format
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
"shutdown if not charged."
-msgstr ""
-"O computador anexado está com energia muito baixa (%.0f%%). Este dispositivo "
-"irá desligar em breve se não for carregado."
+msgstr "O computador anexado está com energia muito baixa (%.0f%%). Este dispositivo irá desligar em breve se não for carregado."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1769
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
-msgstr ""
-"A bateria está abaixo do nível crítico e o computador será <b>desligado</b> "
-"quando a bateria estiver completamente vazia."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "A bateria está abaixo do nível crítico e o computador será <b>desligado</b> quando a bateria estiver completamente vazia."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1775
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"A bateria está abaixo do nível crítico e o computador está a ponto de ser "
-"suspenso.<br><b>Nota:</b> é necessário um pouco de energia para manter o "
-"computador no estado suspenso."
+msgstr "A bateria está abaixo do nível crítico e o computador está a ponto de ser suspenso.<br><b>Nota:</b> é necessário um pouco de energia para manter o computador no estado suspenso."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1782
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
-msgstr ""
-"A bateria está abaixo do nível crítico e o computador está a ponto de "
-"hibernar."
+msgstr "A bateria está abaixo do nível crítico e o computador está a ponto de hibernar."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1787
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
-msgstr ""
-"A bateria está abaixo do nível crítico e o computador está a ponto de "
-"desligar."
+msgstr "A bateria está abaixo do nível crítico e o computador está a ponto de desligar."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1807
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
-msgstr ""
-"O no-break está abaixo do nível crítico e o computador será <b>desligado</b> "
-"quando o no-break estiver completamente vazio."
+msgstr "O no-break está abaixo do nível crítico e o computador será <b>desligado</b> quando o no-break estiver completamente vazio."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1813
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
-msgstr ""
-"O no-break está abaixo do nível crítico e o computador está a ponto de "
-"hibernar."
+msgstr "O no-break está abaixo do nível crítico e o computador está a ponto de hibernar."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1818
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
-msgstr ""
-"O no-break está abaixo do nível crítico e o computador está a ponto de "
-"hibernar."
-
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1956
-msgid "Install problem!"
-msgstr "Problema na instalação!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1958
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"Os padrões de configuração para o Gerenciador de Energia do MATE não foram "
-"instalados corretamente.\n"
-"Por favor entre em contato com o administrador do computador."
+msgstr "O no-break está abaixo do nível crítico e o computador está a ponto de hibernar."
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "Preferências de energia do MATE"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Desligar"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Suspender"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Hibernar"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "Apagar tela"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Perguntar"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Não agir"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Nunca"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Taxa"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "Carga"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "Tempo para completar"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "Tempo para esvaziar"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 minutos"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 horas"
-#: ../src/gpm-statistics.c:92
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 horas"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 dia"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
msgstr "1 semana"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "Perfil de carga"
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "Perfil de descarga"
-#. TRANSLATORS: how accurately we can predict the time remaining of the battery
-#: ../src/gpm-statistics.c:106
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "Precisão de carga"
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "Precisão de descarga"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Atributo"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "Valor"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "Imagem"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "Descrição"
-#: ../src/gpm-statistics.c:183 ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Tipo"
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "ID"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "Comando"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "Desconhecido"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1858,7 +1669,7 @@ msgstr[0] "%.0f segundo"
msgstr[1] "%.0f segundos"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
@@ -1866,7 +1677,7 @@ msgstr[0] "%.1f minuto"
msgstr[1] "%.1f minutos"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
@@ -1874,46 +1685,47 @@ msgstr[0] "%.1f hora"
msgstr[1] "%.1f horas"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
msgstr[0] "%.1f dia"
msgstr[1] "%.1f dias"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Sim"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "Não"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Dispositivo"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Fabricante"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Modelo"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "Número de série"
#. TRANSLATORS: a boolean attribute that means if the device is supplying the
-#. * main power for the computer. For instance, an AC adapter or laptop battery
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "Suprimento"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1922,252 +1734,252 @@ msgstr[1] "%d segundos"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "Atualizado"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "Presente"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "Recarregável"
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "Estado"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "Energia"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "Energia quando vazia"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "Energia quando completa"
-# In this case design have the meaning of a prevision of energy, so a teorical charge.
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "Energia (teórica)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "Tensão"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Percentual"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "Capacidade"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "Tecnologia"
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "Ligado"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:826
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "Nenhum dado"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:833 ../src/gpm-statistics.c:838
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Módulo do kernel"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:843
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "Núcleo do kernel"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:848
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "Interrupção inter-processos"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:853
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "Interrupção"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:900
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "Teclado PS/2/mouse/touchpad"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:903
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:906
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "Serial ATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:909
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "Controlador ATA"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:912
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Adaptador de redes sem fio Intel"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:919 ../src/gpm-statistics.c:924
-#: ../src/gpm-statistics.c:929 ../src/gpm-statistics.c:934
-#: ../src/gpm-statistics.c:939
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "Cronômetro %s"
-#. TRANSLATORS: the parameter is the name of task that's woken up from sleeping.
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:943
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "Dormir %s"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:946
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "Nova tarefa %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:950
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "Esperar %s"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:954 ../src/gpm-statistics.c:958
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "Fila de trabalhos %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:961
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "Limpeza de rotas da rede %s"
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:964
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "Atividade USB %s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:967
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "Recuperar %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:970
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "Interrupções locais"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:973
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "Reagendando interrupções"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "Informação do dispositivo"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "Histórico do dispositivo"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "Perfil do dispositivo"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1088
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "Recuperações do processador"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1294 ../src/gpm-statistics.c:1300
-#: ../src/gpm-statistics.c:1306 ../src/gpm-statistics.c:1312
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "Tempo transcorrido"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1296
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "Energia"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1302 ../src/gpm-statistics.c:1345
-#: ../src/gpm-statistics.c:1351 ../src/gpm-statistics.c:1357
-#: ../src/gpm-statistics.c:1363
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "Carga da bateria"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1308 ../src/gpm-statistics.c:1314
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "Tempo previsto"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1347 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "Fator de correção"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1365
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "Precisão da estimativa"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1550
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "Selecionar esse dispositivo ao iniciar"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1798
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Processador"
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "_Preferências"
@@ -2184,9 +1996,7 @@ msgstr "%s carregando (%.1f%%)"
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"A bateria está completamente carregada.\n"
-"Proporciona %s tempo de execução"
+msgstr "A bateria está completamente carregada.\nProporciona %s tempo de execução"
#. TRANSLATORS: the device is fully charged
#: ../src/gpm-upower.c:241
@@ -2212,11 +2022,10 @@ msgstr "%s descarregando (%.1f%%)"
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s %s até ser carregada (%.1f%%)\n"
-"Proporciona %s tempo de execução da bateria"
+msgstr "%s %s até ser carregada (%.1f%%)\nProporciona %s tempo de execução da bateria"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
@@ -2302,7 +2111,8 @@ msgstr "Tempo de carregamento:"
msgid "Discharge time:"
msgstr "Tempo de carregamento:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "Excelente"
@@ -2465,834 +2275,3 @@ msgstr "Aguardando para carregar"
#: ../src/gpm-upower.c:653
msgid "Waiting to discharge"
msgstr "Aguardando para descarregar"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "_Sobre"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "Aj_uda"
-
-#~ msgid ""
-#~ "The wireless mouse attached to this computer is very low in power (%.1f%"
-#~ "%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "O mouse sem fio anexado a este computador está com energia muito baixa "
-#~ "(%.1f%%). Este dispositivo vai parar de funcionar em breve se não for "
-#~ "carregado."
-
-#~ msgid ""
-#~ "The wireless keyboard attached to this computer is very low in power (%.1f"
-#~ "%%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "O teclado sem fio anexado a este computador está com energia muito baixa "
-#~ "(%.1f%%). Este dispositivo vai parar de funcionar em breve se não for "
-#~ "carregado."
-
-#~ msgid "Wireless mouse"
-#~ msgid_plural "Wireless mice"
-#~ msgstr[0] "Mouse sem fio"
-#~ msgstr[1] "Mouses sem fio"
-
-#~ msgid "Wireless keyboard"
-#~ msgid_plural "Wireless keyboards"
-#~ msgstr[0] "Teclado sem fio"
-#~ msgstr[1] "Teclados sem fio"
-
-#~ msgid "Please see %s for more information."
-#~ msgstr "Por favor, veja %s para mais informações."
-
-#~ msgid ""
-#~ "If you can see this text, your display server is broken and you should "
-#~ "notify your distributor."
-#~ msgstr ""
-#~ "Se você pode ver este texto, seu servidor de exibição X está quebrado e "
-#~ "você deve notificar seu distribuidor."
-
-#~ msgid "Session idle"
-#~ msgstr "Sessão ociosa"
-
-#~ msgid "Session active"
-#~ msgstr "Sessão ativa"
-
-#~ msgid "idle inhibited"
-#~ msgstr "ociosidade inibida"
-
-#~ msgid "idle not inhibited"
-#~ msgstr "ociosidade não inibida"
-
-#~ msgid "suspend inhibited"
-#~ msgstr "suspender inibido"
-
-#~ msgid "suspend not inhibited"
-#~ msgstr "suspender não inibido"
-
-#~ msgid "screen idle"
-#~ msgstr "tela ociosa"
-
-#~ msgid "screen awake"
-#~ msgstr "tela ligada"
-
-#~ msgid "Allow Suspend and Hibernate in the menu"
-#~ msgstr "Permitir opções Suspender e Hibernar no menu"
-
-#~ msgid "Hibernate enabled"
-#~ msgstr "Hibernação ativado"
-
-#~ msgid "If preferences should be shown"
-#~ msgstr "Se as preferências devem ser mostradas"
-
-#~ msgid ""
-#~ "If the Suspend and Hibernate options should be allowed in the "
-#~ "notification area drop down menu."
-#~ msgstr ""
-#~ "Permite ou não as opções Suspender e Hibernar no menu da área de "
-#~ "notificação."
-
-#~ msgid "If the user is authorized to hibernate the computer."
-#~ msgstr "Permite ou não ao usuário hibernar o computador."
-
-#~ msgid "If the user is authorized to suspend the computer."
-#~ msgstr "Permite ou não ao usuário suspender o computador."
-
-#~ msgid "Suspend enabled"
-#~ msgstr "Suspensão ativada"
-
-#~ msgid "Action disallowed"
-#~ msgstr "Ação não permitida"
-
-#~ msgid ""
-#~ "Suspend support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "Suporte a suspender está desabilitado. Entre em contato com seu "
-#~ "administrador para mais detalhes."
-
-#~ msgid ""
-#~ "Hibernate support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "Suporte a hibernar foi desabilitado. Entre em contato com seu "
-#~ "administrador para mais detalhes."
-
-#~ msgid "Sleep problem"
-#~ msgstr "Problema ao dormir"
-
-#~ msgid "Check the help file for common problems."
-#~ msgstr "Verifique o arquivo de ajuda para problemas comuns."
-
-#~ msgid "Device information"
-#~ msgstr "Informações do dispositivo"
-
-#~ msgid "There is no detailed information for this device"
-#~ msgstr "Não há informações detalhadas para este dispositivo"
-
-#~ msgid "translator-credits"
-#~ msgstr ""
-#~ "Raphael Higino <In memoriam>\n"
-#~ "Licio Fernando <[email protected]>\n"
-#~ "Leonardo Ferreira Fontenelle <[email protected]>\n"
-#~ "Vladimir Melo <[email protected]>\n"
-#~ "Og Maciel <[email protected]>\n"
-#~ "Fábio Nogueira <[email protected]>\n"
-#~ "Enrico Nicoletto <[email protected]>\n"
-#~ "Djavan Fagundes <[email protected]>\n"
-#~ "Antonio Fernandes C. Neto <[email protected]>"
-
-#~ msgid "Power _History"
-#~ msgstr "Histórico da _energia"
-
-#~ msgid "_Suspend"
-#~ msgstr "Suspen_der"
-
-#~ msgid "Hi_bernate"
-#~ msgstr "_Hibernar"
-
-#~ msgid "If DBUS inhibit requests should be ignored from other programs."
-#~ msgstr "Ignora ou não solicitações de outros programas para inibir o DBUS."
-
-#~ msgid "If DBUS inhibit requests should be ignored."
-#~ msgstr "Ignora ou não solicitações para inibir o DBUS."
-
-#~ msgid ""
-#~ "If a notification message should be displayed when the profile data is "
-#~ "guessed."
-#~ msgstr ""
-#~ "Exibe ou não uma mensagem de notificação quando os dados de perfil forem "
-#~ "previstos."
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close"
-#~ msgstr ""
-#~ "Mostrar o aviso quando temos uma inibição válida e configurada para "
-#~ "dormir ao fechar a tampa"
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close."
-#~ msgstr ""
-#~ "Mostra ou não o aviso quando temos uma inibição válida e configurada para "
-#~ "dormir ao fechar a tampa."
-
-#~ msgid "Notify when the profile data is guessed"
-#~ msgstr "Notificar quando os dados do perfil forem identificados"
-
-#~ msgid "%s has stopped the suspend from taking place: %s."
-#~ msgstr "%s impediu a suspensão de acontecer: %s."
-
-#~ msgid "%s has stopped the hibernate from taking place: %s."
-#~ msgstr "%s impediu a hibernação de acontecer: %s."
-
-#~ msgid "%s has stopped the policy action from taking place: %s."
-#~ msgstr "%s impediu a ação da política de acontecer: %s."
-
-#~ msgid "%s has stopped the reboot from taking place: %s."
-#~ msgstr "%s impediu a reinicialização de acontecer: %s."
-
-#~ msgid "%s has stopped the shutdown from taking place: %s."
-#~ msgstr "%s impediu o desligamento de acontecer: %s."
-
-#~ msgid "%s has stopped the timeout action from taking place: %s."
-#~ msgstr "%s impediu a ação de tempo de espera de acontecer: %s."
-
-#~ msgid "Multiple applications have stopped the suspend from taking place."
-#~ msgstr "Múltiplos aplicativos impediram a suspensão de acontecer."
-
-#~ msgid "Multiple applications have stopped the hibernate from taking place."
-#~ msgstr "Múltiplos aplicativos impediram a hibernação de acontecer."
-
-#~ msgid ""
-#~ "Multiple applications have stopped the policy action from taking place."
-#~ msgstr "Múltiplos aplicativos impediram a ação da política de acontecer."
-
-#~ msgid "Multiple applications have stopped the reboot from taking place."
-#~ msgstr "Múltiplos aplicativos impediram a reinicialização de acontecer."
-
-#~ msgid "Multiple applications have stopped the shutdown from taking place."
-#~ msgstr "Múltiplos aplicativos impediram o desligamento de acontecer."
-
-#~ msgid "Request to do policy action"
-#~ msgstr "Requisição para realizar ação da política"
-
-#~ msgid "Request to do timeout action"
-#~ msgstr "Requisição para realizar ação do tempo de espera"
-
-#~ msgid "The lid has been closed on ac power."
-#~ msgstr "A tampa foi fechada (ligado à tomada)."
-
-#~ msgid "The lid has been closed on battery power."
-#~ msgstr "A tampa foi fechada (usando a bateria)."
-
-#~ msgid ""
-#~ "The lid has been closed, and the ac adapter removed (and mateconf is okay)."
-#~ msgstr ""
-#~ "A tampa foi fechada, e a tomada foi desconectada (e tudo certo com o "
-#~ "mateconf)."
-
-#~ msgid "User clicked on tray"
-#~ msgstr "Usuário clicou na área de notificação"
-
-#~ msgid "Sleep warning"
-#~ msgstr "Aviso de dormir"
-
-#~ msgid ""
-#~ "Your laptop will not sleep if you shut the lid as a running program has "
-#~ "prevented this.\n"
-#~ "Some laptops can overheat if they do not sleep when the lid is closed."
-#~ msgstr ""
-#~ "Seu laptop não vai dormir se você fechar a tampa, já que um programa em "
-#~ "execução evitou isso.\n"
-#~ "Alguns laptops podem superaquecer se não dormirem quando a tampa for "
-#~ "fechada."
-
-#~ msgid "Your laptop battery is now fully charged"
-#~ msgstr "Sua bateria de laptop está agora completamente carregada"
-
-#~ msgid ""
-#~ "The AC power has been unplugged. The system is now using battery power."
-#~ msgstr ""
-#~ "A energia da tomada foi desconectada. O sistema está agora usando a "
-#~ "energia da bateria."
-
-#~ msgid ""
-#~ "The AC power has been unplugged. The system is now using backup power."
-#~ msgstr ""
-#~ "A energia da tomada foi desconectada. O sistema está usando agora uma "
-#~ "energia de backup."
-
-#~ msgid "Device state could not be read at this time"
-#~ msgstr "Não foi possível ler o estado do dispositivo desta vez"
-
-#~ msgid "Add related _events"
-#~ msgstr "Adicionar _eventos relacionados"
-
-#~ msgid "Time since startup"
-#~ msgstr "Tempo desde inicialização"
-
-#~ msgid "The message was not sent due to DBUS security rules"
-#~ msgstr ""
-#~ "A mensagem não foi enviada no prazo para as regras de segurança do DBUS"
-
-#~ msgid "Computer is running on backup power\n"
-#~ msgstr "O computador rodando com energia de backup\n"
-
-#~ msgid "Computer is running on AC power\n"
-#~ msgstr "O computador está ligado à tomada\n"
-
-#~ msgid "Computer is running on battery power\n"
-#~ msgstr "O computador usando a bateria\n"
-
-#~ msgid "Battery discharge time is currently unknown\n"
-#~ msgstr "Tempo de descarga de bateria é atualmente desconhecido\n"
-
-#~ msgid "Battery charge time is currently unknown\n"
-#~ msgstr "Tempo de carga da bateria é atualmente desconhecido\n"
-
-#~ msgid "Battery discharge time is estimated\n"
-#~ msgstr "Tempo de descarga da bateria é estimado\n"
-
-#~ msgid "Battery charge time is estimated\n"
-#~ msgstr "Tempo de carga da bateria é estimado\n"
-
-#~ msgid "Unable to get data..."
-#~ msgstr "Não foi possível obter dados..."
-
-#~ msgid "label shown on graph|Suspend"
-#~ msgstr "Suspender"
-
-#~ msgid "label shown on graph|Resume"
-#~ msgstr "Continuar"
-
-#~ msgid "label shown on graph|Hibernate"
-#~ msgstr "Hibernar"
-
-#~ msgid "DPMS On"
-#~ msgstr "DPMS On"
-
-#~ msgid "DPMS Standby"
-#~ msgstr "DPMS Standby"
-
-#~ msgid "DPMS Off"
-#~ msgstr "DPMS Off"
-
-#~ msgid "Accuracy of reading"
-#~ msgstr "Precisão da leitura"
-
-#~ msgid "Trusted"
-#~ msgstr "Confiável"
-
-#~ msgid "Untrusted"
-#~ msgstr "Não confiável"
-
-#~ msgid "Valid data"
-#~ msgstr "Dados válidos"
-
-#~ msgid "Extrapolated data"
-#~ msgstr "Dados extrapolados"
-
-#~ msgid "idle mode ended"
-#~ msgstr "modo ocioso terminou"
-
-#~ msgid "powersave mode started"
-#~ msgstr "modo de economia de energia iniciado"
-
-#~ msgid "dpms on"
-#~ msgstr "dpms on"
-
-#~ msgid "dpms standby"
-#~ msgstr "dpms standby"
-
-#~ msgid "dpms off"
-#~ msgstr "dpms off"
-
-#~ msgid "Resuming computer"
-#~ msgstr "Retornando o computador"
-
-#~ msgid "Do not daemonize"
-#~ msgstr "Não executar em segundo plano"
-
-#~ msgid "Request to reboot"
-#~ msgstr "Requisição para reiniciar"
-
-#~ msgid "Request to shutdown"
-#~ msgstr "Requisição para desligar"
-
-#~ msgid "Action forbidden"
-#~ msgstr "Ação proibida"
-
-#~ msgid "Suspend is not available on this computer."
-#~ msgstr "Suspender não está disponível neste computador."
-
-#~ msgid "Suspending computer."
-#~ msgstr "Suspendendo o computador."
-
-#~ msgid "Hibernate is not available on this computer."
-#~ msgstr "Hibernar não está disponível neste computador."
-
-#~ msgid "Shutting down computer."
-#~ msgstr "Desligando o computador."
-
-#~ msgid "MATE interactive logout."
-#~ msgstr "Sair interativo do MATE."
-
-#~ msgid "a short time"
-#~ msgstr "um tempo curto"
-
-#~ msgid "Estimated time history"
-#~ msgstr "Histórico de tempo estimado"
-
-#~ msgid ""
-#~ "If niced processes are considered, they can cause a frequency increment "
-#~ "even though their absolute load percentage wouldn't trigger the scaling "
-#~ "mechanism to switch up the frequency."
-#~ msgstr ""
-#~ "Se processos executados com um valor de \"NICE\" forem levados em "
-#~ "consideração, podem causar aumento na freqüência mesmo que seu percentual "
-#~ "absoluto de carga não seja suficientes para fazer o mecanismo de "
-#~ "graduação mudar a freqüência."
-
-#~ msgid ""
-#~ "If we should show the CPU frequency scaling in the UI. Some people need "
-#~ "to configure this for specific systems."
-#~ msgstr ""
-#~ "Mostra ou não a graduação da freqüência da CPU na interface gráfica. "
-#~ "Algumas pessoas precisam configurar isso para sistemas específicos."
-
-#~ msgid ""
-#~ "The cpufreq performance value used to scale the processor when on AC "
-#~ "power."
-#~ msgstr ""
-#~ "O valor de desempenho do cpufreq usado para graduar o processador quando "
-#~ "ligado na energia da tomada."
-
-#~ msgid ""
-#~ "The device name for the v4l device used as a brightness sensor backup"
-#~ msgstr ""
-#~ "O nome do dispositivo para o dispositivo v4l usado como um backup de "
-#~ "sensor de brilho"
-
-#~ msgid ""
-#~ "The device name for the v4l device used as a brightness sensor backup. A "
-#~ "value of 'default' uses the first discovered sensor, or devices can be "
-#~ "specified, e.g. '/dev/video0'"
-#~ msgstr ""
-#~ "O nome do dispositivo para o dispositivo v4l usado como um backup do "
-#~ "sensor de brilho. Um valor de 'default' usa o primeiro sensor descoberto, "
-#~ "ou dispositivos podem ser especificados, ex.: '/dev/video0'"
-
-#~ msgid ""
-#~ "Whether or not niced processes should be considered on processor load "
-#~ "calculation"
-#~ msgstr ""
-#~ "Considerar processos com \"NICE\" no cálculo da carga do processador"
-
-#~ msgid "Computer sp_eed policy:"
-#~ msgstr "Política de _velocidade do computador:"
-
-#~ msgid "Debug specific files, e.g. power"
-#~ msgstr "Depurar arquivos específicos, como power"
-
-#~ msgid ""
-#~ "Policy timeout is not valid. Please wait a few seconds and try again."
-#~ msgstr ""
-#~ "O tempo de espera da política não é válido. Por favor, espere alguns "
-#~ "segundos e tente novamente."
-
-#~ msgid "Based on processor load"
-#~ msgstr "Baseado na carga do processador"
-
-#~ msgid "Maximum power saving"
-#~ msgstr "Economia máxima de energia"
-
-#~ msgid "Always maximum speed"
-#~ msgstr "Sempre na velocidade máxima"
-
-#~ msgid "%s because %s"
-#~ msgstr "%s porque %s"
-
-#~ msgid ""
-#~ "After resume, mate-power-manager will suppress policy actions for a "
-#~ "number of seconds to allow messages to settle and HAL to refresh. "
-#~ "Commonly five seconds is enough while not being so long that the user "
-#~ "gets confused."
-#~ msgstr ""
-#~ "Após o retorno, o Gerenciador de Energia do MATE irá suprimir ações de "
-#~ "política por alguns segundos para permitir que mensagens se encerrem e o "
-#~ "HAL reinicie. Geralmente cinco segundos são suficientes, sem ser tanto "
-#~ "tempo que confunda o usuário."
-
-#~ msgid "Change the brightness automatically using the ambient light sensors"
-#~ msgstr "Mudar o brilho automaticamente usando sensores de luz ambiente"
-
-#~ msgid "If extra debugging messages should be used"
-#~ msgstr "Usar mensagens adicionais de depuração"
-
-#~ msgid ""
-#~ "If extra debugging messages should be used. Only turn this on for "
-#~ "debugging."
-#~ msgstr ""
-#~ "Usa ou não mensagens adicionais de depuração. Apenas ative no caso de "
-#~ "depuração."
-
-#~ msgid "If the low-power mode should be enabled when on UPS"
-#~ msgstr "Usar o modo de baixo consumo quando usando no-break"
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors."
-#~ msgstr ""
-#~ "Muda ou não o brilho da tela automaticamente usando sensores de luz "
-#~ "ambiente."
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors. Valid is 'none', 'light' and 'dark'"
-#~ msgstr ""
-#~ "Muda ou não o brilho da tela automaticamente usando sensores de luz "
-#~ "ambiente. Valores válidos incluem \"none\" (nada), \"light\" (claro), e "
-#~ "\"dark\" (escuro)."
-
-#~ msgid "If the system low-power mode should be enabled when on UPS power."
-#~ msgstr ""
-#~ "Habilita ou não modo de baixo consumo quando o computador estiver usando "
-#~ "no-break."
-
-#~ msgid "Keyboard brightness when on AC"
-#~ msgstr "Brilho do teclado quando na tomada"
-
-#~ msgid "Keyboard brightness when on battery"
-#~ msgstr "Brilho do teclado quando na bateria"
-
-#~ msgid "Number of seconds to suppress policy after resume"
-#~ msgstr "Durante quantos segundos, após retornar, suprimir política"
-
-#~ msgid "The amount the light sensors should contribute to the brightness"
-#~ msgstr "A quantidade de sensores de luz deve contribuir para o brilho"
-
-#~ msgid "The amount the light sensors should contribute to the brightness."
-#~ msgstr "A quantidade de sensores de luz deve contribuir para o brilho."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on AC power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "Brilho do teclado quando o computador estiver ligado à tomada. Valores "
-#~ "possíveis são 0 a 100."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on battery power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "Brilho do teclado quando o computador estiver usando a bateria. Valores "
-#~ "possíveis vão de 0 a 100."
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough"
-#~ msgstr ""
-#~ "A calibragem dos sensores de luz para que a tela esteja brilhante o "
-#~ "suficiente"
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough, "
-#~ "in percent."
-#~ msgstr ""
-#~ "A calibragem dos sensores de luz para que a tela esteja brilhante o "
-#~ "suficiente, em percentual."
-
-#~ msgid "The interval the ambient light sensors should be polled"
-#~ msgstr "O intervalo de sensores de luz ambiente deve ser verificado"
-
-#~ msgid "The interval the ambient light sensors should be polled in seconds."
-#~ msgstr ""
-#~ "O intervalo de sensores de luz ambiente deve ser verificado em segundos."
-
-#~ msgid "The invalid timeout for power actions"
-#~ msgstr "Tempo de carência para ações de energia"
-
-#~ msgid ""
-#~ "The invalid timeout in ms for power actions. Set this longer if you get "
-#~ "'battery critical' messages when you unplug."
-#~ msgstr ""
-#~ "O tempo, em ms, em que ações de energia são inválidas. Configure-o mais "
-#~ "longo se obtiver mensagens de bateria crítica ao tirar o computador da "
-#~ "tomada."
-
-#~ msgid "Application:"
-#~ msgstr "Aplicativo:"
-
-#~ msgid "Burning DVD, titled \"My Photos\""
-#~ msgstr "Gravando DVD intitulado \"Minhas fotos\""
-
-#~ msgid "Inhibit Tester"
-#~ msgstr "Testador de Inibição"
-
-#~ msgid "Reason:"
-#~ msgstr "Razão:"
-
-#~ msgid "UnInhibit"
-#~ msgstr "Desinibir"
-
-#~ msgid "Vendor Acme Foo"
-#~ msgstr "Fabricante Acme Fulano"
-
-#~ msgid "<b>Extras</b>"
-#~ msgstr "<b>Extras</b>"
-
-#~ msgid "Always sleep when the lid is _closed"
-#~ msgstr "Sempre dormir quando a _tampa for fechada"
-
-#~ msgid "Enable UPS discharge _alarm"
-#~ msgstr "Ativar o alarme de descarga do no-break"
-
-#~ msgid "Turn on keyboard light when light level is low"
-#~ msgstr "Ligar luz do teclado quando nível de luz estiver baixo"
-
-#~ msgid "Use _ambient light to adjust LCD brightness"
-#~ msgstr "Usar luz _ambiente para ajustar brilho"
-
-#~ msgid "Use _sound to notify in event of an error"
-#~ msgstr "Usar som para notificar evento de _erro"
-
-#~ msgid "Power Manager for the MATE desktop"
-#~ msgstr "Gerenciador de Energia para o MATE"
-
-#~ msgid "<b>Product:</b> %s\n"
-#~ msgstr "<b>Produto:</b> %s\n"
-
-#~ msgid "<b>Status:</b> %s\n"
-#~ msgstr "<b>Estado:</b> %s\n"
-
-#~ msgid "<b>Percentage charge:</b> %.1f%%\n"
-#~ msgstr "<b>Percentual de carga:</b> %.1f%%\n"
-
-#~ msgid "<b>Vendor:</b> %s\n"
-#~ msgstr "<b>Fabricante:</b> %s\n"
-
-#~ msgid "<b>Technology:</b> %s\n"
-#~ msgstr "<b>Tecnologia:</b> %s\n"
-
-#~ msgid "<b>Serial number:</b> %s\n"
-#~ msgstr "<b>Número de série:</b> %s\n"
-
-#~ msgid "<b>Model:</b> %s\n"
-#~ msgstr "<b>Modelo:</b> %s\n"
-
-#~ msgid "<b>Charge time:</b> %s\n"
-#~ msgstr "<b>Tempo de carga:</b> %s\n"
-
-#~ msgid "<b>Discharge time:</b> %s\n"
-#~ msgstr "<b>Tempo de descarga:</b> %s\n"
-
-#~ msgid "<b>Capacity:</b> %.1f%% (%s)\n"
-#~ msgstr "<b>Capacidade:</b> %.1f%% (%s)\n"
-
-#~ msgid "<b>Current charge:</b> %.1f Wh\n"
-#~ msgstr "<b>Percentual de carga:</b> %.1f Wh\n"
-
-#~ msgid "<b>Design charge:</b> %.1f Wh\n"
-#~ msgstr "<b>Carga teórica:</b> %.1f Wh\n"
-
-#~ msgid "<b>Charge rate:</b> %.1f W\n"
-#~ msgstr "<b>Taxa de carga:</b> %.1f W\n"
-
-#~ msgid "<b>Current charge:</b> %.0f/7\n"
-#~ msgstr "<b>Carga atual:</b> %.0f/7\n"
-
-#, fuzzy
-#~ msgid "<b>Design charge:</b> %.0f/7\n"
-#~ msgstr "<b>Carga teórica:</b> %.1f Wh\n"
-
-#, fuzzy
-#~ msgid "Perform action anyway"
-#~ msgstr "Informação da energia"
-
-#, fuzzy
-#~ msgid "The power button has been pressed."
-#~ msgstr "Quando o botão _liga-desliga for pressionado:"
-
-#, fuzzy
-#~ msgid "The suspend button has been pressed."
-#~ msgstr "Quando o _botão de suspender for pressionado:"
-
-#, fuzzy
-#~ msgid "The hibernate button has been pressed."
-#~ msgstr "Quando o botão _liga-desliga for pressionado:"
-
-#, fuzzy
-#~ msgid ""
-#~ "You have approximately <b>%s</b> of remaining battery life (%.1f%%). %s"
-#~ msgstr ""
-#~ "Você tem aproximadamente <b>%s</b> de energia de backup restante no no-"
-#~ "break (%.1f%%)"
-
-#, fuzzy
-#~ msgid "Visit quirk website"
-#~ msgstr "Visitar o site"
-
-#, fuzzy
-#~ msgid "gtk-refresh"
-#~ msgstr "Atualizado"
-
-#, fuzzy
-#~ msgid "Cell Voltage"
-#~ msgstr "Tensão"
-
-#, fuzzy
-#~ msgid "General failure"
-#~ msgstr "Geral"
-
-#, fuzzy
-#~ msgid "Reason: %s"
-#~ msgstr "Razão:"
-
-#, fuzzy
-#~ msgid "On AC"
-#~ msgstr "Usando tomada"
-
-#, fuzzy
-#~ msgid "On battery"
-#~ msgstr "Usando bateria"
-
-#, fuzzy
-#~ msgid "Session powersave"
-#~ msgstr "Sessão ativa"
-
-#, fuzzy
-#~ msgid "Notification"
-#~ msgstr "<b>Área de notificação</b>"
-
-#, fuzzy
-#~ msgid "DPMS Suspend"
-#~ msgstr "Suspender"
-
-#, fuzzy
-#~ msgid "Battery percentage"
-#~ msgstr "Percentual"
-
-#, fuzzy
-#~ msgid "Battery Voltage"
-#~ msgstr "Bateria está fraca"
-
-#, fuzzy
-#~ msgid "Stop point"
-#~ msgstr "Mostrar pontos de dados"
-
-#, fuzzy
-#~ msgid "AC adapter inserted"
-#~ msgstr "Adaptador de corrente"
-
-#, fuzzy
-#~ msgid "The laptop lid has been closed"
-#~ msgstr "Quando a _tampa do laptop for fechada:"
-
-#, fuzzy
-#~ msgid "The laptop lid has been re-opened"
-#~ msgstr "Quando a _tampa do laptop for fechada:"
-
-#, fuzzy
-#~ msgid "idle mode started"
-#~ msgstr "Suspensão iniciada"
-
-#, fuzzy
-#~ msgid "dpms suspend"
-#~ msgstr "Suspender"
-
-#, fuzzy
-#~ msgid "Hibernate Problem"
-#~ msgstr "Hibernação ativado"
-
-#, fuzzy
-#~ msgid "Suspend Problem"
-#~ msgstr "Suspensão ativada"
-
-#, fuzzy
-#~ msgid "Hibernating computer."
-#~ msgstr "Hibernar"
-
-#, fuzzy
-#~ msgid "Doing nothing."
-#~ msgstr "Não agir"
-
-#, fuzzy
-#~ msgid "System idle."
-#~ msgstr "tela ociosa"
-
-#, fuzzy
-#~ msgid "Laptop batteries"
-#~ msgstr "Bateria de laptop"
-
-#, fuzzy
-#~ msgid "UPSs"
-#~ msgstr "No-break"
-
-#, fuzzy
-#~ msgid "Wireless mice"
-#~ msgstr "Mouse sem fio"
-
-#, fuzzy
-#~ msgid "Wireless keyboards"
-#~ msgstr "Teclado sem fio"
-
-#, fuzzy
-#~ msgid "PDAs"
-#~ msgstr "PDA"
-
-#, fuzzy
-#~ msgid "Cell phones"
-#~ msgstr "Telefone celular"
-
-#, fuzzy
-#~ msgid "MATE Power Statistics"
-#~ msgstr "Estatísticas de energia"
-
-#, fuzzy
-#~ msgid "Charge history"
-#~ msgstr "Precisão de carga"
-
-#, fuzzy
-#~ msgid "Power history"
-#~ msgstr "Histórico da _energia"
-
-#, fuzzy
-#~ msgid "Voltage history"
-#~ msgstr "Tensão"
-
-#, fuzzy
-#~ msgid "Could not connect to MATE Power Manager."
-#~ msgstr "Não foi possível conectar ao mate-power-manager"
-
-#, fuzzy
-#~ msgid "If we should show the CPU frequency scaling in the UI"
-#~ msgstr "Mostrar o aviso de bateria fraca para uma bateria defeituosa"
-
-#, fuzzy
-#~ msgid ""
-#~ "The cpufreq performance value used to scale the processor when on battery "
-#~ "power."
-#~ msgstr ""
-#~ "Reduz ou não o brilho da tela para economizar energia quando computador "
-#~ "estiver ocioso e usando a bateria."
-
-#, fuzzy
-#~ msgid "<b>Status:</b> Charged\n"
-#~ msgstr "<b>Estado:</b> %s\n"
-
-#, fuzzy
-#~ msgid "<b>Status:</b> Charging\n"
-#~ msgstr "<b>Estado:</b> %s\n"
-
-#, fuzzy
-#~ msgid "<b>Status:</b> Discharging\n"
-#~ msgstr "<b>Estado:</b> %s\n"
-
-#, fuzzy
-#~ msgid "Automatic power saving"
-#~ msgstr "Permite que usuário iniba economia de energia automática"
-
-#, fuzzy
-#~ msgid "Inhibit warning!"
-#~ msgstr "Testador de Inibição"
diff --git a/po/ru.po b/po/ru.po
index 0f2f783..7ffad4b 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3,13 +3,13 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Alexei Sorokin <[email protected]>, 2013.
+# Alexei Sorokin <[email protected]>, 2013
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
"POT-Creation-Date: 2013-03-15 21:36+0100\n"
-"PO-Revision-Date: 2013-03-27 14:13+0000\n"
+"PO-Revision-Date: 2013-04-27 11:49+0000\n"
"Last-Translator: Alexei Sorokin <[email protected]>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/MATE/language/ru/)\n"
"MIME-Version: 1.0\n"
diff --git a/po/sk.po b/po/sk.po
index 1466bfd..b9b879a 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -1,151 +1,146 @@
-# Slovak translation for mate-power-manager.
-# Copyright (C) 2005, 2007, 2009, 2010 Free Software Foundation, Inc.
-# This file is distributed under the same license as the mate-power-manager package.
-# Marcel Telka <[email protected]>, 2005.
-# Peter Tuharsky <[email protected]>, 2007.
-# Pavol Šimo <[email protected]>, 2009, 2010.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: mate-power-manager\n"
-"Report-Msgid-Bugs-To: http://bugzilla.mate.org/enter_bug.cgi?product=mate-"
-"power-manager&component=general\n"
-"POT-Creation-Date: 2010-08-29 13:13+0000\n"
-"PO-Revision-Date: 2010-08-29 15:56+0200\n"
-"Last-Translator: Pavol Šimo <[email protected]>\n"
-"Language-Team: Slovak <[email protected]>\n"
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Ján Ďanovský <[email protected]>, 2013
+msgid ""
+msgstr ""
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-05-13 23:53+0000\n"
+"Last-Translator: Ján Ďanovský <[email protected]>\n"
+"Language-Team: Slovak (http://www.transifex.com/projects/p/MATE/language/sk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
+"Language: sk\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-# -> Applet: Nesúhlasím. Aplet sa bežne používa.
-# peter:
-# OK nechajme ale vyžiadaj si prosím vyjadrenie z JULS SAVBA
-#: ../applets/brightness/brightness-applet.c:109
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "Aplet jasu Správcu napájania"
-#: ../applets/brightness/brightness-applet.c:110
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "Nastaví jas obrazovky na prenosnom počítači."
-#: ../applets/brightness/brightness-applet.c:363
-#: ../applets/inhibit/inhibit-applet.c:362
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "Nedá sa spojiť so Správcom napájania MATE"
-#: ../applets/brightness/brightness-applet.c:365
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "Nedá sa získať jas obrazovky prenosného počítača"
-#: ../applets/brightness/brightness-applet.c:367
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "Jas LCD : %d %%"
-#: ../applets/brightness/brightness-applet.c:752
-#: ../applets/inhibit/inhibit-applet.c:431
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
msgstr "Program je chránený licenciou GNU General Public License verzie 2"
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"Správca napájania je slobodný softvér; môžete ho ďalej šíriť a/alebo\n"
-"upravovať podľa ustanovení Všeobecnej verejnej licencie GNU tak, ako\n"
-"bola vydaná organizáciou Free Software Foundation, a to buď verzie 2\n"
-"tejto licencie, alebo (podľa vášho uváženia) ktorejkoľvek neskoršej verzie."
+msgstr "Správca napájania je slobodný softvér; môžete ho ďalej šíriť a/alebo\nupravovať podľa ustanovení Všeobecnej verejnej licencie GNU tak, ako\nbola vydaná organizáciou Free Software Foundation, a to buď verzie 2\ntejto licencie, alebo (podľa vášho uváženia) ktorejkoľvek neskoršej verzie."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Správca napájania je rozširovaný v nádeji, že bude užitočný,\n"
-"avšak BEZ AKEJKOĽVEK ZÁRUKY. Neposkytujú sa ani odvodené záruky\n"
-"OBCHODOVATEĽNOSTI alebo VHODNOSTI PRE URČITÝ ÚČEL. Ďalšie podrobnosti\n"
-"hľadajte vo Všeobecnej verejnej licencii GNU."
+msgstr "Správca napájania je rozširovaný v nádeji, že bude užitočný,\navšak BEZ AKEJKOĽVEK ZÁRUKY. Neposkytujú sa ani odvodené záruky\nOBCHODOVATEĽNOSTI alebo VHODNOSTI PRE URČITÝ ÚČEL. Ďalšie podrobnosti\nhľadajte vo Všeobecnej verejnej licencii GNU."
-#: ../applets/brightness/brightness-applet.c:761
-#: ../applets/inhibit/inhibit-applet.c:440
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"Kópiu Všeobecnej verejnej licencie GNU ste mali dostať spolu s týmto\n"
-"programom; ak sa tak nestalo, napíšte na Free Software Foundation, Inc.,\n"
-"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
+msgstr "Kópiu Všeobecnej verejnej licencie GNU ste mali dostať spolu s týmto\nprogramom; ak sa tak nestalo, napíšte na Free Software Foundation, Inc.,\n51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA."
-#: ../applets/brightness/brightness-applet.c:775
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Copyright © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Nastaví jas obrazovky na prenosnom počítači"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "_O programe"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Aplet jasu"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "_Pomocník"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Vytváracie rozhranie apletu jasu"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Vytváracie rozhranie pre aplet jasu"
-#: ../applets/inhibit/inhibit-applet.c:95
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Aplet jasu"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Nastaví jas obrazovky na prenosnom počítači"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "Aplet potlačenia Správcu napájania"
-#: ../applets/inhibit/inhibit-applet.c:96
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "Umožňuje používateľovi potlačiť automatickú úsporu energie."
-#: ../applets/inhibit/inhibit-applet.c:365
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "Automatické uspanie je potlačené"
-#: ../applets/inhibit/inhibit-applet.c:367
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "Automatické uspanie je povolené"
-#: ../applets/inhibit/inhibit-applet.c:395
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "Ručné potlačenie"
-#: ../applets/inhibit/inhibit-applet.c:454
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Copyright © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "Umožňuje používateľovi potlačiť automatickú úsporu energie"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Vytváracie rozhranie pre aplet potlačenia"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Vytváracie rozhranie pre Aplet potlačenia"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "Aplet potlačenia"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Vytváracie rozhranie pre aplet potlačenia"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Umožňuje používateľovi potlačiť automatickú úsporu energie"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -155,978 +150,837 @@ msgstr "Správca napájania"
msgid "Power management daemon"
msgstr "Démon správy napájania"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Povoliť reguláciu intenzity podsvietenia"
-
-#: ../data/mate-power-manager.schemas.in.h:2
-msgid "Battery critical low action"
-msgstr "Akcia pri takmer vybitej batérii"
-
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "Pred uspaním skontrolovať záťaž procesora"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr ""
-"Stlmiť obrazovku po určitom čase neaktivity, ak je systém napájaný z "
-"elektrickej siete"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr ""
-"Stlmiť obrazovku po určitom čase nečinnosti, ak je systém napájaný z batérie"
-
-# Ak ide o možnosti v Gconfe tak navrhujem ku každej možnosti dať do zátvorky preklad
-# Nesúhlasím. mateconf-editor (alebo ešte lepšie priamo .xml súbory v .mateconf) upravuje len človek, ktorý vie, čo robí. Normálne sa to mení v nejakom UI programu.
-# Ani v iných moduloch tieto možnosti neprekladáme.
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"Možnosti zobrazenia pre ikonu upozornení. Platné možnosti sú \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" a \"always\"."
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Akcia pri stlačení tlačidla Hibernovať"
-
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr ""
-"Určuje, či sa má zobraziť upozornenie po zlyhaní uspania alebo hibernácie."
-
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr "Určuje, či sa má zobraziť upozornenie po úplnom dobití batérie."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Určuje, čo robiť počas nečinnosti - hibernovať, uspať, alebo nerobiť nič"
-#: ../data/mate-power-manager.schemas.in.h:10
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr "Určuje, či sa má zobraziť upozornenie, keď je batéria blízko vybitia."
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "Typ úsporného režimu, ktorý sa uplatní v prípade, že je počítač nečinný."
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr ""
-"Určuje, či majú byť v kontextovej ponuke zobrazené položky nastavenia a "
-"štatistiky"
-
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "Určuje, či sa majú použiť zvuky"
-
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"Určuje, či sa majú použiť zvuky, keď je batéria vybitá, alebo keď požiadavky "
-"o potlačenie zastavili akciu vyvolanú politikou."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "Akcia pri takmer vybitej batérii"
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr ""
-"Určuje, či sa má záťaž procesora skontrolovať pred vykonaním akcie pre čas "
-"nečinnosti."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "Akcia, ktorú vykonať, keď je batéria takmer vybitá."
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
"If the battery event should occur when the lid is shut and the power "
"disconnected"
-msgstr ""
-"Určuje, či má nastať udalosť batérie vtedy, keď je kryt zavretý a napájanie "
-"je odpojené zo siete"
+msgstr "Určuje, či má nastať udalosť batérie vtedy, keď je kryt zavretý a napájanie je odpojené zo siete"
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
"If the battery lid close event should occur (for example 'Suspend when lid "
"closed on battery') when the lid is previously shut and the AC power "
"disconnected at a later time."
-msgstr ""
-"Určuje, či má nastať udalosť batérie pre zavretie krytu (napríklad 'Uspať, "
-"ak systém beží z batérie a zavrie sa kryt'), ak bol predtým kryt zatvorený a "
-"napájanie zo siete neskôr odpojené."
+msgstr "Určuje, či má nastať udalosť batérie pre zavretie krytu (napríklad 'Uspať, ak systém beží z batérie a zavrie sa kryt'), ak bol predtým kryt zatvorený a napájanie zo siete neskôr odpojené."
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr "Určuje, či sa má naučený profil použiť na výpočet zostávajúceho času"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "Akcia pri takmer vybitej UPS"
-#: ../data/mate-power-manager.schemas.in.h:18
-msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
-msgstr ""
-"Určuje, či sa má naučený profil použiť na výpočet zostávajúceho času. "
-"Zapínajte iba pre účely ladenia."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "Akcia, ktorú vykonať, keď je UPS takmer vybitá."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr ""
-"Určuje, či má byť povolený režim nízkej spotreby, keď je systém napájaný z "
-"elektrickej siete"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "Akcia pri slabej UPS"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr ""
-"Určuje, či má byť povolený režim nízkej spotreby, keď je systém napájaný z "
-"batérie."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "Akcia, ktorú vykonať, keď je UPS slaá."
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Povoliť reguláciu intenzity podsvietenia"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
"If the screen brightness should be changed when switching between AC and "
"battery power."
-msgstr ""
-"Určuje, či sa má jas obrazovky meniť pri prechode medzi napájaním zo siete a "
-"napájaním z batérie."
-
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
-msgstr ""
-"Určuje, či sa má stlmiť obrazovka na úsporu energie v čase, keď počítač "
-"nepracuje a je napájaný zo siete."
+msgstr "Určuje, či sa má jas obrazovky meniť pri prechode medzi napájaním zo siete a napájaním z batérie."
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
-msgstr ""
-"Určuje, či sa má stlmiť obrazovka na úsporu energie v čase, keď počítač "
-"nepracuje a je napájaný z batérie."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "Znížiť intenzitu podsvietenia obrazovky počas napájania z batérie"
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
"If the screen should be reduced in brightness when the computer is on "
"battery power."
-msgstr ""
-"Určuje, či sa má znižovať jas obrazovky na úsporu energie v čase, keď je "
-"počítač napájaný z batérie."
+msgstr "Určuje, či sa má znižovať jas obrazovky na úsporu energie v čase, keď je počítač napájaný z batérie."
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr ""
-"Určuje, či sa má povoliť režim nízkej spotreby, keď je systém napájaný zo "
-"siete."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "Jas displeja, keď je systém nečinný."
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr ""
-"Určuje, či sa má povoliť režim nízkej spotreby, keď je prenosný počítač "
-"napájaný z batérie."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "Toto je jas panelu obrazovky prenosného počítača, použitý keď je relácia nečinná. Platí iba keď use-time-for-policy je nastavené na true."
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr ""
-"Určuje, či má byť používateľ upozornený, keď je napájanie odpojené zo siete."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Stlmiť obrazovku po určitom čase nečinnosti, ak je systém napájaný z batérie"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"Určuje, či sa majú používať upozornenia založené na čase. Ak je nastavené na "
-"false, tak sa bude používať percentuálna zmena, čo môže pomôcť pri "
-"problémoch s chybným ACPI BIOS-om."
-
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr "Určuje, či sa má zobrazovať varovanie o vybití pre pokazenú batériu"
-
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr "Určuje, či sa má zobrazovať varovanie o vybití pre pokazenú batériu."
-
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr ""
-"Určuje, či sa má zobrazovať varovanie o stiahnutí z obehu pre pokazenú "
-"batériu"
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "Určuje, či sa má stlmiť obrazovka na úsporu energie v čase, keď počítač nepracuje a je napájaný z batérie."
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr ""
-"Určuje, či sa má zobrazovať varovanie o stiahnutí z obehu pre pokazenú "
-"batériu. Nastavte na false len ak ste si istý, že je batéria v poriadku."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "Predvolený čas na stlmenie obrazovky po nečinnosti"
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "Jas LCD počas napájania zo siete"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "Predvolený čas na stmenie obrazovky po nečinnosti."
-#: ../data/mate-power-manager.schemas.in.h:34
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
msgid "LCD dimming amount when on battery"
msgstr "Úroveň stlmenia LCD počas napájania z batérie"
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "Akcia pri zavretí krytu prenosného počítača počas napájania z batérie"
-
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr "Akcia pri zavretí krytu prenosného počítača počas napájania zo siete"
-
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "Uzamknúť zväzok kľúčov MATE pri uspaní"
-
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Uzamknúť obrazovku pri hibernovaní"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "Úroveň stlmenia jasu displeja, keď je systém napájaný z batérie. Možné hodnoty sú od 0 do 100."
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "Lock screen on suspend"
-msgstr "Uzamknúť obrazovku pri uspaní"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Stlmiť obrazovku po určitom čase neaktivity, ak je systém napájaný z elektrickej siete"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "Uzamknúť pri prázdnej obrazovke"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "Určuje, či sa má stlmiť obrazovka na úsporu energie v čase, keď počítač nepracuje a je napájaný zo siete."
-#: ../data/mate-power-manager.schemas.in.h:41
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
msgid "Method used to blank screen on AC"
msgstr "Spôsob vypnutia obrazovky pri napájaní zo siete"
-#: ../data/mate-power-manager.schemas.in.h:42
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "DPMS metóda, ktorá sa použije na vyčistenie obrazovky pri napájaní zo siete."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
msgid "Method used to blank screen on battery"
msgstr "Spôsob vypnutia obrazovky pri napájaní z batérie"
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Upozorniť na slabú batériu"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "DPMS metóda, ktorá sa použije na vyčistenie obrazovky pri napájaní z batérie."
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Upozorniť na zlyhanie uspania"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "Jas LCD počas napájania zo siete"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Upozorniť pri odpojení z elektrickej siete"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "Jas displeja, keď je systém napájaný zo siete. Možné hodnoty sú od 0.0 do 100.0."
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Upozorniť pri plnom dobití"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Akcia pri stlačení tlačidla uspania"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "Percento, kedy sa vykoná akcia"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "Akcia, ktorú vykonať, keď je stlačené tlačidlo uspania."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Percento, kedy je považovaná za takmer vybitú"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Akcia pri stlačení tlačidla Hibernovať"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Percento, kedy je považovaná za slabú"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "Akcia, ktorú vykonať, keď je stlačené tlačidlo hibernácie."
-#: ../data/mate-power-manager.schemas.in.h:50
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
msgid "Power button action"
msgstr "Akcia pre tlačidlo vypnutia"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "Znížiť intenzitu podsvietenia obrazovky počas napájania z batérie"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "Akcia, ktorú vykonať, keď je stlačené tlačidlo vypnutia."
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Seconds of inactivity to spin down when on AC"
-msgstr ""
-"Počet sekúnd neaktivity pre zastavenie rotácie počas napájania zo siete"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "Akcia pri zavretí krytu prenosného počítača počas napájania z batérie"
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Seconds of inactivity to spin down when on battery"
-msgstr ""
-"Počet sekúnd neaktivity pre zastavenie rotácie počas napájania z batérie"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "Akcia, ktorú vykonať, keď sa zavrie kryt prenosného počítača a napájaný je z batérie."
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr "Časový limit uspania počítača pri napájaní zo siete"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "Akcia pri zavretí krytu prenosného počítača počas napájania zo siete"
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr "Časový limit uspania počítača pri použití záložného zdroja"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "Akcia, ktorú vykonať, keď sa zavrie kryt prenosného počítača a napájaný je z elektrickej siete"
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "Časový limit uspania počítača pri napájaní z batérie"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Určuje, či sa majú používať upozornenia založené na čase"
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr "Časový limit uspania displeja pri napájaní zo siete"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "Určuje, či sa majú používať upozornenia založené na čase. Ak je nastavené na false, tak sa bude používať percentuálna zmena, čo môže pomôcť pri problémoch s chybným ACPI BIOS-om."
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr "Časový limit uspania displeja pri použití záložného zdroja"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Pred uspaním skontrolovať záťaž procesora"
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr "Časový limit uspania displeja pri napájaní z batérie"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "Určuje, či sa má záťaž procesora skontrolovať pred vykonaním akcie pre čas nečinnosti."
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Akcia pri stlačení tlačidla uspania"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "Určuje, či sa má Správca siete pripájať a odpájať počas spánku."
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"DPMS metóda, ktorá sa použije na vyčistenie obrazovky pri napájaní zo siete. "
-"Možné hodnoty sú: \"standby\", \"suspend\" a \"off\"."
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "Určuje, či sa má Správca siete pred uspaním alebo hibernovaním odpájať a pripájať sa po obnovení činnosti."
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Použiť nastavenie uzamykania z mate-screensaver"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"DPMS metóda, ktorá sa použije na vyčistenie obrazovky pri napájaní z "
-"batérie. Možné hodnoty sú: \"standby\", \"suspend\" a \"off\"."
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "Určuje, či sa má použiť nastavenie uzamykania obrazovky šetriča obrazovky MATE na rozhodovanie o uzamknutí obrazovky po hibernovaní, uspaní alebo po režime prázdnej obrazovky."
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "The URI to show to the user on sleep failure"
-msgstr "URI zobrazené používateľovi pri zlyhaní uspania"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "Uzamknúť pri prázdnej obrazovke"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Akcia, ktorú vykonať, keď je UPS takmer vybitá. Možné hodnoty sú: \"hibernate"
-"\", \"suspend\", \"shutdown\" a \"nothing\"."
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "Určuje, či má byť obrazovka uzamykaná, keď sa obrazovka vypína. Používa sa len v prípade, že nastavenie lock-use-screensaver je nastavený na false."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Akcia, ktorú vykonať, keď je UPS slabá. Možné hodnoty sú: \"hibernate\", "
-"\"suspend\", \"shutdown\" a \"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "Uzamknúť obrazovku pri uspaní"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Akcia, ktorú vykonať, keď je batéria takmer vybitá. Možné hodnoty sú: "
-"\"hibernate\", \"suspend\", \"shutdown\" a \"nothing\"."
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "Určuje, či má byť obrazovka uzamykaná, keď sa počítač zobúdza zo spánku. Používa sa len v prípade, že nastavenie lock-use-screensaver je nastavený na false."
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
-msgstr ""
-"Akcia, ktorú vykonať, keď sa zavrie kryt prenosného počítača a napájaný je z "
-"elektrickej siete. Možné hodnoty sú: \"hibernate\", \"suspend\", \"shutdown"
-"\" a \"nothing\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Uzamknúť obrazovku pri hibernovaní"
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
-msgstr ""
-"Akcia, ktorú vykonať, keď sa zavrie kryt prenosného počítača a napájaný je z "
-"batérie. Možné hodnoty sú: \"hibernate\", \"suspend\", \"shutdown\" a "
-"\"nothing\"."
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "Určuje, či má byť obrazovka uzamykaná, keď sa počítač zobúdza z hibernácie. Používa sa len v prípade, že nastavenie lock-use-screensaver je nastavený na false."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "Uzamknúť zväzok kľúčov MATE pri uspaní"
-#: ../data/mate-power-manager.schemas.in.h:69
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"Akcia, ktorú vykonať, keď je stlačené tlačidlo hibernácie. Možné hodnoty sú: "
-"\"suspend\", \"hibernate\", \"interactive\", \"shutdown\" a \"nothing\"."
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "Určuje, či má byť zväzok kľúčov MATE uzamykaný pred vstupom počítača do režimu spánku. To znamená, že sa zväzok kľúčov bude musieť po prebudení odomknúť."
-#: ../data/mate-power-manager.schemas.in.h:70
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
-msgstr ""
-"Akcia, ktorú vykonať, keď je stlačené tlačidlo vypnutia. Možné hodnoty sú: "
-"\"suspend\", \"hibernate\", \"interactive\", \"shutdown\" a \"nothing\"."
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "Určuje, či má byť zväzok kľúčov MATE uzamykaný pred vstupom počítača do hibernácie. To znamená, že sa zväzok kľúčov bude musieť po prebudení odomknúť."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "Určuje, či má byť povolený režim nízkej spotreby, keď je systém napájaný z elektrickej siete"
-#: ../data/mate-power-manager.schemas.in.h:71
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "Určuje, či sa má povoliť režim nízkej spotreby, keď je systém napájaný zo siete."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "Určuje, či má byť povolený režim nízkej spotreby, keď je systém napájaný z batérie."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"Akcia, ktorú vykonať, keď je stlačené tlačidlo uspania. Možné hodnoty sú: "
-"\"suspend\", \"hibernate\", \"interactive\", \"shutdown\" a \"nothing\"."
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "Určuje, či sa má povoliť režim nízkej spotreby, keď je prenosný počítač napájaný z batérie."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr "Počet sekúnd neaktivity pre zastavenie rotácie počas napájania zo siete"
-#: ../data/mate-power-manager.schemas.in.h:72
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
-msgstr ""
-"Časový interval v sekundách, než sa uspí displej, keď je systém napájaný zo "
-"siete."
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "Počet sekúnd nečinnosti, po ktorých sa zastaví rotácia diskov, ak je systém napájaný z elektrickej siete."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr "Počet sekúnd neaktivity pre zastavenie rotácie počas napájania z batérie"
-#: ../data/mate-power-manager.schemas.in.h:73
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Časový interval v sekundách, koľko musí byť počítač napájaný zo siete "
-"nečinný, kým dôjde k jeho uspaniu."
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "Počet sekúnd nečinnosti, po ktorých sa zastaví rotácia diskov, ak je systém napájaný z batérie."
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "Určuje, či sa má zobrazovať varovanie o stiahnutí z obehu pre pokazenú batériu"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Časový interval v sekundách, koľko musí byť počítač napájaný z UPS nečinný, "
-"kým dôjde k jeho uspaniu."
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "Určuje, či sa má zobrazovať varovanie o stiahnutí z obehu pre pokazenú batériu. Nastavte na false len ak ste si istý, že je batéria v poriadku."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "Určuje, či sa má zobrazovať varovanie o vybití pre pokazenú batériu"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "Určuje, či sa má zobrazovať varovanie o vybití pre pokazenú batériu."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Upozorniť pri odpojení z elektrickej siete"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "Určuje, či má byť používateľ upozornený, keď je napájanie odpojené zo siete."
-#: ../data/mate-power-manager.schemas.in.h:75
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Upozorniť pri plnom dobití"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
-msgstr ""
-"Časový interval v sekundách, koľko musí byť počítač napájaný z UPS nečinný, "
-"kým dôjde k uspaniu displeja."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "Určuje, či sa má zobraziť upozornenie po úplnom dobití batérie."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Upozorniť na zlyhanie uspania"
-#: ../data/mate-power-manager.schemas.in.h:76
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
-msgstr ""
-"Časový interval v sekundách, koľko musí byť počítač napájaný z batérie "
-"nečinný, kým dôjde k jeho uspaniu."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "Určuje, či sa má zobraziť upozornenie po zlyhaní uspania alebo hibernácie."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "URI zobrazené používateľovi pri zlyhaní uspania"
-#: ../data/mate-power-manager.schemas.in.h:77
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
-msgstr ""
-"Časový interval v sekundách, koľko musí byť počítač napájaný z batérie "
-"nečinný, kým dôjde k uspaniu displeja."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "Ak uspanie zlyhá, môžeme používateľovi zobraziť tlačidlo na nápravu situácie. Ponechajte prázdne, ak sa tlačidlo nemá zobraziť."
-#: ../data/mate-power-manager.schemas.in.h:78
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Upozorniť na slabú batériu"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
-msgstr ""
-"Úroveň stlmenia jasu displeja, keď je systém napájaný z batérie. Možné "
-"hodnoty sú od 0 do 100."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "Určuje, či sa má zobraziť upozornenie, keď je batéria blízko vybitia."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "Určuje, či sa má zobrazovať história dátových bodov."
-#: ../data/mate-power-manager.schemas.in.h:79
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
-msgstr ""
-"Jas displeja, keď je systém napájaný zo siete. Možné hodnoty sú od 0 do 100."
+"Whether we should show the history data points in the statistics window."
+msgstr "Určuje, či sa má v štatistickom okne zobrazovať história dátových bodov."
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "Jas displeja, keď je systém nečinný."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "Určuje, či sa majú vyhladzovať dáta histórie."
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr "Predvolený čas na stlmenie obrazovky po nečinnosti"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "Určuje, či sa má vyhladzovať grafu histórie."
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr "Predvolený čas na stmenie obrazovky po nečinnosti."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "Východzí typ grafu, ktorý sa zobrazí pre históriu"
-#: ../data/mate-power-manager.schemas.in.h:83
-#, fuzzy
-#| msgid "The default configuration version."
-msgid "The default configuration version"
-msgstr "Verzia predvolenej konfigurácie."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "Východzí typ grafu, ktorý sa zobrazí v okne histórie."
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "Predvolený typ grafu, ktorý sa ukáže v štatistickom okne"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "Maximálny čas zobrazený v histórii"
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr "Predvolený typ grafu, ktorý sa ukáže v štatistickom okne."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
+msgid ""
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "Maximálny rozsah času zobrazeného na osi x grafu histórie."
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "Maximálny rozsah času zobrazeného na osi x tohto grafu."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "Určuje, či sa má zobrazovať štatistika dátových bodov."
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "Maximálny čas zobrazený v grafe"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "Určuje, či sa má v štatistickom okne zobrazovať štatistika dátových bodov."
-#: ../data/mate-power-manager.schemas.in.h:88
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr ""
-"Počet sekúnd nečinnosti, po ktorých sa zastaví rotácia diskov, ak je systém "
-"napájaný z elektrickej siete."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "Určuje, či sa majú vyhladzovať štatistické údaje."
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
-msgstr ""
-"Počet sekúnd nečinnosti, po ktorých sa zastaví rotácia diskov, ak je systém "
-"napájaný z batérie."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "Určuje, či sa majú vyhladzovať štatistické údaje v grafe."
-#: ../data/mate-power-manager.schemas.in.h:90
-msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
-msgstr ""
-"Percento batérie, kedy sa považuje za takmer vybitú. Platí len ak "
-"use_time_for_policy je false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "Východzí typ grafu, ktorý sa zobrazuje pre štatistiku."
-#: ../data/mate-power-manager.schemas.in.h:91
-msgid ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
-msgstr ""
-"Percento batérie, kedy sa považuje za slabú. Platí len ak "
-"use_time_for_policy je false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr "Východzí typ grafu, ktorý sa zobrazuje v štatistickom okne."
-#: ../data/mate-power-manager.schemas.in.h:92
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "Východzí index čísla strany"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"Percento batérie, pri ktorom sa vykoná kritická akcia. Platí len ak "
-"use_time_for_policy je false."
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "Index čísla strany, ktorý je východzie použitý na vrátenie zamerania správnej strany."
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "ID posledného zariadenia vybraté"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Zostávajúci čas batérie v sekundách, kedy sa vykoná kritická akcia. Platí "
-"len ak use_time_for_policy je true."
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "Identifikátor posledného zariadenia, ktorý je použitý na vrátenie zamerania správneho zariadenia."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Percento, kedy je považovaná za slabú"
-#: ../data/mate-power-manager.schemas.in.h:94
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Zostávajúci čas batérie v sekundách, kedy sa považuje za takmer vybitú. "
-"Platí len ak use_time_for_policy je true."
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
+msgstr "Počet percent batérie, kedy sa považuje za slabú. Platné len ak je use-time-for-policy nastavené na false."
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Percento, kedy je považovaná za takmer vybitú"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
-msgstr ""
-"Zostávajúci čas batérie v sekundách, kedy sa považuje za slabú. Platí len ak "
-"use_time_for_policy je true."
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr "Počet percent batérie, kedy sa považuje za takmer vybitú. Platné len ak je use-time-for-policy nastavené na false."
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "Zostávajúci čas, kedy sa vykoná akcia"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "Percento, kedy sa vykoná akcia"
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "Zostávajúci čas, keď je takmer vybitá"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
+msgid ""
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr "Počet percent batérie, kedy sa vykoná kritická činnosť. Platné len ak je use-time-for-policy nastavené na false."
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr "Zostávajúci čas, keď je slabá"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr ""
-"Typ úsporného režimu, ktorý sa uplatní v prípade, že je počítač nečinný. "
-"Možné hodnoty sú: \"hibernate\", \"suspend\" a \"nothing\"."
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "Zostávajúci čas batérie v sekundách, kedy sa považuje za slabú. Platné len ak use-time-for-policy je nastavené na true."
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"Verzia nainštalovanej verzie schémy. Neupravujte túto hodnotu, používa sa "
-"aby sa dali zistiť konfiguračné zmeny medzi verziami."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "Zostávajúci čas, keď je takmer vybitá"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Toto je jas panelu obrazovky prenosného počítača, použitý keď je relácia "
-"nečinná. Platí iba keď use_time_for_policy je true."
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "Zostávajúci čas batérie v sekundách, kedy sa považuje za takmer vybitú Platné len ak use-time-for-policy je nastavené na true."
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "Akcia pri takmer vybitej UPS"
-
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "Akcia pri slabej UPS"
-
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "Použiť nastavenie uzamykania z mate-screensaver"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "Zostávajúci čas, kedy sa vykoná akcia"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-msgstr ""
-"Ak uspanie zlyhá, môžeme používateľovi zobraziť tlačidlo na nápravu "
-"situácie. Ponechajte prázdne, ak sa tlačidlo nemá zobraziť."
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "Kedy zobrazovať ikonu upozornenia"
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "Zostávajúci čas batérie v sekundách, kedy sa vykoná kritická činnosť Platné len ak use-time-for-policy je nastavené na true."
-#: ../data/mate-power-manager.schemas.in.h:107
-#, fuzzy
-#| msgid ""
-#| "Whether NetworkManager should be connected and disconnected on sleep."
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr "Určuje, či sa má Správca siete pripájať a odpájať počas spánku."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Časový limit uspania počítača pri napájaní z batérie"
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"Určuje, či sa má Správca siete pred uspaním alebo hibernovaním odpájať a "
-"pripájať sa po obnovení činnosti."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "Časový interval v sekundách, koľko musí byť počítač napájaný z batérie nečinný, kým dôjde k jeho uspaniu."
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"Určuje, či má byť zväzok kľúčov MATE uzamykaný pred vstupom počítača do "
-"hibernácie. To znamená, že sa zväzok kľúčov bude musieť po prebudení "
-"odomknúť."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Časový limit uspania počítača pri napájaní zo siete"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"Určuje, či má byť zväzok kľúčov MATE uzamykaný pred vstupom počítača do "
-"režimu spánku. To znamená, že sa zväzok kľúčov bude musieť po prebudení "
-"odomknúť."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "Časový interval v sekundách, koľko musí byť počítač napájaný zo siete nečinný, kým dôjde k jeho uspaniu."
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"Určuje, či má byť obrazovka uzamykaná, keď sa počítač zobúdza z hibernácie. "
-"Používa sa len v prípade, že nastavenie lock_use_screensaver_settings je "
-"false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Časový limit uspania počítača pri použití záložného zdroja"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"Určuje, či má byť obrazovka uzamykaná, keď sa počítač zobúdza zo spánku. "
-"Používa sa len v prípade, že nastavenie lock_use_screensaver_settings je "
-"false."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "Časový interval v sekundách, koľko musí byť počítač napájaný z UPS nečinný, kým dôjde k jeho uspaniu."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Časový limit uspania displeja pri napájaní zo siete"
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"Určuje, či má byť obrazovka uzamykaná, keď sa obrazovka vypína. Používa sa "
-"len v prípade, že lock_use_screensaver_settings je false."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "Časový interval v sekundách, než sa uspí displej, keď je systém napájaný zo siete."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr ""
-"Určuje, čo robiť počas nečinnosti - hibernovať, uspať, alebo nerobiť nič"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Časový limit uspania displeja pri napájaní z batérie"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"Určuje, či sa má použiť nastavenie uzamykania obrazovky šetriča obrazovky "
-"MATE na rozhodovanie o uzamknutí obrazovky po hibernovaní, uspaní alebo po "
-"režime prázdnej obrazovky."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "Časový interval v sekundách, koľko musí byť počítač napájaný z batérie nečinný, kým dôjde k uspaniu displeja."
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "Určuje, či sa majú používať upozornenia založené na čase"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Časový limit uspania displeja pri použití záložného zdroja"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "Určuje, či sa majú v štatistickom okne zobrazovať označenia osí"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "Časový interval v sekundách, koľko musí byť počítač napájaný z UPS nečinný, kým dôjde k uspaniu displeja."
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "Určuje, či sa majú v štatistickom okne zobrazovať označenia osí."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "Určuje, či sa majú použiť zvuky"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Určuje, či sa majú v štatistickom okne zobrazovať udalosti"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "Určuje, či sa majú použiť zvuky, keď je batéria vybitá, alebo keď požiadavky o potlačenie zastavili akciu vyvolanú politikou."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Určuje, či sa majú v štatistickom okne zobrazovať udalosti."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "Určuje, či majú byť v kontextovej ponuke zobrazené položky nastavenia a štatistiky"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "Určuje, či sa má vyhladzovať krivka grafu"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "Kedy zobrazovať ikonu upozornenia"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "Určuje, či sa má vyhladzovať krivka grafu."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "Možnosti zobrazenia pre ikonu upozornení."
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Konfigurovať správu napájania"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "Správa napájania"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Pozorovať správu napájania"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Konfigurovať správu napájania"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1090
-#: ../src/gpm-statistics.c:1565
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "Štatistika napájania"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Pozorovať správu napájania"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "Jas"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "Dĺžka údajov:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Podrobnosti"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "Typ grafu:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "História"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "Dĺžka údajov:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "Prebudení procesora za sekundu:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "Na zobrazenie nie sú žiadne údaje."
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Použiť vyhladenú čiaru"
+
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "Zobraziť dátové body"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "História"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Štatistika"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "Na zobrazenie nie sú žiadne údaje."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "Prebudení procesora za sekundu:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Použiť vyhladenú čiaru"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "Prebudenia"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Nastavenia Správy napájania"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Akcie</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "U_spať počítač, ak je nečinný po dobu:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "Keď sa zavrie k_ryt prenosného počítača: "
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "Zastaviť rotáciu pevných diskov, ak je to možné"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>Displej</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Oblasť upozornení</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Uspať _displej, ak je nečinný po dobu:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "Ukončí tento program"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "Nastaviť _jas displeja na:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "Stl_miť displej pri nečinnosti"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "Všeobecné"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "Nastaviť ako predvolené"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "Napájané zo siete"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "Napájané z batérie"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "Napájané z UPS"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "Ikonu zobrazovať len ak je p_rítomná nejaká batéria"
-
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "Ikonu zobrazovať len počas nabíjania alebo vy_bíjania"
-
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "Nastavenia Správy napájania"
-
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "Poskytuje pomocníka k tomuto programu"
-
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "Uspať _displej, ak je nečinný po dobu:"
-
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "U_spať počítač, ak je nečinný po dobu:"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "Keď je _batéria takmer vybitá:"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "Nastaviť _jas displeja na:"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "_Znížiť intenzitu podsvietenia"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "Nastaví túto politiku pre všetkých používateľov"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "Napájané z batérie"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "Zastaviť rotáciu pevných diskov, ak je to možné"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "Keď je UPS s_labá:"
-#: ../data/gpm-prefs.ui.h:20
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
msgid "When UPS power is _critically low:"
msgstr "Keď je UPS _takmer vybitá:"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "Keď je UPS s_labá:"
-
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "Keď je _batéria takmer vybitá:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "Napájané z UPS"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "Keď sa zavrie k_ryt prenosného počítača: "
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "Keď je stlačené _tlačidlo vypnutia:"
-#: ../data/gpm-prefs.ui.h:24
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
msgid "When the _suspend button is pressed:"
msgstr "Keď je stlačené tlačidlo u_spania:"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "Keď je stlačené _tlačidlo vypnutia:"
-
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "Vždy _zobrazovať ikonu"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Oblasť upozornení</b>"
-#: ../data/gpm-prefs.ui.h:27
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
msgid "_Never display an icon"
msgstr "_Nikdy nezobraziť ikonu"
-#: ../data/gpm-prefs.ui.h:28
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
msgid "_Only display an icon when battery power is low"
msgstr "_Ikonu zobraziť iba keď je batéria slabá"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "_Znížiť intenzitu podsvietenia"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "Ikonu zobrazovať len počas nabíjania alebo vy_bíjania"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "Ikonu zobrazovať len ak je p_rítomná nejaká batéria"
+
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "Vždy _zobrazovať ikonu"
+
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "Všeobecné"
+
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "Poskytuje pomocníka k tomuto programu"
+
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Nastaviť ako predvolené"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "Nastaví túto politiku pre všetkých používateľov"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "Ukončí tento program"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
-msgstr ""
+msgstr "Nastaviť aktuálny jas"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
-msgstr ""
+msgstr "Získať aktuálny jas"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
-msgstr ""
+msgstr "Získať počet podporovaných úrovní jasu"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
-#, fuzzy
-#| msgid "MATE Power Manager"
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
-msgstr "Správca napájania MATE"
+msgstr "Pomocník podsvietenia v Správcovi napájania MATE"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
-msgstr ""
+msgstr "Nebola určená žiadna platná možnosť"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
-msgstr ""
+msgstr "Vo vašom systému nebolo nájdené žiadne podsvieteniw"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
-msgstr ""
+msgstr "Nepodarilo sa získať hodnotu úrovne podsvietenia"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
-msgstr ""
+msgstr "Nepodarilo sa získať maximálnu hodnotu úroveň podsvietenia"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
-#, fuzzy
-#| msgid "Sets this policy to be used by all users"
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
-msgstr "Nastaví túto politiku pre všetkých používateľov"
+msgstr "Tento program môže používať iba používateľ root"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
-msgstr ""
+msgstr "Tento program môže byť spustený iba cez pkexec"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
-msgstr ""
+msgstr "Nepodarilo sa nastaviť hodnotu úrovne podsvietenia"
#: ../src/gpm-common.c:53
msgid "Unknown time"
@@ -1169,70 +1023,60 @@ msgstr[0] "minút"
msgstr[1] "minúta"
msgstr[2] "minúty"
-# je to popis pri osiach grafu - je tam veľmi málo miesta, preto je to zhustené
#. Translators: This is %i days
#: ../src/gpm-graph-widget.c:434
#, c-format
msgid "%id"
msgstr "%id"
-# je to popis pri osiach grafu - je tam veľmi málo miesta, preto je to zhustené
#. Translators: This is %i days %02i hours
#: ../src/gpm-graph-widget.c:437
#, c-format
msgid "%id%02ih"
msgstr "%id%02ih"
-# je to popis pri osiach grafu - je tam veľmi málo miesta, preto je to zhustené
#. Translators: This is %i hours
#: ../src/gpm-graph-widget.c:442
#, c-format
msgid "%ih"
msgstr "%ih"
-# je to popis pri osiach grafu - je tam veľmi málo miesta, preto je to zhustené
#. Translators: This is %i hours %02i minutes
#: ../src/gpm-graph-widget.c:445
#, c-format
msgid "%ih%02im"
msgstr "%ih%02im"
-# je to popis pri osiach grafu - je tam veľmi málo miesta, preto je to zhustené
#. Translators: This is %2i minutes
#: ../src/gpm-graph-widget.c:450
#, c-format
msgid "%2im"
msgstr "%2im"
-# je to popis pri osiach grafu - je tam veľmi málo miesta, preto je to zhustené
#. Translators: This is %2i minutes %02i seconds
#: ../src/gpm-graph-widget.c:453
#, c-format
msgid "%2im%02i"
msgstr "%2im%02i"
-# je to popis pri osiach grafu - je tam veľmi málo miesta, preto je to zhustené
#. Translators: This is %2i seconds
#: ../src/gpm-graph-widget.c:457
#, c-format
msgid "%2is"
msgstr "%2is"
-# je to popis pri osiach grafu - je tam veľmi málo miesta, preto je to zhustené
#. Translators: This is %i Percentage
#: ../src/gpm-graph-widget.c:461
#, c-format
msgid "%i%%"
msgstr "%i%%"
-# je to popis pri osiach grafu - je tam veľmi málo miesta, preto je to zhustené
#. Translators: This is %.1f Watts
#: ../src/gpm-graph-widget.c:464
#, c-format
msgid "%.1fW"
msgstr "%.1fW"
-# je to popis pri osiach grafu - je tam veľmi málo miesta, preto je to zhustené
#. Translators: This is %.1f Volts
#: ../src/gpm-graph-widget.c:469
#, c-format
@@ -1240,7 +1084,7 @@ msgid "%.1fV"
msgstr "%.1fV"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1545
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "Zobraziť prídavné ladiace informácie"
@@ -1256,144 +1100,128 @@ msgstr "Skončiť po malej prestávke (na ladenie)"
msgid "Exit after the manager has loaded (for debugging)"
msgstr "Skončiť po načítaní správcu napájania (na ladenie)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "Správca napájania MATE"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:221 ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "Batéria je takmer vybitá"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:269
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "Napájanie pripojené"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "Napájanie odpojené"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "Kryt bol otvorený"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "Kryt bol zavretý"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "Batéria je slabá"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "Batéria je nabitá"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "Uspanie naštartované"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "Obnovené"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "Uspanie zlyhalo"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:574
-#, fuzzy
-#| msgid "Your computer failed to suspend."
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
-msgstr "Vášmu počítaču sa nepodarilo vojsť do režimu spánku."
+msgstr "Zlyhalo prepnutie počítača do režimu spánku."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:576
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "Uspanie zlyhalo"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:580
-#, fuzzy
-#| msgid "Your computer failed to hibernate."
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
-msgstr "Vášmu počítaču sa nepodarilo vojsť do režimu hibernácie."
+msgstr "Zlyhalo prepnutie počítača do režimu hibernácie."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:582
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "Hibernácia zlyhala"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:587
-#, fuzzy
-#| msgid "The failure was reported as:"
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
msgstr "Zlyhanie bolo nahlásené nasledovne:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:600
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "Navštíviť stránku pomocníka"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:863
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "DPMS displeja je zapnuté"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:882
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "Napájaný z batérie"
-#: ../src/gpm-manager.c:900
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "Kryt prenosného počítača je zavretý"
-#: ../src/gpm-manager.c:938
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "Informácie o napájaní"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1186
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "Batéria je možno sťahovaná z obehu"
-#: ../src/gpm-manager.c:1187
-#, fuzzy, c-format
-#| msgid ""
-#| "The battery in your computer may have been recalled by %s and you may be "
-#| "at risk.\n"
-#| "\n"
-#| "For more information visit the battery recall website."
+#: ../src/gpm-manager.c:1148
+#, c-format
msgid ""
-"A battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"Batéria vo vašom počítači možno patrí k stiahnutým od %s, možno ste v "
-"nebezpečenstve.\n"
-"\n"
-"Viacej informácií získate na webovej stránke sťahovania z obehu."
+msgstr "Batéria vo vašom počítači možno patrí k stiahnutým z obehu od %s, možno ste v nebezpečenstve.\n\nViacej informácií získate na webovej stránke sťahovania z obehu."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1197
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "Otvoriť webovú stránku sťahovania z obehu"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1200
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "Toto hlásenie už nezobrazovať"
@@ -1401,547 +1229,444 @@ msgstr "Toto hlásenie už nezobrazovať"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1285
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "Batéria je možno pokazená"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1288
-#, fuzzy, c-format
-#| msgid ""
-#| "Your battery has a very low capacity (%1.1f%%), which means that it may "
-#| "be old or broken."
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
+#, c-format
msgid ""
-"Battery has a very low capacity (%1.1f%%), which means that it may be old or "
-"broken."
-msgstr ""
-"Vaša batéria má príliš nízku kapacitu (%1.1f %%), čo znamená, že môže byť "
-"stará alebo pokazená."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "Vaša batéria má príliš nízku kapacitu (%1.1f %%), čo znamená, že môže byť stará alebo pokazená."
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1337
-#, fuzzy
-#| msgid "Battery Fully Charged"
-#| msgid_plural "Batteries Fully Charged"
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
-msgstr[0] "Batérie sú úplne nabité"
-msgstr[1] "Batéria je úplne nabitá"
-msgstr[2] "Batérie sú úplne nabité"
+msgstr[0] "Batéria je úplne nabitá"
+msgstr[1] "Batérie sú úplne nabité"
+msgstr[2] "Batérií je úplne nabitých"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1383
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "Batéria sa vybíja"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1387
+#: ../src/gpm-manager.c:1348
#, c-format
msgid "%s of battery power remaining (%.0f%%)"
msgstr "%s energie batérie zostáva (%.0f %%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1390 ../src/gpm-manager.c:1402
-#, fuzzy, c-format
-#| msgid "%s discharging (%.1f%%)"
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
+#, c-format
msgid "%s discharging (%.0f%%)"
-msgstr "%s: vybíjanie (%.1f %%)"
+msgstr "%s vybíjanie (%.0f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1395
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "UPS sa vybíja"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1399
+#: ../src/gpm-manager.c:1360
#, c-format
msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr "%s záložnej energie UPS zostáva (%.0f %%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1483
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "Batéria je slabá"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1486
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "Batéria prenosného počítača je slabá"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1492
+#: ../src/gpm-manager.c:1453
#, c-format
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "Zostáva ešte približne <b>%s</b> (%.0f %%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1496
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "UPS je slabá"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1500
+#: ../src/gpm-manager.c:1461
#, c-format
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
msgstr "Zostáva vám ešte približne <b>%s</b> záložnej kapacity UPS (%.0f %%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1504 ../src/gpm-manager.c:1643
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "Batéria myši je slabá"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1507
-#, fuzzy, c-format
-#| msgid ""
-#| "The wireless mouse attached to this computer is low in power (%.1f%%)"
+#: ../src/gpm-manager.c:1468
+#, c-format
msgid "Wireless mouse is low in power (%.0f%%)"
-msgstr "Bezdrôtová myš pripojená k tomuto počítaču má málo energie (%.1f %%)"
+msgstr "Bezdrôtová myš pripojená k tomuto počítaču má málo energie (%.0f %%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1511 ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "Batéria klávesnice je slabá"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1514
-#, fuzzy, c-format
-#| msgid ""
-#| "The wireless keyboard attached to this computer is low in power (%.1f%%)"
+#: ../src/gpm-manager.c:1475
+#, c-format
msgid "Wireless keyboard is low in power (%.0f%%)"
-msgstr ""
-"Bezdrôtová klávesnica pripojená k tomuto počítaču má málo energie (%.1f %%)"
+msgstr "Bezdrôtová klávesnica pripojená k tomuto počítaču má málo energie (%.0f %%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1518 ../src/gpm-manager.c:1660
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "Batéria PDA je slabá"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1521
-#, fuzzy, c-format
-#| msgid "The PDA attached to this computer is low in power (%.1f%%)"
+#: ../src/gpm-manager.c:1482
+#, c-format
msgid "PDA is low in power (%.0f%%)"
-msgstr "PDA pripojené k tomuto počítaču má málo energie (%.1f %%)"
+msgstr "PDA má málo energie (%.0f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1525 ../src/gpm-manager.c:1670
-#: ../src/gpm-manager.c:1681
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "Batéria mobilného telefónu je slabá"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1528
-#, fuzzy, c-format
-#| msgid "The cell phone attached to this computer is low in power (%.1f%%)"
+#: ../src/gpm-manager.c:1489
+#, c-format
msgid "Cell phone is low in power (%.0f%%)"
-msgstr "Mobilný telefón pripojený k tomuto počítaču má málo energie (%.1f %%)"
+msgstr "Prenosný telefón má málo enrgie (%.0f%%)"
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1533
-#, fuzzy
-#| msgid "Cell phone battery low"
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
-msgstr "Batéria mobilného telefónu je slabá"
+msgstr "Multimediálny prehrávač bez energie"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1536
-#, fuzzy, c-format
-#| msgid "The PDA attached to this computer is low in power (%.1f%%)"
+#: ../src/gpm-manager.c:1497
+#, c-format
msgid "Media player is low in power (%.0f%%)"
-msgstr "PDA pripojené k tomuto počítaču má málo energie (%.1f %%)"
+msgstr "Multimediálny prehrávač má málo energie (%.0f%%)"
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1540 ../src/gpm-manager.c:1690
-#, fuzzy
-#| msgid "Laptop battery low"
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
-msgstr "Batéria prenosného počítača je slabá"
+msgstr "Tablet bez energie"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1543
-#, fuzzy, c-format
-#| msgid "The PDA attached to this computer is low in power (%.1f%%)"
+#: ../src/gpm-manager.c:1504
+#, c-format
msgid "Tablet is low in power (%.0f%%)"
-msgstr "PDA pripojené k tomuto počítaču má málo energie (%.1f %%)"
+msgstr "Tablet má málo energie (%.0f%%)"
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1547 ../src/gpm-manager.c:1699
-#, fuzzy
-#| msgid "Mouse battery low"
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
-msgstr "Batéria myši je slabá"
+msgstr "Pripojený počítač bez energie"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1550
-#, fuzzy, c-format
-#| msgid "The PDA attached to this computer is low in power (%.1f%%)"
+#: ../src/gpm-manager.c:1511
+#, c-format
msgid "Attached computer is low in power (%.0f%%)"
-msgstr "PDA pripojené k tomuto počítaču má málo energie (%.1f %%)"
+msgstr "Pripojený počítač má málo energie (%.0f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one kind of battery
-#: ../src/gpm-manager.c:1600
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "Batéria je takmer vybitá"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1603 ../src/gpm-manager.c:1760
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "Batéria prenosného počítača je takmer vybitá"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1613
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
-msgstr ""
-"Ak nechcete prísť o údaje, pripojte napájaciu šnúru do elektrickej siete."
+msgstr "Ak nechcete prísť o údaje, pripojte napájaciu šnúru do elektrickej siete."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1617
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
msgstr "Počítač sa o malú chvíľu uspí, pokiaľ ho nepripojíte k sieti."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1621
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
msgstr "Počítač sa o malú chvíľu hibernuje, pokiaľ ho nepripojíte k sieti."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1625
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
msgstr "Počítač sa o malú chvíľu vypne, pokiaľ ho nepripojíte k sieti."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1633 ../src/gpm-manager.c:1798
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "UPS je takmer vybitá"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1637
-#, fuzzy, c-format
-#| msgid ""
-#| "You have approximately <b>%s</b> of remaining UPS power (%.1f%%). Restore "
-#| "AC power to your computer to avoid losing data."
-msgid ""
-"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to "
-"your computer to avoid losing data."
-msgstr ""
-"Zostáva vám ešte približne <b>%s</b> kapacity UPS (%.1f %%). Obnovte dodávku "
-"elektrickej energie, aby ste sa vyhli prípadnej strate údajov."
+#: ../src/gpm-manager.c:1595
+#, c-format
+msgid ""
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "Približne <b>%s</b> kapacity UPS (%.0f%%). Obnovte dodávku elektrickej energie, aby ste sa vyhli prípadnej strate údajov."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1646
-#, fuzzy, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
+#: ../src/gpm-manager.c:1604
+#, c-format
msgid ""
"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Váš mobilný telefón má veľmi málo energie (%.1f %%). Ak sa nenabije, čoskoro "
-"prestane fungovať."
+msgstr "Bezdrôtová myš má veľmi málo energie (%.0f%%). Ak sa nenabije, čoskoro prestane fungovať."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1654
-#, fuzzy, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
+#: ../src/gpm-manager.c:1612
+#, c-format
msgid ""
"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Váš mobilný telefón má veľmi málo energie (%.1f %%). Ak sa nenabije, čoskoro "
-"prestane fungovať."
+msgstr "Bezdrôtová klávesnica má veľmi málo energie (%.0f%%). Ak sa nenabije, čoskoro prestane fungovať."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1663
-#, fuzzy, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
-msgid ""
-"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
-"not charged."
-msgstr ""
-"Váš mobilný telefón má veľmi málo energie (%.1f %%). Ak sa nenabije, čoskoro "
-"prestane fungovať."
+#: ../src/gpm-manager.c:1621
+#, c-format
+msgid ""
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "PDA má veľmi málo energie (%.0f%%). Ak sa nenabije, čoskoro prestane fungovať."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1673
-#, fuzzy, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
+#: ../src/gpm-manager.c:1631
+#, c-format
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Váš mobilný telefón má veľmi málo energie (%.1f %%). Ak sa nenabije, čoskoro "
-"prestane fungovať."
+msgstr "Prenosný telefón má veľmi málo energie (%.0f%%). Ak sa nenabije, čoskoro prestane fungovať."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1684
-#, fuzzy, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
+#: ../src/gpm-manager.c:1642
+#, c-format
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Váš mobilný telefón má veľmi málo energie (%.1f %%). Ak sa nenabije, čoskoro "
-"prestane fungovať."
+msgstr "Multimediálny prehrávač má veľmi málo energie (%.0f%%). Ak sa nenabije, čoskoro prestane fungovať."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1693
-#, fuzzy, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
-msgid ""
-"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
-"if not charged."
-msgstr ""
-"Váš mobilný telefón má veľmi málo energie (%.1f %%). Ak sa nenabije, čoskoro "
-"prestane fungovať."
+#: ../src/gpm-manager.c:1651
+#, c-format
+msgid ""
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "Tablet má veľmi málo energie (%.0f%%). Ak sa nenabije, čoskoro prestane fungovať."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1702
-#, fuzzy, c-format
-#| msgid ""
-#| "The PDA attached to this computer is very low in power (%.1f%%). This "
-#| "device will soon stop functioning if not charged."
+#: ../src/gpm-manager.c:1660
+#, c-format
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
"shutdown if not charged."
-msgstr ""
-"PDA pripojené k tomuto počítaču má veľmi málo energie (%.1f %%). Ak sa "
-"nenabije, čoskoro prestane fungovať."
+msgstr "Pripojený počítač má veľmi málo energie (%.0f%%). Ak sa nenabije, čoskoro prestane fungovať."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1769
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
-msgstr ""
-"Batéria dosiahla úroveň, keď je už takmer vybitá. Keď sa celkom vybije, "
-"tento počítač sa <b>vypne</b>."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "Batéria dosiahla úroveň, keď je už takmer vybitá. Keď sa celkom vybije, tento počítač sa <b>vypne</b>."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1775
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"Batéria dosiahla úroveň, keď je už takmer vybitá. Tento počítač sa chystá "
-"prepnúť do režimu spánku. <br><b>Upozornenie:</b> Aj v režime spánku je "
-"potrebné malé množstvo energie."
+msgstr "Batéria dosiahla úroveň, keď je už takmer vybitá. Tento počítač sa chystá prepnúť do režimu spánku. <br><b>Upozornenie:</b> Aj v režime spánku je potrebné malé množstvo energie."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1782
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
-msgstr ""
-"Batéria dosiahla úroveň, keď je už takmer vybitá. Tento počítač sa chystá "
-"hibernovať."
+msgstr "Batéria dosiahla úroveň, keď je už takmer vybitá. Tento počítač sa chystá hibernovať."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1787
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
-msgstr ""
-"Batéria dosiahla úroveň, keď je už takmer vybitá. Tento počítač sa chystá "
-"vypnúť."
+msgstr "Batéria dosiahla úroveň, keď je už takmer vybitá. Tento počítač sa chystá vypnúť."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1807
-#, fuzzy
-#| msgid ""
-#| "The UPS is below the critical level and this computer will <b>power-off</"
-#| "b> when the UPS becomes completely empty."
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
-msgstr ""
-"UPS dosiahla úroveň, keď je už takmer vybitá. Keď sa celkom vybije, počítač "
-"sa <b>vypne</b>."
+msgstr "UPS dosiahla úroveň, keď je už takmer vybitá. Keď sa celkom vybije, počítač sa <b>vypne</b>."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1813
-#, fuzzy
-#| msgid ""
-#| "The UPS is below the critical level and this computer is about to "
-#| "hibernate."
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
-msgstr ""
-"UPS dosiahla úroveň, keď je už takmer vybitá. Tento počítač sa chystá "
-"hibernovať."
+msgstr "UPS dosiahla úroveň, keď je už takmer vybitá. Tento počítač sa chystá hibernovať."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1818
-#, fuzzy
-#| msgid ""
-#| "The UPS is below the critical level and this computer is about to "
-#| "shutdown."
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
-msgstr ""
-"UPS dosiahla úroveň, keď je už takmer vybitá. Tento počítač sa chystá vypnúť."
-
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1956
-msgid "Install problem!"
-msgstr "Problém inštalácie!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1958
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"Predvolené nastavenia Správcu napájania MATE neboli správne nainštalované.\n"
-"Prosím, kontaktujte správcu vášho systému."
+msgstr "UPS dosiahla úroveň, keď je už takmer vybitá. Tento počítač sa chystá vypnúť."
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "Nastavenia napájania MATE"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Vypnúť"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Uspať"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Hibernovať"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "Prázdna obrazovka"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Spýtať sa"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Nerobiť nič"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Nikdy"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Tempo"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "Nabitie"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "Čas do nabitia"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "Čas do vybitia"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 minút"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 hodiny"
-#: ../src/gpm-statistics.c:92
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 hodín"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 deň"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
msgstr "1 týždeň"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "Profil nabíjania"
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "Profil vybíjania"
-#. TRANSLATORS: how accurately we can predict the time remaining of the battery
-#: ../src/gpm-statistics.c:106
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "Presnosť nabíjania"
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "Presnosť vybíjania"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Atribút"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "Hodnota"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "Obrázok"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "Popis"
-#: ../src/gpm-statistics.c:183 ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Typ"
-# je to nadpis stĺpca tabuľky - Identifikátor by tam bolo príliš dlhé
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "ID"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "Príkaz"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "Neznáme"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1950,7 +1675,7 @@ msgstr[1] "%.0f sekunda"
msgstr[2] "%.0f sekundy"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
@@ -1959,7 +1684,7 @@ msgstr[1] "%.1f minúta"
msgstr[2] "%.1f minúty"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
@@ -1968,7 +1693,7 @@ msgstr[1] "%.1f hodina"
msgstr[2] "%.1f hodiny"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
@@ -1976,39 +1701,40 @@ msgstr[0] "%.1f dní"
msgstr[1] "%.1f deň"
msgstr[2] "%.1f dni"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Áno"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "Nie"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Zariadenie"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Dodávateľ"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Model"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "Sériové číslo"
#. TRANSLATORS: a boolean attribute that means if the device is supplying the
-#. * main power for the computer. For instance, an AC adapter or laptop battery
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "Dodávka"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -2016,260 +1742,254 @@ msgstr[0] "%d sekúnd"
msgstr[1] "%d sekunda"
msgstr[2] "%d sekundy"
-# súčasť pohľadu "Informácie o zariadení"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "Obnovené"
-# súčasť pohľadu "Informácie o zariadení"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "Prítomné"
-# súčasť pohľadu "Informácie o zariadení"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "Nabíjacie"
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "Stav"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "Energia"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "Energia vo vybitom stave"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "Energia v nabitom stave"
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "Energia (konštrukčná)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "Napätie"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Percento"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "Kapacita"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "Technológia"
-# súčasť pohľadu "Informácie o zariadení"
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "Zapojené"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:824
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "Žiadne údaje"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:831 ../src/gpm-statistics.c:836
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Modul jadra"
-# ide o zobrazovanie informácií o procese - či je to modul jadra (predch. reťazec), alebo je to zakompilované priamo v jadre (konkrétne to je proces "swapper")
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:841
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "Vlastné jadro"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:846
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "Medziprocesorové prerušenie"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:851
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "Prerušenie"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:898
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "PS/2 klávesnica/myš/touchpad"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:901
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:904
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "Serial ATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:907
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "Radič diskov ATA"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:910
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Bezdrôtový adaptér Intel"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:917 ../src/gpm-statistics.c:922
-#: ../src/gpm-statistics.c:927 ../src/gpm-statistics.c:932
-#: ../src/gpm-statistics.c:937
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "Časovač %s"
-#. TRANSLATORS: the parameter is the name of task that's woken up from sleeping.
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:941
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "Spí %s"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:944
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "Nová úloha %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:948
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "Čaká %s"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:952 ../src/gpm-statistics.c:956
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "Zoznam úloh %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:959
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "Vyčistenie smerovaní siete %s"
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:962
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "USB aktivita %s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:965
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "Zobudené %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:968
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "Lokálne prerušenia"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:971
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "Prerušenia preplánovania"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1080
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "Informácie o zariadení"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "História zariadenia"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "Profil zariadenia"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "Prebudenia procesora"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1292 ../src/gpm-statistics.c:1298
-#: ../src/gpm-statistics.c:1304 ../src/gpm-statistics.c:1310
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "Uplynulý čas"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1294
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "Energia"
-# hodnota je v percentách
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1300 ../src/gpm-statistics.c:1343
-#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1355
-#: ../src/gpm-statistics.c:1361
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "Nabitie článku"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1306 ../src/gpm-statistics.c:1312
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "Odhadovaný čas"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1345 ../src/gpm-statistics.c:1357
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "Opravný faktor"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1351 ../src/gpm-statistics.c:1363
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "Presnosť odhadu"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1548
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "Zvoliť toto zariadenie pri štarte"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1794
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Procesor"
-# http://lists.linux.sk/pipermail/sk-i18n/2007-November/000082.html
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "Nas_tavenia"
@@ -2282,30 +2002,23 @@ msgstr "%s: nabíjanie (%.1f %%)"
#. TRANSLATORS: The laptop battery is fully charged, and we know a time
#: ../src/gpm-upower.c:236
-#, fuzzy, c-format
-#| msgid ""
-#| "Battery is fully charged.\n"
-#| "Provides %s laptop runtime"
+#, c-format
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"Batéria je plne nabitá.\n"
-"Poskytuje %s behu počítača"
+msgstr "Batéria je plne nabitá.\nPoskytuje %s behu počítača"
#. TRANSLATORS: the device is fully charged
#: ../src/gpm-upower.c:241
-#, fuzzy, c-format
-#| msgid "%s %s until charged (%.1f%%)"
+#, c-format
msgid "%s is fully charged"
-msgstr "%s: %s do nabitia (%.1f %%)"
+msgstr "%s je plne nabitá"
#. TRANSLATORS: the device is discharging, and we have a time remaining
#: ../src/gpm-upower.c:249
-#, fuzzy, c-format
-#| msgid "%s %s remaining (%.1f%%)"
+#, c-format
msgid "%s %s remaining (%.1f%%)"
-msgstr "%s: %s zostáva (%.1f %%)"
+msgstr "%s: %s zostáva (%.1f%%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
#: ../src/gpm-upower.c:254
@@ -2315,37 +2028,30 @@ msgstr "%s: vybíjanie (%.1f %%)"
#. TRANSLATORS: the device is charging, and we have a time to full and empty
#: ../src/gpm-upower.c:268
-#, fuzzy, c-format
-#| msgid ""
-#| "%s %s until charged (%.1f%%)\n"
-#| "Provides %s battery runtime"
+#, c-format
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s: %s do nabitia (%.1f %%)\n"
-"Postačuje na %s behu z batérie"
+msgstr "%s: %s do nabitia (%.1f%%)\nPostačuje na %s behu z batérie"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
#: ../src/gpm-upower.c:279
-#, fuzzy, c-format
-#| msgid "%s %s until charged (%.1f%%)"
+#, c-format
msgid "%s %s until charged (%.1f%%)"
-msgstr "%s: %s do nabitia (%.1f %%)"
+msgstr "%s: %s do nabitia (%.1f%%)"
#. TRANSLATORS: this is only shown for laptops with multiple batteries
#: ../src/gpm-upower.c:292
-#, fuzzy, c-format
-#| msgid "%s waiting to discharge (%.1f%%)"
+#, c-format
msgid "%s waiting to discharge (%.1f%%)"
-msgstr "%s: čaká na vybíjanie (%.1f %%)"
+msgstr "%s: čaká na vybíjanie (%.1f%%)"
#. TRANSLATORS: this is only shown for laptops with multiple batteries
#: ../src/gpm-upower.c:298
-#, fuzzy, c-format
-#| msgid "%s waiting to charge (%.1f%%)"
+#, c-format
msgid "%s waiting to charge (%.1f%%)"
-msgstr "%s: čaká na nabíjanie (%.1f %%)"
+msgstr "%s: čaká na nabíjanie (%.1f%%)"
#. TRANSLATORS: the type of data, e.g. Laptop battery
#: ../src/gpm-upower.c:357
@@ -2415,7 +2121,8 @@ msgstr "Čas nabitia:"
msgid "Discharge time:"
msgstr "Čas vybitia:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "Vynikajúca"
@@ -2448,8 +2155,6 @@ msgstr "Posledné plné nabitie:"
msgid "Design charge:"
msgstr "Nabitie od výrobcu:"
-# zjednotil som "rate" na tempo (viď msgid "Rate")
-# za týmto reťazcom nasleduje údaj vo wattoch
#: ../src/gpm-upower.c:443
msgid "Charge rate:"
msgstr "Tempo nabíjania:"
@@ -2488,13 +2193,11 @@ msgstr[2] "Merače"
#. TRANSLATORS: wireless mice with internal batteries
#: ../src/gpm-upower.c:494
-#, fuzzy
-#| msgid "Model"
msgid "Mouse"
msgid_plural "Mice"
-msgstr[0] "Model"
-msgstr[1] "Model"
-msgstr[2] "Model"
+msgstr[0] "Myš"
+msgstr[1] "Myši"
+msgstr[2] "Myší"
#. TRANSLATORS: wireless keyboard with internal battery
#: ../src/gpm-upower.c:498
@@ -2524,25 +2227,25 @@ msgstr[2] "Mobilné telefóny"
#: ../src/gpm-upower.c:511
msgid "Media player"
msgid_plural "Media players"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgstr[0] "Multimediálny prehrávač"
+msgstr[1] "Multimediálne prehrávače"
+msgstr[2] "Multimediálnych prehrávačov"
#. TRANSLATORS: tablet device
#: ../src/gpm-upower.c:515
msgid "Tablet"
msgid_plural "Tablets"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgstr[0] "Tablet"
+msgstr[1] "Tablety"
+msgstr[2] "Tabletov"
#. TRANSLATORS: tablet device
#: ../src/gpm-upower.c:519
msgid "Computer"
msgid_plural "Computers"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgstr[0] "Počítač"
+msgstr[1] "Počítače"
+msgstr[2] "Počítačov"
#. TRANSLATORS: battery technology
#: ../src/gpm-upower.c:589
@@ -2582,222 +2285,14 @@ msgstr "Neznáma technológia"
#. TRANSLATORS: battery state
#: ../src/gpm-upower.c:641
msgid "Empty"
-msgstr ""
+msgstr "Prázdna"
#. TRANSLATORS: battery state
#: ../src/gpm-upower.c:649
-#, fuzzy
-#| msgid "%s waiting to charge (%.1f%%)"
msgid "Waiting to charge"
-msgstr "%s: čaká na nabíjanie (%.1f %%)"
+msgstr "Čaká na nabíjanie"
#. TRANSLATORS: battery state
#: ../src/gpm-upower.c:653
-#, fuzzy
-#| msgid "%s waiting to discharge (%.1f%%)"
msgid "Waiting to discharge"
-msgstr "%s: čaká na vybíjanie (%.1f %%)"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "_O programe"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "_Pomocník"
-
-#, fuzzy
-#~| msgid "%s %s remaining (%.1f%%)"
-#~ msgid "%s remaining"
-#~ msgstr "%s: %s zostáva (%.1f %%)"
-
-#, fuzzy
-#~| msgid "Laptop battery low"
-#~ msgid "Laptop battery not present"
-#~ msgstr "Batéria prenosného počítača je slabá"
-
-#, fuzzy
-#~| msgid "Battery Discharging"
-#~ msgid "Laptop battery is charging"
-#~ msgstr "Batéria sa vybíja"
-
-#, fuzzy
-#~| msgid "Battery Discharging"
-#~ msgid "Laptop battery is discharging"
-#~ msgstr "Batéria sa vybíja"
-
-#, fuzzy
-#~| msgid "Laptop battery"
-#~| msgid_plural "Laptop batteries"
-#~ msgid "Laptop battery is empty"
-#~ msgstr "Batérie prenosného počítača"
-
-#, fuzzy
-#~| msgid "Laptop battery"
-#~| msgid_plural "Laptop batteries"
-#~ msgid "Laptop battery is charged"
-#~ msgstr "Batérie prenosného počítača"
-
-#, fuzzy
-#~| msgid "Laptop battery critically low"
-#~ msgid "Laptop battery is waiting to charge"
-#~ msgstr "Batéria prenosného počítača je takmer vybitá"
-
-#, fuzzy
-#~| msgid "%s waiting to discharge (%.1f%%)"
-#~ msgid "Laptop battery is waiting to discharge"
-#~ msgstr "%s: čaká na vybíjanie (%.1f %%)"
-
-#, fuzzy
-#~| msgid "UPS Discharging"
-#~ msgid "UPS is charging"
-#~ msgstr "UPS sa vybíja"
-
-#, fuzzy
-#~| msgid "UPS Discharging"
-#~ msgid "UPS is discharging"
-#~ msgstr "UPS sa vybíja"
-
-#, fuzzy
-#~| msgid "UPS Discharging"
-#~ msgid "UPS is charged"
-#~ msgstr "UPS sa vybíja"
-
-#, fuzzy
-#~| msgid "Discharging"
-#~ msgid "Mouse is charging"
-#~ msgstr "Vybíja sa"
-
-#, fuzzy
-#~| msgid "Discharging"
-#~ msgid "Mouse is discharging"
-#~ msgstr "Vybíja sa"
-
-#, fuzzy
-#~| msgid "%s is fully charged"
-#~ msgid "Mouse is charged"
-#~ msgstr "%s: plné nabitie"
-
-#, fuzzy
-#~| msgid "Battery Discharging"
-#~ msgid "Keyboard is charging"
-#~ msgstr "Batéria sa vybíja"
-
-#, fuzzy
-#~| msgid "Battery Discharging"
-#~ msgid "Keyboard is discharging"
-#~ msgstr "Batéria sa vybíja"
-
-#, fuzzy
-#~| msgid "Discharging"
-#~ msgid "PDA is charging"
-#~ msgstr "Vybíja sa"
-
-#, fuzzy
-#~| msgid "Discharging"
-#~ msgid "PDA is discharging"
-#~ msgstr "Vybíja sa"
-
-#, fuzzy
-#~| msgid "%s is fully charged"
-#~ msgid "PDA is charged"
-#~ msgstr "%s: plné nabitie"
-
-#, fuzzy
-#~| msgid "Cell phone"
-#~| msgid_plural "Cell phones"
-#~ msgid "Cell phone is charging"
-#~ msgstr "Mobilné telefóny"
-
-#, fuzzy
-#~| msgid "Cell phone"
-#~| msgid_plural "Cell phones"
-#~ msgid "Cell phone is empty"
-#~ msgstr "Mobilné telefóny"
-
-# hodnota je v percentách
-# peter: navrhujem ponechať komentár
-#, fuzzy
-#~| msgid "Cell charge"
-#~ msgid "Cell phone is charged"
-#~ msgstr "Nabitie článku"
-
-#, fuzzy
-#~| msgid "Battery Discharging"
-#~ msgid "Media player is charging"
-#~ msgstr "Batéria sa vybíja"
-
-#, fuzzy
-#~| msgid "Battery Discharging"
-#~ msgid "Media player is discharging"
-#~ msgstr "Batéria sa vybíja"
-
-#, fuzzy
-#~| msgid "Battery Discharging"
-#~ msgid "Tablet is charging"
-#~ msgstr "Batéria sa vybíja"
-
-#, fuzzy
-#~| msgid "Battery Discharging"
-#~ msgid "Tablet is discharging"
-#~ msgstr "Batéria sa vybíja"
-
-#, fuzzy
-#~| msgid "Time to empty"
-#~ msgid "Tablet is empty"
-#~ msgstr "Čas do vybitia"
-
-#, fuzzy
-#~| msgid "%s is fully charged"
-#~ msgid "Tablet is charged"
-#~ msgstr "%s: plné nabitie"
-
-#, fuzzy
-#~| msgid "Battery Discharging"
-#~ msgid "Computer is charging"
-#~ msgstr "Batéria sa vybíja"
-
-#, fuzzy
-#~| msgid "Battery Discharging"
-#~ msgid "Computer is discharging"
-#~ msgstr "Batéria sa vybíja"
-
-#, fuzzy
-#~| msgid "Time to empty"
-#~ msgid "Computer is empty"
-#~ msgstr "Čas do vybitia"
-
-# hodnota je v percentách
-# peter: navrhujem ponechať komentár
-#, fuzzy
-#~| msgid "Cell charge"
-#~ msgid "Computer is charged"
-#~ msgstr "Nabitie článku"
-
-#~ msgid ""
-#~ "The wireless mouse attached to this computer is very low in power (%.1f%"
-#~ "%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "Bezdrôtová myš pripojená k tomuto počítaču má veľmi málo energie (%.1f %"
-#~ "%). Ak sa nenabije, čoskoro prestane fungovať."
-
-#~ msgid ""
-#~ "The wireless keyboard attached to this computer is very low in power (%.1f"
-#~ "%%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "Bezdrôtová klávesnica pripojená k tomuto počítaču má veľmi málo energie "
-#~ "(%.1f %%). Ak sa nenabije, čoskoro prestane fungovať."
-
-#~ msgid "Wireless mouse"
-#~ msgid_plural "Wireless mice"
-#~ msgstr[0] "Bezdrôtové myši"
-#~ msgstr[1] "Bezdrôtová myš"
-#~ msgstr[2] "Bezdrôtové myši"
-
-#~ msgid "Wireless keyboard"
-#~ msgid_plural "Wireless keyboards"
-#~ msgstr[0] "Bezdrôtové klávesnice"
-#~ msgstr[1] "Bezdrôtová klávesnica"
-#~ msgstr[2] "Bezdrôtové klávesnice"
+msgstr "Čaká na vybíjanie"
diff --git a/po/sl.po b/po/sl.po
index bb69f34..8c1d466 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -1,893 +1,986 @@
-# Slovenian translation of mate-power-manager.
-# Copyright (C) 2005-2006 Free Software Foundation, Inc.
-# This file is distributed under the same license as the mate-power-manager package.
-#
-# Matjaž Horvat <[email protected]>, 2006.
-# Matej Urbančič <[email protected]>, 2007 - 2010.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# jierro <[email protected]>, 2013-2014
msgid ""
msgstr ""
-"Project-Id-Version: mate-power-manager\n"
-"Report-Msgid-Bugs-To: http://bugzilla.mate.org/enter_bug.cgi?product=mate-power-manager&component=general\n"
-"POT-Creation-Date: 2010-08-22 11:25+0000\n"
-"PO-Revision-Date: 2010-08-24 12:10+0100\n"
-"Last-Translator: Matej Urbančič <[email protected]>\n"
-"Language-Team: Slovenian MATE Translation Team <[email protected]>\n"
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2014-02-24 13:35+0000\n"
+"Last-Translator: jierro <[email protected]>\n"
+"Language-Team: Slovenian (http://www.transifex.com/projects/p/MATE/language/sl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n"
-"X-Poedit-Language: Slovenian\n"
-"X-Poedit-Country: SLOVENIA\n"
-"X-Poedit-SourceCharset: utf-8\n"
+"Language: sl\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
-#: ../applets/brightness/brightness-applet.c:109
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
-msgstr "Aplet svetlosti upravljalnika porabe"
+msgstr "Aplet svetlosti upravljalnika porabe energije"
-#: ../applets/brightness/brightness-applet.c:110
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "Prilagodi svetlost plošče prenosnika."
-#: ../applets/brightness/brightness-applet.c:363
-#: ../applets/inhibit/inhibit-applet.c:362
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
-msgstr "Ni se mogoče povezati z upravljalnikom porabe MATE"
+msgstr "Ni se mogoče povezati z upravljalnikom porabe energije"
-#: ../applets/brightness/brightness-applet.c:365
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
-msgstr "Ni mogoče določiti svetlosti plošče prenosnika."
+msgstr "Ni mogoče določiti svetlosti plošče prenosnika"
-#: ../applets/brightness/brightness-applet.c:367
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
-msgstr "Svetlost LCD zaslona : %d%%"
+msgstr "Svetlost zaslona LCD: %d%%"
-#: ../applets/brightness/brightness-applet.c:752
-#: ../applets/inhibit/inhibit-applet.c:431
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
msgstr "Objavljeno pod pogoji Splošnega javnega dovoljenja GNU različice 2"
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"Upravljalnik napajanja spada med prosto programsko opremo; lahko jo razširjate in/ali\n"
-"spreminjate pod pogoji Splošnega dovoljenja GNU (GNU General Public\n"
-"License), kot ga je objavila ustanova Free Software Foundation; bodisi\n"
-"različice 2 ali (po vaši izbiri) katerekoli poznejše različice."
+msgstr "Upravljalnik porabe energije spada med prosto programsko opremo;\nlahko jo razširjate in/ali spreminjate pod pogoji Splošnega dovoljenja\nGNU (GNU General Public License), kot ga je objavila ustanova Free\nSoftware Foundation; bodisi različice 2 ali (po vaši izbiri) katerekoli\npoznejše različice."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Upravljalnik napajanja se razširja v upanju, da bo uporaben, vendar BREZ VSAKRŠNEGA\n"
-"JAMSTVA; tudi brez posredne zagotovitve CENOVNE VREDNOSTI ali PRIMERNOSTI\n"
-"ZA DOLOČEN NAMEN. Za podrobnosti glejte besedilo GNU General Public License."
+msgstr "Upravljalnik porabe energije se razširja v upanju, da bo uporaben, vendar BREZ VSAKRŠNEGA JAMSTVA; tudi brez posredne zagotovitve\nCENOVNE VREDNOSTI ali PRIMERNOSTI ZA DOLOČEN NAMEN. Za\npodrobnosti glejte besedilo GNU General Public License."
-#: ../applets/brightness/brightness-applet.c:761
-#: ../applets/inhibit/inhibit-applet.c:440
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"Skupaj s tem programom bi morali prejeti izvod Splošnega\n"
-"dovoljenja GNU (GNU General Public License); če ga niste,\n"
-"pišite na Free Software Foundation, Inc., Temple Place -\n"
-"Suite 330, Boston, MA 02111-1307, USA."
+msgstr "Skupaj s tem programom bi morali prejeti izvod Splošnega dovoljenja\nGNU (GNU General Public License); če ga niste, pišite na Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n02110-1301, USA."
-#: ../applets/brightness/brightness-applet.c:775
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "Avtorske pravice © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Prilagodi svetlost plošče prenosnika."
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "_O programu"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Aplet svetlosti"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "Pomo_č"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Tovarna apleta svetlosti"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Tovarna za apleta svetlosti"
-#: ../applets/inhibit/inhibit-applet.c:95
-msgid "Power Manager Inhibit Applet"
-msgstr "Aplet preprečevanja upravljalnika porabe"
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Aplet svetlosti"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Prilagodi svetlost plošče prenosnika"
#: ../applets/inhibit/inhibit-applet.c:96
+msgid "Power Manager Inhibit Applet"
+msgstr "Aplet preprečevanja upravljalnika porabe energije"
+
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
-msgstr "Omogoča uporabniku preprečevanje samodejnega varčevanja z napetostjo"
+msgstr "Omogoča uporabniku preprečevanje samodejnega varčevanja z energijo."
-#: ../applets/inhibit/inhibit-applet.c:365
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
-msgstr "Preprečevanje samodejnega spanja"
+msgstr "Preprečevanje samodejnega prehoda v pripravljenost"
-#: ../applets/inhibit/inhibit-applet.c:367
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
-msgstr "Omogočeno samodejno spanje"
+msgstr "Samodejni prehod v pripravljenost je omogočen"
-#: ../applets/inhibit/inhibit-applet.c:395
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "Ročno preprečevanje"
-#: ../applets/inhibit/inhibit-applet.c:454
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "Avtorske pravice © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "Omogoči uporabniku preprečevanje samodejnega varčevanja napetosti."
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Tovarna apleta preprečevanja "
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Tovarna za aplet preprečevanja"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "Aplet preprečevanja"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Tovarna apleta preprečevanja "
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Omogoči uporabniku preprečevanje samodejnega varčevanja z energijo"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
-msgstr "Upravljalnik porabe"
+msgstr "Upravljalnik porabe energije"
#: ../data/mate-power-manager.desktop.in.in.h:2
msgid "Power management daemon"
-msgstr "Ozadnji program upravljalnika porabe"
+msgstr "Ozadnji program za upravljanje porabe energije"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Omogoči uravnavanje svetlosti ozadja."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Ali naj se ob nedejavnosti uporabi način mirovanja, pripravljenosti ali nič"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
+msgid ""
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "Vrsta pripravljenosti, ki naj se izvede ob nedejavnosti računalnika."
-#: ../data/mate-power-manager.schemas.in.h:2
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
msgid "Battery critical low action"
-msgstr "Dejanje ob izpraznjeni bateriji"
+msgstr "Dejanje ob kritično nizki napetosti baterije"
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "Pred spanjem preveri obremenitev procesorja"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "Katero dejanje se naj izvede, ko je napetost baterije kritično nizka."
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr "Med uporabo omrežne napetosti, po obdobju nedejavnosti zatemni zaslon"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
+msgid ""
+"If the battery event should occur when the lid is shut and the power "
+"disconnected"
+msgstr "Ali naj dogodek baterije nastopi, ko je pokrov zaprt in napajanje izključeno"
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr "Med uporabo baterije, po obdobju nedejavnosti zatemni zaslon"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
+msgid ""
+"If the battery lid close event should occur (for example 'Suspend when lid "
+"closed on battery') when the lid is previously shut and the AC power "
+"disconnected at a later time."
+msgstr "Ali naj dogodek zapiranja pokrova nastopi (npr. 'V pripravljenost, ko je ob uporabi baterije zaprt pokrov'), če je najprej zaprt pokrov, kasneje pa izključeno napajanje."
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid "Display options for the notification icon. Valid options are \"never\", \"low\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr "Pokaži možnosti ikone za obveščanje. Veljavne možnosti so \"nikoli\", \"nizko\", \"kritično\", \"napolni\", \"navzoče\" in \"vedno\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "Dejanje ob kritično nizkem brezprekinitvenem viru UPS"
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Dejanje gumba za hibernacijo"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "Katero dejanje se naj izvede, ko je napetost vira UPS kritično nizka."
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid "If a notification message should be displayed after suspend or hibernate failed."
-msgstr "Ali naj se prikaže obvestilo ob neuspešni postavitvi v mirovanje oziroma hibernaciji?"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "Dejanje ob kritično nizkem brezprekinitvenem viru UPS"
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid "If a notification message should be displayed when the battery is fully charged."
-msgstr "Ali naj se ob koncu polnjenja baterije prikaže obvestilo."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "Katero dejanje se naj izvede, ko je napetost vira UPS nizka."
-#: ../data/mate-power-manager.schemas.in.h:10
-msgid "If a notification message should be displayed when the battery is getting low."
-msgstr "Ali naj se prikaže obvestilo preden se baterija do konca izprazni?"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Omogoči uravnavanje svetlosti ozadja"
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr "Ali naj se možnosti in statistika prikažejo v vsebinskem meniju"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
+msgid ""
+"If the screen brightness should be changed when switching between AC and "
+"battery power."
+msgstr "Ali naj se ob preklopu med napajanjem iz električnega omrežja in baterijo spremeni svetlost zaslona."
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "Ali naj se uporabi zvok"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "Zmanjšaj svetlost ozadja ob napajanju iz baterije"
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid "If sounds should be used when the power is critically low, or inhibit requests have stopped the policy action."
-msgstr "Ali naj se ob skorajšnji izpraznjeni bateriji in zahtevah za zadrževanje uporabi sistemski zvonec."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
+msgid ""
+"If the screen should be reduced in brightness when the computer is on "
+"battery power."
+msgstr "Ali naj se zaslonu zmanjša svetlost ob napajanju iz baterije."
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr "Ali naj se pred dejanjem nedejavnosti preveri obremenitev procesorja."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "Svetlost zaslona ob nedejavnosti"
-#: ../data/mate-power-manager.schemas.in.h:15
-msgid "If the battery event should occur when the lid is shut and the power disconnected"
-msgstr "Ali naj dogodek baterije nastopi, ko je pokrov zaprt in napajanje izključeno"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
+msgid ""
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "To je svetlost zaslona plošče prenosnika, ki se uporabi ob nedejavnosti seje. Veljavno je samo takrat, ko je vključena možnost use-time-for-policy."
-#: ../data/mate-power-manager.schemas.in.h:16
-msgid "If the battery lid close event should occur (for example 'Suspend when lid closed on battery') when the lid is previously shut and the AC power disconnected at a later time."
-msgstr "Ali naj dogodek zapiranja pokrova nastopi (npr. 'V mirovanje, ko je ob uporabi baterije zaprt pokrov'), če je najprej zaprt pokrov, kasneje pa izključeno napajanje."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Med uporabo baterije, po obdobju nedejavnosti zatemni zaslon\nZatemni zaslon po določenem obdobju nedejavnosti ob napajanju iz baterije"
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr "Omogoči zaznani profil za izračun preostalega časa."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "Ali naj bo zaslon zatemnjen za varčevanje z energijo, kadar je sistem nedejaven in ob napajanju iz baterije."
-#: ../data/mate-power-manager.schemas.in.h:18
-msgid "If the learnt profile should be used to calculate the time remaining. Only turn this off for debugging."
-msgstr "Omogoči zaznani profil za izračun preostalega časa. Uporaba pri podrobnem razhroščevanju."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "Privzeti časovni zamik pri zatemnjevanju zaslona po nedejavnosti"
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr "Ali naj bo ob uporabi napajanja omogočen način nizke porabe"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "Privzeti časovni zamik pri zatemnjevanju zaslona po nedejavnosti."
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr "Ali naj se ob uporabi baterije omogoči način nizke porabe"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
+msgid "LCD dimming amount when on battery"
+msgstr "Zatemnjevanje zaslona LCD ob napajanju iz baterije"
-#: ../data/mate-power-manager.schemas.in.h:21
-msgid "If the screen brightness should be changed when switching between AC and battery power."
-msgstr "Ali naj se ob preklopu, med delovanjem na omrežni napetosti in ob uporabi baterij s senzorjem svetlobe, spremeni svetlost zaslona."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "Količina zatemnjevanja zaslona ob napajanju iz baterije. Mogoče vrednosti so med 0 in 100."
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid "If the screen should be dimmed to save power when the computer is idle when on AC power."
-msgstr "Ali naj bo zaslon zatemnjen za varčevanje z energijo, kadar je sistem nedejaven ob uporabi omrežne napetosti."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Zatemni zaslon po določenem obdobju nedejavnosti ob napajanju iz električnega omrežja"
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid "If the screen should be dimmed to save power when the computer is idle when on battery power."
-msgstr "Ali naj bo zaslon zatemnjen za varčevanje z energijo, kadar je sistem nedejaven ob uporabi baterije."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "Ali naj se ob nedejavnosti sistema zaradi varčevanja z energijo zatemni zaslon, kadar je napajanje iz električnega omrežja."
-#: ../data/mate-power-manager.schemas.in.h:24
-msgid "If the screen should be reduced in brightness when the computer is on battery power."
-msgstr "Ali naj se zaslonu zmanjša svetlost ob uporabi baterije."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
+msgid "Method used to blank screen on AC"
+msgstr "Metoda za izklop zaslona ob napajanju iz el. omrežja"
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr "Ali naj bo ob uporabi napajanja omogočen način nizke porabe sistema."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "Način DPMS, uporabljen za izklop zaslona, kadar je napajanje iz el. omrežja."
-#: ../data/mate-power-manager.schemas.in.h:26
-msgid "If the system low-power mode should be enabled when on laptop battery power."
-msgstr "Ali naj se ob uporabi baterije omogoči način nizke porabe sistema."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
+msgid "Method used to blank screen on battery"
+msgstr "Metoda za izklop zaslona ob napajanju iz baterije"
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr "Ali naj bo uporabnik obveščen o izključitvi napajalnika."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "Način DPMS, uporabljen za izklop zaslona, kadar je napajanje iz baterije."
-#: ../data/mate-power-manager.schemas.in.h:28
-msgid "If time based notifications should be used. If set to false, then the percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr "Ali naj bodo uporabljena časovna obvestila. Neizbrana možnost omogoča, da se uporabi sprememba v odstotkih, kar lahko popravi pokvarjen ACPI BIOS."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "Svetlost zaslona LCD ob napajanju iz el. omrežja"
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr "Ali naj se prikaže opozorilo prazne baterije tudi, kadar je baterija poškodovana"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "Svetlost zaslona ob napajanju iz el. omrežja. Možne vrednosti so med 0.0 in 100.0."
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr "Ali naj se prikaže opozorilo prazne baterije tudi, kadar je baterija poškodovana."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Dejanje gumba za prehod v pripravljenost"
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr "Ali naj bo prikazano opozorilo o preklicu pokvarjene baterije."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "Katero dejanje se naj izvede, ko je pritisnjen gumb za prehod sistema v pripravljenost."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Dejanje gumba za mirovanje"
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid "If we should show the recalled battery warning for a broken battery. Set this to false only if you know your battery is okay."
-msgstr "Ali naj bo prikazano opozorilo o preklicu pokvarjene baterije. Vrednost spremenite le, če ste prepričani, da vaša baterija deluje pravilno."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "Katero dejanje se naj izvede, ko je pritisnjen gumb za prehod sistema v mirovanje."
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "Svetlost zaslona ob uporabi napajalnika"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
+msgid "Power button action"
+msgstr "Dejanje gumba za vklop/izklop"
-#: ../data/mate-power-manager.schemas.in.h:34
-msgid "LCD dimming amount when on battery"
-msgstr "Zatemnjevanje LCD zaslona ob uporabi baterije"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "Katero dejanje se naj izvede, ko je pritisnjen gumb za vklop/izklop sistema."
-#: ../data/mate-power-manager.schemas.in.h:35
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
msgid "Laptop lid close action on battery"
-msgstr "Dejanje zapiranja pokrova ob uporabi baterije"
+msgstr "Dejanje zaprtja pokrova prenosnika ob napajanju iz baterije"
-#: ../data/mate-power-manager.schemas.in.h:36
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "Katero dejanje se naj izvede, ko je pokrov prenosnika zaprt in se prenosnik napaja iz baterije."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
msgid "Laptop lid close action when on AC"
-msgstr "Dejanje zapiranja pokrova ob uporabi napajalnika"
+msgstr "Dejanje zaprtja pokrova prenosnika ob napajanju iz el. omrežja"
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "Zakleni zbirko ključev ob nedejavnosti"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "Katero dejanje se naj izvede, ko je pokrov prenosnika zaprt in se prenosnik napaja iz el. omrežja."
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Ob hibernaciji zakleni zaslon"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Ali naj se uporabijo časovna obvestila"
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "Lock screen on suspend"
-msgstr "Ob postavitvi v mirovanje zakleni zaslon"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "Ali naj bodo uporabljena časovna obvestila. Neizbrana možnost omogoča, da se uporabi sprememba v odstotkih, kar lahko popravi pokvarjen ACPI BIOS."
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "Zaslon ob izklopu zakleni"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Pred prehodom v pripravljenost preveri obremenitev procesorja"
-#: ../data/mate-power-manager.schemas.in.h:41
-msgid "Method used to blank screen on AC"
-msgstr "Metoda za izklop zaslona ob uporabi napajalnika"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "Ali naj se pred dejanjem brezdelja preveri obremenitev procesorja."
-#: ../data/mate-power-manager.schemas.in.h:42
-msgid "Method used to blank screen on battery"
-msgstr "Metoda za izklop zaslona ob uporabi baterije"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "Ali naj se upravljalnik omrežja poveže in prekine povezavo med mirovanjem."
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Obvesti ob nizki napetosti"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
+msgid ""
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "Ali naj upravljalnik omrežja prekine povezavo, preden se začne prehod v pripravljenost ali mirovanje in se ponovno poveže ob nadaljevanju."
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Obvesti uporabnika ob napaki zaustavitve."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Uporabi nastavitev zaklepanja mate-screensaver"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Obvesti ob izključitvi napajalnika"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
+msgid ""
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "Ali naj se po načinu mirovanja, pripravljenostii ali izklopu zaslona uporabi nastavitev zaklepanja zaslona v mate-screensaver."
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Obvesti ob koncu polnjenja"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "Zakleni zaslon, ko se izklopi"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "Uporabljeno dejanje odstotkov"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
+msgid ""
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "Ali naj se zaslon ob izključitvi tudi zaklene. Možnost je dejavna le, če možnost lock_use_screensaver_settings ni izbrana."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Odstotek je kritično nizek"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "Zakleni zaslon ob postavitvi v pripravljenost"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Odstotek je nizek"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
+msgid ""
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "Ali naj se ob povrnitvi računalnika iz pripravljenosti zaklene zaslon. Možnost je dejavna le, če možnost lock_use_screensaver_settings ni izbrana."
-#: ../data/mate-power-manager.schemas.in.h:50
-msgid "Power button action"
-msgstr "Dejanje gumba za izklop"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Zakleni zaslon ob postavitvi v mirovanje"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "Zmanjšaj svetlost zaslona ob uporabi baterije"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
+msgid ""
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "Ali naj se ob povrnitvi računalnika iz mirovanja zaklene zaslon. Možnost je dejavna le, če možnost lock_use_screensaver_settings ni izbrana."
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Seconds of inactivity to spin down when on AC"
-msgstr "Čas nedejavnosti za zaustavitev vrtenja diskov pri zunanji napetosti"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "Zakleni zbirko ključev MATE ob postavitvi v pripravljenost"
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Seconds of inactivity to spin down when on battery"
-msgstr "Čas nedejavnosti za zaustavitev vrtenja diskov pri uporabi baterije"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
+msgid ""
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "Ali naj bo zbirka ključev MATE zaklenjena, preden gre računalnik v pripravljenost. To pomeni, da boste morali zbirko ključev ponovno odkleniti ob nadaljevanju."
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr "Zakasnitev pred spanjem računalnika ob uporabi napajalnika"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
+msgid ""
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "Ali naj bo zbirka ključev MATE zaklenjena, preden gre računalnik v mirovanje. To pomeni, da boste morali zbirko ključev ponovno odkleniti ob nadaljevanju."
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr "Zakasnitev pred spanjem računalnika ob uporabi UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "Ali naj bo ob uporabi električnega omrežja omogočen način nizke porabe"
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "Zakasnitev pred spanjem računalnika ob uporabi baterije"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "Ali naj bo ob uporabi napajanja omogočen način nizke porabe sistema."
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr "Zakasnitev pred spanjem zaslona ob uporabi napajalnika"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "Ali naj se ob uporabi baterije omogoči način nizke porabe"
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr "Zakasnitev pred spanjem zaslona ob uporabi UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
+msgid ""
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "Ali naj se ob napajanju iz baterije omogoči način nizke porabe sistema."
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr "Zakasnitev pred spanjem zaslona ob uporabi baterije"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr "Število sekund nedejavnosti, preden se upočasnijo diski, kadar je napajanje iz el. omrežja"
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Dejanje gumba za postavitev v mirovanje"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "Čas nedejavnosti v sekundah za upočasnitev vrtenja diska pri napajanju iz el. omrežja."
-#: ../data/mate-power-manager.schemas.in.h:61
-msgid "The DPMS method used to blank the screen when on AC power. Possible values are \"standby\", \"suspend\" and \"off\"."
-msgstr "Metoda DPMS za izklop zaslona ob uporabi napajalnika. Mogoče vrednosti so \"v mirovanje\", \"v pripravljenost\" in \"izključeno\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr "Število sekund nedejavnosti, preden se upočasnijo diski, kadar je napajanje iz baterije"
-#: ../data/mate-power-manager.schemas.in.h:62
-msgid "The DPMS method used to blank the screen when on battery power. Possible values are \"standby\", \"suspend\" and \"off\"."
-msgstr "Metoda DPMS za izklop zaslona ob uporabi baterije. Mogoče vrednosti so \"v mirovanje\", \"v pripravljenost\" in \"izključeno\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "Čas nedejavnosti v sekundah za upočasnitev vrtenja diska pri napajanju iz baterije."
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "The URI to show to the user on sleep failure"
-msgstr "Naslov URI, ki se prikaže ob napaki spanja"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "Ali naj bo prikazano opozorilo o odpoklicani bateriji za poškodovano baterijo"
-#: ../data/mate-power-manager.schemas.in.h:64
-msgid "The action to take when the UPS is critically low. Possible values are \"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr "Dejanje ob kritično nizkem stanju UPS. Mogoče vrednosti so \"hibernacija\", \"v mirovanje\", \"izklopi\" in \"nič\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
+msgid ""
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "Ali naj bo prikazano opozorilo o odpoklicani bateriji za poškodovano baterijo. Odznačite samo, če ste prepričani, da je baterija brezhibna."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid "The action to take when the UPS is low. Possible values are \"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr "Dejanje ob kritično nizkem stanju UPS. Mogoče vrednosti so \"hibernacija\", \"v mirovanje\", \"izklopi\" in \"nič\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "Ali naj se pokaže opozorilo nizke zmogljivosti poškodovane baterije"
-#: ../data/mate-power-manager.schemas.in.h:66
-msgid "The action to take when the battery is critically low. Possible values are \"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr "Dejanje ob kritično nizkem stanju baterije. Mogoče vrednosti so \"hiberniraj\", \"v mirovanje\", \"izklopi\" in \"nič\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "Ali naj se pokaže opozorilo nizke zmogljivosti poškodovane baterije."
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid "The action to take when the laptop lid is closed and the laptop is on AC power. Possible values are \"suspend\", \"hibernate\", \"blank\" and \"nothing\"."
-msgstr "Dejanje ob zaprtju pokrova prenosnika pri uporabi napajalnika. Mogoče vrednosti so \"v mirovanje\", \"hiberniraj\", \"izklopi zaslon\" in \"nič\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Obvesti ob odklopu napajalnega kabla iz el. omrežja"
-#: ../data/mate-power-manager.schemas.in.h:68
-msgid "The action to take when the laptop lid is closed and the laptop is on battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", and \"nothing\"."
-msgstr "Dejanje ob zaprtju pokrova prenosnika pri uporabi baterije. Mogoče vrednosti so \"v mirovanje\", \"hiberniraj\", \"izklopi zaslon\" in \"nič\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "Ali naj bo uporabnik obveščen ob odklopu napajalnega kabla iz el. omrežja."
-#: ../data/mate-power-manager.schemas.in.h:69
-msgid "The action to take when the system hibernate button is pressed. Possible values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing\"."
-msgstr "Dejanje ob pritisku na gumb za hibernacijo. Mogoče vrednosti so \"v mirovanje\", \"hiberniraj\", \"interaktivno\", \"izklopi\" in \"nič\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Obvesti ob napolnjenosti"
-#: ../data/mate-power-manager.schemas.in.h:70
-msgid "The action to take when the system power button is pressed. Possible values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing\"."
-msgstr "Dejanje ob pritisku na gumb za izklop. Mogoče vrednosti so \"v mirovanje\", \"hiberniraj\", \"interaktivno\", \"izklopi\" in \"nič\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
+msgid ""
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "Ali naj se ob koncu polnjenja baterije prikaže obvestilo."
-#: ../data/mate-power-manager.schemas.in.h:71
-msgid "The action to take when the system suspend button is pressed. Possible values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing\"."
-msgstr "Dejanje ob pritisku na gumb za zaustavitev. Mogoče vrednosti so \"v mirovanje\", \"hiberniraj\", \"interaktivno\", \"izklopi\" in \"nič\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Obvesti ob napaki prehoda v pripravljenost"
-#: ../data/mate-power-manager.schemas.in.h:72
-msgid "The amount of time in seconds before the display goes to sleep when the computer is on AC power."
-msgstr "Po koliko sekundah naj se zaslon postavi v mirovanje ob uporabi napajalnika."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
+msgid ""
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "Ali naj se prikaže obvestilo ob neuspešni postavitvi v pripravljenost oziroma mirovanje."
-#: ../data/mate-power-manager.schemas.in.h:73
-msgid "The amount of time in seconds the computer on AC power needs to be inactive before it goes to sleep."
-msgstr "Po koliko sekundah nedejavnosti računalnika, priključenega na napajalnik, naj se zaslon postavi v mirovanje."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "Naslov URI, ki naj se prikaže ob napaki prehoda v pripravljenost"
-#: ../data/mate-power-manager.schemas.in.h:74
-msgid "The amount of time in seconds the computer on UPS power needs to be inactive before it goes to sleep."
-msgstr "Po koliko sekundah nedejavnosti računalnika, priključenega na UPS, naj računalnik zaspi."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
+msgid ""
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "Kadar prehod v pripravljenost spodleti, se uporabniku pokaže gumb do pomoči za razrešitev težave. V primeru, da je niz prazen, gumb ne bo prikazan."
-#: ../data/mate-power-manager.schemas.in.h:75
-msgid "The amount of time in seconds the computer on UPS power needs to be inactive before the display goes to sleep."
-msgstr "Po koliko sekundah nedejavnosti računalnika, priključenega na UPS, naj zaslon zaspi."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Obvesti ob nizki napetosti"
-#: ../data/mate-power-manager.schemas.in.h:76
-msgid "The amount of time in seconds the computer on battery power needs to be inactive before it goes to sleep."
-msgstr "Po koliko sekundah nedejavnosti naj računalnik, ki uporablja baterije, zaspi."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
+msgid ""
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "Ali naj se prikaže obvestilo ob nizki napetosti baterije."
-#: ../data/mate-power-manager.schemas.in.h:77
-msgid "The amount of time in seconds the computer on battery power needs to be inactive before the display goes to sleep."
-msgstr "Po koliko sekundah nedejavnosti računalnika, ki uporablja baterije, naj zaslon zaspi."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "Ali naj bodo prikazane podatkove točke zgodovine"
-#: ../data/mate-power-manager.schemas.in.h:78
-msgid "The amount to dim the brightness of the display when on battery power. Possible values are between 0 and 100."
-msgstr "Količina zatemnjevanja zaslona ob uporabi baterije. Mogoče vrednosti so med 0 in 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
+msgid ""
+"Whether we should show the history data points in the statistics window."
+msgstr "Ali naj bodo podatkove točke zgodovine prikazane v oknu statistike."
-#: ../data/mate-power-manager.schemas.in.h:79
-msgid "The brightness of the display when on AC power. Possible values are between 0 and 100."
-msgstr "Svetlost zaslona ob uporabi električnega omrežja. Mogoče vrednosti so med 0 in 100."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "Ali naj bodo podatki zgodovine zglajeni"
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "Svetlost zaslona ob nedejavnosti"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "Ali naj bodo podatki zgodovine v diagramu zglajeni."
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr "Privzeti časovni zamik pri zatemnjevanju zaslona ob nedejavnosti"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "Privzeta vrsta diagrama za prikaz zgodovine"
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr "Privzeti časovni zamik pri zatemnjevanju zaslona ob nedejavnosti."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "Privzeta vrsta diagrama za prikaz v oknu zgodovine."
-#: ../data/mate-power-manager.schemas.in.h:83
-#| msgid "The default configuration version."
-msgid "The default configuration version"
-msgstr "Zadnja nadgrajena različica nastavitev"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "Največji čas, prikazan na grafu"
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "Privzeta vrsta grafa prikazana v oknu statistike"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
+msgid ""
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "Najdaljše trajanje časa, prikazanega na osi x v diagramu zgodovine."
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr "Privzeta vrsta grafa prikazana v oknu statistike."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "Ali naj bodo prikazane podatkove točke statistike"
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "Najdaljše trajanje časa, prikazanega na osi x v grafu."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "Ali naj bodo prikazane podatkove točke statistike v oknu statistike."
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "Največji čas, prikazan na grafu"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "Ali naj bodo statistični podatki zglajeni"
-#: ../data/mate-power-manager.schemas.in.h:88
-msgid "The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr "Čas nedejavnosti v sekundah za zaustavitev vrtenja diska pri zunanjem napajanju."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "Ali naj bodo statistični podatki zglajeni v diagramu."
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid "The number of seconds of inactivity to spin down the disks when on battery power."
-msgstr "Čas nedejavnosti v sekundah za zaustavitev vrtenja diska pri uporabi baterije."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "Privzeta vrsta diagrama za prikaz statistike"
-#: ../data/mate-power-manager.schemas.in.h:90
-msgid "The percentage of the battery when it is considered critical. Only valid when use_time_for_policy is false."
-msgstr "Odstotek baterije, ki naj se obravnava kot kritičen. Možnost je omogočena le, kadar je onemogočena možnost use_time_for_policy."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr "Privzeta vrsta diagrama za prikaz v oknu statistike"
-#: ../data/mate-power-manager.schemas.in.h:91
-msgid "The percentage of the battery when it is considered low. Only valid when use_time_for_policy is false."
-msgstr "Odstotek baterije, ki naj bo obravnavan kot nizek. Veljavno le, ko možnost use_time_for_policy ni izbrana."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "Kazalo številke strani za privzeti prikaz"
-#: ../data/mate-power-manager.schemas.in.h:92
-msgid "The percentage of the battery when the critical action is performed. Only valid when use_time_for_policy is false."
-msgstr "Odstotek baterije, ki naj bo obravnavan kot kritičen. Veljavno le, ko možnost use_time_for_policy ni izbrana."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
+msgid ""
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "Kazalo številke strani za privzeti prikaz, ki je uporabljen za vrnitev žarišča na pravilno stran,"
-#: ../data/mate-power-manager.schemas.in.h:93
-msgid "The time remaining in seconds of the battery when critical action is taken. Only valid when use_time_for_policy is true."
-msgstr "Preostali čas baterije v sekundah, ko je izvedeno kritično dejanje. Veljavno le, ko je izbrana možnost use_time_for_policy."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "ID zadnje izbrane naprave"
-#: ../data/mate-power-manager.schemas.in.h:94
-msgid "The time remaining in seconds of the battery when it is considered critical. Only valid when use_time_for_policy is true."
-msgstr "Preostali čas baterije v sekundah, ko je njegovo stanje kritično. Veljavno le, ko je izbrana možnost use_time_for_policy."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
+msgid ""
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "ID zadnje izbrane naprave, ki je uporabljen za vrnitev žarišča na pravilno napravo,"
-#: ../data/mate-power-manager.schemas.in.h:95
-msgid "The time remaining in seconds of the battery when it is considered low. Only valid when use_time_for_policy is true."
-msgstr "Preostali čas baterije v sekundah, ko je njegovo stanje nizko. Veljavno le, ko je izbrana možnost use_time_for_policy."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Odstotek je nizek"
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "Preostali čas, ko je dejanje izvedeno"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
+msgid ""
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
+msgstr "Odstotek baterije, ki naj bo obravnavan kot nizek. Veljavno le, ko možnost use_time_for_policy ni izbrana."
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "Preostali čas, ko je stanje kritično"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Odstotek je kritično nizek"
-#: ../data/mate-power-manager.schemas.in.h:98
-msgid "The time remaining when low"
-msgstr "Preostali čas, ko je stanje nizko"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
+msgid ""
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr "Odstotek baterije, ki naj bo obravnavan kot kritično nizek. Veljavno le, ko možnost use_time_for_policy ni izbrana."
-#: ../data/mate-power-manager.schemas.in.h:99
-msgid "The type of sleeping that should be performed when the computer is inactive. Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr "Vrsta spanja, ki naj se uporabi, ko je računalnik nedejaven. Mogoče vrednosti so \"hiberniraj\", \"v mirovanje\" in \"nič\"."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "Uporabljeno je dejanje odstotkov"
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid "The version of the installed version of the schema. Do not edit this value, it is used so that configure changes between versions can be detected."
-msgstr "Različica nameščene različice sheme. Te vrednosti ni priporočljivo spreminjati, saj lahko onemogočite zaznavo posodobitve."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
+msgid ""
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr "Odstotek baterije, ko se naj izvede dejanje kritičnosti. Veljavno le, ko možnost use_time_for_policy ni izbrana."
-#: ../data/mate-power-manager.schemas.in.h:101
-msgid "This is the laptop panel screen brightness used when the session is idle. Only valid when use_time_for_policy is true."
-msgstr "To je svetlost zaslona prenosnika, ki se uporablja ob nedejavnosti. Veljavno le, ko je izbrana možnost use_time_for_policy."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
+msgid "The time remaining when low"
+msgstr "Preostali čas, ko je stanje nizko"
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "Dejanje ob kritično nizkem UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
+msgid ""
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "Preostali čas baterije v sekundah, ko je njeno stanje nizko. Veljavno le, ko možnost use_time_for_policy ni izbrana."
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "Dejanje ob kritično nizkem UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "Preostali čas, ko je stanje kritično"
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "Uporabi nastavitve zaklepanja mate-screensaver"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
+msgid ""
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "Preostali čas baterije v sekundah, ko je njeno stanje kritično. Veljavno le, ko je možnost use_time_for_policy izbrana."
-#: ../data/mate-power-manager.schemas.in.h:105
-msgid "When sleep fails we can show the user a button to help fix the situation. Leave this blank if the button should not be shown."
-msgstr "Kadar spanje ni uspešno, se uporabniku pokaže gumb do pomoči za razrešitev težave. V primeru, da je niz prazen, gumb ne bo prikazan."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "Preostali čas, ko je dejanje izvedeno"
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "Kdaj naj se prikaže ikona z obvestili"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
+msgid ""
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "Preostali čas baterije v sekundah, ko se naj izvede dejanje kritičnosti. Veljavno le, ko je možnost use_time_for_policy izbrana."
-#: ../data/mate-power-manager.schemas.in.h:107
-#| msgid ""
-#| "Whether NetworkManager should be connected and disconnected on sleep."
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr "Ali naj se upravljalnik omrežja priklopi in odklopi med mirovanjem."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Časovni pretek načina pripravljenosti računalnika ob napajanju iz baterije"
-#: ../data/mate-power-manager.schemas.in.h:108
-msgid "Whether NetworkManager should disconnect before suspending or hibernating and connect on resume."
-msgstr "Ali naj se upravljalnik omrežja odklopi preden se začne postopek pošiljanja v mirovanje ali hibernacija in ponovnega priklopa ob naslednji seji."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
+msgid ""
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "Po koliko sekundah nedejavnosti računalnika, ki se napaja s pomočjo baterije, naj se postavi v pripravljenost."
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid "Whether the MATE keyring is locked before the computer enters hibernate. This means the keyring will have to be unlocked on resume."
-msgstr "Ali naj bo zbirka ključev zaklenjena preden računalnik hibernira. To pomeni, da boste morali zbirko ponovno odkleniti ob ponovnem zagonu."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Časovni pretek načina pripravljenosti računalnika ob napajanju iz el. omrežja"
-#: ../data/mate-power-manager.schemas.in.h:110
-msgid "Whether the MATE keyring is locked before the computer enters suspend. This means the keyring will have to be unlocked on resume."
-msgstr "Ali naj bo zbirka ključev zaklenjena preden se računalnik ustavi. To pomeni, da boste morali zbirko ponovno odkleniti ob ponovnem zagonu."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
+msgid ""
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "Po koliko sekundah nedejavnosti računalnika, priključenega na el. omrežje, naj se zaslon postavi v pripravljenost."
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid "Whether the screen is locked when the computer wakes up from a hibernate. Only used if lock_use_screensaver_settings is false."
-msgstr "Ali naj se ob zbuditvi iz hibernacije zaklene zaslon. Možnost je dejavna le, če ni izbrana možnost lock_use_screensaver_settings."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Časovni pretek načina pripravljenosti računalnika ob napajanju iz brezprekinitvenega vira napajanja (UPS)"
-#: ../data/mate-power-manager.schemas.in.h:112
-msgid "Whether the screen is locked when the computer wakes up from a suspend. Only used if lock_use_screensaver_settings is false."
-msgstr "Ali naj se ob povrnitvi iz zaustavitve zaklene zaslon. Možnost je dejavna le, če ni izbrana možnost lock_use_screensaver_settings."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "Po koliko sekundah nedejavnosti računalnika, priključenega na brezprekinitveni vir (UPS), naj se postavi v pripravljenost."
-#: ../data/mate-power-manager.schemas.in.h:113
-msgid "Whether the screen is locked when the screen is turned off. Only used if lock_use_screensaver_settings is false."
-msgstr "Ali naj se zaslon ob izključitvi tudi zaklene. Možnost je dejavna le, če ni izbrana možnost lock_use_screensaver_settings."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Časovni pretek načina pripravljenosti zaslona ob napajanju iz el. omrežja"
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr "Ali naj se ob nedejavnosti uporabi hibernacija, zaustavitev ali nič"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
+msgid ""
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "Po koliko sekundah naj se zaslon postavi v pripravljenost ob napajanju iz el. omrežja."
-#: ../data/mate-power-manager.schemas.in.h:115
-msgid "Whether to use the screen lock setting of mate-screensaver to decide if the screen is locked after a hibernate, suspend or blank screen."
-msgstr "Ali naj se po hibernaciji, zaustavitvi in izklopu zaslona uporabi nastavitev zaklepanja zaslona v mate-screensaver."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Časovni pretek načina pripravljenosti zaslona ob napajanju iz baterije"
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "Ali naj se uporabijo časovna obvestila"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
+msgid ""
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "Po koliko sekundah nedejavnosti računalnika, ki se napaja s pomočjo baterije, naj se zaslon postavi v pripravljenost."
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "Ali naj bodo prikazane oznake osi v oknu statistike"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Časovni pretek načina pripravljenosti zaslona ob napajanju iz brezprekinitvenega vira napajanja (UPS)"
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "Ali naj bodo prikazane oznake osi v oknu statistike."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "Po koliko sekundah nedejavnosti računalnika, priključenega na brezprekinitveni vir (UPS), naj se zaslon postavi v pripravljenost."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "Ali naj se uporabi zvok"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Ali naj bodo prikazani dogodki v oknu statistike."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "Ali naj se uporabi sistemski zvonec ob kritično nizki napetosti baterije ali če so zahteve za preprečevanje zaustavile dejanje pravilnika."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Ali naj bodo prikazani dogodki v oknu statistike."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "Ali naj se možnosti in statistika prikažejo v vsebinskem meniju"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "Ali naj bodo podatki v grafu zglajeni"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "Kdaj naj se prikaže ikona z obvestilom"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "Ali naj bodo podatki v grafu zglajeni."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "Prikaži možnosti za obvestilno ikono."
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Nastavi upravljalnik porabe"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
-msgstr "Upravljanje napajanja"
+msgstr "Upravljanje porabe energije"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Opazovanje upravljanja porabe"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Nastavi upravljanje porabe energije"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6
-#: ../src/gpm-statistics.c:1090
-#: ../src/gpm-statistics.c:1565
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
-msgstr "Statistika porabe"
+msgstr "Statistika porabe energije"
+
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Opazovanje upravljanja porabe energije"
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "Svetlost"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "Podatkovna dolžina:"
-
-#: ../data/gpm-statistics.ui.h:3
-#: ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Podrobnosti"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
-msgstr "Vrsta grafa:"
+msgstr "Vrsta diagrama:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "Zgodovina"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "Podatkovna dolžina:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "Prebujanja procesorja na sekundo:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "Za prikaz ni na voljo podatkov."
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Uporabi zglajeno črto"
+
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "Pokaži podatkovne točke"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "Zgodovina"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Statistika"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "za prikaz ni na voljo podatkov."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "Število prebujanj procesorja na sekundo:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Uporabi zglajeno črto"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12
-#: ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "Prebujanja"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Možnosti upravljanja porabe energije"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Dejanja</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "Računalnik naj gre v _pripravljenost ob nedejavnosti:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "Ko je pokrov prenosnika _zaprt:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "_Upočasni vrtenje trdih diskov, kadar je to mogoče"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>Zaslon</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Območje z obvestili</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Zaslon računalnika naj gre v pripravljenost ob nedejavnosti:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "Zapre program"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "Nastavi _svetlost zaslona na:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
-msgstr "Ob nedejavnosti zatemni zaslon"
+msgstr "_Zatemni zaslon ob nedejavnosti "
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "Splošno"
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
+msgid "On AC Power"
+msgstr "Napajanje iz el. omrežja"
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "Naredi privzeto"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "Ko je napetost _baterije kritično nizka:"
-#: ../data/gpm-prefs.ui.h:8
-msgid "On AC Power"
-msgstr "Napajanje iz omrežja"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "_Zmanjšaj svetlost ozadja"
-#: ../data/gpm-prefs.ui.h:9
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
msgid "On Battery Power"
msgstr "Napajanje iz baterije"
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "Na UPS napajanju"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "Pokaži ikono le takrat, ko je baterija priklopljena"
-
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "Pokaži ikono le takrat, ko se baterija polni ali _prazni"
-
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "Lastnosti upravljanja porabe"
-
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "Ponuja pomoč o programu"
-
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "Zaslon računalnika naj _zaspi ob nedejavnosti:"
-
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "Računalnik naj _zaspi ob nedejavnosti:"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "Ko je brezprekinitveni vir UPS n_izek:"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "Nastavi _svetlost zaslona na:"
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
+msgid "When UPS power is _critically low:"
+msgstr "Ko je brezprekinitveni vir UPS je kritično nizek:"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "Določi pravila za vse uporabnike"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "Napajanje iz brezprekinitvenega vira UPS"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "Zaustavi vrtenje trdih diskov, kadar je to mogoče"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "Ko je pritisnjen _gumb za vklop/izklop:"
-#: ../data/gpm-prefs.ui.h:20
-msgid "When UPS power is _critically low:"
-msgstr "Stanje UPS je kritično nizko:"
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
+msgid "When the _suspend button is pressed:"
+msgstr "Ko je pritisnjen gumb za način p_ripravljenosti:"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "Ko je stanje U_PS kritično nizko:"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Obvestilno področje</b>"
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "Ko je stanje _baterije kritično nizko:"
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
+msgid "_Never display an icon"
+msgstr "_Nikoli ne prikaži ikone"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "Ko je pokrov prenosnika _zaprt:"
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
+msgid "_Only display an icon when battery power is low"
+msgstr "Ikono prikaži _le, ko je napetost baterije nizka"
-#: ../data/gpm-prefs.ui.h:24
-msgid "When the _suspend button is pressed:"
-msgstr "Ko je pritisnjen gum_b za zaustavitev:"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "Pokaži ikono le takrat, ko se baterija polni ali _prazni"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "Ko je pritisnjen gum_b za izklop:"
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "Prikaži ikono le takrat, ko je baterija priklopljena"
-#: ../data/gpm-prefs.ui.h:26
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
msgid "_Always display an icon"
msgstr "_Vedno prikaži ikono"
-#: ../data/gpm-prefs.ui.h:27
-msgid "_Never display an icon"
-msgstr "_Nikoli ne prikaži ikone"
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "Splošno"
-#: ../data/gpm-prefs.ui.h:28
-msgid "_Only display an icon when battery power is low"
-msgstr "Ikono prikaži _le, ko je stanje baterije nizko"
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "Nudi pomoč o programu"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "_Zmanjšaj svetlost ozadja"
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Naredi privzeto"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "Nastavi pravilnik za vse uporabnike"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "Zapre program"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
msgstr "Določi trenutno svetlost"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
msgstr "Pridobi trenutno svetlost"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
msgstr "Pridobi število podprtih ravni svetlosti"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
-#| msgid "MATE Power Manager Website"
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
-msgstr "Pomočnik upravljanja luči ozadja"
+msgstr "Pomočnik luči ozadja upravljanja porabe energije MATE"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
msgstr "Ni določene veljavne možnosti"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
msgstr "V sistemu ni mogoče najti luči ozadja"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
-msgstr "Ni mogoče pridobiti vrednosti svetlosti luči ozadja"
+msgstr "Ni mogoče pridobiti vrednosti svetlosti ozadja"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
-msgstr "Ni mogoče pridobiti največje vrednosti svetlosti luči ozadja"
+msgstr "Ni mogoče pridobiti največje vrednosti svetlosti ozadja"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
-#| msgid "Sets this policy to be used by all users"
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
msgstr "Program je mogoče zagnati le s skrbniškimi dovoljenji"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
-msgstr "Program je treba zagnati preko pkexec in ne samostojno"
+msgstr "Program je treba zagnati preko pkexec in ne neposredno"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
-msgstr "Ni mogoče določiti vrednosti svetlosti luči ozadja"
+msgstr "Ni mogoče nastaviti vrednosti svetlosti ozadja"
#: ../src/gpm-common.c:53
msgid "Unknown time"
@@ -897,18 +990,18 @@ msgstr "Neznan čas"
#, c-format
msgid "%i minute"
msgid_plural "%i minutes"
-msgstr[0] "%i minut"
-msgstr[1] "%i minuto"
-msgstr[2] "%i minuti"
+msgstr[0] "%i minuta"
+msgstr[1] "%i minuti"
+msgstr[2] "%i minut"
msgstr[3] "%i minute"
#: ../src/gpm-common.c:69
#, c-format
msgid "%i hour"
msgid_plural "%i hours"
-msgstr[0] "%i ur"
-msgstr[1] "%i uro"
-msgstr[2] "%i uri"
+msgstr[0] "%i ura"
+msgstr[1] "%i uri"
+msgstr[2] "%i ur"
msgstr[3] "%i ure"
#. TRANSLATOR: "%i %s %i %s" are "%i hours %i minutes"
@@ -921,17 +1014,17 @@ msgstr "%i %s %i %s"
#: ../src/gpm-common.c:76
msgid "hour"
msgid_plural "hours"
-msgstr[0] "ur"
-msgstr[1] "uro"
-msgstr[2] "uri"
+msgstr[0] "ura"
+msgstr[1] "uri"
+msgstr[2] "ur"
msgstr[3] "ure"
#: ../src/gpm-common.c:77
msgid "minute"
msgid_plural "minutes"
-msgstr[0] "minut"
-msgstr[1] "minuto"
-msgstr[2] "minuti"
+msgstr[0] "minuta"
+msgstr[1] "minuti"
+msgstr[2] "minut"
msgstr[3] "minute"
#. Translators: This is %i days
@@ -995,9 +1088,7 @@ msgid "%.1fV"
msgstr "%.1fV"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171
-#: ../src/gpm-prefs.c:90
-#: ../src/gpm-statistics.c:1545
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "Pokaži dodatne podrobnosti razhroščevanja"
@@ -1013,141 +1104,128 @@ msgstr "Končaj po krajšem zamiku (za razhroščevanje)"
msgid "Exit after the manager has loaded (for debugging)"
msgstr "Končaj po uspešno naloženem upravljalniku (za razhroščevanje)"
-#: ../src/gpm-main.c:191
-#: ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
-msgstr "Upravljalnik porabe MATE"
+msgstr "Upravljalnik porabe energije MATE"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:221
-#: ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
-msgstr "Stanje baterije je zelo nizko"
+msgstr "Napetost baterije je zelo nizka"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:269
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
-msgstr "Priklop napajanja"
+msgstr "Napajanje je priklopljeno"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "Napajanje ni priklopljeno"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
-msgstr "Pokrov je odprt"
+msgstr "Pokrov se je odprl"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
-msgstr "Pokrov je zaprt"
+msgstr "Pokrov se je zaprl"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
-msgstr "Stanje baterije je nizko"
+msgstr "Napetost baterije je nizka"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
-msgstr "Baterija je polna"
+msgstr "Baterija je napolnjena"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
-msgstr "Pričeta zaustavitev"
+msgstr "Prehod v pripravljenost"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "Obnovljeno"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
-msgstr "Zaustavitev ni uspela"
+msgstr "Način pripravljenosti je spodletel"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:574
-#| msgid "Your computer failed to suspend."
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
-msgstr "Postavitev računalnika v pripravljenost ni uspela."
+msgstr "Prehod računalnika v pripravljenost je spodletel."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:576
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
-msgstr "Napaka med pošiljanjem v mirovanje"
+msgstr "Prehod v pripravljenost je spodletel"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:580
-#| msgid "Your computer failed to hibernate."
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
-msgstr "Postavitev računalnika v hibernacijo ni uspela."
+msgstr "Prehod računalnika v mirovanje je spodletel."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:582
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
-msgstr "Napaka med hiberniranjem"
+msgstr "Prehod v mirovanje je spodletel"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:587
-#| msgid "The failure was reported as:"
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
-msgstr "Napaka je objavljena kot:"
+msgstr "Napaka je poročana kot:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:600
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "Obiščite stran pomoči"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:863
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
-msgstr "Vključen prikaz DPMS"
+msgstr "Prikaz DPMS je omogočen"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:882
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "Napajanje iz baterije"
-#: ../src/gpm-manager.c:900
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
-msgstr "Pokrov prenosnika zaprt"
+msgstr "Pokrov prenosnika je zaprt"
-#: ../src/gpm-manager.c:938
+#: ../src/gpm-manager.c:932
msgid "Power Information"
-msgstr "Podatki o porabi"
+msgstr "Podatki o porabi energije"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1186
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
-msgstr "Baterija je bila morda preklicana"
+msgstr "Baterija je bila morda odpoklicana"
-#: ../src/gpm-manager.c:1187
+#: ../src/gpm-manager.c:1148
#, c-format
-#| msgid ""
-#| "The battery in your computer may have been recalled by %s and you may be "
-#| "at risk.\n"
-#| "\n"
-#| "For more information visit the battery recall website."
msgid ""
"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"Baterija računalnika je bila najverjetneje preklicana s strani %s, zato lahko nastopijo težave.\n"
-"\n"
-"Za več podrobnosti obiščite spletno stran preklicev."
+msgstr "Baterija računalnika je bila najverjetneje odpoklicana s strani %s, zato so morda lahko nevarne.\n\nZa več podrobnosti obiščite spletno stran za odpoklice baterij."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1197
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
-msgstr "Obišči preklicno spletno stran"
+msgstr "Obišči spletno stran za odpoklice"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1200
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "Ne prikaži več tega sporočila"
@@ -1155,831 +1233,782 @@ msgstr "Ne prikaži več tega sporočila"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1285
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
-msgstr "Baterija je lahko poškodovana"
+msgstr "Baterija je morda pokvarjena"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1288
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
-#| msgid ""
-#| "Your battery has a very low capacity (%1.1f%%), which means that it may "
-#| "be old or broken."
-msgid "Battery has a very low capacity (%1.1f%%), which means that it may be old or broken."
-msgstr "Bateriji je preostalo le malo moči (%1.1f %%), kar pomeni, da je lahko stara ali pa pokvarjena."
+msgid ""
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "Zmogljivost baterij je zelo majhna (%1.1f %%), kar pomeni, da je bodisi stara ali pa pokvarjena."
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1337
-#| msgid "Battery Fully Charged"
-#| msgid_plural "Batteries Fully Charged"
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
-msgstr[0] "Baterije so napolnjene"
-msgstr[1] "Baterija je polna"
-msgstr[2] "Bateriji sta polni"
-msgstr[3] "Baterije so polne"
+msgstr[0] "Baterija je napolnjena"
+msgstr[1] "Bateriji sta napolnjeni"
+msgstr[2] "Baterij je napolnjenih"
+msgstr[3] "Baterije so napolnjene"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1383
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "Praznjenje baterije"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1387
+#: ../src/gpm-manager.c:1348
#, c-format
-#| msgid "%s of battery power remaining (%.1f%%)"
msgid "%s of battery power remaining (%.0f%%)"
msgstr "%s preostale napetosti baterije (%.0f %%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1390
-#: ../src/gpm-manager.c:1402
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
-#| msgid "%s discharging (%.1f%%)"
msgid "%s discharging (%.0f%%)"
-msgstr "Naprava %s se prazni (%.0f%%)"
+msgstr "%s se prazni (%.0f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1395
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
-msgstr "UPS praznjenje"
+msgstr "Brezprekinitveni vir UPS se prazni"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1399
+#: ../src/gpm-manager.c:1360
#, c-format
-#| msgid "%s of UPS backup power remaining (%.1f%%)"
msgid "%s of UPS backup power remaining (%.0f%%)"
-msgstr "%s preostale napetosti varovala UPS (%.0f%%)"
+msgstr "%s preostale napetosti vira UPS (%.0f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1483
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
-msgstr "Stanje baterije je nizko"
+msgstr "Napetost baterije je nizka"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1486
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
-msgstr "Napetost baterije je nizka"
+msgstr "Napetost baterije prenosnika je nizka"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1492
+#: ../src/gpm-manager.c:1453
#, c-format
-#| msgid "Approximately <b>%s</b> remaining (%.1f%%)"
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "Na voljo je še približno <b>%s</b> delovanja baterije (%.0f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1496
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
-msgstr "UPS nizek"
+msgstr "Napetost vira UPS je nizka"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1500
+#: ../src/gpm-manager.c:1461
#, c-format
-#| msgid ""
-#| "You have approximately <b>%s</b> of remaining UPS backup power (%.1f%%)"
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
-msgstr "Na voljo je še približno <b>%s</b> delovanja UPS varovala (%.0f%%)"
+msgstr "Na voljo je še približno <b>%s</b> delovanja vira UPS (%.0f%%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1504
-#: ../src/gpm-manager.c:1643
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "Napetost baterije miške je nizka"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1507
+#: ../src/gpm-manager.c:1468
#, c-format
-#| msgid ""
-#| "The wireless mouse attached to this computer is low in power (%.1f%%)"
msgid "Wireless mouse is low in power (%.0f%%)"
msgstr "Brezžična miška ima nizko napetost baterije (%.0f%%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1511
-#: ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "Napetost baterije tipkovnice je nizka"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1514
+#: ../src/gpm-manager.c:1475
#, c-format
-#| msgid ""
-#| "The wireless keyboard attached to this computer is low in power (%.1f%%)"
msgid "Wireless keyboard is low in power (%.0f%%)"
msgstr "Brezžična tipkovnica ima nizko napetost baterije (%.0f%%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1518
-#: ../src/gpm-manager.c:1660
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "Napetost baterije dlančnika je nizka"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1521
+#: ../src/gpm-manager.c:1482
#, c-format
-#| msgid "The PDA attached to this computer is low in power (%.1f%%)"
msgid "PDA is low in power (%.0f%%)"
msgstr "Dlančnik ima nizko napetost baterije (%.0f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1525
-#: ../src/gpm-manager.c:1670
-#: ../src/gpm-manager.c:1681
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "Napetost baterije mobilnega telefona je nizka"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1528
+#: ../src/gpm-manager.c:1489
#, c-format
-#| msgid "The cell phone attached to this computer is low in power (%.1f%%)"
msgid "Cell phone is low in power (%.0f%%)"
msgstr "Priključeni mobilni telefon ima nizko napetost baterije (%.0f%%)."
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1533
-#| msgid "Cell phone battery low"
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
-msgstr "Večpredstavnostni predvajalnik ima nizko napetost baterije"
+msgstr "Predstavnostna naprava ima nizko napetost baterije"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1536
+#: ../src/gpm-manager.c:1497
#, c-format
-#| msgid "The PDA attached to this computer is low in power (%.1f%%)"
msgid "Media player is low in power (%.0f%%)"
-msgstr "Večpredstavnostni predvajalnik ima nizko napetost baterije (%.0f%%)"
+msgstr "Predstavnostna naprava ima nizko napetost baterije (%.0f%%)"
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1540
-#: ../src/gpm-manager.c:1690
-#| msgid "Laptop battery low"
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
msgstr "Tablični računalnik ima nizko napetost baterije"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1543
+#: ../src/gpm-manager.c:1504
#, c-format
-#| msgid "The PDA attached to this computer is low in power (%.1f%%)"
msgid "Tablet is low in power (%.0f%%)"
msgstr "Tablični računalnik ima nizko napetost baterije (%.0f%%)"
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1547
-#: ../src/gpm-manager.c:1699
-#| msgid "Mouse battery low"
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
msgstr "Priključen računalnik ima nizko napetost baterije"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1550
+#: ../src/gpm-manager.c:1511
#, c-format
-#| msgid "The PDA attached to this computer is low in power (%.1f%%)"
msgid "Attached computer is low in power (%.0f%%)"
msgstr "Priključen računalnik ima nizko napetost baterije (%.0f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one kind of battery
-#: ../src/gpm-manager.c:1600
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
-msgstr "Stanje baterije je kritično nizko"
+msgstr "Baterija ima kritično nizko napetost"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1603
-#: ../src/gpm-manager.c:1760
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "Napetost baterije prenosnika je kritično nizka"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1613
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
-msgstr "Vtaknite omrežni električni kabel preden izgubite podatke."
+msgstr "V izogib izgubi podatkov priklopite napajalni kabel v električno omrežje."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1617
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
-msgstr "V kolikor računalnika ne priklopite v omrežje, se bo kmalu postavil v pripravljenost."
+msgstr "V kolikor računalnika ne priklopite v el. omrežje, se bo kmalu postavil v pripravljenost."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1621
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
-msgstr "V kolikor računalnika ne priklopite v omrežje, se bo kmalu hiberniral."
+msgstr "V kolikor računalnika ne priklopite v el. omrežje, se bo postavil v mirovanje."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1625
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
-msgstr "V kolikor računalnika ne priklopite v omrežje, se bo kmalu izklopil."
+msgstr "V kolikor računalnika ne priklopite v el. omrežje, se bo kmalu izklopil."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1633
-#: ../src/gpm-manager.c:1798
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
-msgstr "Stanje UPS je kritično nizko"
+msgstr "Napetost vira UPS je kritično nizka"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1637
+#: ../src/gpm-manager.c:1595
#, c-format
-#| msgid ""
-#| "You have approximately <b>%s</b> of remaining UPS power (%.1f%%). Restore "
-#| "AC power to your computer to avoid losing data."
-msgid "Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to your computer to avoid losing data."
-msgstr "Na voljo je še približno <b>%s</b> zmogljivosti UPS varovala (%.0f %%). Prenosnik je treba priklopiti na električno omrežje, da preprečite izgubo podatkov."
+msgid ""
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "Na voljo je še približno <b>%s</b> zmogljivosti vira UPS (%.0f %%). V izogib izgubi podatkov priklopite napajalni kabel v električno omrežje."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1646
+#: ../src/gpm-manager.c:1604
#, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
-msgid "Wireless mouse is very low in power (%.0f%%). This device will soon stop functioning if not charged."
+msgid ""
+"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
msgstr "Brezžična miška ima zelo nizko napetost baterije (%.0f %%). Naprava bo, v kolikor je ne napolnite, prenehala delovati."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1654
+#: ../src/gpm-manager.c:1612
#, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
-msgid "Wireless keyboard is very low in power (%.0f%%). This device will soon stop functioning if not charged."
+msgid ""
+"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
msgstr "Brezžična tipkovnica ima zelo nizko napetost baterije (%.0f %%). Naprava bo, v kolikor je ne napolnite, prenehala delovati."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1663
+#: ../src/gpm-manager.c:1621
#, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
-msgid "PDA is very low in power (%.0f%%). This device will soon stop functioning if not charged."
+msgid ""
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
msgstr "Dlančnik ima zelo nizko napetost baterije (%.0f %%). Naprava bo, v kolikor je ne napolnite, prenehala delovati."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1673
+#: ../src/gpm-manager.c:1631
#, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
-msgid "Cell phone is very low in power (%.0f%%). This device will soon stop functioning if not charged."
+msgid ""
+"Cell phone is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
msgstr "Prenosni telefon ima zelo nizko napetost baterije (%.0f %%). Naprava bo, v kolikor je ne napolnite, prenehala delovati."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1684
+#: ../src/gpm-manager.c:1642
#, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
-msgid "Media player is very low in power (%.0f%%). This device will soon stop functioning if not charged."
-msgstr "Večpredstavnostni predvajalnik ima zelo nizko napetost baterije (%.0f %%). Naprava bo, v kolikor je ne napolnite, prenehala delovati."
+msgid ""
+"Media player is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr "Predstavnostna naprava ima zelo nizko napetost baterije (%.0f %%). Naprava bo, v kolikor je ne napolnite, prenehala delovati."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1693
+#: ../src/gpm-manager.c:1651
#, c-format
-#| msgid ""
-#| "Your cell phone is very low in power (%.1f%%). This device will soon stop "
-#| "functioning if not charged."
-msgid "Tablet is very low in power (%.0f%%). This device will soon stop functioning if not charged."
+msgid ""
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
msgstr "Tablični računalnik ima zelo nizko napetost baterije (%.0f %%). Naprava bo, v kolikor je ne napolnite, prenehala delovati."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1702
+#: ../src/gpm-manager.c:1660
#, c-format
-#| msgid ""
-#| "The PDA attached to this computer is very low in power (%.1f%%). This "
-#| "device will soon stop functioning if not charged."
-msgid "Attached computer is very low in power (%.0f%%). The device will soon shutdown if not charged."
+msgid ""
+"Attached computer is very low in power (%.0f%%). The device will soon "
+"shutdown if not charged."
msgstr "Priključen računalnik ima zelo nizko napetost baterije (%.0f %%). Naprava se bo, v kolikor je ne napolnite, samodejno izklopila."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1769
-msgid "The battery is below the critical level and this computer will <b>power-off</b> when the battery becomes completely empty."
+#: ../src/gpm-manager.c:1725
+msgid ""
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
msgstr "Napetost baterije je kritično nizka. Računalnik se bo <b>izklopil</b>, ko se baterija do konca izprazni."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1775
-msgid "The battery is below the critical level and this computer is about to suspend.<br><b>NOTE:</b> A small amount of power is required to keep your computer in a suspended state."
-msgstr "Napetost baterije je kritično nizka. Računalnik se bo zaustavil. <br><b>OPOMBA:</b> Računalnik v zaustavljenem stanju porabi manj energije."
+#: ../src/gpm-manager.c:1731
+msgid ""
+"The battery is below the critical level and this computer is about to "
+"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
+"computer in a suspended state."
+msgstr "Napetost baterije je kritično nizka in računalnik se bo kmalu preklopil v stanje pripravljenosti. <br><b>OPOMBA:</b> Ohranjanje računalnika v načinu pripravljenosti zahteva majhno količino el. energije."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1782
-msgid "The battery is below the critical level and this computer is about to hibernate."
-msgstr "Napetost baterije je kritično nizka. Računalnik bo hiberniral."
+#: ../src/gpm-manager.c:1738
+msgid ""
+"The battery is below the critical level and this computer is about to "
+"hibernate."
+msgstr "Napetost baterije je kritično nizka. Računalnik se bo postavil v mirovanje."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1787
-msgid "The battery is below the critical level and this computer is about to shutdown."
+#: ../src/gpm-manager.c:1743
+msgid ""
+"The battery is below the critical level and this computer is about to "
+"shutdown."
msgstr "Napetost baterije je kritično nizka. Računalnik se bo izklopil."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1807
-msgid "The UPS is below the critical level and this computer will <b>power-off</b> when the UPS becomes completely empty."
-msgstr "UPS je pod kritično ravnjo. Računalnik se bo <b>izklopil</b>, ko se UPS do konca izprazni."
+#: ../src/gpm-manager.c:1760
+msgid ""
+"The UPS is below the critical level and this computer will <b>power-off</b> "
+"when the UPS becomes completely empty."
+msgstr "Vir UPS je pod kritično ravnjo. Računalnik se bo <b>izklopil</b>, ko se vir UPS do konca izprazni."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1813
-msgid "The UPS is below the critical level and this computer is about to hibernate."
-msgstr "UPS je pod kritično ravnjo. Računalnik se bo hiberniral."
+#: ../src/gpm-manager.c:1766
+msgid ""
+"The UPS is below the critical level and this computer is about to hibernate."
+msgstr "Vir UPS je pod kritično ravnjo. Računalnik se bo postavil v mirovanje."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1818
-msgid "The UPS is below the critical level and this computer is about to shutdown."
-msgstr "UPS je pod kritično ravnjo. Računalnik se bo izklopil."
-
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1956
-msgid "Install problem!"
-msgstr "Napaka nastavitev!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1958
+#: ../src/gpm-manager.c:1771
msgid ""
-"The configuration defaults for MATE Power Manager have not been installed correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"Nastavitve upravljalnika napajanja niso pravilno nameščene.\n"
-"Stopite v stik s skrbnikom."
+"The UPS is below the critical level and this computer is about to shutdown."
+msgstr "Vir UPS je pod kritično ravnjo. Računalnik se bo izklopil."
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
-msgstr "Možnosti porabe MATE"
+msgstr "Možnosti porabe energije MATE"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Izklopi"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
-msgstr "V mirovanje"
+msgstr "V pripravljenost"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
-msgstr "Hiberniranje"
+msgstr "V mirovanje"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "Prazen zaslon"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Vprašaj"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Ne naredi ničesar"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Nikoli"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80
-#: ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Hitrost"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "Polnjenje"
-#: ../src/gpm-statistics.c:82
-#: ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
-msgstr "Čas do polnosti"
+msgstr "Čas do napolnitve"
-#: ../src/gpm-statistics.c:83
-#: ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
-msgstr "Čas do praznosti"
+msgstr "Čas do izpraznitve"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 minut"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 uri"
-#: ../src/gpm-statistics.c:92
-#| msgid "2 hours"
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 ur"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 dan"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
-msgstr "Teden"
+msgstr "1 teden"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "Profil polnjenja"
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "Profil praznjenja"
-#. TRANSLATORS: how accurately we can predict the time remaining of the battery
-#: ../src/gpm-statistics.c:106
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "Natančnost polnjenja"
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
-msgstr "Natančnosti praznjenja"
+msgstr "Natančnost praznjenja"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Atribut"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "Vrednost"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "Slika"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "Opis"
-#: ../src/gpm-statistics.c:183
-#: ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Vrsta"
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "ID"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "Ukaz"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "Neznano"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
-msgstr[0] "%.0f sekund"
-msgstr[1] "%.0f sekunda"
-msgstr[2] "%.0f sekundi"
+msgstr[0] "%.0f sekunda"
+msgstr[1] "%.0f sekundi"
+msgstr[2] "%.0f sekund"
msgstr[3] "%.0f sekunde"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
-msgstr[0] "%.1f minut"
-msgstr[1] "%.1f minuta"
-msgstr[2] "%.1f minuti"
+msgstr[0] "%.1f minuta"
+msgstr[1] "%.1f minuti"
+msgstr[2] "%.1f minut"
msgstr[3] "%.1f minute"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
-msgstr[0] "%.1f ur"
-msgstr[1] "%.1f ura"
-msgstr[2] "%.1f uri"
+msgstr[0] "%.1f ura"
+msgstr[1] "%.1f uri"
+msgstr[2] "%.1f ur"
msgstr[3] "%.1f ure"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
-msgstr[0] "%.1f dni"
-msgstr[1] "%.1f dan"
-msgstr[2] "%.1f dneva"
+msgstr[0] "%.1f dan"
+msgstr[1] "%.1f dneva"
+msgstr[2] "%.1f dni"
msgstr[3] "%.1f dnevi"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Da"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "Ne"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Naprava"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Prodajalec"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Model"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
-msgstr "Serijska številka"
+msgstr "Zaporedna številka"
#. TRANSLATORS: a boolean attribute that means if the device is supplying the
-#. * main power for the computer. For instance, an AC adapter or laptop battery
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
-msgstr "Dostava"
+msgstr "Napajanje"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
-msgstr[0] "%d sekund"
-msgstr[1] "%d sekunda"
-msgstr[2] "%d sekundi"
+msgstr[0] "%d sekunda"
+msgstr[1] "%d sekundi"
+msgstr[2] "%d sekund"
msgstr[3] "%d sekunde"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "Osveženo"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
-msgstr "Trenutna vrednost"
+msgstr "Prisotnost"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
-msgstr "Obnovljivo polnjenje"
+msgstr "Ponovno polnjenje"
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "Stanje"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "Energija"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
-msgstr "Energija ob praznjenju"
+msgstr "Energija ob izpraznitvi"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
-msgstr "Energija ob polnosti"
+msgstr "Energija ob napolnitvi"
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "Energija (zasnova)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "Napetost"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Odstotek"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "Zmogljivost"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "Tehnologija"
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "Povezano"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:824
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "Ni podatkov"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:831
-#: ../src/gpm-statistics.c:836
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Modul jedra"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:841
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "Glavno jedro"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:846
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
-msgstr "Jedrna prekinitev"
+msgstr "Medprocesorska prekinitev"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:851
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "Prekinitev"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:898
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "PS/2 tipkovnica/miška/sledilna ploščica"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:901
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:904
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "Serial ATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:907
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
-msgstr "Nadzornik ATA gostitelja"
+msgstr "Nadzornik gostitelja ATA"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:910
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Brezžični Intelov vmesnik"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:917
-#: ../src/gpm-statistics.c:922
-#: ../src/gpm-statistics.c:927
-#: ../src/gpm-statistics.c:932
-#: ../src/gpm-statistics.c:937
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "časomer %s"
-#. TRANSLATORS: the parameter is the name of task that's woken up from sleeping.
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:941
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "Spanje %s"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:944
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "Nova naloga %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:948
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "Počakaj %s"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:952
-#: ../src/gpm-statistics.c:956
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "Delovni seznam %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:959
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
-msgstr "Čiščenje omrežnih podatkov %s"
+msgstr "Čiščenje omrežnih poti %s"
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:962
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
-msgstr "USB dejavnost %s"
+msgstr "Dejavnost vodila USB %s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:965
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "Prebujanje %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:968
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
-msgstr "Krajevne procesorske prekinitve"
+msgstr "Krajevne prekinitve"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:971
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "Ponovno določanje prekinitev"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1080
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "Podatki o napravi"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "Zgodovina naprave"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "Profil naprave"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "Prebujanja procesorja"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1292
-#: ../src/gpm-statistics.c:1298
-#: ../src/gpm-statistics.c:1304
-#: ../src/gpm-statistics.c:1310
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
-msgstr "Porabljen čas"
+msgstr "Pretečen čas"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1294
+#: ../src/gpm-statistics.c:1297
msgid "Power"
-msgstr "Napajanje"
+msgstr "Poraba energije"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1300
-#: ../src/gpm-statistics.c:1343
-#: ../src/gpm-statistics.c:1349
-#: ../src/gpm-statistics.c:1355
-#: ../src/gpm-statistics.c:1361
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "Napetost celice"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1306
-#: ../src/gpm-statistics.c:1312
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
-msgstr "Ocenjen čas"
+msgstr "Predvideni čas"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1345
-#: ../src/gpm-statistics.c:1357
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "Korekcijski faktor"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1351
-#: ../src/gpm-statistics.c:1363
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "Natančnost predvidevanja"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1548
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
-msgstr "Izbor naprave ob zagonu"
+msgstr "Izberi to napravo ob zagonu"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1794
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Procesor"
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "_Možnosti"
#. TRANSLATORS: a phone is charging
#. TRANSLATORS: device is charging, but we only have a percentage
-#: ../src/gpm-upower.c:221
-#: ../src/gpm-upower.c:285
+#: ../src/gpm-upower.c:221 ../src/gpm-upower.c:285
#, c-format
msgid "%s charging (%.1f%%)"
-msgstr "%s polnjenje (%.1f%%)"
+msgstr "%s se polni (%.1f%%)"
#. TRANSLATORS: The laptop battery is fully charged, and we know a time
#: ../src/gpm-upower.c:236
@@ -1987,15 +2016,13 @@ msgstr "%s polnjenje (%.1f%%)"
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"Baterija je polna\n"
-"Na voljo je %s delovanja"
+msgstr "Baterija je napolnjena\nNa voljo je %s delovanja"
#. TRANSLATORS: the device is fully charged
#: ../src/gpm-upower.c:241
#, c-format
msgid "%s is fully charged"
-msgstr "%s napolnjeno"
+msgstr "Naprava %s je napolnjena"
#. TRANSLATORS: the device is discharging, and we have a time remaining
#: ../src/gpm-upower.c:249
@@ -2007,7 +2034,7 @@ msgstr "%s %s preostalo (%.1f%%)"
#: ../src/gpm-upower.c:254
#, c-format
msgid "%s discharging (%.1f%%)"
-msgstr "%s praznjenja (%.1f%%)"
+msgstr "%s se prazni (%.1f%%)"
#. TRANSLATORS: the device is charging, and we have a time to full and empty
#: ../src/gpm-upower.c:268
@@ -2015,15 +2042,14 @@ msgstr "%s praznjenja (%.1f%%)"
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s %s do polnosti (%.1f%%)\n"
-"Na voljo je %s delovanja baterije"
+msgstr "%s %s do napolnjenosti (%.1f%%)\nNa voljo je %s delovanja baterije"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
-msgstr "%s %s do polnosti (%.1f%%)"
+msgstr "%s %s do napolnjenosti (%.1f%%)"
#. TRANSLATORS: this is only shown for laptops with multiple batteries
#: ../src/gpm-upower.c:292
@@ -2046,9 +2072,7 @@ msgstr "Izdelek:"
#. TRANSLATORS: device is charged
#. TRANSLATORS: device is charging
#. TRANSLATORS: device is discharging
-#: ../src/gpm-upower.c:361
-#: ../src/gpm-upower.c:364
-#: ../src/gpm-upower.c:367
+#: ../src/gpm-upower.c:361 ../src/gpm-upower.c:364 ../src/gpm-upower.c:367
#: ../src/gpm-upower.c:370
msgid "Status:"
msgstr "Stanje:"
@@ -2058,20 +2082,17 @@ msgid "Missing"
msgstr "Manjkajoče"
#. TRANSLATORS: battery state
-#: ../src/gpm-upower.c:364
-#: ../src/gpm-upower.c:645
+#: ../src/gpm-upower.c:364 ../src/gpm-upower.c:645
msgid "Charged"
msgstr "Napolnjeno"
#. TRANSLATORS: battery state
-#: ../src/gpm-upower.c:367
-#: ../src/gpm-upower.c:633
+#: ../src/gpm-upower.c:367 ../src/gpm-upower.c:633
msgid "Charging"
msgstr "Polnjenje"
#. TRANSLATORS: battery state
-#: ../src/gpm-upower.c:370
-#: ../src/gpm-upower.c:637
+#: ../src/gpm-upower.c:370 ../src/gpm-upower.c:637
msgid "Discharging"
msgstr "Praznjenje"
@@ -2110,7 +2131,8 @@ msgstr "Čas polnjenja:"
msgid "Discharge time:"
msgstr "Čas praznjenja:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "Odlično"
@@ -2131,19 +2153,17 @@ msgstr "Slabo"
msgid "Capacity:"
msgstr "Zmogljivost:"
-#: ../src/gpm-upower.c:426
-#: ../src/gpm-upower.c:451
+#: ../src/gpm-upower.c:426 ../src/gpm-upower.c:451
msgid "Current charge:"
msgstr "Trenutno polnjenje:"
#: ../src/gpm-upower.c:432
msgid "Last full charge:"
-msgstr "Zadnje popolno polnjenje:"
+msgstr "Zadnje celotno polnjenje:"
-#: ../src/gpm-upower.c:438
-#: ../src/gpm-upower.c:456
+#: ../src/gpm-upower.c:438 ../src/gpm-upower.c:456
msgid "Design charge:"
-msgstr "Prvotno polnjenje:"
+msgstr "Prvo polnjenje:"
#: ../src/gpm-upower.c:443
msgid "Charge rate:"
@@ -2153,10 +2173,10 @@ msgstr "Hitrost polnjenja:"
#: ../src/gpm-upower.c:478
msgid "AC adapter"
msgid_plural "AC adapters"
-msgstr[0] "Napajalnikov"
-msgstr[1] "Napajalnik"
-msgstr[2] "Napajalnika"
-msgstr[3] "Napajalniki"
+msgstr[0] "Napajalni kabel"
+msgstr[1] "Napajalna kabla"
+msgstr[2] "Napajalnih kablov"
+msgstr[3] "Napajalni kabli"
#. TRANSLATORS: laptop primary battery
#: ../src/gpm-upower.c:482
@@ -2171,82 +2191,81 @@ msgstr[3] "Baterije prenosnika"
#: ../src/gpm-upower.c:486
msgid "UPS"
msgid_plural "UPSs"
-msgstr[0] "UPSi"
-msgstr[1] "UPS"
-msgstr[2] "UPSi"
-msgstr[3] "UPSi"
+msgstr[0] "Brezprekinitveni vir UPS"
+msgstr[1] "Brezprekinitvena vira UPS"
+msgstr[2] "Brezprekinitvenih virov UPS"
+msgstr[3] "Brezprekinitveni viri UPS"
#. TRANSLATORS: a monitor is a device to measure voltage and current
#: ../src/gpm-upower.c:490
msgid "Monitor"
msgid_plural "Monitors"
-msgstr[0] "Zaslonov"
-msgstr[1] "Zaslon"
-msgstr[2] "Zaslona"
+msgstr[0] "Zaslon"
+msgstr[1] "Zaslona"
+msgstr[2] "Zaslonov"
msgstr[3] "Zasloni"
#. TRANSLATORS: wireless mice with internal batteries
#: ../src/gpm-upower.c:494
-#| msgid "Model"
msgid "Mouse"
msgid_plural "Mice"
-msgstr[0] "Miške"
-msgstr[1] "Miška"
-msgstr[2] "Miški"
+msgstr[0] "Miška"
+msgstr[1] "Miški"
+msgstr[2] "Mišk"
msgstr[3] "Miške"
#. TRANSLATORS: wireless keyboard with internal battery
#: ../src/gpm-upower.c:498
msgid "Keyboard"
msgid_plural "Keyboards"
-msgstr[0] "Tipkovnice"
-msgstr[1] "Tipkovnica"
-msgstr[2] "Tipkovnici"
+msgstr[0] "Tipkovnica"
+msgstr[1] "Tipkovnici"
+msgstr[2] "Tipkovnic"
msgstr[3] "Tipkovnice"
#. TRANSLATORS: portable device
#: ../src/gpm-upower.c:502
msgid "PDA"
msgid_plural "PDAs"
-msgstr[0] "Dlančniki"
-msgstr[1] "Dlančnik"
-msgstr[2] "Dlančnika"
+msgstr[0] "Dlančnik"
+msgstr[1] "Dlančnika"
+msgstr[2] "Dlančnikov"
msgstr[3] "Dlančniki"
#. TRANSLATORS: cell phone (mobile...)
#: ../src/gpm-upower.c:506
msgid "Cell phone"
msgid_plural "Cell phones"
-msgstr[0] "Mobilnih telefonov"
-msgstr[1] "Mobilni telefon"
-msgstr[2] "Mobilna telefona"
+msgstr[0] "Mobilni telefon"
+msgstr[1] "Mobilna telefona"
+msgstr[2] "Mobilnih telefonov"
msgstr[3] "Mobilni telefoni"
#. TRANSLATORS: media player, mp3 etc
#: ../src/gpm-upower.c:511
msgid "Media player"
msgid_plural "Media players"
-msgstr[0] "Večpredstavnostni predvajalniki"
-msgstr[1] "Večpredstavnostni predvajalnik"
-msgstr[2] "Večpredstavnostna predvajalnika"
-msgstr[3] "Večpredstavnostni predvajalniki"
+msgstr[0] "Predstavnostna naprava"
+msgstr[1] "Predstavnostni napravi"
+msgstr[2] "Predstavnostnih naprav"
+msgstr[3] "Predstavnostne naprave"
#. TRANSLATORS: tablet device
#: ../src/gpm-upower.c:515
msgid "Tablet"
msgid_plural "Tablets"
-msgstr[0] "Tablični računalniki"
-msgstr[1] "Tablični računalnik"
-msgstr[2] "Tablična računalnika"
+msgstr[0] "Tablični računalnik"
+msgstr[1] "Tablična računalnika"
+msgstr[2] "Tabličnih računalnikov"
msgstr[3] "Tablični računalniki"
#. TRANSLATORS: tablet device
#: ../src/gpm-upower.c:519
msgid "Computer"
msgid_plural "Computers"
-msgstr[0] "Računalniki"
-msgstr[1] "Računalnik"
-msgstr[2] "Računalnika"
+msgstr[0] "Računalnik"
+msgstr[1] "Računalnika"
+msgstr[2] "Računalnikov"
msgstr[3] "Računalniki"
#. TRANSLATORS: battery technology
@@ -2291,788 +2310,10 @@ msgstr "Prazno"
#. TRANSLATORS: battery state
#: ../src/gpm-upower.c:649
-#| msgid "%s waiting to charge (%.1f%%)"
msgid "Waiting to charge"
msgstr "Čakanje na polnjenje"
#. TRANSLATORS: battery state
#: ../src/gpm-upower.c:653
-#| msgid "%s waiting to discharge (%.1f%%)"
msgid "Waiting to discharge"
msgstr "Čakanje na praznjenje"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "_O programu"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "Pomo_č"
-
-#~ msgid ""
-#~ "The wireless mouse attached to this computer is very low in power (%.1f%"
-#~ "%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "Priključena brezžična miška ima zelo nizko napetost baterije (%.1f%%). "
-#~ "Miška bo, v primeru, da je ne napolnite, prenehala delovati."
-
-#~ msgid ""
-#~ "The wireless keyboard attached to this computer is very low in power (%.1f"
-#~ "%%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "Priključena brezžična tipkovnica ima zelo nizko napetost baterije (%.1f%"
-#~ "%). Tipkovnica bo, v primeru, da je ne napolnite, prenehala delovati."
-
-#~ msgid "Wireless mouse"
-
-#~ msgid_plural "Wireless mice"
-#~ msgstr[0] "Brezžičnih mišk"
-#~ msgstr[1] "Brezžična miška"
-#~ msgstr[2] "Brezžični miški"
-#~ msgstr[3] "Brezžične miške"
-
-#~ msgid "Wireless keyboard"
-
-#~ msgid_plural "Wireless keyboards"
-#~ msgstr[0] "Brezžičnih tipkovnic"
-#~ msgstr[1] "Brezžična tipkovnica"
-#~ msgstr[2] "Brezžični tipkovnici"
-#~ msgstr[3] "Brezžične tipkovnice"
-
-#~ msgid "Please see %s for more information."
-#~ msgstr "Poglejte si %s za več podrobnosti."
-
-#~ msgid ""
-#~ "If you can see this text, your display server is broken and you should "
-#~ "notify your distributor."
-#~ msgstr ""
-#~ "V primeru, da vidite to besedilo, pomeni, da je strežnik zaslona "
-#~ "pokvarjen in se morate obrniti na zastopnika sistema."
-
-#~ msgid "Session idle"
-#~ msgstr "Nedejavna seja"
-
-#~ msgid "Session active"
-#~ msgstr "Dejavna seja"
-
-#~ msgid "idle inhibited"
-#~ msgstr "nedejavnost je preprečena"
-
-#~ msgid "idle not inhibited"
-#~ msgstr "nedejavnost ni preprečena"
-
-#~ msgid "suspend inhibited"
-#~ msgstr "prehod v mirovanje je preprečeno"
-
-#~ msgid "suspend not inhibited"
-#~ msgstr "prehod v mirovanje ni preprečen"
-
-#~ msgid "screen idle"
-#~ msgstr "nedejaven zaslon"
-
-#~ msgid "screen awake"
-#~ msgstr "dejaven zaslon"
-
-#~ msgid "Sleep problem"
-#~ msgstr "Težave med zaustavitvijo"
-
-#~ msgid "Check the help file for common problems."
-#~ msgstr "Za več podrobnosti o napaki si oglejte datoteko pomoči."
-
-#~ msgid "Allow Suspend and Hibernate in the menu"
-#~ msgstr "V meniju dovoli ustavljanje v mirovanje in hiberniranje"
-
-#~ msgid "Hibernate enabled"
-#~ msgstr "Hibernacija omogočena"
-
-#~ msgid "If preferences should be shown"
-#~ msgstr "Ali naj se pokažejo možnosti?"
-
-#~ msgid ""
-#~ "If the Suspend and Hibernate options should be allowed in the "
-#~ "notification area drop down menu."
-#~ msgstr ""
-#~ "Ali naj bosta v spustnem meniju območja z obvestili dovoljeni možnosti "
-#~ "zaustavitve in hibernacije."
-
-#~ msgid "If the user is authorized to hibernate the computer."
-#~ msgstr "Ali ima uporabnik dovoljenje za hibernacijo računalnika."
-
-#~ msgid "If the user is authorized to suspend the computer."
-#~ msgstr "Ali ima uporabnik dovoljenje za zaustavitev računalnika."
-
-#~ msgid "Suspend enabled"
-#~ msgstr "Zaustavitev omogočena"
-
-#~ msgid "Action disallowed"
-#~ msgstr "Dejanje ni dovoljeno"
-
-#~ msgid ""
-#~ "Suspend support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "Podpora za ustavitev je onemogočena. Stopite v stik s skrbnikom za več "
-#~ "podrobnosti."
-
-#~ msgid ""
-#~ "Hibernate support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "Podpora za hibernirniranje je onemogočena. Stopite v stik s skrbnikom za "
-#~ "več podrobnosti."
-
-#~ msgid "Device information"
-#~ msgstr "Podrobnosti o napravi"
-
-#~ msgid "There is no detailed information for this device"
-#~ msgstr "Ni opisanih podrobnosti naprave"
-
-#~ msgid "translator-credits"
-#~ msgstr ""
-#~ "Matjaž Horvat <[email protected]>\n"
-#~ "Matej Urbančič <[email protected]>"
-
-#~ msgid "Power _History"
-#~ msgstr "Zgodovina _porabe"
-
-#~ msgid "_Suspend"
-#~ msgstr "Zau_stavi"
-
-#~ msgid "Hi_bernate"
-#~ msgstr "Hi_berniraj"
-
-#~ msgid "Change the brightness automatically using the ambient light sensors"
-#~ msgstr "Spremeni svetlost samodejno z uporabo senzorja okolja"
-
-#~ msgid "If DBUS inhibit requests should be ignored from other programs."
-#~ msgstr "Ali naj drugi programi prezrejo zahteve za preprečevanje DBUS."
-
-#~ msgid "If DBUS inhibit requests should be ignored."
-#~ msgstr "Ali naj se zahteve za preprečevanja DBUS prezrejo."
-
-#~ msgid ""
-#~ "If a notification message should be displayed when the profile data is "
-#~ "guessed."
-#~ msgstr "Ali naj se prikaže obvestilo med ugibanjem podatkov profila?"
-
-#~ msgid "If the low-power mode should be enabled when on UPS"
-#~ msgstr "Ali naj bo ob uporabi UPS omogočen način nizke porabe"
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors."
-#~ msgstr ""
-#~ "Ali naj bo svetlost zaslona spremenjena samodejno z uporabo senzorjev "
-#~ "svetlobe v okolju."
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors. Valid is 'none', 'light' and 'dark'"
-#~ msgstr ""
-#~ "Ali naj bo svetlost zaslona spremenjena samodejno z uporabo senzorjev "
-#~ "svetlobe v okolju. Veljavne vrednosti so 'brez', 'svetlo' in 'temno'"
-
-#~ msgid "If the system low-power mode should be enabled when on UPS power."
-#~ msgstr ""
-#~ "Ali naj bo ob uporabi napajalnika UPS omogočen način nizke porabe sistema."
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close"
-#~ msgstr ""
-#~ "Ali naj se prikaže opozorilo kadar je dejavno veljavno zaustavljanje in "
-#~ "nastavljeno spanje ob zaprtem pokrovu"
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close."
-#~ msgstr ""
-#~ "Ali naj se prikaže opozorilo kadar je dejavno veljavno zaustavljanje in "
-#~ "nastavljeno spanje ob zaprtem pokrovu"
-
-#~ msgid "Keyboard brightness when on AC"
-#~ msgstr "Svetlost tipkovnice uporabi omrežne napetosti"
-
-#~ msgid "Keyboard brightness when on battery"
-#~ msgstr "Svetlost tipkovnice ob uporabi baterije"
-
-#~ msgid "Notify when the profile data is guessed"
-#~ msgstr "Obvesti uporabnika kadar sistem ugiba podatke profila."
-
-#~ msgid "The amount the light sensors should contribute to the brightness"
-#~ msgstr "Količina svetlobe senzorja, ki je dodana svetlobi"
-
-#~ msgid "The amount the light sensors should contribute to the brightness."
-#~ msgstr "Količina svetlobe senzorja, ki je dodana svetlobi."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on AC power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "Svetlost zaslona ob uporabi omrežne napetosti. Mogoče vrednosti so med 0 "
-#~ "in 100."
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on battery power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr ""
-#~ "Svetlost tipkovnice ob uporabi baterije. Mogoče vrednosti so med 0 in 100."
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough"
-#~ msgstr "Prilagoditev svetlobnih senzorjev za primerno svetlost zaslona"
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough, "
-#~ "in percent."
-#~ msgstr ""
-#~ "Prilagoditev svetlobnih senzorjev za primerno svetlost zaslona v "
-#~ "odstotkih."
-
-#~ msgid "The interval the ambient light sensors should be polled"
-#~ msgstr "Razmik zaznave senzorja okolja svetlobe"
-
-#~ msgid "The interval the ambient light sensors should be polled in seconds."
-#~ msgstr "Razmik zaznave senzorja okolja svetlobe v sekundah."
-
-#~ msgid "Application:"
-#~ msgstr "Program:"
-
-#~ msgid "Burning DVD, titled \"My Photos\""
-#~ msgstr "Zapisovanje DVD z nazivom \"Moje slike\""
-
-#~ msgid "Inhibit Tester"
-#~ msgstr "Preizkuševalnik preprečevanja"
-
-#~ msgid "Reason:"
-#~ msgstr "Razlog:"
-
-#~ msgid "UnInhibit"
-#~ msgstr "Odpravi preprečevanje"
-
-#~ msgid "Vendor Acme Foo"
-#~ msgstr "Prodajalec Acme Foo"
-
-#~ msgid "<b>Extras</b>"
-#~ msgstr "<b>Posebno</b>"
-
-#~ msgid "Always sleep when the lid is _closed"
-#~ msgstr "Vedno za_spi ob zaprtem pokrovu"
-
-#~ msgid "Enable UPS discharge _alarm"
-#~ msgstr "Omogoči UPS _alarm izpraznitve"
-
-#~ msgid "Turn on keyboard light when light level is low"
-#~ msgstr "Priklopi osvetlitev tipkovnice, kadar je svetlobe v okolici malo."
-
-#~ msgid "Use _ambient light to adjust LCD brightness"
-#~ msgstr "Uporabi svetlobo _okolja za prilagoditev svetlosti LCD"
-
-#~ msgid "Use _sound to notify in event of an error"
-#~ msgstr "Uporabi _zvok za opozorilo o napaki"
-
-#~ msgid "Power Manager for the MATE desktop"
-#~ msgstr "Upravljalnik porabe namizja MATE"
-
-#~ msgid "<b>Product:</b> %s\n"
-#~ msgstr "<b>Izdelek:</b> %s\n"
-
-#~ msgid "<b>Status:</b> %s\n"
-#~ msgstr "<b>Stanje:</b> %s\n"
-
-#~ msgid "<b>Percentage charge:</b> %.1f%%\n"
-#~ msgstr "<b>Odstotkov polno:</b> %.1f%%\n"
-
-#~ msgid "<b>Vendor:</b> %s\n"
-#~ msgstr "<b>Prodajalec:</b> %s\n"
-
-#~ msgid "<b>Technology:</b> %s\n"
-#~ msgstr "<b>Tehnologija:</b> %s\n"
-
-#~ msgid "<b>Serial number:</b> %s\n"
-#~ msgstr "<b>Serijska številka:</b> %s\n"
-
-#~ msgid "<b>Model:</b> %s\n"
-#~ msgstr "<b>Model:</b> %s\n"
-
-#~ msgid "<b>Charge time:</b> %s\n"
-#~ msgstr "<b>Čas polnjenja:</b> %s\n"
-
-#~ msgid "<b>Discharge time:</b> %s\n"
-#~ msgstr "<b>Čas praznjenja:</b> %s\n"
-
-#~ msgid "<b>Capacity:</b> %.1f%% (%s)\n"
-#~ msgstr "<b>Zmogljivost:</b> %.1f%% (%s)\n"
-
-#~ msgid "<b>Current charge:</b> %.1f Wh\n"
-#~ msgstr "<b>Trenutno polnjenje:</b> %.1f Wh\n"
-
-#~ msgid "<b>Design charge:</b> %.1f Wh\n"
-#~ msgstr "<b>Privzeta napetost:</b> %.1f Wh\n"
-
-#~ msgid "<b>Charge rate:</b> %.1f W\n"
-#~ msgstr "<b>Hitrost polnjenja:</b> %.1f W\n"
-
-#~ msgid "<b>Current charge:</b> %.0f/7\n"
-#~ msgstr "<b>Trenutno polnjenje:</b> %.0f/7\n"
-
-#~ msgid "<b>Design charge:</b> %.0f/7\n"
-#~ msgstr "<b>Privzeto polnjenje:</b> %.0f/7\n"
-
-#~ msgid "%s has stopped the suspend from taking place: %s."
-#~ msgstr "%s je ustavil postopek zaustavitve: %s."
-
-#~ msgid "%s has stopped the hibernate from taking place: %s."
-#~ msgstr "%s je ustavil postopek hibernacije: %s."
-
-#~ msgid "%s has stopped the policy action from taking place: %s."
-#~ msgstr "%s je ustavil postopek dejanja pravil: %s."
-
-#~ msgid "%s has stopped the reboot from taking place: %s."
-#~ msgstr "%s je ustavil postopek ponovnega zagona: %s."
-
-#~ msgid "%s has stopped the shutdown from taking place: %s."
-#~ msgstr "%s je ustavil postopek zaustavitve: %s."
-
-#~ msgid "%s has stopped the timeout action from taking place: %s."
-#~ msgstr "%s je ustavil postopek zakasnitve dejanja: %s."
-
-#~ msgid "Multiple applications have stopped the suspend from taking place."
-#~ msgstr "Več programov je ustavilo izklapljanjem računalnika."
-
-#~ msgid "Multiple applications have stopped the hibernate from taking place."
-#~ msgstr "Več programov je ustavilo hibernacijo računalnika."
-
-#~ msgid ""
-#~ "Multiple applications have stopped the policy action from taking place."
-#~ msgstr "Več programov je ustavilo zagon dejanja."
-
-#~ msgid "Multiple applications have stopped the reboot from taking place."
-#~ msgstr "Več programov je ustavilo ponovni zagon računalnika."
-
-#~ msgid "Multiple applications have stopped the shutdown from taking place."
-#~ msgstr "Več programov je ustavilo ugašanje računalnika."
-
-#~ msgid "Request to do policy action"
-#~ msgstr "Zahteva za dejanje pravil"
-
-#~ msgid "Request to do timeout action"
-#~ msgstr "Zahteva pod dejanju zakasnitve"
-
-#~ msgid "Perform action anyway"
-#~ msgstr "Vseeno izvedi dejanje."
-
-#~ msgid "The lid has been closed on ac power."
-#~ msgstr "Pokrov je bil zaprt med uporabo napajanja."
-
-#~ msgid "The lid has been closed on battery power."
-#~ msgstr "Pokrov je bil zaprt med uporabo baterije."
-
-#~ msgid "The power button has been pressed."
-#~ msgstr "Pritisnjen je bil gumb za vklop."
-
-#~ msgid "The suspend button has been pressed."
-#~ msgstr "Pritisnjen je bil gumb za zaustavitev."
-
-#~ msgid "The hibernate button has been pressed."
-#~ msgstr "Pritisnjen je bil gumb za hibernacijo."
-
-#~ msgid ""
-#~ "The lid has been closed, and the ac adapter removed (and mateconf is okay)."
-#~ msgstr "Pokrov je bil zaprt, napajalnik pa odstranjen (mateconf je v redu)."
-
-#~ msgid "User clicked on tray"
-#~ msgstr "Uporabnik je kliknil na sistemsko vrstico"
-
-#~ msgid ""
-#~ "You have approximately <b>%s</b> of remaining battery life (%.1f%%). %s"
-#~ msgstr ""
-#~ "Na voljo imate še približno <b>%s</b> zmogljivosti baterije (%.1f%%). %s"
-
-#~ msgid "Sleep warning"
-#~ msgstr "Opozorilo pred spanjem"
-
-#~ msgid ""
-#~ "Your laptop will not sleep if you shut the lid as a running program has "
-#~ "prevented this.\n"
-#~ "Some laptops can overheat if they do not sleep when the lid is closed."
-#~ msgstr ""
-#~ "Prenosnik ne bo zaspal, če zaprete pokrov, ker to dejanje preprečuje "
-#~ "program.\n"
-#~ "Nekateri prenosniki se lahko pregrejejo, če je pokrov zaprt in so kljub "
-#~ "temu dejavni."
-
-#~ msgid "Your laptop battery is now fully charged"
-#~ msgstr "Baterija prenosnika je sedaj napolnjena"
-
-#~ msgid ""
-#~ "The AC power has been unplugged. The system is now using battery power."
-#~ msgstr ""
-#~ "Omrežna napetost je izključena. Prenosnik sedaj uporablja napetost "
-#~ "baterije."
-
-#~ msgid ""
-#~ "The AC power has been unplugged. The system is now using backup power."
-#~ msgstr ""
-#~ "Omrežna napetost je izključena. Prenosnik sedaj uporablja varnostno "
-#~ "omrežje."
-
-#~ msgid "Visit quirk website"
-#~ msgstr "Obiščite quirk spletno stran"
-
-#~ msgid ""
-#~ "After resume, mate-power-manager will suppress policy actions for a "
-#~ "number of seconds to allow messages to settle and HAL to refresh. "
-#~ "Commonly five seconds is enough while not being so long that the user "
-#~ "gets confused."
-#~ msgstr ""
-#~ "Po nadaljevanju bo mate-power-manager počakal nekaj sekund, da se "
-#~ "ustalijo sporočila in osveži HAL. Ponavadi je dovolj že pet sekund, kar "
-#~ "tudi ni predolgo, da bi se uporabnik zmedel."
-
-#~ msgid "If extra debugging messages should be used"
-#~ msgstr "Ali naj se uporabi dodatno sporočilo razhroščevanja"
-
-#~ msgid ""
-#~ "If extra debugging messages should be used. Only turn this on for "
-#~ "debugging."
-#~ msgstr ""
-#~ "Omogoča, da so uporabljena dodatna sporočila razhroščevanja. Uporaba pri "
-#~ "podrobnem razhroščevanju."
-
-#~ msgid "Number of seconds to suppress policy after resume"
-#~ msgstr "Koliko sekund po nadaljevanju naj traja zakasnitev"
-
-#~ msgid "The invalid timeout for power actions"
-#~ msgstr "Neveljaven časovni zamik za dejanja napajanja."
-
-#~ msgid ""
-#~ "The invalid timeout in ms for power actions. Set this longer if you get "
-#~ "'battery critical' messages when you unplug."
-#~ msgstr ""
-#~ "Neveljaven časovni zamik v ms za dejanja napajanja. Vrednost povečajte, "
-#~ "če pogosto prejmete sporočila o kritični vrednosti baterije med odklopom."
-
-#~ msgid "Device state could not be read at this time"
-#~ msgstr "Stanja baterije v tem trenutku ni mogoče določiti"
-
-#~ msgid "Add related _events"
-#~ msgstr "Dodaj povezane _dogodke"
-
-#~ msgid "Time since startup"
-#~ msgstr "Čas od zagona"
-
-#~ msgid "The message was not sent due to DBUS security rules"
-#~ msgstr "Sporočilo ni bilo poslano zaradi DBUS varnostnih pravil"
-
-#~ msgid "General failure"
-#~ msgstr "Splošna napaka"
-
-#~ msgid "Computer is running on backup power\n"
-#~ msgstr "Računalnik uporablja rezervno energijo\n"
-
-#~ msgid "Computer is running on AC power\n"
-#~ msgstr "Računalnik uporablja napajalnik\n"
-
-#~ msgid "Computer is running on battery power\n"
-#~ msgstr "Računalnik uporablja baterijo\n"
-
-#~ msgid "Battery discharge time is currently unknown\n"
-#~ msgstr "Časa praznjenja baterije trenutno ni mogoče določiti\n"
-
-#~ msgid "Battery charge time is currently unknown\n"
-#~ msgstr "Časa polnjenja baterije trenutno ni mogoče določiti\n"
-
-#~ msgid "Battery discharge time is estimated\n"
-#~ msgstr "Čas praznjenja baterije je določen okvirno\n"
-
-#~ msgid "Battery charge time is estimated\n"
-#~ msgstr "Čas polnjenja baterije je določen okvirno\n"
-
-#~ msgid "Unable to get data..."
-#~ msgstr "Ni mogoče dobiti podatkov ..."
-
-#~ msgid "Reason: %s"
-#~ msgstr "Vzrok: %s"
-
-#~ msgid "On AC"
-#~ msgstr "Napajanje"
-
-#~ msgid "On battery"
-#~ msgstr "Na bateriji"
-
-#~ msgid "Session powersave"
-#~ msgstr "Seja varčevanja energije"
-
-#~ msgid "label shown on graph|Suspend"
-#~ msgstr "Zaustavitev"
-
-#~ msgid "label shown on graph|Resume"
-#~ msgstr "Obnovi"
-
-#~ msgid "label shown on graph|Hibernate"
-#~ msgstr "Hibernacija"
-
-#~ msgid "Notification"
-#~ msgstr "Obvestilo"
-
-#~ msgid "DPMS On"
-#~ msgstr "DPMS vključen"
-
-#~ msgid "DPMS Standby"
-#~ msgstr "dpms pripravljen"
-
-#~ msgid "DPMS Suspend"
-#~ msgstr "DMPS zaustavljen"
-
-#~ msgid "DPMS Off"
-#~ msgstr "DPMS izključen"
-
-#~ msgid "Battery percentage"
-#~ msgstr "Odstotek baterije"
-
-#~ msgid "Battery Voltage"
-#~ msgstr "Napetost baterije"
-
-#~ msgid "Accuracy of reading"
-#~ msgstr "Natančnost branja"
-
-#~ msgid "Trusted"
-#~ msgstr "Varno"
-
-#~ msgid "Untrusted"
-#~ msgstr "Varnost ni overjena"
-
-#~ msgid "Valid data"
-#~ msgstr "Veljavni podatki"
-
-#~ msgid "Extrapolated data"
-#~ msgstr "Ekstrapolirani podatki"
-
-#~ msgid "Stop point"
-#~ msgstr "Končna točka"
-
-#~ msgid "AC adapter inserted"
-#~ msgstr "Napajalnik je vstavljen"
-
-#~ msgid "The laptop lid has been closed"
-#~ msgstr "Pokrov prenosnika je bil zaprt"
-
-#~ msgid "The laptop lid has been re-opened"
-#~ msgstr "Pokrov prenosnika je bil ponovno odprt"
-
-#~ msgid "idle mode ended"
-#~ msgstr "način nedejavnosti končan"
-
-#~ msgid "idle mode started"
-#~ msgstr "način nedejavnosti začet"
-
-#~ msgid "powersave mode started"
-#~ msgstr "zagnan način varčevanja"
-
-#~ msgid "dpms on"
-#~ msgstr "dpms vključen"
-
-#~ msgid "dpms standby"
-#~ msgstr "dpms pripravljen"
-
-#~ msgid "dpms suspend"
-#~ msgstr "dpms zaustavljen"
-
-#~ msgid "dpms off"
-#~ msgstr "dpms izključen"
-
-#~ msgid "Resuming computer"
-#~ msgstr "Povrnitev računalnika"
-
-#~ msgid "Hibernate Problem"
-#~ msgstr "Napaka med hibernacijo"
-
-#~ msgid "Suspend Problem"
-#~ msgstr "Težave pri zaustavitvi"
-
-#~ msgid "Do not daemonize"
-#~ msgstr "Ne zaženi kot ozadnji program"
-
-#~ msgid "Request to reboot"
-#~ msgstr "Zahteva za ponovni zagon"
-
-#~ msgid "Request to shutdown"
-#~ msgstr "Zahteva za ugašanje"
-
-#~ msgid "Action forbidden"
-#~ msgstr "Dejanje je prepovedano"
-
-#~ msgid "Suspend is not available on this computer."
-#~ msgstr "Ustavitev ni mogoča na tem računalniku."
-
-#~ msgid "Suspending computer."
-#~ msgstr "Zaustavljanje računalnika."
-
-#~ msgid "Hibernate is not available on this computer."
-#~ msgstr "Hibernacija na tem računalniku ni na voljo."
-
-#~ msgid "Hibernating computer."
-#~ msgstr "Hiberniranje računalnika."
-
-#~ msgid ""
-#~ "Policy timeout is not valid. Please wait a few seconds and try again."
-#~ msgstr ""
-#~ "Pravilo časovnega zamika ni veljavno. Počakajte nekaj sekund in poskusite "
-#~ "znova."
-
-#~ msgid "Doing nothing."
-#~ msgstr "Ne dela ničesar."
-
-#~ msgid "Shutting down computer."
-#~ msgstr "Ugašanje računalnika."
-
-#~ msgid "MATE interactive logout."
-#~ msgstr "Interaktivna odjava iz MATE."
-
-#~ msgid "System idle."
-#~ msgstr "Sistem je nedejaven."
-
-#~ msgid "a short time"
-#~ msgstr "kratek čas"
-
-#~ msgid "<b>Status:</b> Charged\n"
-#~ msgstr "<b>Stanje:</b> polno\n"
-
-#~ msgid "<b>Status:</b> Charging\n"
-#~ msgstr "<b>Stanje:</b> polnjenje\n"
-
-#~ msgid "<b>Status:</b> Discharging\n"
-#~ msgstr "<b>Stanje:</b> praznjenje\n"
-
-#~ msgid "Laptop batteries"
-#~ msgstr "Baterije prenosnika"
-
-#~ msgid "UPSs"
-#~ msgstr "UPS"
-
-#~ msgid "Wireless mice"
-#~ msgstr "Brezžične miške"
-
-#~ msgid "Wireless keyboards"
-#~ msgstr "Brezžične tipkovnice"
-
-#~ msgid "PDAs"
-#~ msgstr "PDA-ji"
-
-#~ msgid "Cell phones"
-#~ msgstr "Mobilni telefoni"
-
-#~ msgid "MATE Power Statistics"
-#~ msgstr "Mate statistika porabe"
-
-#~ msgid "Charge history"
-#~ msgstr "Zgodovina polnjenja"
-
-#~ msgid "Power history"
-#~ msgstr "Zgodovina porabe"
-
-#~ msgid "Voltage history"
-#~ msgstr "Zgodovina napetosti"
-
-#~ msgid "Estimated time history"
-#~ msgstr "Zgodovina ocenjenega časa"
-
-#~ msgid "Could not connect to MATE Power Manager."
-#~ msgstr "Ni mogoča povezava z upravljalnikom porabe MATE"
-
-#~ msgid ""
-#~ "If niced processes are considered, they can cause a frequency increment "
-#~ "even though their absolute load percentage wouldn't trigger the scaling "
-#~ "mechanism to switch up the frequency."
-#~ msgstr ""
-#~ "Opravila nice lahko povzročijo povečanje frekvence delovanja tudi, če je "
-#~ "odstotek nalaganja sproži postopek spreminjanja velikosti za preklop "
-#~ "frekvence."
-
-#~ msgid "If we should show the CPU frequency scaling in the UI"
-#~ msgstr "Ali naj bo prikazana frekvenca jedra na uporabniškem vmesniku"
-
-#~ msgid ""
-#~ "If we should show the CPU frequency scaling in the UI. Some people need "
-#~ "to configure this for specific systems."
-#~ msgstr ""
-#~ "Ali naj bo prikazana frekvenca jedra na uporabniškem vmesniku. Nekateri "
-#~ "morajo nastavitev prilagoditi posebnostim sistema."
-
-#~ msgid "The cpufreq performance value to use when on AC power"
-#~ msgstr "Vrednost delovanja cpufreq ob uporabi omrežne napetosti"
-
-#~ msgid "The cpufreq performance value to use when on battery power"
-#~ msgstr "Vrednost cpufreq ob uporabi baterije"
-
-#~ msgid ""
-#~ "The cpufreq performance value used to scale the processor when on AC "
-#~ "power."
-#~ msgstr ""
-#~ "Vrednost delovanja cpufreq za razvrščanje procesorske moči pri uporabi "
-#~ "omrežne napetosti."
-
-#~ msgid ""
-#~ "The cpufreq performance value used to scale the processor when on battery "
-#~ "power."
-#~ msgstr ""
-#~ "Vrednost cpufreq za prilagajanje procesorske moči ob uporabi baterije"
-
-#~ msgid "The cpufreq policy to use when on AC power"
-#~ msgstr "Pravila cpufreq pri uporabi napajanja iz omrežne napetosti"
-
-#~ msgid "The cpufreq policy to use when on battery power"
-#~ msgstr "Vrednost cpufreq pravil ob uporabi baterije"
-
-#~ msgid ""
-#~ "The cpufreq policy used to scale the processor when on AC power. Possible "
-#~ "values are ondemand, conservative, powersave, userspace, performance, "
-#~ "nothing."
-#~ msgstr ""
-#~ "Pravilo cpufreq za uravnavanje moči procesorja ob napajanju na "
-#~ "električnem omrežju. Na voljo so možnosti na zahtevo, varčno, ohranjanje "
-#~ "energije, uporabniški prostor, predvajanje in brez vrednosti."
-
-#~ msgid ""
-#~ "The cpufreq policy used to scale the processor when on battery power. "
-#~ "Possible values are ondemand, conservative, powersave, userspace, "
-#~ "performance, nothing."
-#~ msgstr ""
-#~ "Pravilo cpufreq za uravnavanje moči procesorja ob napajanju preko "
-#~ "baterije. Na voljo so možnosti na zahtevo, varčno, ohranjanje energije, "
-#~ "uporabniški prostor, predvajanje in brez vrednosti."
-
-#~ msgid ""
-#~ "The device name for the v4l device used as a brightness sensor backup"
-#~ msgstr "Ime naprave za v4l za pomoč pri zaznavanju svetlobe."
-
-#~ msgid ""
-#~ "The device name for the v4l device used as a brightness sensor backup. A "
-#~ "value of 'default' uses the first discovered sensor, or devices can be "
-#~ "specified, e.g. '/dev/video0'"
-#~ msgstr ""
-#~ "Ime naprave za v4l za pomoč pri zaznavanju svetlobe. Privzeta rednost "
-#~ "uporablja prvi odkriti senzor ali napravo; primer '/dev/video0'"
-
-#~ msgid ""
-#~ "Whether or not niced processes should be considered on processor load "
-#~ "calculation"
-#~ msgstr "Ali naj bodo postopki 'nice' zaznani med jedrnimi opravili."
-
-#~ msgid "Computer sp_eed policy:"
-#~ msgstr "Pravila _hitrosti računalnika:"
-
-#~ msgid "Based on processor load"
-#~ msgstr "Na osnovi obremenitve procesorja"
-
-#~ msgid "Automatic power saving"
-#~ msgstr "Samodejno varčevanje z energijo"
-
-#~ msgid "Maximum power saving"
-#~ msgstr "Največje varčevanje"
-
-#~ msgid "Always maximum speed"
-#~ msgstr "Vedno največje varčevanje"
diff --git a/po/uk.po b/po/uk.po
index 77bb530..a2e1c6c 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -1,148 +1,148 @@
-# Ukrainian translation of mate-power-manager
-# Copyright (C) 2005 Free Software Foundation, Inc.
-# Maxim Dziumanenko <[email protected]>, 2005-2010
-# wanderlust <[email protected]>, 2009.
-msgid ""
-msgstr ""
-"Project-Id-Version: mate-power-manager\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-26 18:02+0200\n"
-"PO-Revision-Date: 2010-03-26 10:23+0300\n"
-"Last-Translator: Maxim Dziumanenko <[email protected]>\n"
-"Language-Team: Ukrainian <[email protected]>\n"
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Koljan1970 <[email protected]>, 2013
+# zubr139 <[email protected]>, 2012
+# zubr139 <[email protected]>, 2012
+msgid ""
+msgstr ""
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-06-16 10:29+0000\n"
+"Last-Translator: Koljan1970 <[email protected]>\n"
+"Language-Team: Ukrainian (http://www.transifex.com/projects/p/MATE/language/uk/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
-"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Language: uk\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-#: ../applets/brightness/brightness-applet.c:105
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "Аплет менеджера живлення для керування яскравістю"
-#: ../applets/brightness/brightness-applet.c:106
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "Змінює яскравість екрану ноутбуку."
-#: ../applets/brightness/brightness-applet.c:359
-#: ../applets/inhibit/inhibit-applet.c:358
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
-msgstr "Не вдається з'єднатись з mate-power-manager"
+msgstr "Не вдається з'єднатися з mate-power-manager"
-#: ../applets/brightness/brightness-applet.c:361
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "Не вдається отримати значення яскравості екрану"
-#: ../applets/brightness/brightness-applet.c:363
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "Яскравість LCD : %d%%"
-#: ../applets/brightness/brightness-applet.c:748
-#: ../applets/inhibit/inhibit-applet.c:427
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
-msgstr ""
-"Ця програма розповсюджується на умовах GNU General Public License Version 2"
+msgstr "Ця програма розповсюджується на умовах GNU General Public License Version 2"
-#: ../applets/brightness/brightness-applet.c:749
-#: ../applets/inhibit/inhibit-applet.c:428
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"\"Менеджер живлення є вільною програмою; дозволяється \"\"розповсюджувати та/"
-"або змінювати її на умовах ліцензії GNU General Public \"\"License, що "
-"опублікована Free Software Foundation; версії 2 цієї ліцензії, \"\"або (на "
-"за вашим бажанням) будь-якої старшої версії.\""
+msgstr "\"Менеджер живлення є вільною програмою; дозволяється \"\"розповсюджувати та/або змінювати її на умовах ліцензії GNU General Public \"\"License, що оголошена Free Software Foundation; версії 2 цієї ліцензії, \"\"або (на за вашим бажанням) будь-якої старшої версії.\""
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"Менеджер живлення поширюється з надією, що він буде корисним,\n"
-"але БЕЗ БУДЬ-ЯКИХ ГАРАНТІЙ; навіть без гарантії КОРИСНОСТІ\n"
-"чи ПРИДАТНОСТІ ДЛЯ ПЕВНОЇ КОНКРЕТНОЇ МЕТИ. Дивіться\n"
-"GNU General Public License для отримання детальнішої інформації."
+msgstr "Менеджер живлення поширюється з надією, що він буде корисним,\nале БЕЗ БУДЬ-ЯКИХ ГАРАНТІЙ; навіть без гарантії КОРИСНОСТІ\nчи ПРИДАТНОСТІ ДЛЯ ПЕВНОЇ КОНКРЕТНОЇ МЕТИ. Дивіться\nGNU General Public License для отримання детальнішої інформації."
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"\"Ви мали отримати копію GNU General Public License разом з цією програмою; "
-"\"\"якщо це не так, напишіть у Free Software Foundation, Inc., 59 Temple "
-"Place - \"\"Suite 330, Boston, MA 02111-1307, USA.\""
+msgstr "\"Ви мали отримати копію GNU General Public License разом з цією програмою; \"\"якщо це не так, напишіть у Free Software Foundation, Inc., 59 Temple Place - \"\"Suite 330, Boston, MA 02111-1307, USA.\""
-#: ../applets/brightness/brightness-applet.c:771
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
-msgstr "Copyright © 2006 Benjamin Canou"
+msgstr "Авторське право © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "Змінює яскравість екрану ноутбуку"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "_Про програму"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "Аплет зміни яскравості"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "_Довідка"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "Фабрика аплету зміни яскравості"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "Фабрика аплету зміни яскравості"
-#: ../applets/inhibit/inhibit-applet.c:91
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "Аплет зміни яскравості"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "Змінює яскравість екрану ноутбуку"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "Аплет стримування зберігання живлення"
-#: ../applets/inhibit/inhibit-applet.c:92
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
-msgstr ""
-"Дозволяє користувачу притримувати автоматичний запуск збереження енергії."
+msgstr "Дозволяє користувачу притримувати автоматичний запуск збереження енергії."
-#: ../applets/inhibit/inhibit-applet.c:361
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "Автоматичне засипання вимкнено "
-#: ../applets/inhibit/inhibit-applet.c:363
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "Автоматичне засипання увімкнено"
-#: ../applets/inhibit/inhibit-applet.c:391
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "Ручне стримання"
-#: ../applets/inhibit/inhibit-applet.c:450
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
-msgstr "Copyright © 2006-2007 Richard Hughes"
+msgstr "Авторське право © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr ""
-"Дозволяє користувачу притримувати автоматичний запуск збереження енергії"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "Фабрика аплету стримування"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "Аплет стримування зберігання живлення"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
-msgstr "Аплет АвтоСтримування"
+msgstr "Аплет Автостримування"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "Фабрика аплету стримування"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "Дозволяє користувачу притримувати автоматичний запуск збереження енергії"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -152,918 +152,837 @@ msgstr "Менеджер живлення"
msgid "Power management daemon"
msgstr "Служба керування живленням"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "Дозволити керувати яскравістю заднього підсвічення"
-
-#: ../data/mate-power-manager.schemas.in.h:2
-msgid "Battery critical low action"
-msgstr "Дія при критичному розряді акумулятора"
-
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "Перед засипанням перевіряти завантаження CPU"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr ""
-"Зменшувати яскравість після періоду неактивності при живленні від мережі"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr ""
-"Зменшувати яскравість після періоду неактивності при живленні від акумулятора"
-
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"Показ параметрів у значку області сповіщення. Доступні параметри \"never"
-"\"(ніколи), \"low\"(низький), \"critical\"(критичні), \"charge\"(заряд), "
-"\"present\"(поточні) та \"always\"(завжди)."
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "Дія при натисканні кнопки сну"
-
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr ""
-"Чи відображатиметься повідомлення сповіщення після помилки призупинення чи "
-"переходу у режим сну."
-
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr "Чи відображатиметься повідомлення про повний заряд акумулятора."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "Дія при неактивності: \"hibernate\"(режим сну), \"suspend\"(призупиняти), або \"nothing\" нічого не робити"
-#: ../data/mate-power-manager.schemas.in.h:10
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr "Чи відображатиметься повідомлення про низький заряд акумулятора."
-
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr "Чи показувати пункти параметрів та статистики у контекстному меню"
-
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "Чи використовувати динамік PC"
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "Тип призупинення комп’ютера після періоду бездіяльності."
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr ""
-"Чи використовувати динамік PC для сигналізації низького рівня живлення, або "
-"коли запити стримування зупиняють заплановану дію."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "Дія при критичній розрядці акумулятора"
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr ""
-"Чи слід перевіряти завантаження ЦП перед зміною режиму роботи про простої."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "Дія, що виконується при критичному рівні заряду акумулятора."
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
"If the battery event should occur when the lid is shut and the power "
"disconnected"
-msgstr ""
-"Чи генерувати подію акумулятора при закриванні кришки ноутбуку та вимиканні "
-"джерела живлення"
+msgstr "Чи генерувати подію акумулятора при закриванні кришки ноутбуку та вимиканні джерела живлення"
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
"If the battery lid close event should occur (for example 'Suspend when lid "
"closed on battery') when the lid is previously shut and the AC power "
"disconnected at a later time."
-msgstr ""
-"Чи генерувати подію закривання кришки ноутбуку (наприклад 'Призупиняти при "
-"закриванні кришки при живленні від акумулятора'), коли кришка була закрита, "
-"а джерело живлення було вимкнене пізніше."
+msgstr "Чи генерувати подію закривання кришки ноутбуку (наприклад 'Призупиняти при закриванні кришки при живленні від акумулятора'), коли кришка була закрита, а джерело живлення було вимкнене пізніше."
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr ""
-"Чи слід використовувати досліджений профіль, для обліку часу, що залишився"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "дія при критично низькому заряді UPS"
-#: ../data/mate-power-manager.schemas.in.h:18
-msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
-msgstr ""
-"Чи слід використовувати досліджений профіль, для обліку часу, що залишився. "
-"Вмикайте лише для налагодження."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "Дія, що виконується при критичному рівні заряду UPS."
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr ""
-"Чи вмикати режим низького споживання енергії при живленні від електромережі"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "Дія при критично низькому рівні живлення UPS"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr ""
-"Чи вмикати режим низького споживання енергії при живленні від акумулятора"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "Дія, що виконується при розряженому UPS."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "Дозволяє керувати яскравістю підсвічування"
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
"If the screen brightness should be changed when switching between AC and "
"battery power."
-msgstr ""
-"Чи слід змінювати яскравість екрану при перемиканні живлення між "
-"акумулятором та електромережею."
-
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
-msgstr ""
-"Чи зменшувати яскравість екрану для збереження енергії коли комп'ютер у "
-"стані очікування при живленні від електромережі."
+msgstr "Чи слід змінювати яскравість екрану при перемиканні живлення між акумулятором та електромережею."
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
-msgstr ""
-"Чи зменшувати яскравість екрану для збереження енергії коли комп'ютер у "
-"стані очікування при живленні від акумулятора."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "Зменшувати яскравість підсвічування при живленні від акумулятора"
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
"If the screen should be reduced in brightness when the computer is on "
"battery power."
-msgstr ""
-"Чи зменшувати яскравість екрану для збереження енергії при живленні від "
-"акумулятора."
+msgstr "Чи зменшувати яскравість екрану для збереження енергії при живленні від акумулятора."
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr ""
-"Чи вмикати режим низького споживання енергії при живленні від електромережі."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "Яскравість екрану у стані простою"
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr ""
-"Чи вмикати режим низького споживання енергії при живленні від акумулятора."
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "Значення яскравості панелі ноутбука при простої сеансу. Діє лише коли встановлено ключ use-time-for-policy."
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr "Чи сповіщати користувача при від'єднанні від електромережі."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "Зменшувати яскравість після періоду неактивності при живленні від акумулятора"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"Чи використовувати сповіщення про час. При значенні false, використовуються "
-"відсотки заряду акумулятора, що може виправити проблему із зіпсованими ACPI "
-"BIOS."
-
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr ""
-"Чи відображати попередження при низький заряд акумулятора для зіпсованого "
-"акумулятора"
-
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr ""
-"Чи відображати попередження при низький заряд акумулятора для зіпсованого "
-"акумулятора."
-
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr "Чи відображати попередження при відмові акумулятора"
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "Чи зменшувати яскравість екрану для збереження енергії коли комп'ютер у стані очікування при живленні від акумулятора."
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr ""
-"Чи відображати попередження при відмові акумулятора. Якщо ви знаєте, що "
-"акумулятор справний, встановіть значення Хибність(false)."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "Типовий проміжок часу для згасання екрану при простої"
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "Яскравість LCD при живленні від електромережі"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "Типовий проміжок часу для згасання екрану при простої."
-#: ../data/mate-power-manager.schemas.in.h:34
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
msgid "LCD dimming amount when on battery"
msgstr "Згасання LCD при живленні від акумулятора"
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "Дія при закриванні кришки ноутбуку при живленні від акумулятора"
-
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr "Дія при закриванні кришки ноутбуку при живленні від електромережі"
-
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "Блокувати в'язку ключів MATE при призупиненні"
-
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "Блокувати екран при переході у режим сну"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "Величина згасання яскравості дисплею при живленні від акумулятора. Можливі значення від 0 до 100. "
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "Lock screen on suspend"
-msgstr "Блокувати екран при призупиненні"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "Зменшувати яскравість після періоду неактивності при живленні від мережі"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "Блокувати екран при активації зберігання екрану"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "Чи зменшувати яскравість екрану для збереження енергії коли комп'ютер у стані очікування при живленні від електромережі."
-#: ../data/mate-power-manager.schemas.in.h:41
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
msgid "Method used to blank screen on AC"
msgstr "Метод згасання екрану при живленні від електромережі"
-#: ../data/mate-power-manager.schemas.in.h:42
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "Метод DPMS, що використовується при очистці екрану при живленні від мережі."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
msgid "Method used to blank screen on battery"
msgstr "Метод згасання екрану при живленні від акумулятора"
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "Сповіщати при низькому рівні живлення"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "Метод DPMS, що використовується при очистці екрану при живленні від акумулятора."
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "Сповіщати при помилці переходу у режим сну"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "Яскравість LCD при живленні від електромережі"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "Сповіщати при вимиканні джерела живлення"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "Яскравість дисплею при живленні від мережі. Можливі значення: від 0.0 до 100.0."
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "Сповіщати про повне перезарядження акумулятора"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "Дія кнопки призупинення"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "Дія, що виконується по відсотку заряду"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "Дія, що виконується при натиснутій кнопці режиму очікування."
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "Відсоток заряду вважається критичним"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "Дія при натисканні кнопки сну"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "Відсоток заряду вважається низьким"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "Дія, що виконується при натиснутій кнопці режиму гібернації."
-#: ../data/mate-power-manager.schemas.in.h:50
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
msgid "Power button action"
msgstr "Дія кнопки живлення"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "Зменшувати яскравість підсвічення при живленні від акумулятора"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "Дія, що виконується при натиснутій кнопці живлення."
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Seconds of inactivity to spin down when on AC"
-msgstr ""
-"Час бездіяльності у секундах для зупинки дисків при живленні від "
-"електромережі"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "Дія при закриванні кришки ноутбуку при живленні від акумулятора"
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Seconds of inactivity to spin down when on battery"
-msgstr ""
-"Час бездіяльності у секундах для зупинки дисків при живленні від акумулятора"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "Дія, що виконується при закриванні панелі ноутбука, що живиться від акумулятора."
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr "Інтервал часу до переходу у режим сну при живленні від електромережі"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "Дія при закриванні кришки ноутбуку при живленні від електромережі"
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr "Інтервал часу до переходу у режим сну при живленні від UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "Дія, що виконується при закриванні панелі ноутбука, що живиться від мережі."
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "Інтервал часу до переходу у режим сну при живленні від акумулятора"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "Чи сповіщати про час, а не відсотки"
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr "Інтервал часу до засипання дисплея при живленні від електромережі"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "Чи використовувати сповіщення про час. При значенні false, використовуються відсотки заряду акумулятора, що може виправити проблему із зіпсованими ACPI BIOS."
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr "Інтервал часу до засипання дисплея при живленні від UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "Перед засипанням перевіряти завантаження CPU"
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr "Інтервал часу до засипання дисплею при живленні від акумулятора"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "Чи слід перевіряти завантаження ЦП перед зміною режиму роботи про простої."
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "Дія на кнопку призупинення"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "Чи повинен NetworkManager розривати з’єднання при переході у режим сну."
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"Метод DPMS, що використовується для згасання екрану при живленні від "
-"зовнішнього джерела. Можливі значення \"standby\"(очікування), \"suspend"
-"\"(призупинення) та \"off\"(вимкнено)."
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "Чи слід вимикати NetworkManager перед призупиненням чи переходом у режим сну, а також при вмикати при NetworkManager при виході з режиму сну."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "Використовувати параметр блокування від mate-screensaver"
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"Метод DPMS, що використовується для згасання екрану при живленні від "
-"акумулятора. Можливі значення \"standby\"(очікування), \"suspend"
-"\"(призупинення) та \"off\"(вимкнено)."
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "Чи використовувати параметр блокування екрану mate-screensaver при прийнятті рішення про блокування екрану при виході з режиму сну, призупинення чи згасання екрану."
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "The URI to show to the user on sleep failure"
-msgstr "URI, який показується при помилках переходу у режим сну"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "Блокувати екран при активації зберігання екрану"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Дія, що виконується при критично низькому рівні заряду UPS. Можливі значенні "
-"\"hibernate\"(режим сну), \"suspend\"(призупинити), \"shutdown\"(вимкнути) "
-"та \"nothing\"(немає)."
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "Чи блокувати екран при вимиканні. Використовується лише у випадку, якщо не встановлено параметр lock-use-screensaver."
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Дія, що виконується при критично низькому рівні заряду UPS. Можливі значенні "
-"\"hibernate\"(режим сну), \"suspend\"(призупинити), \"shutdown\"(вимкнути) "
-"та \"nothing\"(немає)."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "Блокувати екран при призупиненні"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"Дія, що виконується при критично низькому рівні заряду акумулятора. Можливі "
-"значенні \"hibernate\"(режим сну), \"suspend\"(призупинити), \"shutdown"
-"\"(вимкнути) та \"nothing\"(немає)."
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "Чи блокувати екран після відновлення комп’ютера з режиму очікування. Використовується лише у випадку, якщо не встановлено параметр lock-use-screensaver."
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
-msgstr ""
-"Дія, що виконується при закриванні кришки ноутбуку та живленні від "
-"електромережі. Можливі значенні \"suspend\"(призупинити), \"hibernate"
-"\"(режим сну), \"blank\"(гасити екран) та \"nothing\"(немає)."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "Блокувати екран при переході у режим сну"
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
-msgstr ""
-"Дія, що виконується при закриванні кришки ноутбуку та живленні від "
-"акумулятора. Можливі значенні \"suspend\"(призупинити), \"hibernate\"(режим "
-"сну), \"blank\"(гасити екран) та \"nothing\"(немає)."
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "Чи блокувати екран після відновлення комп’ютера з режиму сну. Використовується лише у випадку, якщо не встановлено параметр lock-use-screensaver."
-#: ../data/mate-power-manager.schemas.in.h:69
-msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"Дія, що виконується при натисканні кнопки сну. Можливі значення \"suspend"
-"\"(призупинити), \"hibernate\"(режим сну), \"interactive\"(інтерактивно), "
-"\"shutdown\"(вимкнути) та \"nothing\"(немає)."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "Блокувати в'язку ключів MATE при призупиненні"
-#: ../data/mate-power-manager.schemas.in.h:70
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
-msgstr ""
-"Дія, що виконується при натисканні кнопки вмикання живлення. Можливі "
-"значення \"suspend\"(призупинити), \"hibernate\"(режим сну), \"interactive"
-"\"(інтерактивно), \"shutdown\"(вимкнути) та \"nothing\"(нічого)."
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "Чи в'язка ключів MATE блокується перед переходом комп'ютера у режим сну. Це означає, що в'язка ключів має бути розблокована після пробудження."
-#: ../data/mate-power-manager.schemas.in.h:71
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"Дія, що відбувається при натисканні кнопки призупинення системи. Можливі "
-"значення \"suspend\"(призупинити), \"hibernate\"(режим сну), \"interactive"
-"\"(інтерактивна), \"shutdown\"(вимкнути) та \"nothing\"(нічого)."
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "Чи в'язка ключів MATE заблокована перед переходом у стан сну. Це означає, що в'язку ключів буде потрібно розблокувати після поновлення роботи."
-#: ../data/mate-power-manager.schemas.in.h:72
-msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
-msgstr ""
-"Період у секундах, перш ніж дисплей перейде у режим сну при живленні від "
-"електромережі."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "Чи вмикати режим низького споживання енергії при живленні від електромережі"
-#: ../data/mate-power-manager.schemas.in.h:73
-msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Період у секундах, перш ніж комп'ютер перейде у режим сну при живленні від "
-"електромережі."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "Чи вмикати режим низького споживання енергії при живленні від електромережі."
-#: ../data/mate-power-manager.schemas.in.h:74
-msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
-msgstr ""
-"Період у секундах, перш ніж комп'ютер перейде у режим сну при живленні від "
-"UPS."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "Чи вмикати режим низького споживання енергії при живленні від акумулятора"
-#: ../data/mate-power-manager.schemas.in.h:75
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
-msgstr ""
-"Час у секундах перш ніж дисплей перейде у режим сну при живленні комп'ютера "
-"від UPS."
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "Чи вмикати режим низького споживання енергії при живленні від акумулятора."
-#: ../data/mate-power-manager.schemas.in.h:76
-msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
-msgstr ""
-"Час у секундах перш ніж комп'ютер перейде у режим сну при живленні "
-"комп'ютера від акумулятора."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr "Час бездіяльності у секундах для зупинки дисків при живленні від електромережі"
-#: ../data/mate-power-manager.schemas.in.h:77
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
-msgstr ""
-"Час у секундах перш ніж дисплей перейде у режим сну при живленні комп'ютера "
-"від акумулятора."
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "Час бездіяльності (у секундах) після якого призупиняти диски при живленні від електромережі."
-#: ../data/mate-power-manager.schemas.in.h:78
-msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
-msgstr ""
-"Величина згасання яскравості дисплею при живленні від акумулятора. Можливі "
-"значення від 0 до 100. "
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr "Час бездіяльності у секундах для зупинки дисків при живленні від акумулятора"
-#: ../data/mate-power-manager.schemas.in.h:79
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
-msgstr ""
-"Яскравість дисплею при живленні від електромережі. Можливі значення між 0 та "
-"100."
-
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "Яскравість екрану у стані простою"
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "Час бездіяльності (у секундах) після якого призупиняти диски при живленні від акумулятора."
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr "Типовий проміжок часу для згасання екрану при простої"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "Чи показувати попередження при відмові акумулятора"
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr "Типовий проміжок часу для згасання екрану при простої."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
+msgid ""
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "Чи показувати попередження при відмові акумулятора. Якщо ви знаєте, що акумулятор справний, встановіть значення Хибність(false)."
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version."
-msgstr "Версія типової конфігурації."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "Чи показувати попередження при низький заряд акумулятора для зіпсованого акумулятора"
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "Типовий тип графіку для відображення у вікні статистики"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "Чи показувати попередження при низький заряд акумулятора для зіпсованого акумулятора."
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr "Типовий тип графіку для відображення у вікні статистики."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "Сповіщати при вимиканні джерела живлення"
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "Максимальна тривалість, що відображаються на вісі Х."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "Чи сповіщати користувача при від'єднанні від електромережі."
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "Максимальний час, що відображається на графіку"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "Сповіщати про повне перезарядження акумулятора"
-#: ../data/mate-power-manager.schemas.in.h:88
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr ""
-"Час бездіяльності (у секундах) після якого призупиняти диски при живленні "
-"від електромережі."
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "Чи показуватиметься повідомлення про повний заряд акумулятора."
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
-msgstr ""
-"Час бездіяльності (у секундах) після якого призупиняти диски при живленні "
-"від акумулятора."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "Сповіщати при помилці переходу у режим сну"
-#: ../data/mate-power-manager.schemas.in.h:90
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
-msgstr ""
-"Відсоток заряду акумулятора, який розглядається як критичний. Значення "
-"дійсне лише якщо use_time_for_policy має значення false."
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "Чи показуватиметься повідомлення сповіщення після помилки призупинення чи переходу у режим сну."
-#: ../data/mate-power-manager.schemas.in.h:91
-msgid ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
-msgstr ""
-"Відсоток заряду акумулятора, який розглядається як низький. Значення дійсне "
-"лише якщо use_time_for_policy має значення false."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "URI, який показується при помилках переходу у режим сну"
-#: ../data/mate-power-manager.schemas.in.h:92
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"Відсоток заряду акумулятора при якому виконується критична дія. Значення "
-"дійсне лише якщо use_time_for_policy має значення false."
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "При помилці переходу у режим сну, користувачу може виводитися кнопка, що допоможе виправити ситуацію. Залиште поле порожнім, якщо кнопку не слід виводити."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "Сповіщати при низькому рівні живлення"
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Час роботи акумулятора, що залишився у секундах, при якому виконується "
-"критична дія. Значення дійсне лише якщо use_time_for_policy має значення "
-"false."
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "Чи показуватиметься повідомлення про низький заряд акумулятора."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "Чи показувати пункти історії даних"
-#: ../data/mate-power-manager.schemas.in.h:94
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Час роботи акумулятора, що залишився у секундах, при якому він вважається "
-"критичним. Значення дійсне лише якщо use_time_for_policy має значення false."
+"Whether we should show the history data points in the statistics window."
+msgstr "Чи показувати пункти історії даних у вікні статистики."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "Чи згладжувати історію даних"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "Чи згладжувати історію даних на графіку."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "Типовий тип графіку для історії"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "Типовий тип графіку у вікні історії"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "Максимальний час що показується для історії"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
-msgstr ""
-"Час роботи акумулятора, що залишився у секундах, при якому він вважається "
-"низьким. Значення дійсне лише якщо use_time_for_policy має значення false."
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "Максимальна тривалість часу по осі X графіку історії."
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "Час, що залишається до виконання дії"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "Чи показувати точки даних статистики"
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "Час, що залишився при якому встановлюється стан критичний"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "Чи показувати точки даних статистики у вікні статистики."
-#: ../data/mate-power-manager.schemas.in.h:98
-msgid "The time remaining when low"
-msgstr ""
-"Час, що залишився при якому встановлюється стан критичний низький заряд"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "Чи згладжувати статистичні дані"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "Чи згладжувати статистичні дані на графіку."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "Типовий тип графіку для статистики"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr "Типовий тип показуваного графіку у вікні статистики."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "Типове значення номеру сторінки"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr ""
-"Засипання якого типу відбувається при неактивності комп'ютера. Можливі "
-"значення \"hibernate\"(режим сну), \"suspend\"(призупинення) та \"nothing"
-"\"(нічого)."
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "Типове значення номеру сторінки, що використовується для повернення фокусу для потрібної сторінки."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "ID для останнього обраного пристрою"
-#: ../data/mate-power-manager.schemas.in.h:100
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"Версія встановленої схеми. Не змінюйте це значення, воно використовується "
-"для виявлення змін між версіями."
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "Ідентифікатор останнього пристрою, що використовується для повернення фокусу для потрібного пристрою."
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "Відсоток заряду вважається низьким"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"Яскравість екрану ноутбуку, яка встановлюється у стані простою. Діє, лише "
-"якщо use_time_for_policy має значення true."
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
+msgstr "Відсоток заряду акумулятора, що сприймається як низький. Дійсний лише якщо не встановлено параметр use-time-for-policy."
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "дія при критично низькому заряді UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "Відсоток заряду вважається критичним"
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "Дія при критично низькому рівні живлення UPS"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
+msgid ""
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr "Відсоток заряду акамулятора, що сприймається як критичний. Параметр дійсний лише у тому випадку, якщо не встановлено ключ use-time-for-policy."
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "Використовувати параметр блокування від mate-screensaver"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "Дія, що виконується по відсотку заряду"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-msgstr ""
-"При помилці переходу у режим сну, користувачу може виводитись кнопка, що "
-"допоможе виправити ситуацію. Залиште поле порожнім, якщо кнопку не слід "
-"виводити."
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr "Відсоток заряду акумулятора, при якому виконується критична дія. Дійсний лише якщо не встановлено параметр use-time-for-policy."
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "Коли відображати значок сповіщення"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
+msgid "The time remaining when low"
+msgstr "Час, що залишився при якому встановлюється стан критичний низький заряд"
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep."
-msgstr "Чи слід вмикати та вимикати NetworkManager при переході у режим сну."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
+msgid ""
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "Час роботи на акумуляторі, що залишився у секундах, що сприймається як низький. Дійсно лише у випадку, коли встановлено параметр use-time-for-policy."
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "Час, що залишився при якому встановлюється стан критичний"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr ""
-"Чи слід вимикати NetworkManager перед призупиненням чи переходом у режим "
-"сну, а також при вмикати при NetworkManager при виході з режиму сну."
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "Час роботи на акумуляторі, що залишився у секундах, що сприймається як критичний. Дійсно лише у випадку, коли встановлено параметр use-time-for-policy."
-#: ../data/mate-power-manager.schemas.in.h:109
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "Час, що залишається до виконання дії"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr ""
-"Чи в'язка ключів MATE заблокована перед переходом у стан сну. Це означає, "
-"що в'язку ключів буде потрібно розблокувати після поновлення роботи."
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "Час роботи на акамуляторі, що залишився у секундах, коли виконується критична дія. Дійсно лише у випадку, коли встановлено параметр use-time-for-policy."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "Інтервал часу до переходу у режим сну при живленні від акумулятора"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr ""
-"Чи в'язка ключів MATE блокується перед переходом комп'ютера у режим сну. Це "
-"означає, що в'язка ключів має бути розблокована після пробудження."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "Час у секундах перш ніж комп'ютер перейде у режим сну при живленні комп'ютера від акумулятора."
-#: ../data/mate-power-manager.schemas.in.h:111
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "Інтервал часу до переходу у режим сну при живленні від електромережі"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"Чи блокувати екран коли комп'ютер виходить з режиму сну. Використовується "
-"лише коли lock_use_screensaver_settings має значення false."
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "Період у секундах, перш ніж комп'ютер перейде у режим сну при живленні від електромережі."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "Інтервал часу до переходу у режим сну при живленні від UPS"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"Чи блокувати екран коли комп'ютер виходить з режиму призупинення. "
-"Використовується лише коли lock_use_screensaver_settings має значення false."
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "Період у секундах, перш ніж комп'ютер перейде у режим сну при живленні від UPS."
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "Інтервал часу до засипання дисплея при живленні від електромережі"
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"Чи блокувати екран при вимиканні екрану. Використовується лише якщо "
-"lock_use_screensaver_settings має значення Хибність(false)."
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "Період у секундах, перш ніж дисплей перейде у режим сну при живленні від електромережі."
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr ""
-"Дія при неактивності: \"hibernate\"(режим сну), \"suspend\"(призупиняти), "
-"або \"nothing\" нічого не робити"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "Інтервал часу до засипання дисплею при живленні від акумулятора"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"Чи використовувати параметр блокування екрану mate-screensaver при "
-"прийнятті рішення про блокування екрану при виході з режиму сну, "
-"призупинення чи згасання екрану."
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "Час у секундах перш ніж дисплей перейде у режим сну при живленні комп'ютера від акумулятора."
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "Чи сповіщати про час, а не відсотки"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "Інтервал часу до засипання дисплея при живленні від UPS"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "Чи слід відображати позначки на вісях графіку у вікні статистики"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "Час у секундах перш ніж дисплей перейде у режим сну при живленні комп'ютера від UPS."
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "Чи слід відображати позначки на вісях графіку у вікні статистики."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "Чи використовувати динамік PC"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "Чи слід відображати події у вікні статистики"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "Чи використовувати динамік PC для сигналізації низького рівня живлення, або коли запити стримування зупиняють заплановану дію."
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "Чи слід відображати події у вікні статистики."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "Чи показувати пункти параметрів та статистики у контекстному меню"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "Чи слід згладжувати графік"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "Коли відображати значок сповіщення"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "Чи слід згладжувати графік."
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "Показати опції для піктограми сповіщення."
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "Налаштовування керування живленням"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "Керування живленням"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "Стеження за керування живленням"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "Налаштовування керування живленням"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1044
-#: ../src/gpm-statistics.c:1517
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "Статистика живлення"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "Стеження за керування живленням"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "Яскравість"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "Тривалість:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:206
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "Подробиці"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "Тип графіку:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "Історія"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "Тривалість:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "Пробуджень процесора за секунду:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "Відсутні дані."
+
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "Використовувати згладжування"
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "Показувати відлік"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "Історія"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "Статистика"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "Відсутні дані."
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "Пробуджень процесора за секунду:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "Використовувати згладжування"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:192
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "Пробудження"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "Параметри менеджера живлення"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>Дії</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "Переводити _комп'ютер у режим сну через:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "При закриванні екрану _ноутбуку:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "З_упиняти вінчестери, якщо є можливість"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>Дисплей</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>Область сповіщення</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "Переводити _екран у режим сну через:"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "Закриває програму"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "_Яскравість дисплею:"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "Дисплей з_гасає під час простою"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "Загальне"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "Зробити типовим"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "Електромережа"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "Акумулятор"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "UPS"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "При низькому заряді _акумулятора:"
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "Відображати значок лише за наявності _акумулятора"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "З_меншувати яскравість заднього підсвічення"
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "Відображати значок лише при заряджанні чи _розряджанні"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "Акумулятор"
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "Параметри менеджера живлення"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "При _низькому заряді UPS:"
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "Надає довідку до цієї програми"
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
+msgid "When UPS power is _critically low:"
+msgstr "При к_ритично низькому заряді UPS:"
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "Переводити _екран у режим сну через:"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "UPS"
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "Переводити _комп'ютер у режим сну через:"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "При натисканні _кнопки живлення:"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "_Яскравість дисплею:"
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
+msgid "When the _suspend button is pressed:"
+msgstr "При натисканні кнопки _призупинення:"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "Встановлює політику, що використовується усіма користувачами"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>Область сповіщення</b>"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "З_упиняти вінчестери, якщо є можливість"
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
+msgid "_Never display an icon"
+msgstr "_Ніколи не виводити піктограму"
-#: ../data/gpm-prefs.ui.h:20
-msgid "When UPS power is _critically low:"
-msgstr "При к_ритично низькому заряді UPS:"
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
+msgid "_Only display an icon when battery power is low"
+msgstr "Показувати _лише при критично низькому заряді"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "При _низькому заряді UPS:"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "Показувати піктограму лише при заряджанні чи _розряджанні"
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "При низькому заряді _акумулятора:"
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "Показувати піктограму лише за наявності _акумулятора"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "При закриванні екрану _ноутбуку:"
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "Зав_жди виводити піктограму"
-#: ../data/gpm-prefs.ui.h:24
-msgid "When the _suspend button is pressed:"
-msgstr "При натисканні кнопки _призупинення:"
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "Загальне"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "При натисканні _кнопки живлення:"
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "Надає довідку до цієї програми"
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "Зав_жди виводити значок"
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "Зробити типовим"
-#: ../data/gpm-prefs.ui.h:27
-msgid "_Never display an icon"
-msgstr "_Ніколи не виводити значок"
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "Встановлює політику, що використовується усіма користувачами"
-#: ../data/gpm-prefs.ui.h:28
-msgid "_Only display an icon when battery power is low"
-msgstr "Показувати _лише при критично низькому заряді"
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "Закриває програму"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "З_меншувати яскравість заднього підсвічення"
+#. command line argument
+#: ../src/gpm-backlight-helper.c:162
+msgid "Set the current brightness"
+msgstr "Встановити значення поточної яскравості"
+
+#. command line argument
+#: ../src/gpm-backlight-helper.c:165
+msgid "Get the current brightness"
+msgstr "Отримати значення поточної яскравості"
+
+#. command line argument
+#: ../src/gpm-backlight-helper.c:168
+msgid "Get the number of brightness levels supported"
+msgstr "Отримати підтримувану кількість рівнів яскравості"
+
+#. TRANSLATORS: tool that is used when copying profiles system-wide
+#: ../src/gpm-backlight-helper.c:183
+msgid "MATE Power Manager Backlight Helper"
+msgstr "Помічник керування підсвічуванням диспетчера живлення MATE"
+
+#. TRANSLATORS: user did not specify valid options
+#: ../src/gpm-backlight-helper.c:191
+msgid "No valid option was specified"
+msgstr "Не вказано жодного припустимого параметру"
+
+#. TRANSLATORS: no backlights found
+#: ../src/gpm-backlight-helper.c:200
+msgid "No backlights were found on your system"
+msgstr "У системі не знайдено засобів підсвічування"
+
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:211
+msgid "Could not get the value of the backlight"
+msgstr "Не вдалося отримати значення підсвітки"
+
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:229
+msgid "Could not get the maximum value of the backlight"
+msgstr "Не вдалося встановити максимальне значення підсвічування"
+
+#. TRANSLATORS: only able to install profiles as root
+#: ../src/gpm-backlight-helper.c:246
+msgid "This program can only be used by the root user"
+msgstr "Цією програмою може користуватися лише користувач root"
+
+#. TRANSLATORS: the program must never be directly run
+#: ../src/gpm-backlight-helper.c:255
+msgid "This program must only be run through pkexec"
+msgstr "Цю програму можна запускати лише через pkexec"
+
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:266
+msgid "Could not set the value of the backlight"
+msgstr "Не вдалося встановити значення підсвічування"
#: ../src/gpm-common.c:53
msgid "Unknown time"
@@ -1073,7 +992,7 @@ msgstr "Час невідомий"
#, c-format
msgid "%i minute"
msgid_plural "%i minutes"
-msgstr[0] "%i хвилин"
+msgstr[0] "%i хвилина"
msgstr[1] "%i хвилини"
msgstr[2] "%i хвилин"
@@ -1167,7 +1086,7 @@ msgid "%.1fV"
msgstr "%.1fВ"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1497
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "Показати додаткову налагоджувальну інформацію"
@@ -1183,496 +1102,511 @@ msgstr "Вийти після невеликої паузи (для налаго
msgid "Exit after the manager has loaded (for debugging)"
msgstr "Завершити роботу після завантаження менеджера (для налагодження)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "Менеджер живлення MATE"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:221 ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "Заряд акумулятора критично низький"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:269
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "Живлення приєднано"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "Живлення від'єднано"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "Панель відкрито"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "Панель закрито"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "Заряд акумулятора низький"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "Акумулятор повністю заряджено"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "Почато перехід у режим очікування"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "Роботу продовжено"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
-msgstr "не вдається перейти у режим очікування"
+msgstr "Не вдається перейти у режим очікування"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:573
-msgid "Your computer failed to suspend."
-msgstr "Не вдається призупинити комп'ютер."
+#: ../src/gpm-manager.c:585
+msgid "Computer failed to suspend."
+msgstr "Не вдалося перевести комп’ютер у режим очікування"
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:575
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
-msgstr "Помилка призупинення комп'ютеа"
+msgstr "Помилка переходу у режим очікування"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:579
-msgid "Your computer failed to hibernate."
-msgstr "Не вдається перевести комп'ютер у режим сну."
+#: ../src/gpm-manager.c:591
+msgid "Computer failed to hibernate."
+msgstr "Не вдалося перевести комп’ютер у режим сну."
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:581
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "Помилка при переході у режим сну"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:586
-msgid "The failure was reported as:"
-msgstr "Про помилку повідомляти:"
+#: ../src/gpm-manager.c:598
+msgid "Failure was reported as:"
+msgstr "Повідомлення про помилку:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:599
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "Відвідайте сторінку довідки"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:862
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "Активовано DPMS для дисплею"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:881
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "Живлення від акумулятора"
-#: ../src/gpm-manager.c:899
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
-msgstr "Кришка ноутбуку закрита"
+msgstr "Кришка ноутбуку зачинена"
-#: ../src/gpm-manager.c:937
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "Інформація про живлення"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1185
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "Акумулятор підлягає поверненню"
-#: ../src/gpm-manager.c:1186
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"The battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"Акумулятор вашого комп'ютера відкликаний виробником %s та може бути "
-"небезпечний.\n"
-"\n"
-"Докладніша інформація міститься на веб-сайті відкликання акумуляторів."
+msgstr "Акумулятор, можливо, було відкликано виробником %s; використання акумулятора є ризикованим.\n\nДля отримання додаткової інформації відвідайте веб-сайт відкликання акумуляторів."
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1196
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "Відвідати веб-сайт відкликання"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1199
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
-msgstr "Більше не відображати це вікно "
+msgstr "Більше не показувати це вікно "
#. We should notify the user if the battery has a low capacity,
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1284
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "Можливо акумулятор зіпсований"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1287
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Your battery has a very low capacity (%1.1f%%), which means that it may be "
-"old or broken."
-msgstr ""
-"Ваш акумулятор має дуже низьку ємкість (%1.1f%%), це означає що він старий "
-"або зіпсований."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr "В акумулятора замала ємність (%1.1f%%); ймовірно, акумулятор застарий або зіпсувався."
-#. TRANSLATORS: show the fully charged notification
-#: ../src/gpm-manager.c:1336
-msgid "Battery Fully Charged"
-msgid_plural "Batteries Fully Charged"
-msgstr[0] "Акумулятор заряджено"
-msgstr[1] "Акумулятори заряджено"
-msgstr[2] "Акумулятори заряджено"
+#. TRANSLATORS: show the charged notification
+#: ../src/gpm-manager.c:1298
+msgid "Battery Charged"
+msgid_plural "Batteries Charged"
+msgstr[0] "Акумулятор заряджений"
+msgstr[1] "Акумулятори зараджені"
+msgstr[2] "Акумуляторів заряджено"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1382
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "Акумулятор розряджається"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1386
+#: ../src/gpm-manager.c:1348
#, c-format
-msgid "%s of battery power remaining (%.1f%%)"
-msgstr "Залишилось %s роботи від акумулятора (%.1f%%)"
+msgid "%s of battery power remaining (%.0f%%)"
+msgstr "Залишилося %s заряду акумулятора (%.0f%%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1389 ../src/gpm-manager.c:1401 ../src/gpm-upower.c:284
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
-msgid "%s discharging (%.1f%%)"
-msgstr "%s розряджається (%.1f%%)"
+msgid "%s discharging (%.0f%%)"
+msgstr "%s розряжається (%.0f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1394
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "UPS розряджається"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1398
+#: ../src/gpm-manager.c:1360
#, c-format
-msgid "%s of UPS backup power remaining (%.1f%%)"
-msgstr "Залишилось %s роботи від UPS (%.1f%%)"
+msgid "%s of UPS backup power remaining (%.0f%%)"
+msgstr "Залишилося %s заряду UPS (%.0f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1482
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "Заряд акумулятора низький"
-#. TRANSLATORS: laptop battery low, and we have more than one type of battery
-#: ../src/gpm-manager.c:1485
+#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "Низький заряд акумулятора комп'ютера"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1491
+#: ../src/gpm-manager.c:1453
#, c-format
-msgid "Approximately <b>%s</b> remaining (%.1f%%)"
-msgstr "Заряду акумулятора вистачить приблизно на <b>%s</b> (%.1f%%)"
+msgid "Approximately <b>%s</b> remaining (%.0f%%)"
+msgstr "Залишилося приблизно <b>%s</b> (%.0f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1495
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "Низький заряд UPS"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1499
+#: ../src/gpm-manager.c:1461
#, c-format
-msgid "You have approximately <b>%s</b> of remaining UPS backup power (%.1f%%)"
-msgstr "Заряду UPS вистачить приблизно на <b>%s</b> (%.1f%%)"
+msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
+msgstr "Залишилося приблизно <b>%s</b> заряду UPS (%.0f%%)"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1503 ../src/gpm-manager.c:1619
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "Низький заряд акумулятора миші"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1506
+#: ../src/gpm-manager.c:1468
#, c-format
-msgid "The wireless mouse attached to this computer is low in power (%.1f%%)"
-msgstr ""
-"Рівень заряду підключеної до комп'ютера бездротової миші низький (%.1f%%)"
+msgid "Wireless mouse is low in power (%.0f%%)"
+msgstr "Бездротова миша незабаром розрядиться (%.0f%%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1510 ../src/gpm-manager.c:1627
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "Низький заряд акумулятора клавіатури"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1513
+#: ../src/gpm-manager.c:1475
#, c-format
-msgid ""
-"The wireless keyboard attached to this computer is low in power (%.1f%%)"
-msgstr ""
-"Рівень заряду підключеної до комп'ютера бездротової клавіатури низький (%.1f%"
-"%)"
+msgid "Wireless keyboard is low in power (%.0f%%)"
+msgstr "Бездротова клавіатура незабаром розрядиться (%.0f%%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1517 ../src/gpm-manager.c:1636
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "Низький заряд акумулятора КПК"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1520
+#: ../src/gpm-manager.c:1482
#, c-format
-msgid "The PDA attached to this computer is low in power (%.1f%%)"
-msgstr "Рівень заряду підключеного до комп'ютера КПК низький (%.1f%%)"
+msgid "PDA is low in power (%.0f%%)"
+msgstr "КПК незабаром розрядиться (%.0f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1524 ../src/gpm-manager.c:1645
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "Низький заряд акумулятора мобільного телефону"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1527
+#: ../src/gpm-manager.c:1489
#, c-format
-msgid "The cell phone attached to this computer is low in power (%.1f%%)"
-msgstr ""
-"Рівень заряду підключеного до комп'ютера мобільного телефону низький (%.1f%%)"
+msgid "Cell phone is low in power (%.0f%%)"
+msgstr "Мобільний телефон незабаром розрядиться (%.0f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one type of battery
-#: ../src/gpm-manager.c:1576
+#. TRANSLATORS: media player, e.g. mp3 is getting a little low
+#: ../src/gpm-manager.c:1494
+msgid "Media player battery low"
+msgstr "Низький заряд акумулятора медіаплеєру"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1497
+#, c-format
+msgid "Media player is low in power (%.0f%%)"
+msgstr "Медіаплеєр незабаром розрядиться (%.0f%%)"
+
+#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
+msgid "Tablet battery low"
+msgstr "Низький заряд акумулятора планшета"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1504
+#, c-format
+msgid "Tablet is low in power (%.0f%%)"
+msgstr "Планшет незабаром розрядиться (%.0f%%)"
+
+#. TRANSLATORS: computer, e.g. ipad is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
+msgid "Attached computer battery low"
+msgstr "Низький заряд акумулятора під’єднаного комп’ютера"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1511
+#, c-format
+msgid "Attached computer is low in power (%.0f%%)"
+msgstr "Під’єднаний комп’ютер незабаром розрядиться (%.0f%%)"
+
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "Заряд акумулятора критично низький"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1579 ../src/gpm-manager.c:1705
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "Заряд акумулятора критично низький"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1589
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr "Під'єднайте джерело живлення, щоб запобігти втраті даних."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1593
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
-msgstr ""
-"Комп'ютер незабаром перейде у режим призупинення, якщо його не приєднати до "
-"електромережі."
+msgstr "Комп'ютер незабаром перейде у режим призупинення, якщо його не приєднати до електромережі."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1597
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
-msgstr ""
-"Комп'ютер незабаром перейде у режим сну, якщо його не приєднати до "
-"електромережі."
+msgstr "Комп'ютер незабаром перейде у режим сну, якщо його не приєднати до електромережі."
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1601
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
-msgstr ""
-"Комп'ютер незабаром буде вимкнено через, якщо його не приєднати до "
-"електромережі."
+msgstr "Комп'ютер незабаром буде вимкнено через, якщо його не приєднати до електромережі."
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1609 ../src/gpm-manager.c:1743
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "Заряд UPS критично низький"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1613
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"You have approximately <b>%s</b> of remaining UPS power (%.1f%%). Restore AC "
-"power to your computer to avoid losing data."
-msgstr ""
-"Заряду акумулятора UPS вистачить приблизно на <b>%s</b> (%.1f%%). Відновіть "
-"живлення від мережі, щоб запобігти втраті даних."
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "Залишилося приблизно <b>%s</b> заряду UPS (%.0f%%). Відновіть живлення вашого комп’ютера, щоб запобігти втраті даних."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1622
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
-"The wireless mouse attached to this computer is very low in power (%.1f%%). "
-"This device will soon stop functioning if not charged."
-msgstr ""
-"Заряд підключеної до комп'ютера бездротової миші дуже низький (%.1f%%). "
-"Пристрій припинить роботу, якщо не буде заряджений."
+"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr "Бездротова миша незабаром розрядиться (%.0f%%). Цей пристрій незабаром припинить роботу, якщо не зарядити."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1630
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
-"The wireless keyboard attached to this computer is very low in power (%.1f%"
-"%). This device will soon stop functioning if not charged."
-msgstr ""
-"Заряд підключеної до комп'ютера бездротової клавіатури дуже низький (%.1f%"
-"%). Пристрій припинить роботу, якщо не буде заряджений."
+"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr "Бездротова клавіатура незабаром розрядиться (%.0f%%). Цей пристрій незабаром припинить роботу, якщо не зарядити."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1639
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"The PDA attached to this computer is very low in power (%.1f%%). This device "
-"will soon stop functioning if not charged."
-msgstr ""
-"Заряд підключеного до комп'ютера КПК дуже низький (%.1f%%). Пристрій "
-"припинить роботу, якщо не буде заряджений."
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "КПК незабаром розрядиться (%.0f%%). Цей пристрій незабаром припинить роботу, якщо не зарядити."
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1648
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
-"Your cell phone is very low in power (%.1f%%). This device will soon stop "
+"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"Заряд підключеного до комп'ютера мобільного телефону дуже низький (%.1f%%). "
-"Пристрій припинить роботу, якщо не буде заряджений."
+msgstr "Мобільний телефон незабаром розрядиться (%.0f%%). Цей пристрій незабаром припинить роботу, якщо не зарядити."
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1642
+#, c-format
+msgid ""
+"Media player is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr "Медіаплеєр незабаром розрядиться (%.0f%%). Цей пристрій незабаром припинить роботу, якщо не зарядити."
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1651
+#, c-format
+msgid ""
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "Планшет незабаром розрядиться (%.0f%%). Цей пристрій незабаром припинить роботу, якщо не зарядити."
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1660
+#, c-format
+msgid ""
+"Attached computer is very low in power (%.0f%%). The device will soon "
+"shutdown if not charged."
+msgstr "Під’єднаний комп’ютер незабаром розрядиться (%.0f%%). Пристрій незабаром вимкнеться, якщо не зарядити."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1714
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
-msgstr ""
-"Рівень заряду акумулятора нижче критичного і комп'ютер буде <b>вимкнено</b> "
-"коли акумулятор повністю розрядиться."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr "Рівень заряду акумулятора нижче критичного і комп'ютер буде <b>вимкнено</b> коли акумулятор повністю розрядиться."
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1720
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"Рівень заряду акумулятора нижче критичного і комп'ютер буде призупинено. "
-"<br><b>ПРИМІТКА:</b> Для підтримання комп'ютера у стані призупинення "
-"потрібна невелика потужність."
+msgstr "Рівень заряду акумулятора нижче критичного і комп'ютер буде призупинено. <br><b>ПРИМІТКА:</b> Для підтримання комп'ютера у стані призупинення потрібна невелика потужність."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1727
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
-msgstr ""
-"Рівень заряду акумулятора нижче критичного і комп'ютер буде переведено у "
-"стан сну."
+msgstr "Рівень заряду акумулятора нижче критичного і комп'ютер буде переведено у стан сну."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1732
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
msgstr "Рівень заряду акумулятора нижче критичного і комп'ютер буде вимкнено."
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1752
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
-msgstr ""
-"Заряд UPS нижче критичного рівня і комп'ютер буде <b>вимкнено</b>, коли UPS "
-"повністю розрядиться."
+msgstr "Заряд UPS нижче критичного рівня і комп'ютер буде <b>вимкнено</b>, коли UPS повністю розрядиться."
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1758
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
-msgstr ""
-"Заряд UPS нижче критичного рівня і комп'ютер буде переведено у стан сну."
+msgstr "Заряд UPS нижче критичного рівня і комп'ютер буде переведено у стан сну."
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1763
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
msgstr "Заряд UPS нижче критичного рівня і комп'ютер буде вимкнено."
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1901
-msgid "Install problem!"
-msgstr "Помилка при встановленні!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1903
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"Типові значення конфігурації менеджера живлення MATE не встановлено "
-"відповідним чином.\n"
-"Зверніться до системного адміністратора."
-
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "Параметри живлення MATE"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "Вимкнути"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "Призупиняти"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "Режим сну"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "Гасити екран"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "Запитувати"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "Нічого не робити"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "Ніколи"
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:446
+#. TRANSLATORS: the rate of discharge for the device
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "Швидкість"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "Заряджання"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:460
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "Час до повного заряду"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:465
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "Час до повного розряду"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 хвилин"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 години"
+#: ../src/gpm-statistics.c:91
+msgid "6 hours"
+msgstr "6 годин"
+
#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 день"
@@ -1681,57 +1615,60 @@ msgstr "1 день"
msgid "1 week"
msgstr "1 тиждень "
-#: ../src/gpm-statistics.c:100
+#. TRANSLATORS: what we've observed about the device
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "Профіль часу заряду"
-#: ../src/gpm-statistics.c:101
-msgid "Charge accuracy"
-msgstr "Профіль точності визначення часу заряду"
-
-#: ../src/gpm-statistics.c:102
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "Профіль часу розряду"
-#: ../src/gpm-statistics.c:103
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
+msgid "Charge accuracy"
+msgstr "Профіль точності визначення часу заряду"
+
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "Профіль точності визначення часу розряду"
-#: ../src/gpm-statistics.c:130
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "Атрибут"
-#: ../src/gpm-statistics.c:137
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "Значення"
-#: ../src/gpm-statistics.c:154
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "Значок"
-#: ../src/gpm-statistics.c:160
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "Опис"
-#: ../src/gpm-statistics.c:179 ../src/gpm-statistics.c:402
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "Тип"
-#: ../src/gpm-statistics.c:185
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "Ідентифікатор"
-#: ../src/gpm-statistics.c:199
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "Команда"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:284
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "Невідомо"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
@@ -1740,16 +1677,16 @@ msgstr[1] "%.0f секунди"
msgstr[2] "%.0f секунд"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:293
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
-msgstr[0] "%.1f хвилин"
+msgstr[0] "%.1f хвилина"
msgstr[1] "%.1f хвилини"
msgstr[2] "%.1f хвилин"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:298
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
@@ -1758,43 +1695,48 @@ msgstr[1] "%.1f години"
msgstr[2] "%.1f годин"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
msgstr[0] "%.1f день"
-msgstr[1] "%.1f день"
-msgstr[2] "%.1f день"
+msgstr[1] "%.1f дні"
+msgstr[2] "%.1f днів"
-#: ../src/gpm-statistics.c:311
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "Так"
-#: ../src/gpm-statistics.c:311
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "Ні"
-#: ../src/gpm-statistics.c:399
+#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "Пристрій"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "Виробник"
-#: ../src/gpm-statistics.c:406
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "Модель"
-#: ../src/gpm-statistics.c:408
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "Серійний номер"
-#: ../src/gpm-statistics.c:409
+#. TRANSLATORS: a boolean attribute that means if the device is supplying the
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
+#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "Постачальник енергії"
-#: ../src/gpm-statistics.c:412
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1802,296 +1744,319 @@ msgstr[0] "%d секунда"
msgstr[1] "%d секунди"
msgstr[2] "%d секунд"
-#: ../src/gpm-statistics.c:413
+#. TRANSLATORS: when the device was last updated with new data. It's
+#. * usually a few seconds when a device is discharging or charging.
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "Оновлено"
-#: ../src/gpm-statistics.c:420
+#. TRANSLATORS: Present is whether the device is currently attached
+#. * to the computer, as some devices (e.g. laptop batteries) can
+#. * be removed, but still observed as devices on the system
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "Присутній"
-#: ../src/gpm-statistics.c:424
+#. TRANSLATORS: If the device can be recharged, e.g. lithium
+#. * batteries rather than alkaline ones
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "Перезаряджуваний"
-#: ../src/gpm-statistics.c:428
+#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "Стан"
-#: ../src/gpm-statistics.c:431
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "Енергія"
-#: ../src/gpm-statistics.c:434
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "Енергія при спустошенні"
-#: ../src/gpm-statistics.c:437
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "Енергія при заповненні"
-#: ../src/gpm-statistics.c:440
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "Енергія (початкова)"
-#: ../src/gpm-statistics.c:453
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "Вольтаж"
-#: ../src/gpm-statistics.c:474
+#. TRANSLATORS: the amount of charge the cell contains
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "Відсоток"
-#: ../src/gpm-statistics.c:479
+#. TRANSLATORS: the capacity of the device, which is basically a measure
+#. * of how full it can get, relative to the design capacity
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
-msgstr "Ємкість:"
+msgstr "Ємність:"
-#: ../src/gpm-statistics.c:483
+#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "Технологія"
-#: ../src/gpm-statistics.c:485
+#. TRANSLATORS: this is when the device is plugged in, typically
+#. * only shown for the ac adaptor device
+#: ../src/gpm-statistics.c:513
msgid "Online"
-msgstr "Підключено"
+msgstr "Під’єднано"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:796
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "Дані відсутні"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:803 ../src/gpm-statistics.c:808
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "Модуль ядра"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:813
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "Ядро"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:818
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "Міжпроцесорне переривання"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:823
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "Переривання"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:866
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
-msgstr "Клавіатура/Миша/Сенсорна панель"
+msgstr "Клавіатура/Миша/Точпад"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:869
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:872
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "Serial ATA"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:875
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "Контролер ATA"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:878
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Бездротовий адаптер Intel"
-#. TRANSLATORS: a timer is something that fires periodically
-#: ../src/gpm-statistics.c:883 ../src/gpm-statistics.c:886
-#: ../src/gpm-statistics.c:889 ../src/gpm-statistics.c:892
-#: ../src/gpm-statistics.c:895
+#. TRANSLATORS: a timer is something that fires periodically.
+#. * The parameter is a process name, e.g. "firefox-bin".
+#. * This is shown when the timer wakes up.
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "Періодична активність %s"
-#. TRANSLATORS: this is a task that's woken up from sleeping
-#: ../src/gpm-statistics.c:898
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
+#. * This is shown when the task wakes up.
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "Пробудження %s"
-#. TRANSLATORS: this is a new realtime task
-#: ../src/gpm-statistics.c:901
+#. TRANSLATORS: this is the name of a new realtime task.
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "Нова задача %s"
-#. TRANSLATORS: this is a task thats woken to check state
-#: ../src/gpm-statistics.c:904
+#. TRANSLATORS: this is the name of a task that's woken to check state.
+#. * This is shown when the task wakes up.
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "Очікування %s"
-#. TRANSLATORS: a work queue is a list of work that has to be done
-#: ../src/gpm-statistics.c:907 ../src/gpm-statistics.c:910
+#. TRANSLATORS: this is the name of a work queue.
+#. * A work queue is a list of work that has to be done.
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "Черга завдань %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:913
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "Очищення мережних маршрутів %s"
-#. TRANSLATORS: activity on the USB bus
-#: ../src/gpm-statistics.c:916
+#. TRANSLATORS: this is the name of an activity on the USB bus
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "Активність USB %s"
-#. TRANSLATORS: we've timed out of an aligned timer
-#: ../src/gpm-statistics.c:919
+#. TRANSLATORS: we've timed out of an aligned timer, with the name
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "Пробудження періодичного завдання %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:922
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "Переривання"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:925
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "Перепланування задач"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1034
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "Відомості про пристрій"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1036
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "Історія пристрою"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1038
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "Профіль пристрою"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1040
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "Пробудження процесора"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1246 ../src/gpm-statistics.c:1252
-#: ../src/gpm-statistics.c:1258 ../src/gpm-statistics.c:1264
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "Середній час до закінчення"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1248
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "Живлення"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1254 ../src/gpm-statistics.c:1297
-#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1309
-#: ../src/gpm-statistics.c:1315
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "Заряд комірки"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1260 ../src/gpm-statistics.c:1266
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "Оціночний час"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1299 ../src/gpm-statistics.c:1311
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "Корекція"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1305 ../src/gpm-statistics.c:1317
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "Точність передрікання"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1500
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "Виділяти цей пристрій після запуску"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1776
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "Процесор"
#. preferences
-#: ../src/gpm-tray-icon.c:292
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "П_араметри"
#. TRANSLATORS: a phone is charging
#. TRANSLATORS: device is charging, but we only have a percentage
-#: ../src/gpm-upower.c:251 ../src/gpm-upower.c:315
+#: ../src/gpm-upower.c:221 ../src/gpm-upower.c:285
#, c-format
msgid "%s charging (%.1f%%)"
msgstr "%s заряджається (%.1f%%)"
#. TRANSLATORS: The laptop battery is fully charged, and we know a time
-#: ../src/gpm-upower.c:266
+#: ../src/gpm-upower.c:236
#, c-format
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"Акумулятор повністю заряджено.\n"
-"Заряду вистачить на %s"
+msgstr "Акумулятор повністю заряджено.\nЗаряду вистачить на %s"
#. TRANSLATORS: the device is fully charged
-#: ../src/gpm-upower.c:271
+#: ../src/gpm-upower.c:241
#, c-format
msgid "%s is fully charged"
msgstr "%s повністю заряджено"
#. TRANSLATORS: the device is discharging, and we have a time remaining
-#: ../src/gpm-upower.c:279
+#: ../src/gpm-upower.c:249
#, c-format
msgid "%s %s remaining (%.1f%%)"
-msgstr "%s %s залишилось (%.1f%%)"
+msgstr "%s %s залишилося (%.1f%%)"
+
+#. TRANSLATORS: the device is discharging, but we only have a percentage
+#: ../src/gpm-upower.c:254
+#, c-format
+msgid "%s discharging (%.1f%%)"
+msgstr "%s розряджається (%.1f%%)"
#. TRANSLATORS: the device is charging, and we have a time to full and empty
-#: ../src/gpm-upower.c:298
+#: ../src/gpm-upower.c:268
#, c-format
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"%s %s до повного заряду (%.1f%%)\n"
-"Заряду вистачить на %s"
+msgstr "%s %s до повного заряду (%.1f%%)\nЗаряду вистачить на %s"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
-#: ../src/gpm-upower.c:309
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
+#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
msgstr "%s %s до повного заряду (%.1f%%)"
#. TRANSLATORS: this is only shown for laptops with multiple batteries
-#: ../src/gpm-upower.c:323
+#: ../src/gpm-upower.c:292
#, c-format
msgid "%s waiting to discharge (%.1f%%)"
msgstr "%s до повного розряду (%.1f%%)"
#. TRANSLATORS: this is only shown for laptops with multiple batteries
-#: ../src/gpm-upower.c:329
+#: ../src/gpm-upower.c:298
#, c-format
msgid "%s waiting to charge (%.1f%%)"
msgstr "%s до повного заряду (%.1f%%)"
#. TRANSLATORS: the type of data, e.g. Laptop battery
-#: ../src/gpm-upower.c:389
+#: ../src/gpm-upower.c:357
msgid "Product:"
msgstr "Продукт:"
@@ -2099,101 +2064,105 @@ msgstr "Продукт:"
#. TRANSLATORS: device is charged
#. TRANSLATORS: device is charging
#. TRANSLATORS: device is discharging
-#: ../src/gpm-upower.c:393 ../src/gpm-upower.c:396 ../src/gpm-upower.c:399
-#: ../src/gpm-upower.c:402
+#: ../src/gpm-upower.c:361 ../src/gpm-upower.c:364 ../src/gpm-upower.c:367
+#: ../src/gpm-upower.c:370
msgid "Status:"
msgstr "Стан:"
-#: ../src/gpm-upower.c:393
+#: ../src/gpm-upower.c:361
msgid "Missing"
msgstr "Відсутній"
-#: ../src/gpm-upower.c:396
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:364 ../src/gpm-upower.c:645
msgid "Charged"
msgstr "Заряджено"
-#: ../src/gpm-upower.c:399
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:367 ../src/gpm-upower.c:633
msgid "Charging"
msgstr "Заряджається"
-#: ../src/gpm-upower.c:402
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:370 ../src/gpm-upower.c:637
msgid "Discharging"
msgstr "Розряджається"
#. TRANSLATORS: percentage
-#: ../src/gpm-upower.c:407
+#: ../src/gpm-upower.c:375
msgid "Percentage charge:"
msgstr "Відсоток заряду:"
#. TRANSLATORS: manufacturer
-#: ../src/gpm-upower.c:411
+#: ../src/gpm-upower.c:379
msgid "Vendor:"
msgstr "Виробник:"
#. TRANSLATORS: how the battery is made, e.g. Lithium Ion
-#: ../src/gpm-upower.c:416
+#: ../src/gpm-upower.c:384
msgid "Technology:"
msgstr "Технологія:"
#. TRANSLATORS: serial number of the battery
-#: ../src/gpm-upower.c:420
+#: ../src/gpm-upower.c:388
msgid "Serial number:"
msgstr "Серійний номер:"
#. TRANSLATORS: model number of the battery
-#: ../src/gpm-upower.c:424
+#: ../src/gpm-upower.c:392
msgid "Model:"
msgstr "Модель:"
#. TRANSLATORS: time to fully charged
-#: ../src/gpm-upower.c:429
+#: ../src/gpm-upower.c:397
msgid "Charge time:"
msgstr "Час заряду:"
#. TRANSLATORS: time to empty
-#: ../src/gpm-upower.c:435
+#: ../src/gpm-upower.c:403
msgid "Discharge time:"
msgstr "Час розряду:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
-#: ../src/gpm-upower.c:442
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
+#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "Відмінна"
-#: ../src/gpm-upower.c:444
+#: ../src/gpm-upower.c:412
msgid "Good"
msgstr "Добра"
-#: ../src/gpm-upower.c:446
+#: ../src/gpm-upower.c:414
msgid "Fair"
msgstr "Достатня"
-#: ../src/gpm-upower.c:448
+#: ../src/gpm-upower.c:416
msgid "Poor"
msgstr "Погана"
-#: ../src/gpm-upower.c:452
+#: ../src/gpm-upower.c:420
msgid "Capacity:"
-msgstr "Ємкість:"
+msgstr "Ємність:"
-#: ../src/gpm-upower.c:458 ../src/gpm-upower.c:483
+#: ../src/gpm-upower.c:426 ../src/gpm-upower.c:451
msgid "Current charge:"
msgstr "Поточний заряд:"
-#: ../src/gpm-upower.c:464
+#: ../src/gpm-upower.c:432
msgid "Last full charge:"
msgstr "Останній повний заряд:"
-#: ../src/gpm-upower.c:470 ../src/gpm-upower.c:488
+#: ../src/gpm-upower.c:438 ../src/gpm-upower.c:456
msgid "Design charge:"
msgstr "Плановий заряд:"
-#: ../src/gpm-upower.c:475
+#: ../src/gpm-upower.c:443
msgid "Charge rate:"
msgstr "Відсоток заряду:"
#. TRANSLATORS: system power cord
-#: ../src/gpm-upower.c:510
+#: ../src/gpm-upower.c:478
msgid "AC adapter"
msgid_plural "AC adapters"
msgstr[0] "Мережний адаптер"
@@ -2201,7 +2170,7 @@ msgstr[1] "Мережні адаптери"
msgstr[2] "Мережних адаптерів"
#. TRANSLATORS: laptop primary battery
-#: ../src/gpm-upower.c:514
+#: ../src/gpm-upower.c:482
msgid "Laptop battery"
msgid_plural "Laptop batteries"
msgstr[0] "Акумулятор портативного комп'ютера"
@@ -2209,7 +2178,7 @@ msgstr[1] "Акумулятори портативного комп'ютера"
msgstr[2] "Акумуляторів портативного комп'ютера"
#. TRANSLATORS: battery-backed AC power source
-#: ../src/gpm-upower.c:518
+#: ../src/gpm-upower.c:486
msgid "UPS"
msgid_plural "UPSs"
msgstr[0] "Блок безперебійного живлення"
@@ -2217,7 +2186,7 @@ msgstr[1] "Блоки безперебійного живлення"
msgstr[2] "Блоків безперебійного живлення"
#. TRANSLATORS: a monitor is a device to measure voltage and current
-#: ../src/gpm-upower.c:522
+#: ../src/gpm-upower.c:490
msgid "Monitor"
msgid_plural "Monitors"
msgstr[0] "Монітор"
@@ -2225,23 +2194,23 @@ msgstr[1] "Монітори"
msgstr[2] "Моніторів"
#. TRANSLATORS: wireless mice with internal batteries
-#: ../src/gpm-upower.c:526
-msgid "Wireless mouse"
-msgid_plural "Wireless mice"
-msgstr[0] "Бездротова миша"
-msgstr[1] "Бездротові миші"
-msgstr[2] "Бездротових мишей"
+#: ../src/gpm-upower.c:494
+msgid "Mouse"
+msgid_plural "Mice"
+msgstr[0] "Миша"
+msgstr[1] "Миші"
+msgstr[2] "Мишок"
#. TRANSLATORS: wireless keyboard with internal battery
-#: ../src/gpm-upower.c:530
-msgid "Wireless keyboard"
-msgid_plural "Wireless keyboards"
-msgstr[0] "Бездротова клавіатура"
-msgstr[1] "Бездротові клавіатури"
-msgstr[2] "Бездротових клавіатур"
+#: ../src/gpm-upower.c:498
+msgid "Keyboard"
+msgid_plural "Keyboards"
+msgstr[0] "Клавіатура"
+msgstr[1] "Клавіатури"
+msgstr[2] "Клавіатур"
#. TRANSLATORS: portable device
-#: ../src/gpm-upower.c:534
+#: ../src/gpm-upower.c:502
msgid "PDA"
msgid_plural "PDAs"
msgstr[0] "КПК"
@@ -2249,151 +2218,83 @@ msgstr[1] "КПК"
msgstr[2] "КПК"
#. TRANSLATORS: cell phone (mobile...)
-#: ../src/gpm-upower.c:538
+#: ../src/gpm-upower.c:506
msgid "Cell phone"
msgid_plural "Cell phones"
msgstr[0] "Мобільний телефон"
msgstr[1] "Мобільних телефони"
msgstr[2] "Мобільний телефонів"
+#. TRANSLATORS: media player, mp3 etc
+#: ../src/gpm-upower.c:511
+msgid "Media player"
+msgid_plural "Media players"
+msgstr[0] "Медіаплеєр"
+msgstr[1] "Медіаплеєри"
+msgstr[2] "Медіаплеєрів"
+
+#. TRANSLATORS: tablet device
+#: ../src/gpm-upower.c:515
+msgid "Tablet"
+msgid_plural "Tablets"
+msgstr[0] "Планшет"
+msgstr[1] "Планшети"
+msgstr[2] "Планшетів"
+
+#. TRANSLATORS: tablet device
+#: ../src/gpm-upower.c:519
+msgid "Computer"
+msgid_plural "Computers"
+msgstr[0] "Коп’ютер"
+msgstr[1] "Комп’ютери"
+msgstr[2] "Комп’ютерів"
+
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:596
+#: ../src/gpm-upower.c:589
msgid "Lithium Ion"
msgstr "Літій-іонний"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:600
+#: ../src/gpm-upower.c:593
msgid "Lithium Polymer"
msgstr "Літій-полімерний"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:604
+#: ../src/gpm-upower.c:597
msgid "Lithium Iron Phosphate"
msgstr "Літій-фосфатний"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:608
+#: ../src/gpm-upower.c:601
msgid "Lead acid"
msgstr "Свинцево-кислотний"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:612
+#: ../src/gpm-upower.c:605
msgid "Nickel Cadmium"
msgstr "Нікель-кадмієвий"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:616
+#: ../src/gpm-upower.c:609
msgid "Nickel metal hydride"
msgstr "Нікель-метал-гідридний"
#. TRANSLATORS: battery technology
-#: ../src/gpm-upower.c:620
+#: ../src/gpm-upower.c:613
msgid "Unknown technology"
msgstr "Невідома технологія"
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "_Про програму"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "_Довідка"
-
-#~ msgid "Please see %s for more information."
-#~ msgstr "Докладнішу інформацію дивіться на сторінці %s."
-
-#~ msgid ""
-#~ "If you can see this text, your display server is broken and you should "
-#~ "notify your distributor."
-#~ msgstr ""
-#~ "Якщо ви бачите цей текст, програмний сервер графічного екрану "
-#~ "пошкоджений, зверніться до постачальника."
-
-#~ msgid "Session idle"
-#~ msgstr "Сеанс простоює"
-
-#~ msgid "Session active"
-#~ msgstr "Сеанс активний"
-
-#~ msgid "inhibited"
-#~ msgstr "стриманий"
-
-#~ msgid "not inhibited"
-#~ msgstr "не стриманий"
-
-#~ msgid "screen idle"
-#~ msgstr "екран простоює"
-
-#~ msgid "screen awake"
-#~ msgstr "екран пробуджений"
-
-#~ msgid "Allow Suspend and Hibernate in the menu"
-#~ msgstr "Дозволити призупинення та перехід у режим сну з меню"
-
-#~ msgid "Hibernate enabled"
-#~ msgstr "Режим сну увімкнено"
-
-#~ msgid "If preferences should be shown"
-#~ msgstr "Чи відображати параметри"
-
-#~ msgid ""
-#~ "If the Suspend and Hibernate options should be allowed in the "
-#~ "notification area drop down menu."
-#~ msgstr ""
-#~ "Чи показувати у контекстному меню значка області сповіщення пункти "
-#~ "Призупинити та Режим сну."
-
-#~ msgid "If the user is authorized to hibernate the computer."
-#~ msgstr "Чи дозволено користувачу переводити комп'ютер у режим сну."
-
-#~ msgid "If the user is authorized to suspend the computer."
-#~ msgstr "Чи дозволено користувачу призупиняти комп'ютер."
-
-#~ msgid "Suspend enabled"
-#~ msgstr "Призупинення увімкнено"
-
-#~ msgid "Action disallowed"
-#~ msgstr "Дія не дозволена"
-
-#~ msgid ""
-#~ "Suspend support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "Підтримку призупинення вимкнено. Зверніться до системного адміністратора "
-#~ "за подробицями."
-
-#~ msgid ""
-#~ "Hibernate support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr ""
-#~ "Підтримку режиму сну вимкнено. Зверніться до системного адміністратора за "
-#~ "подробицями."
-
-#~ msgid "Sleep problem"
-#~ msgstr "Помилка призупинення"
-
-#~ msgid "Check the help file for common problems."
-#~ msgstr "Перегляньте у довідці інформацію про відомі проблеми."
-
-#~ msgid "Device information"
-#~ msgstr "Інформація про пристрій"
-
-#~ msgid "There is no detailed information for this device"
-#~ msgstr "Докладні відомості про цей пристрій відсутні"
-
-#~ msgid "translator-credits"
-#~ msgstr "Максим Дзюманенко <[email protected]>"
-
-#~ msgid "MATE Power Manager Website"
-#~ msgstr "Веб-сайт менеджера живлення MATE"
-
-#~ msgid "Power _History"
-#~ msgstr "_Історія живлення"
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:641
+msgid "Empty"
+msgstr "Порожня"
-#~ msgid "_Suspend"
-#~ msgstr "Пр_изупинити"
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:649
+msgid "Waiting to charge"
+msgstr "Очікування зарядки"
-#~ msgid "Hi_bernate"
-#~ msgstr "Режим _сну"
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:653
+msgid "Waiting to discharge"
+msgstr "Очікування розрядки"
diff --git a/po/ur.po b/po/ur.po
new file mode 100644
index 0000000..409bcb6
--- /dev/null
+++ b/po/ur.po
@@ -0,0 +1,2276 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-06-03 11:32+0000\n"
+"Last-Translator: mauron\n"
+"Language-Team: Urdu (http://www.transifex.com/projects/p/MATE/language/ur/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ur\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ../applets/brightness/brightness-applet.c:110
+msgid "Power Manager Brightness Applet"
+msgstr "توانائی منیجر اجلاپن ایپلیٹ"
+
+#: ../applets/brightness/brightness-applet.c:111
+msgid "Adjusts laptop panel brightness."
+msgstr "لیپ ٹاپ پینل کا اجلاپن مطابق کرتا ہے"
+
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
+msgid "Cannot connect to mate-power-manager"
+msgstr ""
+
+#: ../applets/brightness/brightness-applet.c:366
+msgid "Cannot get laptop panel brightness"
+msgstr "لیپ ٹاپ پینل کا اجلاپن حاصل نہیں کیا جاسکتا"
+
+#: ../applets/brightness/brightness-applet.c:368
+#, c-format
+msgid "LCD brightness : %d%%"
+msgstr "ایل سی ڈی کا اجلاپن : %d%%"
+
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
+msgid "Licensed under the GNU General Public License Version 2"
+msgstr ""
+
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
+msgid ""
+"Power Manager is free software; you can redistribute it and/or\n"
+"modify it under the terms of the GNU General Public License\n"
+"as published by the Free Software Foundation; either version 2\n"
+"of the License, or (at your option) any later version."
+msgstr ""
+
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
+msgid ""
+"Power Manager is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details."
+msgstr ""
+
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
+msgid ""
+"You should have received a copy of the GNU General Public License\n"
+"along with this program; if not, write to the Free Software\n"
+"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
+"02110-1301, USA."
+msgstr ""
+
+#: ../applets/brightness/brightness-applet.c:776
+msgid "Copyright © 2006 Benjamin Canou"
+msgstr "حقِ اشاعت © 2006 بنجامین کانو"
+
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "_بابت"
+
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "_ہدایات"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
+msgid "Brightness Applet Factory"
+msgstr "اجلاپن ایپلیٹ فیکٹری"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
+msgid "Factory for Brightness Applet"
+msgstr "فیکٹری برائے اجلاپن ایپلیٹ"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "اجلا پن ایپلیٹ"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "لیپ ٹاپ پینل کا اجلا پن مطابق کریں"
+
+#: ../applets/inhibit/inhibit-applet.c:96
+msgid "Power Manager Inhibit Applet"
+msgstr "توانائی منیجر ممانعت ایپلیٹ"
+
+#: ../applets/inhibit/inhibit-applet.c:97
+msgid "Allows user to inhibit automatic power saving."
+msgstr "‫صارف کو خودکار توانائی محفوظگی بند کرنے کے قابل بناتا ہے."
+
+#: ../applets/inhibit/inhibit-applet.c:366
+msgid "Automatic sleep inhibited"
+msgstr "‫خود کار نیند روک لی گئی"
+
+#: ../applets/inhibit/inhibit-applet.c:368
+msgid "Automatic sleep enabled"
+msgstr "خودکار نیند فعال کردی گئی"
+
+#: ../applets/inhibit/inhibit-applet.c:396
+msgid "Manual inhibit"
+msgstr "دستی ممانعت"
+
+#: ../applets/inhibit/inhibit-applet.c:455
+msgid "Copyright © 2006-2007 Richard Hughes"
+msgstr "حقِ اشاعت © 2006-2007 Richard Hughes"
+
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "ممانعت ایپلیٹ فیکٹری"
+
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
+msgid "Factory for Inhibit Applet"
+msgstr "فیکٹری برائے ممانعت ایپلیٹ"
+
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
+msgid "Inhibit Applet"
+msgstr "ممانعت ایپلیٹ"
+
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "‫صارف کو خودکار توانائی محفوظگی بند کرنے کے قابل بناتا ہے"
+
+#: ../data/mate-power-manager.desktop.in.in.h:1
+msgid "Power Manager"
+msgstr "توانائی منیجر"
+
+#: ../data/mate-power-manager.desktop.in.in.h:2
+msgid "Power management daemon"
+msgstr "توانائی ادارت ڈیمن"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
+msgid ""
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "بیٹری کی سنگین کم پر عمل"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
+msgid ""
+"If the battery event should occur when the lid is shut and the power "
+"disconnected"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
+msgid ""
+"If the battery lid close event should occur (for example 'Suspend when lid "
+"closed on battery') when the lid is previously shut and the AC power "
+"disconnected at a later time."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "یو پی ایس سنگین حد تک کم ہے"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "یو پی ایس کم توانائی فعل"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
+msgid ""
+"If the screen brightness should be changed when switching between AC and "
+"battery power."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
+msgid ""
+"If the screen should be reduced in brightness when the computer is on "
+"battery power."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
+msgid ""
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "بیٹری کی توانائی پر غیر فعالیت کی کچھ مدت کے بعد سکرین مدھم کردیں"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
+msgid "LCD dimming amount when on battery"
+msgstr "بیٹری پر ایل سی ڈی کے دھیمے ہونے کی مقدار"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "بجلی کی توانائی پر غیر فعالیت کی کچھ مدت کے بعد سکرین مدھم کردیں"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
+msgid "Method used to blank screen on AC"
+msgstr "بجلی پر سکرین خالی کرنے کا طریقہ"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
+msgid "Method used to blank screen on battery"
+msgstr "بیٹری پر سکرین خالی کرنے کا طریقہ"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "بجلی کی توانائی پر ایل سی ڈی کا اجلاپن"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "معطلی کے بٹن کا عمل"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "ہائبرنیٹ بٹن کا عمل"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
+msgid "Power button action"
+msgstr "توانائی کے بٹن کا عمل"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "سلانے سے پہلے سی پی یو کے بوجھ کی جانچ کریں"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
+msgid ""
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
+msgid ""
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "خالی ہونے پر سکرین مقفل کریں"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
+msgid ""
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "معطل کرنے پر سکرین مقفل کریں"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
+msgid ""
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "ہائبرنیٹ پر سکرین مقفل کریں"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
+msgid ""
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
+msgid ""
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
+msgid ""
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
+msgid ""
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
+msgid ""
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
+msgid ""
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "بجلی کا اڈاپٹر منقطع ہونے پر مطلع کریں"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "بھرپُور چارج ہونے پر مطلع کریں"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
+msgid ""
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "سونے کی ناکامی پر مطلع کریں"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
+msgid ""
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
+msgid ""
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "کم توانائی پر مطلع کریں"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
+msgid ""
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
+msgid ""
+"Whether we should show the history data points in the statistics window."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
+msgid ""
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
+msgid ""
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
+msgid ""
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
+msgid ""
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
+msgid ""
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
+msgid ""
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
+msgid "The time remaining when low"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
+msgid ""
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
+msgid ""
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
+msgid ""
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
+msgid ""
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
+msgid ""
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
+msgid ""
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
+msgid ""
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr ""
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr ""
+
+#: ../data/mate-power-preferences.desktop.in.in.h:1
+msgid "Power Management"
+msgstr "توانائی منیجر"
+
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "توانائی کی ادارت کی تشکیل کریں"
+
+#. TRANSLATORS: shown on the titlebar
+#. TRANSLATORS: the program name
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
+msgid "Power Statistics"
+msgstr "توانائی کی شماریات"
+
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "توانائی ادارت کا مشاہدہ کریں"
+
+#: ../data/gpm-feedback-widget.ui.h:1
+msgid "Brightness"
+msgstr "اجلاپن"
+
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
+msgid "Details"
+msgstr "تفصیلات"
+
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
+msgid "Graph type:"
+msgstr "گراف کی نوعیت"
+
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "کوائف کی لمبائی:"
+
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "دکھانے کے لیے کوئی کوائف نہیں."
+
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "ہموار لائن استعمال کریں"
+
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
+msgid "Show data points"
+msgstr "کوائف کے نقطے دکھائیں"
+
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "محفوظات"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
+msgid "Statistics"
+msgstr "شُماریات"
+
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "پراسیسر کا فی سیکنڈ جاگنا:"
+
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
+
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
+msgid "Wakeups"
+msgstr "جاگنا"
+
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "توانائی ادارت ترجیحات"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
+msgid "<b>Actions</b>"
+msgstr "<b>اعمال</b>"
+
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "کمپیوٹر کو _سلادیں جب غیر فعال ہو:"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "جب لیپ ٹاپ کا ڈھکن _بند کیا جائے:"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "‏‫جب ممکن ہو ہارڈ ڈسک کے گھماؤ کی رفتار _کم کریں"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
+msgid "<b>Display</b>"
+msgstr "<b>ڈسپلے</b>"
+
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "_ڈسپلے کو سلادیں جب غیر فعال ہو:"
+
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "ڈسپلے کا اجلاپن متعین کریں تا:"
+
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
+msgid "Di_m display when idle"
+msgstr "ساکن ہونے پر _مدھم ڈسپلے"
+
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
+msgid "On AC Power"
+msgstr "بجلی کی توانائی پر"
+
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "جب بیٹری کی _توانائی سنگین حد تک کم ہو:"
+
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "‫پشتی روشنی کا ا_جلاپن کم کریں"
+
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "بیٹری کی توانائی پر"
+
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "جب یو پی ایس کی توانائی ک_م ہو:"
+
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
+msgid "When UPS power is _critically low:"
+msgstr "جب یو پی ایس کی توانائی _سنگین حد تک کم ہو:"
+
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "یو پی ایس کی توانائی پر"
+
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "جب توانائی کا _بٹن دبایا جائے:"
+
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
+msgid "When the _suspend button is pressed:"
+msgstr "جب م_عطلی کا بٹن دبایا جائے:"
+
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>اطلاعی علاقہ</b>"
+
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
+msgid "_Never display an icon"
+msgstr "آئکن کبھی _نہ دکھائیں"
+
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
+msgid "_Only display an icon when battery power is low"
+msgstr "آئکن _صرف تب دکھائیں جب بیٹری کی توانائی کم ہو"
+
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "صرف چارج کرنے اور _خالی ہونے پر آئکن دکھائیں"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "آئکن صرف تب دکھائیں جب بیٹری _موجود ہو"
+
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "_ہمیشہ آئکن دکھائیں"
+
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "عام"
+
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "اس پروگرام کے بارے میں ہدایات فراہم کرتا ہے"
+
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "طے شُدہ بنائیں"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "یہ پالیسی تمام صارفین کے استعمال کے لیے متعین کریں"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "پروگرام کو بند کرتا ہے"
+
+#. command line argument
+#: ../src/gpm-backlight-helper.c:162
+msgid "Set the current brightness"
+msgstr ""
+
+#. command line argument
+#: ../src/gpm-backlight-helper.c:165
+msgid "Get the current brightness"
+msgstr ""
+
+#. command line argument
+#: ../src/gpm-backlight-helper.c:168
+msgid "Get the number of brightness levels supported"
+msgstr ""
+
+#. TRANSLATORS: tool that is used when copying profiles system-wide
+#: ../src/gpm-backlight-helper.c:183
+msgid "MATE Power Manager Backlight Helper"
+msgstr ""
+
+#. TRANSLATORS: user did not specify valid options
+#: ../src/gpm-backlight-helper.c:191
+msgid "No valid option was specified"
+msgstr ""
+
+#. TRANSLATORS: no backlights found
+#: ../src/gpm-backlight-helper.c:200
+msgid "No backlights were found on your system"
+msgstr ""
+
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:211
+msgid "Could not get the value of the backlight"
+msgstr ""
+
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:229
+msgid "Could not get the maximum value of the backlight"
+msgstr ""
+
+#. TRANSLATORS: only able to install profiles as root
+#: ../src/gpm-backlight-helper.c:246
+msgid "This program can only be used by the root user"
+msgstr ""
+
+#. TRANSLATORS: the program must never be directly run
+#: ../src/gpm-backlight-helper.c:255
+msgid "This program must only be run through pkexec"
+msgstr ""
+
+#. TRANSLATORS: failed to access backlight file
+#: ../src/gpm-backlight-helper.c:266
+msgid "Could not set the value of the backlight"
+msgstr ""
+
+#: ../src/gpm-common.c:53
+msgid "Unknown time"
+msgstr "نامعلوم وقت"
+
+#: ../src/gpm-common.c:58
+#, c-format
+msgid "%i minute"
+msgid_plural "%i minutes"
+msgstr[0] "%i منٹ"
+msgstr[1] "%i منٹ"
+
+#: ../src/gpm-common.c:69
+#, c-format
+msgid "%i hour"
+msgid_plural "%i hours"
+msgstr[0] "%i گھنٹہ"
+msgstr[1] "%i گھنٹے"
+
+#. TRANSLATOR: "%i %s %i %s" are "%i hours %i minutes"
+#. * Swap order with "%2$s %2$i %1$s %1$i if needed
+#: ../src/gpm-common.c:75
+#, c-format
+msgid "%i %s %i %s"
+msgstr "%i %s %i %s"
+
+#: ../src/gpm-common.c:76
+msgid "hour"
+msgid_plural "hours"
+msgstr[0] "گھنٹہ"
+msgstr[1] "گھنٹے"
+
+#: ../src/gpm-common.c:77
+msgid "minute"
+msgid_plural "minutes"
+msgstr[0] "منٹ"
+msgstr[1] "منٹ"
+
+#. Translators: This is %i days
+#: ../src/gpm-graph-widget.c:434
+#, c-format
+msgid "%id"
+msgstr "%id"
+
+#. Translators: This is %i days %02i hours
+#: ../src/gpm-graph-widget.c:437
+#, c-format
+msgid "%id%02ih"
+msgstr "%id%02iگ"
+
+#. Translators: This is %i hours
+#: ../src/gpm-graph-widget.c:442
+#, c-format
+msgid "%ih"
+msgstr "%iگ"
+
+#. Translators: This is %i hours %02i minutes
+#: ../src/gpm-graph-widget.c:445
+#, c-format
+msgid "%ih%02im"
+msgstr "%iگ%02iم"
+
+#. Translators: This is %2i minutes
+#: ../src/gpm-graph-widget.c:450
+#, c-format
+msgid "%2im"
+msgstr "%2iم"
+
+#. Translators: This is %2i minutes %02i seconds
+#: ../src/gpm-graph-widget.c:453
+#, c-format
+msgid "%2im%02i"
+msgstr "%2iم%02i"
+
+#. Translators: This is %2i seconds
+#: ../src/gpm-graph-widget.c:457
+#, c-format
+msgid "%2is"
+msgstr "%2iس"
+
+#. Translators: This is %i Percentage
+#: ../src/gpm-graph-widget.c:461
+#, c-format
+msgid "%i%%"
+msgstr "%i%%"
+
+#. Translators: This is %.1f Watts
+#: ../src/gpm-graph-widget.c:464
+#, c-format
+msgid "%.1fW"
+msgstr "%.1fW"
+
+#. Translators: This is %.1f Volts
+#: ../src/gpm-graph-widget.c:469
+#, c-format
+msgid "%.1fV"
+msgstr "%.1fV"
+
+#. TRANSLATORS: show verbose debugging
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
+msgid "Show extra debugging information"
+msgstr "اضافی ڈی بگنگ معلومات دکھائیں"
+
+#: ../src/gpm-main.c:173
+msgid "Show version of installed program and exit"
+msgstr "نصب شدہ پروگرام کا نسخہ دکھا کر برخاست کریں"
+
+#: ../src/gpm-main.c:175
+msgid "Exit after a small delay (for debugging)"
+msgstr "تھوڑی سی تاخیر کے بعد برخاست کریں (ڈی بگنگ کے لیے)"
+
+#: ../src/gpm-main.c:177
+msgid "Exit after the manager has loaded (for debugging)"
+msgstr "منیجر کے لد جانے کے بعد برخاست کریں (ڈی بگنگ کے لیے)"
+
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
+msgid "MATE Power Manager"
+msgstr ""
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
+msgid "Battery is very low"
+msgstr "بیٹری بہت کم رہ گئی ہے"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:279
+msgid "Power plugged in"
+msgstr "توانائی منسلک کردی گئی ہے"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:283
+msgid "Power unplugged"
+msgstr "توانائی منقطع کردی گئی ہے"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:287
+msgid "Lid has opened"
+msgstr "ڈھکن کھول دیا گیا"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:291
+msgid "Lid has closed"
+msgstr "ڈھکن بند کردیا گیا"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:295
+msgid "Battery is low"
+msgstr "بیٹری کم رہ گئی ہے"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:303
+msgid "Battery is full"
+msgstr "بیٹری بھر چکی ہے"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:307
+msgid "Suspend started"
+msgstr "معطلی شروع کردی گئی"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:311
+msgid "Resumed"
+msgstr "دوبارہ جاری کردہ"
+
+#. TRANSLATORS: this is the sound description
+#: ../src/gpm-manager.c:315
+msgid "Suspend failed"
+msgstr "معطلی ناکام"
+
+#. TRANSLATORS: message text
+#: ../src/gpm-manager.c:585
+msgid "Computer failed to suspend."
+msgstr ""
+
+#. TRANSLATORS: title text
+#: ../src/gpm-manager.c:587
+msgid "Failed to suspend"
+msgstr "معطل کرنے میں ناکامی"
+
+#. TRANSLATORS: message text
+#: ../src/gpm-manager.c:591
+msgid "Computer failed to hibernate."
+msgstr ""
+
+#. TRANSLATORS: title text
+#: ../src/gpm-manager.c:593
+msgid "Failed to hibernate"
+msgstr "ہائبرنیٹ ناکام"
+
+#. TRANSLATORS: message text
+#: ../src/gpm-manager.c:598
+msgid "Failure was reported as:"
+msgstr ""
+
+#. TRANSLATORS: button text, visit the suspend help website
+#: ../src/gpm-manager.c:611
+msgid "Visit help page"
+msgstr "ہدایات کا صفحہ دیکھیں"
+
+#. TRANSLATORS: this is the mate-screensaver throttle
+#: ../src/gpm-manager.c:857
+msgid "Display DPMS activated"
+msgstr "ڈسپلے کا DPMS فعال کردیا گیا"
+
+#. TRANSLATORS: this is the mate-screensaver throttle
+#: ../src/gpm-manager.c:876
+msgid "On battery power"
+msgstr "بیٹری کی توانائی پر"
+
+#: ../src/gpm-manager.c:894
+msgid "Laptop lid is closed"
+msgstr "لیپ ٹاپ کا ڈھکن بند ہے"
+
+#: ../src/gpm-manager.c:932
+msgid "Power Information"
+msgstr "توانائی کی معلومات"
+
+#. TRANSLATORS: the battery may be recalled by it's vendor
+#: ../src/gpm-manager.c:1147
+msgid "Battery may be recalled"
+msgstr ""
+
+#: ../src/gpm-manager.c:1148
+#, c-format
+msgid ""
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
+"\n"
+"For more information visit the battery recall website."
+msgstr ""
+
+#. TRANSLATORS: button text, visit the manufacturers recall website
+#: ../src/gpm-manager.c:1158
+msgid "Visit recall website"
+msgstr ""
+
+#. TRANSLATORS: button text, do not show this bubble again
+#: ../src/gpm-manager.c:1161
+msgid "Do not show me this again"
+msgstr "یہ دوبارہ مت دکھائیں"
+
+#. We should notify the user if the battery has a low capacity,
+#. * where capacity is the ratio of the last_full capacity with that of
+#. * the design capacity. (#326740)
+#. TRANSLATORS: battery is old or broken
+#: ../src/gpm-manager.c:1246
+msgid "Battery may be broken"
+msgstr "شاید بیٹری ٹوٹی ہوئی ہے"
+
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
+#, c-format
+msgid ""
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
+msgstr ""
+
+#. TRANSLATORS: show the charged notification
+#: ../src/gpm-manager.c:1298
+msgid "Battery Charged"
+msgid_plural "Batteries Charged"
+msgstr[0] ""
+msgstr[1] ""
+
+#. TRANSLATORS: laptop battery is now discharging
+#: ../src/gpm-manager.c:1344
+msgid "Battery Discharging"
+msgstr "بیٹری خالی ہو رہی ہے"
+
+#. TRANSLATORS: tell the user how much time they have got
+#: ../src/gpm-manager.c:1348
+#, c-format
+msgid "%s of battery power remaining (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: the device is discharging, but we only have a percentage
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
+#, c-format
+msgid "%s discharging (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: UPS is now discharging
+#: ../src/gpm-manager.c:1356
+msgid "UPS Discharging"
+msgstr "یو پی ایس خالی کیا جارہا ہے"
+
+#. TRANSLATORS: tell the user how much time they have got
+#: ../src/gpm-manager.c:1360
+#, c-format
+msgid "%s of UPS backup power remaining (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: laptop battery low, and we only have one battery
+#: ../src/gpm-manager.c:1444
+msgid "Battery low"
+msgstr "بیٹری کم ہے"
+
+#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
+#: ../src/gpm-manager.c:1447
+msgid "Laptop battery low"
+msgstr "لیپ ٹاپ کی بیٹری کم ہے"
+
+#. TRANSLATORS: tell the user how much time they have got
+#: ../src/gpm-manager.c:1453
+#, c-format
+msgid "Approximately <b>%s</b> remaining (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: UPS is starting to get a little low
+#: ../src/gpm-manager.c:1457
+msgid "UPS low"
+msgstr "یو پی ایس کم ہے"
+
+#. TRANSLATORS: tell the user how much time they have got
+#: ../src/gpm-manager.c:1461
+#, c-format
+msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: mouse is getting a little low
+#. TRANSLATORS: the mouse battery is very low
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
+msgid "Mouse battery low"
+msgstr "ماؤس کی بیٹری کم ہے"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1468
+#, c-format
+msgid "Wireless mouse is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: keyboard is getting a little low
+#. TRANSLATORS: the keyboard battery is very low
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
+msgid "Keyboard battery low"
+msgstr "کیبورڈ کی توانائی کم ہے"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1475
+#, c-format
+msgid "Wireless keyboard is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: PDA is getting a little low
+#. TRANSLATORS: the PDA battery is very low
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
+msgid "PDA battery low"
+msgstr "پی ڈی اے کی بیٹری کم ہے"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1482
+#, c-format
+msgid "PDA is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: cell phone (mobile) is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
+msgid "Cell phone battery low"
+msgstr "موبائل کی بیٹری کم ہے"
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1489
+#, c-format
+msgid "Cell phone is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: media player, e.g. mp3 is getting a little low
+#: ../src/gpm-manager.c:1494
+msgid "Media player battery low"
+msgstr ""
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1497
+#, c-format
+msgid "Media player is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
+msgid "Tablet battery low"
+msgstr ""
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1504
+#, c-format
+msgid "Tablet is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: computer, e.g. ipad is getting a little low
+#. TRANSLATORS: the cell battery is very low
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
+msgid "Attached computer battery low"
+msgstr ""
+
+#. TRANSLATORS: tell user more details
+#: ../src/gpm-manager.c:1511
+#, c-format
+msgid "Attached computer is low in power (%.0f%%)"
+msgstr ""
+
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
+msgid "Battery critically low"
+msgstr "بیٹری سنگین حد تک کم ہے"
+
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
+#. TRANSLATORS: laptop battery is really, really, low
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
+msgid "Laptop battery critically low"
+msgstr "لیپ ٹاپ کی بیٹری سنگین حد تک کم ہے"
+
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
+msgid "Plug in your AC adapter to avoid losing data."
+msgstr "کوائف کے نقصان سے بچنے کے لیے بجلی کی توانائی سے منسلک کریں."
+
+#. TRANSLATORS: give the user a ultimatum
+#: ../src/gpm-manager.c:1576
+#, c-format
+msgid "Computer will suspend very soon unless it is plugged in."
+msgstr "اگر اسے توانائی سے منسلک نہ کیا گیا تو کمپیوٹر جلد ہی معطل کردیا جائے گا."
+
+#. TRANSLATORS: give the user a ultimatum
+#: ../src/gpm-manager.c:1580
+#, c-format
+msgid "Computer will hibernate very soon unless it is plugged in."
+msgstr "اگر اسے توانائی سے منسلک نہ کیا گیا تو کمپیوٹر جلد ہی ہائبرنیٹ کردیا جائے گا."
+
+#. TRANSLATORS: give the user a ultimatum
+#: ../src/gpm-manager.c:1584
+#, c-format
+msgid "Computer will shutdown very soon unless it is plugged in."
+msgstr "اگر اسے توانائی سے منسلک نہ کیا گیا تو کمپیوٹر جلد ہی بند کردیا جائے گا."
+
+#. TRANSLATORS: the UPS is very low
+#. TRANSLATORS: UPS is really, really, low
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
+msgid "UPS critically low"
+msgstr "یو پی ایس سنگین حد تک کم ہے"
+
+#. TRANSLATORS: give the user a ultimatum
+#: ../src/gpm-manager.c:1595
+#, c-format
+msgid ""
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr ""
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1604
+#, c-format
+msgid ""
+"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr ""
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1612
+#, c-format
+msgid ""
+"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr ""
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1621
+#, c-format
+msgid ""
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr ""
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1631
+#, c-format
+msgid ""
+"Cell phone is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr ""
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1642
+#, c-format
+msgid ""
+"Media player is very low in power (%.0f%%). This device will soon stop "
+"functioning if not charged."
+msgstr ""
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1651
+#, c-format
+msgid ""
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr ""
+
+#. TRANSLATORS: the device is just going to stop working
+#: ../src/gpm-manager.c:1660
+#, c-format
+msgid ""
+"Attached computer is very low in power (%.0f%%). The device will soon "
+"shutdown if not charged."
+msgstr ""
+
+#. TRANSLATORS: computer will shutdown without saving data
+#: ../src/gpm-manager.c:1725
+msgid ""
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
+msgstr ""
+
+#. TRANSLATORS: computer will suspend
+#: ../src/gpm-manager.c:1731
+msgid ""
+"The battery is below the critical level and this computer is about to "
+"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
+"computer in a suspended state."
+msgstr ""
+
+#. TRANSLATORS: computer will hibernate
+#: ../src/gpm-manager.c:1738
+msgid ""
+"The battery is below the critical level and this computer is about to "
+"hibernate."
+msgstr ""
+
+#. TRANSLATORS: computer will just shutdown
+#: ../src/gpm-manager.c:1743
+msgid ""
+"The battery is below the critical level and this computer is about to "
+"shutdown."
+msgstr ""
+
+#. TRANSLATORS: computer will shutdown without saving data
+#: ../src/gpm-manager.c:1760
+msgid ""
+"The UPS is below the critical level and this computer will <b>power-off</b> "
+"when the UPS becomes completely empty."
+msgstr ""
+
+#. TRANSLATORS: computer will hibernate
+#: ../src/gpm-manager.c:1766
+msgid ""
+"The UPS is below the critical level and this computer is about to hibernate."
+msgstr ""
+
+#. TRANSLATORS: computer will just shutdown
+#: ../src/gpm-manager.c:1771
+msgid ""
+"The UPS is below the critical level and this computer is about to shutdown."
+msgstr ""
+
+#: ../src/gpm-prefs.c:94
+msgid "MATE Power Preferences"
+msgstr ""
+
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
+msgid "Shutdown"
+msgstr "بند کریں"
+
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
+msgid "Suspend"
+msgstr "معطل کریں"
+
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
+msgid "Hibernate"
+msgstr "ہائبرنیٹ کریں"
+
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
+msgid "Blank screen"
+msgstr "خالی سکرین"
+
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
+msgid "Ask me"
+msgstr "مجھ سے پوچھیں"
+
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
+msgid "Do nothing"
+msgstr "کچھ نہ کریں"
+
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
+msgid "Never"
+msgstr "کبھی نہیں"
+
+#. TRANSLATORS: the rate of discharge for the device
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
+msgid "Rate"
+msgstr "شرح"
+
+#: ../src/gpm-statistics.c:80
+msgid "Charge"
+msgstr "چارج"
+
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
+msgid "Time to full"
+msgstr "بھرنے میں وقت"
+
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
+msgid "Time to empty"
+msgstr "خالی ہونے میں وقت"
+
+#: ../src/gpm-statistics.c:89
+msgid "10 minutes"
+msgstr "10 منٹ"
+
+#: ../src/gpm-statistics.c:90
+msgid "2 hours"
+msgstr "2 گھنٹے"
+
+#: ../src/gpm-statistics.c:91
+msgid "6 hours"
+msgstr ""
+
+#: ../src/gpm-statistics.c:92
+msgid "1 day"
+msgstr "1 دن"
+
+#: ../src/gpm-statistics.c:93
+msgid "1 week"
+msgstr "1 ہفتہ"
+
+#. TRANSLATORS: what we've observed about the device
+#: ../src/gpm-statistics.c:102
+msgid "Charge profile"
+msgstr "چارج کی پروفائل"
+
+#: ../src/gpm-statistics.c:103
+msgid "Discharge profile"
+msgstr "خالی ہونے کی پروفائل"
+
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
+msgid "Charge accuracy"
+msgstr "چارج کی درستی"
+
+#: ../src/gpm-statistics.c:106
+msgid "Discharge accuracy"
+msgstr "خالی ہونے کی درستی"
+
+#: ../src/gpm-statistics.c:133
+msgid "Attribute"
+msgstr "وصف"
+
+#: ../src/gpm-statistics.c:140
+msgid "Value"
+msgstr "قدر"
+
+#: ../src/gpm-statistics.c:157
+msgid "Image"
+msgstr "تصویر"
+
+#: ../src/gpm-statistics.c:163
+msgid "Description"
+msgstr "تفصیل"
+
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
+msgid "Type"
+msgstr "نوعیت"
+
+#: ../src/gpm-statistics.c:188
+msgid "ID"
+msgstr "آئی ڈی"
+
+#: ../src/gpm-statistics.c:202
+msgid "Command"
+msgstr "کمانڈ"
+
+#. TRANSLATORS: this is when the stats time is not known
+#: ../src/gpm-statistics.c:287
+msgid "Unknown"
+msgstr "نامعلوم"
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:291
+#, c-format
+msgid "%.0f second"
+msgid_plural "%.0f seconds"
+msgstr[0] "%.0f سیکنڈ"
+msgstr[1] "%.0f سیکنڈ"
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:296
+#, c-format
+msgid "%.1f minute"
+msgid_plural "%.1f minutes"
+msgstr[0] "%.1f منٹ"
+msgstr[1] "%.1f منٹ"
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:301
+#, c-format
+msgid "%.1f hour"
+msgid_plural "%.1f hours"
+msgstr[0] "%.1f گھنٹہ"
+msgstr[1] "%.1f گھنٹے"
+
+#. TRANSLATORS: this is a time value, usually to show on a graph
+#: ../src/gpm-statistics.c:305
+#, c-format
+msgid "%.1f day"
+msgid_plural "%.1f days"
+msgstr[0] "%.1f دن"
+msgstr[1] "%.1f دن"
+
+#: ../src/gpm-statistics.c:314
+msgid "Yes"
+msgstr "ہاں"
+
+#: ../src/gpm-statistics.c:314
+msgid "No"
+msgstr "نہیں"
+
+#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
+#: ../src/gpm-statistics.c:403
+msgid "Device"
+msgstr "آلہ"
+
+#: ../src/gpm-statistics.c:408
+msgid "Vendor"
+msgstr "فروشندہ"
+
+#: ../src/gpm-statistics.c:410
+msgid "Model"
+msgstr "ماڈل"
+
+#: ../src/gpm-statistics.c:412
+msgid "Serial number"
+msgstr "سیریل نمبر"
+
+#. TRANSLATORS: a boolean attribute that means if the device is supplying the
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
+#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
+#: ../src/gpm-statistics.c:417
+msgid "Supply"
+msgstr "فراہمی"
+
+#: ../src/gpm-statistics.c:420
+#, c-format
+msgid "%d second"
+msgid_plural "%d seconds"
+msgstr[0] "%d سیکنڈ"
+msgstr[1] "%d سیکنڈ"
+
+#. TRANSLATORS: when the device was last updated with new data. It's
+#. * usually a few seconds when a device is discharging or charging.
+#: ../src/gpm-statistics.c:424
+msgid "Refreshed"
+msgstr "تازہ کاری مکمل"
+
+#. TRANSLATORS: Present is whether the device is currently attached
+#. * to the computer, as some devices (e.g. laptop batteries) can
+#. * be removed, but still observed as devices on the system
+#: ../src/gpm-statistics.c:434
+msgid "Present"
+msgstr "موجود"
+
+#. TRANSLATORS: If the device can be recharged, e.g. lithium
+#. * batteries rather than alkaline ones
+#: ../src/gpm-statistics.c:441
+msgid "Rechargeable"
+msgstr "دوبارہ چارج ہونے کے قابل"
+
+#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
+#: ../src/gpm-statistics.c:447
+msgid "State"
+msgstr "حالت"
+
+#: ../src/gpm-statistics.c:451
+msgid "Energy"
+msgstr "توانائی"
+
+#: ../src/gpm-statistics.c:454
+msgid "Energy when empty"
+msgstr "خالی ہونے پر توانائی"
+
+#: ../src/gpm-statistics.c:457
+msgid "Energy when full"
+msgstr "بھرے ہونے پر توانائی"
+
+#: ../src/gpm-statistics.c:460
+msgid "Energy (design)"
+msgstr "توانائی (ڈیزائن)"
+
+#: ../src/gpm-statistics.c:474
+msgid "Voltage"
+msgstr "وولٹیج"
+
+#. TRANSLATORS: the amount of charge the cell contains
+#: ../src/gpm-statistics.c:496
+msgid "Percentage"
+msgstr "شرح فیصد"
+
+#. TRANSLATORS: the capacity of the device, which is basically a measure
+#. * of how full it can get, relative to the design capacity
+#: ../src/gpm-statistics.c:503
+msgid "Capacity"
+msgstr "گنجائش"
+
+#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
+#: ../src/gpm-statistics.c:508
+msgid "Technology"
+msgstr "ٹیکنالوجی"
+
+#. TRANSLATORS: this is when the device is plugged in, typically
+#. * only shown for the ac adaptor device
+#: ../src/gpm-statistics.c:513
+msgid "Online"
+msgstr "آن لائن"
+
+#. TRANSLATORS: the command line was not provided
+#: ../src/gpm-statistics.c:825
+msgid "No data"
+msgstr "کوئی کوائف نہیں"
+
+#. TRANSLATORS: kernel module, usually a device driver
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
+msgid "Kernel module"
+msgstr "کرنل کا ماڈیول"
+
+#. TRANSLATORS: kernel housekeeping
+#: ../src/gpm-statistics.c:842
+msgid "Kernel core"
+msgstr "کرنل کا مغز"
+
+#. TRANSLATORS: interrupt between processors
+#: ../src/gpm-statistics.c:847
+msgid "Interprocessor interrupt"
+msgstr "انٹرپراسیسر مداخلت"
+
+#. TRANSLATORS: unknown interrupt
+#: ../src/gpm-statistics.c:852
+msgid "Interrupt"
+msgstr "مداخلت"
+
+#. TRANSLATORS: the keyboard and mouse device event
+#: ../src/gpm-statistics.c:899
+msgid "PS/2 keyboard/mouse/touchpad"
+msgstr "PS/2 کیبورڈ/ماؤس/ٹچ پیڈ"
+
+#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
+#: ../src/gpm-statistics.c:902
+msgid "ACPI"
+msgstr "ACPI"
+
+#. TRANSLATORS: serial ATA is a new style of hard disk interface
+#: ../src/gpm-statistics.c:905
+msgid "Serial ATA"
+msgstr "سیریل ATA"
+
+#. TRANSLATORS: this is the old-style ATA interface
+#: ../src/gpm-statistics.c:908
+msgid "ATA host controller"
+msgstr "ATA ہوسٹ کنٹرولر"
+
+#. TRANSLATORS: 802.11 wireless adaptor
+#: ../src/gpm-statistics.c:911
+msgid "Intel wireless adaptor"
+msgstr "انٹل وائرلیس اڈاپٹر"
+
+#. TRANSLATORS: a timer is something that fires periodically.
+#. * The parameter is a process name, e.g. "firefox-bin".
+#. * This is shown when the timer wakes up.
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
+#, c-format
+msgid "Timer %s"
+msgstr "ٹائمر %s"
+
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
+#. * This is shown when the task wakes up.
+#: ../src/gpm-statistics.c:942
+#, c-format
+msgid "Sleep %s"
+msgstr "سونا %s"
+
+#. TRANSLATORS: this is the name of a new realtime task.
+#: ../src/gpm-statistics.c:945
+#, c-format
+msgid "New task %s"
+msgstr "نیا کام %s"
+
+#. TRANSLATORS: this is the name of a task that's woken to check state.
+#. * This is shown when the task wakes up.
+#: ../src/gpm-statistics.c:949
+#, c-format
+msgid "Wait %s"
+msgstr "انتظار کریں %s"
+
+#. TRANSLATORS: this is the name of a work queue.
+#. * A work queue is a list of work that has to be done.
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
+#, c-format
+msgid "Work queue %s"
+msgstr "کام کی قطار %s"
+
+#. TRANSLATORS: this is when the networking subsystem clears out old entries
+#: ../src/gpm-statistics.c:960
+#, c-format
+msgid "Network route flush %s"
+msgstr "نیٹ ورک راؤٹ فلش %s"
+
+#. TRANSLATORS: this is the name of an activity on the USB bus
+#: ../src/gpm-statistics.c:963
+#, c-format
+msgid "USB activity %s"
+msgstr "یو ایس بی سرگرمی %s"
+
+#. TRANSLATORS: we've timed out of an aligned timer, with the name
+#: ../src/gpm-statistics.c:966
+#, c-format
+msgid "Wakeup %s"
+msgstr "جاگنا %s"
+
+#. TRANSLATORS: interupts on the system required for basic operation
+#: ../src/gpm-statistics.c:969
+msgid "Local interrupts"
+msgstr "مقامی مداخلتیں"
+
+#. TRANSLATORS: interrupts when a task gets moved from one core to another
+#: ../src/gpm-statistics.c:972
+msgid "Rescheduling interrupts"
+msgstr "دوبارہ میقات بندی کی مداخلتیں"
+
+#. TRANSLATORS: shown on the titlebar
+#: ../src/gpm-statistics.c:1081
+msgid "Device Information"
+msgstr "آلے کی معلومات"
+
+#. TRANSLATORS: shown on the titlebar
+#: ../src/gpm-statistics.c:1083
+msgid "Device History"
+msgstr "آلے کی محفوظات"
+
+#. TRANSLATORS: shown on the titlebar
+#: ../src/gpm-statistics.c:1085
+msgid "Device Profile"
+msgstr "آلے کی پروفائل"
+
+#. TRANSLATORS: shown on the titlebar
+#: ../src/gpm-statistics.c:1087
+msgid "Processor Wakeups"
+msgstr "پراسیسر کا جاگنا"
+
+#. TRANSLATORS: this is the X axis on the graph
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
+msgid "Time elapsed"
+msgstr "گزرا وقت"
+
+#. TRANSLATORS: this is the Y axis on the graph
+#: ../src/gpm-statistics.c:1297
+msgid "Power"
+msgstr "توانائی"
+
+#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
+#. TRANSLATORS: this is the X axis on the graph for the whole battery device
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
+msgid "Cell charge"
+msgstr "سیل چارج"
+
+#. TRANSLATORS: this is the Y axis on the graph
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
+msgid "Predicted time"
+msgstr "متوقعہ وقت"
+
+#. TRANSLATORS: this is the Y axis on the graph
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
+msgid "Correction factor"
+msgstr "درستی کا عامل"
+
+#. TRANSLATORS: this is the Y axis on the graph
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
+msgid "Prediction accuracy"
+msgstr "پیش گوئی کی درستی"
+
+#. TRANSLATORS: show a device by default
+#: ../src/gpm-statistics.c:1557
+msgid "Select this device at startup"
+msgstr "آغاز پر یہ آلہ منتخب کریں"
+
+#. TRANSLATORS: the icon for the CPU
+#: ../src/gpm-statistics.c:1836
+msgid "Processor"
+msgstr "پراسیسر"
+
+#. preferences
+#: ../src/gpm-tray-icon.c:296
+msgid "_Preferences"
+msgstr "_ترجیحات"
+
+#. TRANSLATORS: a phone is charging
+#. TRANSLATORS: device is charging, but we only have a percentage
+#: ../src/gpm-upower.c:221 ../src/gpm-upower.c:285
+#, c-format
+msgid "%s charging (%.1f%%)"
+msgstr "%s چارج کیا جارہا ہے (%.1f%%)"
+
+#. TRANSLATORS: The laptop battery is fully charged, and we know a time
+#: ../src/gpm-upower.c:236
+#, c-format
+msgid ""
+"Battery is fully charged.\n"
+"Provides %s laptop runtime"
+msgstr "بیٹری مکمل طور پر چارج ہے.\nلیپ ٹاپ کو چلانے کا %s فراہم ہوگا."
+
+#. TRANSLATORS: the device is fully charged
+#: ../src/gpm-upower.c:241
+#, c-format
+msgid "%s is fully charged"
+msgstr "%s مکمل طور پر چارج ہے"
+
+#. TRANSLATORS: the device is discharging, and we have a time remaining
+#: ../src/gpm-upower.c:249
+#, c-format
+msgid "%s %s remaining (%.1f%%)"
+msgstr "%s %s باقی ہے (%.1f%%)"
+
+#. TRANSLATORS: the device is discharging, but we only have a percentage
+#: ../src/gpm-upower.c:254
+#, c-format
+msgid "%s discharging (%.1f%%)"
+msgstr "%s خالی کی جارہی ہے (%.1f%%)"
+
+#. TRANSLATORS: the device is charging, and we have a time to full and empty
+#: ../src/gpm-upower.c:268
+#, c-format
+msgid ""
+"%s %s until charged (%.1f%%)\n"
+"Provides %s battery runtime"
+msgstr "%s %s بھرنے میں باقی ہے (%.1f%%)\nبیٹری کو چلانے کا %s فراہم ہوگا."
+
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
+#: ../src/gpm-upower.c:279
+#, c-format
+msgid "%s %s until charged (%.1f%%)"
+msgstr "%s %s بھرنے میں باقی ہے (%.1f%%)"
+
+#. TRANSLATORS: this is only shown for laptops with multiple batteries
+#: ../src/gpm-upower.c:292
+#, c-format
+msgid "%s waiting to discharge (%.1f%%)"
+msgstr "%s خالی ہونے کا انتظار (%.1f%%)"
+
+#. TRANSLATORS: this is only shown for laptops with multiple batteries
+#: ../src/gpm-upower.c:298
+#, c-format
+msgid "%s waiting to charge (%.1f%%)"
+msgstr "%s چارج ہونے کا انتظار (%.1f%%)"
+
+#. TRANSLATORS: the type of data, e.g. Laptop battery
+#: ../src/gpm-upower.c:357
+msgid "Product:"
+msgstr "مصنوعہ:"
+
+#. TRANSLATORS: device is missing
+#. TRANSLATORS: device is charged
+#. TRANSLATORS: device is charging
+#. TRANSLATORS: device is discharging
+#: ../src/gpm-upower.c:361 ../src/gpm-upower.c:364 ../src/gpm-upower.c:367
+#: ../src/gpm-upower.c:370
+msgid "Status:"
+msgstr "حالت:"
+
+#: ../src/gpm-upower.c:361
+msgid "Missing"
+msgstr "مفقود"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:364 ../src/gpm-upower.c:645
+msgid "Charged"
+msgstr "چارج شُدہ"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:367 ../src/gpm-upower.c:633
+msgid "Charging"
+msgstr "چارج کیا جارہا ہے"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:370 ../src/gpm-upower.c:637
+msgid "Discharging"
+msgstr "خالی کیا جارہا ہے"
+
+#. TRANSLATORS: percentage
+#: ../src/gpm-upower.c:375
+msgid "Percentage charge:"
+msgstr "چارج کا شرح فیصد:"
+
+#. TRANSLATORS: manufacturer
+#: ../src/gpm-upower.c:379
+msgid "Vendor:"
+msgstr "فروشندہ:"
+
+#. TRANSLATORS: how the battery is made, e.g. Lithium Ion
+#: ../src/gpm-upower.c:384
+msgid "Technology:"
+msgstr "ٹیکنالوجی:"
+
+#. TRANSLATORS: serial number of the battery
+#: ../src/gpm-upower.c:388
+msgid "Serial number:"
+msgstr "سیریل نمبر:"
+
+#. TRANSLATORS: model number of the battery
+#: ../src/gpm-upower.c:392
+msgid "Model:"
+msgstr "ماڈل:"
+
+#. TRANSLATORS: time to fully charged
+#: ../src/gpm-upower.c:397
+msgid "Charge time:"
+msgstr "چارج کا وقت:"
+
+#. TRANSLATORS: time to empty
+#: ../src/gpm-upower.c:403
+msgid "Discharge time:"
+msgstr "خالی ہونے کا وقت:"
+
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
+#: ../src/gpm-upower.c:410
+msgid "Excellent"
+msgstr "شاندار"
+
+#: ../src/gpm-upower.c:412
+msgid "Good"
+msgstr "عُمدہ"
+
+#: ../src/gpm-upower.c:414
+msgid "Fair"
+msgstr "اچھا"
+
+#: ../src/gpm-upower.c:416
+msgid "Poor"
+msgstr "کمزور"
+
+#: ../src/gpm-upower.c:420
+msgid "Capacity:"
+msgstr "گُنجائش:"
+
+#: ../src/gpm-upower.c:426 ../src/gpm-upower.c:451
+msgid "Current charge:"
+msgstr "حالیہ چارج:"
+
+#: ../src/gpm-upower.c:432
+msgid "Last full charge:"
+msgstr "آخری بھرپور بھرائی:"
+
+#: ../src/gpm-upower.c:438 ../src/gpm-upower.c:456
+msgid "Design charge:"
+msgstr "ڈیزائن چارج:"
+
+#: ../src/gpm-upower.c:443
+msgid "Charge rate:"
+msgstr "چارج کی شرح:"
+
+#. TRANSLATORS: system power cord
+#: ../src/gpm-upower.c:478
+msgid "AC adapter"
+msgid_plural "AC adapters"
+msgstr[0] "بجلی کا اڈاپٹر"
+msgstr[1] "بجلی کے اڈاپٹر"
+
+#. TRANSLATORS: laptop primary battery
+#: ../src/gpm-upower.c:482
+msgid "Laptop battery"
+msgid_plural "Laptop batteries"
+msgstr[0] "لیپ ٹاپ کی بیٹری"
+msgstr[1] "لیپ ٹاپ کی بیٹریاں"
+
+#. TRANSLATORS: battery-backed AC power source
+#: ../src/gpm-upower.c:486
+msgid "UPS"
+msgid_plural "UPSs"
+msgstr[0] "UPS"
+msgstr[1] "UPSs"
+
+#. TRANSLATORS: a monitor is a device to measure voltage and current
+#: ../src/gpm-upower.c:490
+msgid "Monitor"
+msgid_plural "Monitors"
+msgstr[0] "مانیٹر"
+msgstr[1] "مانیٹر"
+
+#. TRANSLATORS: wireless mice with internal batteries
+#: ../src/gpm-upower.c:494
+msgid "Mouse"
+msgid_plural "Mice"
+msgstr[0] ""
+msgstr[1] ""
+
+#. TRANSLATORS: wireless keyboard with internal battery
+#: ../src/gpm-upower.c:498
+msgid "Keyboard"
+msgid_plural "Keyboards"
+msgstr[0] ""
+msgstr[1] ""
+
+#. TRANSLATORS: portable device
+#: ../src/gpm-upower.c:502
+msgid "PDA"
+msgid_plural "PDAs"
+msgstr[0] "PDA"
+msgstr[1] "PDAs"
+
+#. TRANSLATORS: cell phone (mobile...)
+#: ../src/gpm-upower.c:506
+msgid "Cell phone"
+msgid_plural "Cell phones"
+msgstr[0] "سیل فون"
+msgstr[1] "سیل فونز"
+
+#. TRANSLATORS: media player, mp3 etc
+#: ../src/gpm-upower.c:511
+msgid "Media player"
+msgid_plural "Media players"
+msgstr[0] ""
+msgstr[1] ""
+
+#. TRANSLATORS: tablet device
+#: ../src/gpm-upower.c:515
+msgid "Tablet"
+msgid_plural "Tablets"
+msgstr[0] ""
+msgstr[1] ""
+
+#. TRANSLATORS: tablet device
+#: ../src/gpm-upower.c:519
+msgid "Computer"
+msgid_plural "Computers"
+msgstr[0] ""
+msgstr[1] ""
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:589
+msgid "Lithium Ion"
+msgstr "لیتھیم آئن"
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:593
+msgid "Lithium Polymer"
+msgstr "لیتھیم پولیمر"
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:597
+msgid "Lithium Iron Phosphate"
+msgstr "لیتھیم آئرن فوسفیٹ"
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:601
+msgid "Lead acid"
+msgstr "لیڈ ایسڈ"
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:605
+msgid "Nickel Cadmium"
+msgstr "نِکل کیڈمیم"
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:609
+msgid "Nickel metal hydride"
+msgstr "نِکل میٹل ہائیڈرائڈ"
+
+#. TRANSLATORS: battery technology
+#: ../src/gpm-upower.c:613
+msgid "Unknown technology"
+msgstr "نامعلوم ٹیکنالوجی"
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:641
+msgid "Empty"
+msgstr ""
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:649
+msgid "Waiting to charge"
+msgstr ""
+
+#. TRANSLATORS: battery state
+#: ../src/gpm-upower.c:653
+msgid "Waiting to discharge"
+msgstr ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index d260cc5..cb4dea0 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1,151 +1,146 @@
-# Simplified Chinese translation of mate-power-manager.
-# Copyright (C) 2009 Free Software Foundation, Inc.
-# This file is distributed under the same license as the mate-power-manager package.
-#
-# Funda Wang <[email protected]>, 2005, 2006.
-# Yang Zhang <[email protected]>, 2007
-# 甘露(Gan Lu) <[email protected]>, 2009.
-# Deng Xiyue <[email protected]>, 2009.
-# chainet <[email protected]>, 2009.
-# 陈醒(Chen Xing) <[email protected]>, 2010.
-#
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+#
+# Translators:
+# Wylmer Wang <[email protected]>, 2013
msgid ""
msgstr ""
-"Project-Id-Version: mate-power-manager mate-2-30\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-08-14 01:23+0800\n"
-"PO-Revision-Date: 2010-08-14 01:23+0800\n"
-"Last-Translator: Yinghua Wang <[email protected]>\n"
-"Language-Team: Chinese (simplified) <[email protected]>\n"
+"Project-Id-Version: MATE Desktop Environment\n"
+"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
+"POT-Creation-Date: 2013-03-15 21:36+0100\n"
+"PO-Revision-Date: 2013-06-26 12:48+0000\n"
+"Last-Translator: Wylmer Wang <[email protected]>\n"
+"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/MATE/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: ../applets/brightness/brightness-applet.c:105
+#: ../applets/brightness/brightness-applet.c:110
msgid "Power Manager Brightness Applet"
msgstr "电源管理器亮度管理小程序"
-#: ../applets/brightness/brightness-applet.c:106
+#: ../applets/brightness/brightness-applet.c:111
msgid "Adjusts laptop panel brightness."
msgstr "调整笔记本屏幕亮度。"
-#: ../applets/brightness/brightness-applet.c:359
-#: ../applets/inhibit/inhibit-applet.c:358
+#: ../applets/brightness/brightness-applet.c:364
+#: ../applets/inhibit/inhibit-applet.c:363
msgid "Cannot connect to mate-power-manager"
msgstr "无法连接到 MATE 电源管理器"
-#: ../applets/brightness/brightness-applet.c:361
+#: ../applets/brightness/brightness-applet.c:366
msgid "Cannot get laptop panel brightness"
msgstr "无法获得笔记本屏幕亮度"
-#: ../applets/brightness/brightness-applet.c:363
+#: ../applets/brightness/brightness-applet.c:368
#, c-format
msgid "LCD brightness : %d%%"
msgstr "LCD 亮度:%d%%"
-#: ../applets/brightness/brightness-applet.c:748
-#: ../applets/inhibit/inhibit-applet.c:427
+#: ../applets/brightness/brightness-applet.c:753
+#: ../applets/inhibit/inhibit-applet.c:432
msgid "Licensed under the GNU General Public License Version 2"
msgstr "在 GNU 通用公共许可证 版本 2下授权"
-#: ../applets/brightness/brightness-applet.c:749
-#: ../applets/inhibit/inhibit-applet.c:428
+#: ../applets/brightness/brightness-applet.c:754
+#: ../applets/inhibit/inhibit-applet.c:433
msgid ""
"Power Manager is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"
"as published by the Free Software Foundation; either version 2\n"
"of the License, or (at your option) any later version."
-msgstr ""
-"电源管理器是自由软件;\n"
-"您可以在自由软件基金会发布的 GNU 通用公共许可证的条款下重新分发和(或)修改"
-"它;\n"
-"您可以选择使用 GPL 第二版,或(按照您的意愿)任何更新的版本。"
+msgstr "电源管理器是自由软件;\n您可以在自由软件基金会发布的 GNU 通用公共许可证的条款下重新分发和(或)修改它;\n您可以选择使用 GPL 第二版,或(按照您的意愿)任何更新的版本。"
-#: ../applets/brightness/brightness-applet.c:753
-#: ../applets/inhibit/inhibit-applet.c:432
+#: ../applets/brightness/brightness-applet.c:758
+#: ../applets/inhibit/inhibit-applet.c:437
msgid ""
"Power Manager is distributed in the hope that it will be useful,\n"
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
"GNU General Public License for more details."
-msgstr ""
-"电源管理器分发的目的是希望它物有所用,\n"
-"但是没有任何担保;对于其适销性或某一特定目的下的适用性,\n"
-"没有任何即便是暗示的担保。\n"
-"请查阅 GNU 通用公共许可证以获得更多信息。"
+msgstr "电源管理器分发的目的是希望它物有所用,\n但是没有任何担保;对于其适销性或某一特定目的下的适用性,\n没有任何即便是暗示的担保。\n请查阅 GNU 通用公共许可证以获得更多信息。"
-#: ../applets/brightness/brightness-applet.c:757
-#: ../applets/inhibit/inhibit-applet.c:436
+#: ../applets/brightness/brightness-applet.c:762
+#: ../applets/inhibit/inhibit-applet.c:441
msgid ""
"You should have received a copy of the GNU General Public License\n"
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr ""
-"你应当已经跟本程序一起收到一份 GNU 通用公众许可证的副本;\n"
-"如果没有,请写信至:Free Software Foundation, Inc.,\n"
-"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA"
+msgstr "你应当已经跟本程序一起收到一份 GNU 通用公众许可证的副本;\n如果没有,请写信至:Free Software Foundation, Inc.,\n51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA"
-#: ../applets/brightness/brightness-applet.c:771
+#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
msgstr "版权所有 © 2006 Benjamin Canou"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:1
-msgid "Adjusts Laptop panel brightness"
-msgstr "调整笔记本屏幕亮度"
+#: ../applets/brightness/brightness-applet.c:1013
+#: ../applets/inhibit/inhibit-applet.c:663
+msgid "_About"
+msgstr "关于(_A)"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:2
-msgid "Brightness Applet"
-msgstr "亮度小程序"
+#: ../applets/brightness/brightness-applet.c:1016
+#: ../applets/inhibit/inhibit-applet.c:666
+msgid "_Help"
+msgstr "帮助(_H)"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:3
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:1
msgid "Brightness Applet Factory"
msgstr "亮度小程序工厂"
-#: ../applets/brightness/MATE_BrightnessApplet.server.in.in.h:4
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Brightness Applet"
msgstr "亮度小程序工厂"
-#: ../applets/inhibit/inhibit-applet.c:91
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:3
+msgid "Brightness Applet"
+msgstr "亮度小程序"
+
+#: ../applets/brightness/org.mate.BrightnessApplet.mate-panel-applet.in.in.h:4
+msgid "Adjusts Laptop panel brightness"
+msgstr "调整笔记本屏幕亮度"
+
+#: ../applets/inhibit/inhibit-applet.c:96
msgid "Power Manager Inhibit Applet"
msgstr "电源管理器阻止管理小程序"
-#: ../applets/inhibit/inhibit-applet.c:92
+#: ../applets/inhibit/inhibit-applet.c:97
msgid "Allows user to inhibit automatic power saving."
msgstr "允许用户阻止自动节电。"
-#: ../applets/inhibit/inhibit-applet.c:361
+#: ../applets/inhibit/inhibit-applet.c:366
msgid "Automatic sleep inhibited"
msgstr "已阻止自动休眠"
-#: ../applets/inhibit/inhibit-applet.c:363
+#: ../applets/inhibit/inhibit-applet.c:368
msgid "Automatic sleep enabled"
msgstr "自动休眠被启用"
-#: ../applets/inhibit/inhibit-applet.c:391
+#: ../applets/inhibit/inhibit-applet.c:396
msgid "Manual inhibit"
msgstr "人工阻止"
-#: ../applets/inhibit/inhibit-applet.c:450
+#: ../applets/inhibit/inhibit-applet.c:455
msgid "Copyright © 2006-2007 Richard Hughes"
msgstr "版权 © 2006-2007 Richard Hughes"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:1
-msgid "Allows user to inhibit automatic power saving"
-msgstr "允许用户阻止自动省电。"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:1
+msgid "Inhibit Applet Factory"
+msgstr "阻止管理小程序工厂"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:2
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:2
msgid "Factory for Inhibit Applet"
msgstr "阻止管理小程序工厂"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:3
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:3
msgid "Inhibit Applet"
msgstr "阻止管理小程序"
-#: ../applets/inhibit/MATE_InhibitApplet.server.in.in.h:4
-msgid "Inhibit Applet Factory"
-msgstr "阻止管理小程序工厂"
+#: ../applets/inhibit/org.mate.InhibitApplet.mate-panel-applet.in.in.h:4
+msgid "Allows user to inhibit automatic power saving"
+msgstr "允许用户阻止自动省电。"
#: ../data/mate-power-manager.desktop.in.in.h:1
msgid "Power Manager"
@@ -155,891 +150,835 @@ msgstr "电源管理器"
msgid "Power management daemon"
msgstr "电源管理守护程序"
-#: ../data/mate-power-manager.schemas.in.h:1
-msgid "Allow backlight brightness adjustment"
-msgstr "允许调节背光亮度"
-
-#: ../data/mate-power-manager.schemas.in.h:2
-msgid "Battery critical low action"
-msgstr "低电量动作"
-
-#: ../data/mate-power-manager.schemas.in.h:3
-msgid "Check CPU load before sleeping"
-msgstr "睡眠之前检查 CPU 负载"
-
-#: ../data/mate-power-manager.schemas.in.h:4
-msgid "Dim the screen after a period of inactivity when on AC power"
-msgstr "一段时间内不活动后将屏幕变暗(使用交流电源时)"
-
-#: ../data/mate-power-manager.schemas.in.h:5
-msgid "Dim the screen after a period of inactivity when on battery power"
-msgstr "一段时间内不活动后将屏幕变暗(使用电池时)"
-
-#: ../data/mate-power-manager.schemas.in.h:6
-msgid ""
-"Display options for the notification icon. Valid options are \"never\", \"low"
-"\", \"critical\", \"charge\", \"present\" and \"always\"."
-msgstr ""
-"通知图标的显示选项。可供选择的选项有“never”(从不)、“low”(低电量"
-"时)、“critical”(电量危急时)、“charge”(充电时)和“present”(当前)。"
-
-#: ../data/mate-power-manager.schemas.in.h:7
-msgid "Hibernate button action"
-msgstr "休眠按钮动作"
-
-#: ../data/mate-power-manager.schemas.in.h:8
-msgid ""
-"If a notification message should be displayed after suspend or hibernate "
-"failed."
-msgstr "挂起或休眠失败后是否应显示通知消息。"
-
-#: ../data/mate-power-manager.schemas.in.h:9
-msgid ""
-"If a notification message should be displayed when the battery is fully "
-"charged."
-msgstr "电池充满电时是否应显示通知消息。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:1
+msgid "Whether to hibernate, suspend or do nothing when inactive"
+msgstr "在空闲时是 hibernate,suspend 还是什么也不做"
-#: ../data/mate-power-manager.schemas.in.h:10
+#: ../data/org.mate.power-manager.gschema.xml.in.h:2
msgid ""
-"If a notification message should be displayed when the battery is getting "
-"low."
-msgstr "电池电量低时是否应显示通知消息。"
-
-#: ../data/mate-power-manager.schemas.in.h:11
-msgid "If preferences and statistics items should be shown in the context menu"
-msgstr "首选项和状态条目是否应当在上下文菜单中显示"
-
-#: ../data/mate-power-manager.schemas.in.h:12
-msgid "If sounds should be used"
-msgstr "是否使用声音"
+"The type of sleeping that should be performed when the computer is inactive."
+msgstr "计算机空闲时执行的睡眠动作类型。"
-#: ../data/mate-power-manager.schemas.in.h:13
-msgid ""
-"If sounds should be used when the power is critically low, or inhibit "
-"requests have stopped the policy action."
-msgstr "在电量将用尽或阻止请求已阻止某策略动作时是否使用声音通知。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:3
+msgid "Battery critical low action"
+msgstr "低电量动作"
-#: ../data/mate-power-manager.schemas.in.h:14
-msgid "If the CPU load should be checked before doing the idle action."
-msgstr "在执行空闲动作时是否检查 CPU 负载。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:4
+msgid "The action to take when the battery is critically low."
+msgstr "电池电量将用尽时的操作。"
-#: ../data/mate-power-manager.schemas.in.h:15
+#: ../data/org.mate.power-manager.gschema.xml.in.h:5
msgid ""
"If the battery event should occur when the lid is shut and the power "
"disconnected"
msgstr "上盖关闭且交流电源被移除时是否发生电池事件"
-#: ../data/mate-power-manager.schemas.in.h:16
+#: ../data/org.mate.power-manager.gschema.xml.in.h:6
msgid ""
"If the battery lid close event should occur (for example 'Suspend when lid "
"closed on battery') when the lid is previously shut and the AC power "
"disconnected at a later time."
-msgstr ""
-"在先前上盖已关闭,而后交流电源也被移除时是否发生“上盖已关闭(使用电池时)”的相"
-"应事件,如‘在使用电池时如果上盖关闭则挂起’。"
+msgstr "在先前上盖已关闭,而后交流电源也被移除时是否发生“上盖已关闭(使用电池时)”的相应事件,如‘在使用电池时如果上盖关闭则挂起’。"
-#: ../data/mate-power-manager.schemas.in.h:17
-msgid "If the learnt profile should be used to calculate the time remaining"
-msgstr "是否使用学习图来计算剩余时间"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:7
+msgid "UPS critical low action"
+msgstr "UPS 电量将用尽动作"
-#: ../data/mate-power-manager.schemas.in.h:18
-msgid ""
-"If the learnt profile should be used to calculate the time remaining. Only "
-"turn this off for debugging."
-msgstr "是否使用学习图来计算剩余时间。仅为了调试关闭它。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:8
+msgid "The action to take when the UPS is critically low."
+msgstr "UPS 将耗尽时的操作。"
-#: ../data/mate-power-manager.schemas.in.h:19
-msgid "If the low-power mode should be enabled when on AC"
-msgstr "使用交流电源时是否启用低电量模式"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:9
+msgid "UPS low power action"
+msgstr "UPS 低电量动作"
-#: ../data/mate-power-manager.schemas.in.h:20
-msgid "If the low-power mode should be enabled when on battery"
-msgstr "使用电池时是否启用低电量模式"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:10
+msgid "The action to take when the UPS is low."
+msgstr "UPS 电量低时的操作。"
-#: ../data/mate-power-manager.schemas.in.h:21
+#: ../data/org.mate.power-manager.gschema.xml.in.h:11
+msgid "Allow backlight brightness adjustment"
+msgstr "允许调节背光亮度"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:12
msgid ""
"If the screen brightness should be changed when switching between AC and "
"battery power."
msgstr "交流电源与电池切换时是否应改变屏幕亮度。"
-#: ../data/mate-power-manager.schemas.in.h:22
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on AC power."
-msgstr "使用交流电供电时计算机空闲时屏幕是否应变暗以省电。"
-
-#: ../data/mate-power-manager.schemas.in.h:23
-msgid ""
-"If the screen should be dimmed to save power when the computer is idle when "
-"on battery power."
-msgstr "使用电池供电时计算机空闲时屏幕是否应变暗以省电。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:13
+msgid "Reduce the backlight brightness when on battery power"
+msgstr "使用电池时减小背光亮度"
-#: ../data/mate-power-manager.schemas.in.h:24
+#: ../data/org.mate.power-manager.gschema.xml.in.h:14
msgid ""
"If the screen should be reduced in brightness when the computer is on "
"battery power."
msgstr "使用电池供电时计算机空闲时是否应减小屏幕亮度。"
-#: ../data/mate-power-manager.schemas.in.h:25
-msgid "If the system low-power mode should be enabled when on AC power."
-msgstr "在使用交流电源时是否启用系统的低电量模式。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:15
+msgid "The brightness of the screen when idle"
+msgstr "空闲时的屏幕亮度"
-#: ../data/mate-power-manager.schemas.in.h:26
+#: ../data/org.mate.power-manager.gschema.xml.in.h:16
msgid ""
-"If the system low-power mode should be enabled when on laptop battery power."
-msgstr "在使用电池时是否启用系统的低电量模式。"
+"This is the laptop panel screen brightness used when the session is idle. "
+"Only valid when use-time-for-policy is true."
+msgstr "这是在会话空闲时使用的笔记本电脑屏幕亮度值。仅在 use_time_for_policy 为 true 时有效。"
-#: ../data/mate-power-manager.schemas.in.h:27
-msgid "If the user should be notified when the AC adapter is disconnected."
-msgstr "移除交流电源适配器时是否应通知用户"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:17
+msgid "Dim the screen after a period of inactivity when on battery power"
+msgstr "一段时间内不活动后将屏幕变暗(使用电池时)"
-#: ../data/mate-power-manager.schemas.in.h:28
+#: ../data/org.mate.power-manager.gschema.xml.in.h:18
msgid ""
-"If time based notifications should be used. If set to false, then the "
-"percentage change is used instead, which may fix a broken ACPI BIOS."
-msgstr ""
-"是否使用基于时间的通知。如果此选项被设定为 false,那么将会使用百分比改变来代"
-"替,这样可能能修正某些有问题的 ACPI BIOS。"
-
-#: ../data/mate-power-manager.schemas.in.h:29
-msgid "If we should show the low capacity warning for a broken battery"
-msgstr "是否为问题电池显示低容量警告"
-
-#: ../data/mate-power-manager.schemas.in.h:30
-msgid "If we should show the low capacity warning for a broken battery."
-msgstr "是否为问题电池显示低容量警告"
-
-#: ../data/mate-power-manager.schemas.in.h:31
-msgid "If we should show the recalled battery warning for a broken battery"
-msgstr "是否为问题电池显示电池召回警告"
+"If the screen should be dimmed to save power when the computer is idle when "
+"on battery power."
+msgstr "使用电池供电时计算机空闲时屏幕是否应变暗以省电。"
-#: ../data/mate-power-manager.schemas.in.h:32
-msgid ""
-"If we should show the recalled battery warning for a broken battery. Set "
-"this to false only if you know your battery is okay."
-msgstr ""
-"是否为问题电池显示电池召回警告。如果您确知您的电池完好,将此项设置为 false。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:19
+msgid "The default amount of time to dim the screen after idle"
+msgstr "使屏幕变暗的默认空闲时间"
-#: ../data/mate-power-manager.schemas.in.h:33
-msgid "LCD brightness when on AC"
-msgstr "交流电供电时的 LCD 亮度"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:20
+msgid "The default amount of time to dim the screen after idle."
+msgstr "使屏幕变暗的默认空闲时间"
-#: ../data/mate-power-manager.schemas.in.h:34
+#: ../data/org.mate.power-manager.gschema.xml.in.h:21
msgid "LCD dimming amount when on battery"
msgstr "电池供电时的 LCD 变暗"
-#: ../data/mate-power-manager.schemas.in.h:35
-msgid "Laptop lid close action on battery"
-msgstr "电池供电时关闭笔记本电脑上盖动作"
-
-#: ../data/mate-power-manager.schemas.in.h:36
-msgid "Laptop lid close action when on AC"
-msgstr "交流电供电时关闭笔记本电脑上盖动作"
-
-#: ../data/mate-power-manager.schemas.in.h:37
-msgid "Lock MATE keyring on sleep"
-msgstr "睡眠时锁定 MATE 密钥环"
-
-#: ../data/mate-power-manager.schemas.in.h:38
-msgid "Lock screen on hibernate"
-msgstr "休眠时锁定屏幕"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:22
+msgid ""
+"The amount to dim the brightness of the display when on battery power. "
+"Possible values are between 0 and 100."
+msgstr "使用电池供电时显示屏的亮度。有效值可从 0 到 100。"
-#: ../data/mate-power-manager.schemas.in.h:39
-msgid "Lock screen on suspend"
-msgstr "挂起时锁定屏幕"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:23
+msgid "Dim the screen after a period of inactivity when on AC power"
+msgstr "一段时间内不活动后将屏幕变暗(使用交流电源时)"
-#: ../data/mate-power-manager.schemas.in.h:40
-msgid "Lock screen when blanked"
-msgstr "黑屏时锁定屏幕"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:24
+msgid ""
+"If the screen should be dimmed to save power when the computer is idle when "
+"on AC power."
+msgstr "使用交流电供电时计算机空闲时屏幕是否应变暗以省电。"
-#: ../data/mate-power-manager.schemas.in.h:41
+#: ../data/org.mate.power-manager.gschema.xml.in.h:25
msgid "Method used to blank screen on AC"
msgstr "交流电源供电时使用的黑屏方法"
-#: ../data/mate-power-manager.schemas.in.h:42
+#: ../data/org.mate.power-manager.gschema.xml.in.h:26
+msgid "The DPMS method used to blank the screen when on AC power."
+msgstr "在使用交流适配器供电时采用的 DMPS 黑屏模式。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:27
msgid "Method used to blank screen on battery"
msgstr "电池供电时使用的黑屏方法"
-#: ../data/mate-power-manager.schemas.in.h:43
-msgid "Notify on a low power"
-msgstr "电量低时通知"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:28
+msgid "The DPMS method used to blank the screen when on battery power."
+msgstr "在使用电池供电时采用的 DMPS 黑屏模式。"
-#: ../data/mate-power-manager.schemas.in.h:44
-msgid "Notify on a sleep failure"
-msgstr "睡眠失败时通知"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:29
+msgid "LCD brightness when on AC"
+msgstr "交流电供电时的 LCD 亮度"
-#: ../data/mate-power-manager.schemas.in.h:45
-msgid "Notify when AC adapter is disconnected"
-msgstr "移除交流电源适配器时通知"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:30
+msgid ""
+"The brightness of the display when on AC power. Possible values are between "
+"0.0 and 100.0."
+msgstr "使用交流电源时显示屏的亮度。有效值可从 0.0 到 100.0。"
-#: ../data/mate-power-manager.schemas.in.h:46
-msgid "Notify when fully charged"
-msgstr "充满电时通知"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:31
+msgid "Suspend button action"
+msgstr "挂起按钮动作"
-#: ../data/mate-power-manager.schemas.in.h:47
-msgid "Percentage action is taken"
-msgstr "剩余多少百分比执行该动作"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:32
+msgid "The action to take when the system suspend button is pressed."
+msgstr "在按下系统挂起按钮时采取的操作。"
-#: ../data/mate-power-manager.schemas.in.h:48
-msgid "Percentage considered critical"
-msgstr "剩余多少百分比为电量将用尽"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:33
+msgid "Hibernate button action"
+msgstr "休眠按钮动作"
-#: ../data/mate-power-manager.schemas.in.h:49
-msgid "Percentage considered low"
-msgstr "剩余多少百分比为低电量"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:34
+msgid "The action to take when the system hibernate button is pressed."
+msgstr "在按下系统休眠按钮时采取的操作。"
-#: ../data/mate-power-manager.schemas.in.h:50
+#: ../data/org.mate.power-manager.gschema.xml.in.h:35
msgid "Power button action"
msgstr "电源按钮动作"
-#: ../data/mate-power-manager.schemas.in.h:51
-msgid "Reduce the backlight brightness when on battery power"
-msgstr "使用电池时减小背光亮度"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:36
+msgid "The action to take when the system power button is pressed."
+msgstr "在按下系统电源按钮时采取的操作。"
-#: ../data/mate-power-manager.schemas.in.h:52
-msgid "Seconds of inactivity to spin down when on AC"
-msgstr "连接电源适配器时,无活动则降低硬盘转速的时间"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:37
+msgid "Laptop lid close action on battery"
+msgstr "电池供电时关闭笔记本电脑上盖动作"
-#: ../data/mate-power-manager.schemas.in.h:53
-msgid "Seconds of inactivity to spin down when on battery"
-msgstr "使用电池时,无活动则降低硬盘转速的时间"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:38
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on "
+"battery power."
+msgstr "关闭笔记本上盖且笔记本正使用电池供电时应执行的动作。"
-#: ../data/mate-power-manager.schemas.in.h:54
-msgid "Sleep timeout computer when on AC"
-msgstr "使用交流电源时的计算机睡眠延时"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:39
+msgid "Laptop lid close action when on AC"
+msgstr "交流电供电时关闭笔记本电脑上盖动作"
-#: ../data/mate-power-manager.schemas.in.h:55
-msgid "Sleep timeout computer when on UPS"
-msgstr "使用 UPS (不间断电源) 时计算机挂起超时"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:40
+msgid ""
+"The action to take when the laptop lid is closed and the laptop is on AC "
+"power."
+msgstr "关闭笔记本上盖且笔记本正使用交流电源时应执行的动作。"
-#: ../data/mate-power-manager.schemas.in.h:56
-msgid "Sleep timeout computer when on battery"
-msgstr "使用电池时的计算机睡眠延时"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:41
+msgid "Whether to use time-based notifications"
+msgstr "是否使用基于时间的通知"
-#: ../data/mate-power-manager.schemas.in.h:57
-msgid "Sleep timeout display when on AC"
-msgstr "使用交流电源时的显示器睡眠延时"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:42
+msgid ""
+"If time based notifications should be used. If set to false, then the "
+"percentage change is used instead, which may fix a broken ACPI BIOS."
+msgstr "是否使用基于时间的通知。如果此选项被设定为 false,那么将会使用百分比改变来代替,这样可能能修正某些有问题的 ACPI BIOS。"
-#: ../data/mate-power-manager.schemas.in.h:58
-msgid "Sleep timeout display when on UPS"
-msgstr "使用 UPS (不间断电源) 时的显示器挂起超时"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:43
+msgid "Check CPU load before sleeping"
+msgstr "睡眠之前检查 CPU 负载"
-#: ../data/mate-power-manager.schemas.in.h:59
-msgid "Sleep timeout display when on battery"
-msgstr "使用电池时的显示器睡眠延时"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:44
+msgid "If the CPU load should be checked before doing the idle action."
+msgstr "在执行空闲动作时是否检查 CPU 负载。"
-#: ../data/mate-power-manager.schemas.in.h:60
-msgid "Suspend button action"
-msgstr "挂起按钮动作"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:45
+msgid "Whether NetworkManager should be connected and disconnected on sleep."
+msgstr "睡眠时网络管理器应当连接还是断开。"
-#: ../data/mate-power-manager.schemas.in.h:61
+#: ../data/org.mate.power-manager.gschema.xml.in.h:46
msgid ""
-"The DPMS method used to blank the screen when on AC power. Possible values "
-"are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"在使用交流适配器供电时采用的 DMPS 黑屏模式。可供选择的值有 \"待命\"、\"挂起"
-"\" 和 \"关闭\"。"
+"Whether NetworkManager should disconnect before suspending or hibernating "
+"and connect on resume."
+msgstr "网络管理器是否应当在挂起或休眠前断开网络连接,并在唤醒时恢复连接。"
-#: ../data/mate-power-manager.schemas.in.h:62
+#: ../data/org.mate.power-manager.gschema.xml.in.h:47
+msgid "Use mate-screensaver lock setting"
+msgstr "使用 mate-screensaver 的锁定设置"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:48
msgid ""
-"The DPMS method used to blank the screen when on battery power. Possible "
-"values are \"standby\", \"suspend\" and \"off\"."
-msgstr ""
-"在使用电池供电时采用的 DMPS 黑屏模式。可供选择的值有 \"待命\"、\"挂起\" 和 "
-"\"关闭\"。"
+"Whether to use the screen lock setting of mate-screensaver to decide if the "
+"screen is locked after a hibernate, suspend or blank screen."
+msgstr "是否使用 mate-screensaver 的屏幕锁定设置来决定在休眠、挂起或黑屏后是否锁定屏幕。"
-#: ../data/mate-power-manager.schemas.in.h:63
-msgid "The URI to show to the user on sleep failure"
-msgstr "挂起失败时显示给用户的 URI 地址"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:49
+msgid "Lock screen when blanked"
+msgstr "黑屏时锁定屏幕"
-#: ../data/mate-power-manager.schemas.in.h:64
+#: ../data/org.mate.power-manager.gschema.xml.in.h:50
msgid ""
-"The action to take when the UPS is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"当 UPS 电量即将用尽时执行的动作。可供选择的值"
-"有“hibernate”、“suspend”、“shutdown”和“nothing”。"
+"Whether the screen is locked when the screen is turned off. Only used if "
+"lock-use-screensaver is false."
+msgstr "在关闭显示器时是否锁定屏幕。仅当 lock_use_screensaver 为 false 时使用。"
-#: ../data/mate-power-manager.schemas.in.h:65
-msgid ""
-"The action to take when the UPS is low. Possible values are \"hibernate\", "
-"\"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"当 UPS 电量低时执行的动作。可供选择的值"
-"有“hibernate”、“suspend”、“shutdown”和“nothing”。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:51
+msgid "Lock screen on suspend"
+msgstr "挂起时锁定屏幕"
-#: ../data/mate-power-manager.schemas.in.h:66
+#: ../data/org.mate.power-manager.gschema.xml.in.h:52
msgid ""
-"The action to take when the battery is critically low. Possible values are "
-"\"hibernate\", \"suspend\", \"shutdown\" and \"nothing\"."
-msgstr ""
-"当电池电量即将用尽时执行的动作。可供选择的值"
-"有“hibernate”、“suspend”、“shutdown”和“nothing”"
+"Whether the screen is locked when the computer wakes up from a suspend. Only"
+" used if lock-use-screensaver is false."
+msgstr "计算机从挂起中恢复时是否锁定屏幕。仅在 lock_use_screensaver 为 false 时使用。"
-#: ../data/mate-power-manager.schemas.in.h:67
-msgid ""
-"The action to take when the laptop lid is closed and the laptop is on AC "
-"power. Possible values are \"suspend\", \"hibernate\", \"blank\" and "
-"\"nothing\"."
-msgstr ""
-"关闭笔记本上盖且笔记本正使用交流电源时应执行的动作。可供选择的值"
-"有“suspend”、“hibernate”、“blank”和“nothing”。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:53
+msgid "Lock screen on hibernate"
+msgstr "休眠时锁定屏幕"
-#: ../data/mate-power-manager.schemas.in.h:68
+#: ../data/org.mate.power-manager.gschema.xml.in.h:54
msgid ""
-"The action to take when the laptop lid is closed and the laptop is on "
-"battery power. Possible values are \"suspend\", \"hibernate\", \"blank\", "
-"and \"nothing\"."
-msgstr ""
-"关闭笔记本上盖且笔记本正使用电池供电时应执行的动作。可供选择的值"
-"有“suspend”、“hibernate”、“blank”和“nothing”。"
+"Whether the screen is locked when the computer wakes up from a hibernate. "
+"Only used if lock-use-screensaver is false."
+msgstr "计算机从休眠中恢复时是否锁定屏幕。仅在 lock_use_screensaver 为 false 时使用。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:55
+msgid "Lock MATE keyring on sleep"
+msgstr "睡眠时锁定 MATE 密钥环"
-#: ../data/mate-power-manager.schemas.in.h:69
+#: ../data/org.mate.power-manager.gschema.xml.in.h:56
msgid ""
-"The action to take when the system hibernate button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"按下系统休眠按钮时应执行的动作。可供选择的值"
-"有“suspend”、“hibernate”、“interactive”、“shutdown”和“nothing”。"
+"Whether the MATE keyring is locked before the computer enters suspend. This "
+"means the keyring will have to be unlocked on resume."
+msgstr "是否在计算机进入挂起前锁定 MATE 密钥环。这表示恢复时会解锁密钥环"
-#: ../data/mate-power-manager.schemas.in.h:70
+#: ../data/org.mate.power-manager.gschema.xml.in.h:57
msgid ""
-"The action to take when the system power button is pressed. Possible values "
-"are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and \"nothing"
-"\"."
-msgstr ""
-"按下系统电源按钮时应执行的动作。可供选择的值"
-"有“suspend”、“hibernate”、“interactive”、“shutdown”和“nothing”。"
+"Whether the MATE keyring is locked before the computer enters hibernate. "
+"This means the keyring will have to be unlocked on resume."
+msgstr "是否在计算机进入休眠前锁定 MATE 密钥环。这表示恢复时会解锁密钥环"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:58
+msgid "If the low-power mode should be enabled when on AC"
+msgstr "使用交流电源时是否启用低电量模式"
-#: ../data/mate-power-manager.schemas.in.h:71
+#: ../data/org.mate.power-manager.gschema.xml.in.h:59
+msgid "If the system low-power mode should be enabled when on AC power."
+msgstr "在使用交流电源时是否启用系统的低电量模式。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:60
+msgid "If the low-power mode should be enabled when on battery"
+msgstr "使用电池时是否启用低电量模式"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:61
msgid ""
-"The action to take when the system suspend button is pressed. Possible "
-"values are \"suspend\", \"hibernate\", \"interactive\", \"shutdown\" and "
-"\"nothing\"."
-msgstr ""
-"按下系统挂起按钮时应执行的动作。可供选择的值"
-"有“suspend”、“hibernate”、“interactive”、“shutdown”和“nothing”。"
+"If the system low-power mode should be enabled when on laptop battery power."
+msgstr "在使用电池时是否启用系统的低电量模式。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:62
+msgid "Seconds of inactivity to spin down when on AC"
+msgstr "连接电源适配器时,无活动则降低硬盘转速的时间"
-#: ../data/mate-power-manager.schemas.in.h:72
+#: ../data/org.mate.power-manager.gschema.xml.in.h:63
msgid ""
-"The amount of time in seconds before the display goes to sleep when the "
-"computer is on AC power."
-msgstr "使用交流电源时显示器转入睡眠状态前等待的时间秒数"
+"The number of seconds of inactivity to spin down the disks when on AC power."
+msgstr "当使用交流适配器供电时,无活动则再降低硬盘转速的时间"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:64
+msgid "Seconds of inactivity to spin down when on battery"
+msgstr "使用电池时,无活动则降低硬盘转速的时间"
-#: ../data/mate-power-manager.schemas.in.h:73
+#: ../data/org.mate.power-manager.gschema.xml.in.h:65
msgid ""
-"The amount of time in seconds the computer on AC power needs to be inactive "
-"before it goes to sleep."
-msgstr "使用交流电源时在转入睡眠状态前计算机需空闲的时间秒数。"
+"The number of seconds of inactivity to spin down the disks when on battery "
+"power."
+msgstr "当使用电池供电时,无活动则再降低硬盘转速的时间"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:66
+msgid "If we should show the recalled battery warning for a broken battery"
+msgstr "是否为问题电池显示电池召回警告"
-#: ../data/mate-power-manager.schemas.in.h:74
+#: ../data/org.mate.power-manager.gschema.xml.in.h:67
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before it goes to sleep."
-msgstr "使用 UPS (不间断电源) 供电时计算机在挂起前需空闲的时间秒数。"
+"If we should show the recalled battery warning for a broken battery. Set "
+"this to false only if you know your battery is okay."
+msgstr "是否为问题电池显示电池召回警告。如果您确知您的电池完好,将此项设置为 false。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:68
+msgid "If we should show the low capacity warning for a broken battery"
+msgstr "是否为问题电池显示低容量警告"
-#: ../data/mate-power-manager.schemas.in.h:75
+#: ../data/org.mate.power-manager.gschema.xml.in.h:69
+msgid "If we should show the low capacity warning for a broken battery."
+msgstr "是否为问题电池显示低容量警告"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:70
+msgid "Notify when AC adapter is disconnected"
+msgstr "移除交流电源适配器时通知"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:71
+msgid "If the user should be notified when the AC adapter is disconnected."
+msgstr "移除交流电源适配器时是否应通知用户"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:72
+msgid "Notify when fully charged"
+msgstr "充满电时通知"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:73
msgid ""
-"The amount of time in seconds the computer on UPS power needs to be inactive "
-"before the display goes to sleep."
-msgstr "使用 UPS (不间断电源) 供电时显示器在挂起前需空闲的时间秒数。"
+"If a notification message should be displayed when the battery is fully "
+"charged."
+msgstr "电池充满电时是否应显示通知消息。"
-#: ../data/mate-power-manager.schemas.in.h:76
+#: ../data/org.mate.power-manager.gschema.xml.in.h:74
+msgid "Notify on a sleep failure"
+msgstr "睡眠失败时通知"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:75
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before it goes to sleep."
-msgstr "使用电池时在转入睡眠状态前计算机需空闲的时间秒数。"
+"If a notification message should be displayed after suspend or hibernate "
+"failed."
+msgstr "挂起或休眠失败后是否应显示通知消息。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:76
+msgid "The URI to show to the user on sleep failure"
+msgstr "挂起失败时显示给用户的 URI 地址"
-#: ../data/mate-power-manager.schemas.in.h:77
+#: ../data/org.mate.power-manager.gschema.xml.in.h:77
msgid ""
-"The amount of time in seconds the computer on battery power needs to be "
-"inactive before the display goes to sleep."
-msgstr "使用电池时在显示器转入睡眠状态前计算机需空闲的时间秒数。"
+"When sleep fails we can show the user a button to help fix the situation. "
+"Leave this blank if the button should not be shown."
+msgstr "睡眠失败时,我们可以向用户展示该按钮以帮助其修复问题。"
-#: ../data/mate-power-manager.schemas.in.h:78
+#: ../data/org.mate.power-manager.gschema.xml.in.h:78
+msgid "Notify on a low power"
+msgstr "电量低时通知"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:79
msgid ""
-"The amount to dim the brightness of the display when on battery power. "
-"Possible values are between 0 and 100."
-msgstr "使用电池供电时显示屏的亮度。有效值可从 0 到 100。"
+"If a notification message should be displayed when the battery is getting "
+"low."
+msgstr "电池电量低时是否应显示通知消息。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:80
+msgid "Whether we should show the history data points"
+msgstr "是否显示历史数据点"
-#: ../data/mate-power-manager.schemas.in.h:79
+#: ../data/org.mate.power-manager.gschema.xml.in.h:81
msgid ""
-"The brightness of the display when on AC power. Possible values are between "
-"0 and 100."
-msgstr "使用交流电源时显示屏的亮度。有效值可从 0 到 100。"
+"Whether we should show the history data points in the statistics window."
+msgstr "是否在统计窗口中显示历史数据点。"
-#: ../data/mate-power-manager.schemas.in.h:80
-msgid "The brightness of the screen when idle"
-msgstr "空闲时的屏幕亮度"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:82
+msgid "Whether we should smooth the history data"
+msgstr "是否平滑历史数据"
-#: ../data/mate-power-manager.schemas.in.h:81
-msgid "The default amount of time to dim the screen after idle"
-msgstr "使屏幕变暗的默认空闲时间"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:83
+msgid "Whether we should smooth the history data in the graph."
+msgstr "是否平滑图表中的历史数据。"
-#: ../data/mate-power-manager.schemas.in.h:82
-msgid "The default amount of time to dim the screen after idle."
-msgstr "使屏幕变暗的默认空闲时间"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:84
+msgid "The default graph type to show for history"
+msgstr "显示历史时的默认图表类型"
-#: ../data/mate-power-manager.schemas.in.h:83
-msgid "The default configuration version"
-msgstr "默认配置版本"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:85
+msgid "The default graph type to show in the history window."
+msgstr "在历史窗口中显示的默认图表类型。"
-#: ../data/mate-power-manager.schemas.in.h:84
-msgid "The default graph type to show in the statistics window"
-msgstr "在统计窗口中显示的默认图表类型"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:86
+msgid "The maximum time displayed for history"
+msgstr "历史显示的时间上限"
-#: ../data/mate-power-manager.schemas.in.h:85
-msgid "The default graph type to show in the statistics window."
-msgstr "在统计窗口中显示的默认图表类型"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:87
+msgid ""
+"The maximum duration of time displayed on the x-axis of the history graph."
+msgstr "历史图表 x 轴显示的最长时间长度"
-#: ../data/mate-power-manager.schemas.in.h:86
-msgid "The maximum duration of time displayed on the x-axis of the graph."
-msgstr "图表 x 轴显示的最长时间长度"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:88
+msgid "Whether we should show the stats data points"
+msgstr "是否显示统计数据点"
-#: ../data/mate-power-manager.schemas.in.h:87
-msgid "The maximum time displayed on the graph"
-msgstr "图表显示的时间上限"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:89
+msgid "Whether we should show the stats data points in the statistics window."
+msgstr "是否在统计窗口中显示统计数据点。"
-#: ../data/mate-power-manager.schemas.in.h:88
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on AC power."
-msgstr "当使用交流适配器供电时,无活动则再降低硬盘转速的时间"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:90
+msgid "Whether we should smooth the stats data"
+msgstr "是否平滑统计数据"
-#: ../data/mate-power-manager.schemas.in.h:89
-msgid ""
-"The number of seconds of inactivity to spin down the disks when on battery "
-"power."
-msgstr "当使用电池供电时,无活动则再降低硬盘转速的时间"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:91
+msgid "Whether we should smooth the stats data in the graph."
+msgstr "是否平滑图表中的统计数据。"
-#: ../data/mate-power-manager.schemas.in.h:90
-msgid ""
-"The percentage of the battery when it is considered critical. Only valid "
-"when use_time_for_policy is false."
-msgstr ""
-"电池被视为电量将用尽时的电量百分比。仅在 use_time_for_policy 为 false 时有"
-"效。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:92
+msgid "The default graph type to show for stats"
+msgstr "显示统计的默认图表类型"
-#: ../data/mate-power-manager.schemas.in.h:91
-msgid ""
-"The percentage of the battery when it is considered low. Only valid when "
-"use_time_for_policy is false."
-msgstr ""
-"电池被视为低电量时的电量百分比。仅在 use_time_for_policy 被设定为 false 时有"
-"效。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:93
+msgid "The default graph type to show in the stats window."
+msgstr "在统计窗口中显示的默认图表类型。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:94
+msgid "The index of the page number to show by default"
+msgstr "默认显示的页码索引"
-#: ../data/mate-power-manager.schemas.in.h:92
+#: ../data/org.mate.power-manager.gschema.xml.in.h:95
msgid ""
-"The percentage of the battery when the critical action is performed. Only "
-"valid when use_time_for_policy is false."
-msgstr ""
-"执行电量将用尽动作时的电池电量百分比。仅在 use_time_for_policy 被设定为 "
-"false 时有效。"
+"The index of the page number to show by default which is used to return "
+"focus to the correct page."
+msgstr "默认显示的页码索引,用于将焦点移回当前页。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:96
+msgid "The ID of the last device selected"
+msgstr "上次选择设备的标识"
-#: ../data/mate-power-manager.schemas.in.h:93
+#: ../data/org.mate.power-manager.gschema.xml.in.h:97
msgid ""
-"The time remaining in seconds of the battery when critical action is taken. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"执行电量将用尽动作时的电池剩余时间秒数。仅在 use_time_for_policy 被设定为 "
-"true 时有效。"
+"The identifier of the last device which is used to return focus to the "
+"correct device."
+msgstr "上次使用设备的标识,用于将焦点移回正确的设备。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:98
+msgid "Percentage considered low"
+msgstr "剩余多少百分比为低电量"
-#: ../data/mate-power-manager.schemas.in.h:94
+#: ../data/org.mate.power-manager.gschema.xml.in.h:99
msgid ""
-"The time remaining in seconds of the battery when it is considered critical. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"电池被视为电量将用尽时的剩余时间秒数。仅在 use_time_for_policy 被设定为 true "
-"时有效。"
+"The percentage of the battery when it is considered low. Only valid when "
+"use-time-for-policy is false."
+msgstr "电池被视为低电量时的电量百分比。仅在 use_time_for_policy 被设定为 false 时有效。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:100
+msgid "Percentage considered critical"
+msgstr "剩余多少百分比为电量将用尽"
-#: ../data/mate-power-manager.schemas.in.h:95
+#: ../data/org.mate.power-manager.gschema.xml.in.h:101
msgid ""
-"The time remaining in seconds of the battery when it is considered low. Only "
-"valid when use_time_for_policy is true."
-msgstr ""
-"电池被视为低电量时的剩余时间秒数。仅在 use_time_for_policy 被设定为 true 时有"
-"效。"
+"The percentage of the battery when it is considered critical. Only valid "
+"when use-time-for-policy is false."
+msgstr "电池被视为电量将用尽时的电量百分比。仅在 use_time_for_policy 为 false 时有效。"
-#: ../data/mate-power-manager.schemas.in.h:96
-msgid "The time remaining when action is taken"
-msgstr "执行预定动作时的剩余时间"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:102
+msgid "Percentage action is taken"
+msgstr "剩余多少百分比执行该动作"
-#: ../data/mate-power-manager.schemas.in.h:97
-msgid "The time remaining when critical"
-msgstr "视为电量时将用尽的剩余时间"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:103
+msgid ""
+"The percentage of the battery when the critical action is performed. Only "
+"valid when use-time-for-policy is false."
+msgstr "执行电量将用尽动作时的电池电量百分比。仅在 use_time_for_policy 被设定为 false 时有效。"
-#: ../data/mate-power-manager.schemas.in.h:98
+#: ../data/org.mate.power-manager.gschema.xml.in.h:104
msgid "The time remaining when low"
msgstr "视为低电量时的剩余时间"
-#: ../data/mate-power-manager.schemas.in.h:99
+#: ../data/org.mate.power-manager.gschema.xml.in.h:105
msgid ""
-"The type of sleeping that should be performed when the computer is inactive. "
-"Possible values are \"hibernate\", \"suspend\" and \"nothing\"."
-msgstr ""
-"计算机空闲时执行的睡眠动作类型。可供选的值"
-"有“hibernate”、“suspend”和“nothing”。"
+"The time remaining in seconds of the battery when it is considered low. Only"
+" valid when use-time-for-policy is true."
+msgstr "电池被视为低电量时的剩余时间秒数。仅在 use_time_for_policy 被设定为 true 时有效。"
-#: ../data/mate-power-manager.schemas.in.h:100
-msgid ""
-"The version of the installed version of the schema. Do not edit this value, "
-"it is used so that configure changes between versions can be detected."
-msgstr ""
-"已安装的 schema 的版本。请勿编辑该值,它用来保证不同版本的配置改变能被探测"
-"到。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:106
+msgid "The time remaining when critical"
+msgstr "视为电量时将用尽的剩余时间"
-#: ../data/mate-power-manager.schemas.in.h:101
+#: ../data/org.mate.power-manager.gschema.xml.in.h:107
msgid ""
-"This is the laptop panel screen brightness used when the session is idle. "
-"Only valid when use_time_for_policy is true."
-msgstr ""
-"这是在会话空闲时使用的笔记本电脑屏幕亮度值。仅在 use_time_for_policy 为 true "
-"时有效。"
-
-#: ../data/mate-power-manager.schemas.in.h:102
-msgid "UPS critical low action"
-msgstr "UPS 电量将用尽动作"
+"The time remaining in seconds of the battery when it is considered critical."
+" Only valid when use-time-for-policy is true."
+msgstr "电池被视为电量将用尽时的剩余时间秒数。仅在 use_time_for_policy 被设定为 true 时有效。"
-#: ../data/mate-power-manager.schemas.in.h:103
-msgid "UPS low power action"
-msgstr "UPS 低电量动作"
-
-#: ../data/mate-power-manager.schemas.in.h:104
-msgid "Use mate-screensaver lock setting"
-msgstr "使用 mate-screensaver 的锁定设置"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:108
+msgid "The time remaining when action is taken"
+msgstr "执行预定动作时的剩余时间"
-#: ../data/mate-power-manager.schemas.in.h:105
+#: ../data/org.mate.power-manager.gschema.xml.in.h:109
msgid ""
-"When sleep fails we can show the user a button to help fix the situation. "
-"Leave this blank if the button should not be shown."
-msgstr "睡眠失败时,我们可以向用户展示该按钮以帮助其修复问题。"
-
-#: ../data/mate-power-manager.schemas.in.h:106
-msgid "When to show the notification icon"
-msgstr "是否显示通知图标"
+"The time remaining in seconds of the battery when critical action is taken. "
+"Only valid when use-time-for-policy is true."
+msgstr "执行电量将用尽动作时的电池剩余时间秒数。仅在 use_time_for_policy 被设定为 true 时有效。"
-#: ../data/mate-power-manager.schemas.in.h:107
-msgid "Whether NetworkManager should be connected and disconnected on sleep"
-msgstr "睡眠时网络管理器应当连接还是断开。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:110
+msgid "Sleep timeout computer when on battery"
+msgstr "使用电池时的计算机睡眠延时"
-#: ../data/mate-power-manager.schemas.in.h:108
+#: ../data/org.mate.power-manager.gschema.xml.in.h:111
msgid ""
-"Whether NetworkManager should disconnect before suspending or hibernating "
-"and connect on resume."
-msgstr "网络管理器是否应当在挂起或休眠前断开网络连接,并在唤醒时恢复连接。"
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before it goes to sleep."
+msgstr "使用电池时在转入睡眠状态前计算机需空闲的时间秒数。"
-#: ../data/mate-power-manager.schemas.in.h:109
-msgid ""
-"Whether the MATE keyring is locked before the computer enters hibernate. "
-"This means the keyring will have to be unlocked on resume."
-msgstr "是否在计算机进入休眠前锁定 MATE 密钥环。这表示恢复时会解锁密钥环"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:112
+msgid "Sleep timeout computer when on AC"
+msgstr "使用交流电源时的计算机睡眠延时"
-#: ../data/mate-power-manager.schemas.in.h:110
+#: ../data/org.mate.power-manager.gschema.xml.in.h:113
msgid ""
-"Whether the MATE keyring is locked before the computer enters suspend. This "
-"means the keyring will have to be unlocked on resume."
-msgstr "是否在计算机进入挂起前锁定 MATE 密钥环。这表示恢复时会解锁密钥环"
+"The amount of time in seconds the computer on AC power needs to be inactive "
+"before it goes to sleep."
+msgstr "使用交流电源时在转入睡眠状态前计算机需空闲的时间秒数。"
-#: ../data/mate-power-manager.schemas.in.h:111
-msgid ""
-"Whether the screen is locked when the computer wakes up from a hibernate. "
-"Only used if lock_use_screensaver_settings is false."
-msgstr ""
-"计算机从休眠中恢复时是否锁定屏幕。仅在 lock_use_screensaver_settings 为 "
-"false 时使用。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:114
+msgid "Sleep timeout computer when on UPS"
+msgstr "使用 UPS (不间断电源) 时计算机挂起超时"
-#: ../data/mate-power-manager.schemas.in.h:112
+#: ../data/org.mate.power-manager.gschema.xml.in.h:115
msgid ""
-"Whether the screen is locked when the computer wakes up from a suspend. Only "
-"used if lock_use_screensaver_settings is false."
-msgstr ""
-"计算机从挂起中恢复时是否锁定屏幕。仅在 lock_use_screensaver_settings 为 "
-"false 时使用。"
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before it goes to sleep."
+msgstr "使用 UPS (不间断电源) 供电时计算机在挂起前需空闲的时间秒数。"
+
+#: ../data/org.mate.power-manager.gschema.xml.in.h:116
+msgid "Sleep timeout display when on AC"
+msgstr "使用交流电源时的显示器睡眠延时"
-#: ../data/mate-power-manager.schemas.in.h:113
+#: ../data/org.mate.power-manager.gschema.xml.in.h:117
msgid ""
-"Whether the screen is locked when the screen is turned off. Only used if "
-"lock_use_screensaver_settings is false."
-msgstr ""
-"在关闭显示器时是否锁定屏幕。仅当 lock_use_screensaver_settings 为 false 时使"
-"用。"
+"The amount of time in seconds before the display goes to sleep when the "
+"computer is on AC power."
+msgstr "使用交流电源时显示器转入睡眠状态前等待的时间秒数"
-#: ../data/mate-power-manager.schemas.in.h:114
-msgid "Whether to hibernate, suspend or do nothing when inactive"
-msgstr "在空闲时是 hibernate,suspend 还是什么也不做"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:118
+msgid "Sleep timeout display when on battery"
+msgstr "使用电池时的显示器睡眠延时"
-#: ../data/mate-power-manager.schemas.in.h:115
+#: ../data/org.mate.power-manager.gschema.xml.in.h:119
msgid ""
-"Whether to use the screen lock setting of mate-screensaver to decide if the "
-"screen is locked after a hibernate, suspend or blank screen."
-msgstr ""
-"是否使用 mate-screensaver 的屏幕锁定设置来决定在休眠、挂起或黑屏后是否锁定屏"
-"幕。"
+"The amount of time in seconds the computer on battery power needs to be "
+"inactive before the display goes to sleep."
+msgstr "使用电池时在显示器转入睡眠状态前计算机需空闲的时间秒数。"
-#: ../data/mate-power-manager.schemas.in.h:116
-msgid "Whether to use time-based notifications"
-msgstr "是否使用基于时间的通知"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:120
+msgid "Sleep timeout display when on UPS"
+msgstr "使用 UPS (不间断电源) 时的显示器挂起超时"
-#: ../data/mate-power-manager.schemas.in.h:117
-msgid "Whether we should show the axis labels in the statistics window"
-msgstr "是否在统计窗口中显示坐标轴标签"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:121
+msgid ""
+"The amount of time in seconds the computer on UPS power needs to be inactive"
+" before the display goes to sleep."
+msgstr "使用 UPS (不间断电源) 供电时显示器在挂起前需空闲的时间秒数。"
-#: ../data/mate-power-manager.schemas.in.h:118
-msgid "Whether we should show the axis labels in the statistics window."
-msgstr "是否在统计窗口中显示坐标轴标签。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:122
+msgid "If sounds should be used"
+msgstr "是否使用声音"
-#: ../data/mate-power-manager.schemas.in.h:119
-msgid "Whether we should show the events in the statistics window"
-msgstr "是否在统计窗口中显示事件"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:123
+msgid ""
+"If sounds should be used when the power is critically low, or inhibit "
+"requests have stopped the policy action."
+msgstr "在电量将用尽或阻止请求已阻止某策略动作时是否使用声音通知。"
-#: ../data/mate-power-manager.schemas.in.h:120
-msgid "Whether we should show the events in the statistics window."
-msgstr "是否在统计窗口中显示事件。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:124
+msgid ""
+"If preferences and statistics items should be shown in the context menu"
+msgstr "首选项和状态条目是否应当在上下文菜单中显示"
-#: ../data/mate-power-manager.schemas.in.h:121
-msgid "Whether we should smooth the data in the graph"
-msgstr "是否平滑图表中的数据"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:125
+msgid "When to show the notification icon"
+msgstr "是否显示通知图标"
-#: ../data/mate-power-manager.schemas.in.h:122
-msgid "Whether we should smooth the data in the graph."
-msgstr "是否平滑图表中的数据。"
+#: ../data/org.mate.power-manager.gschema.xml.in.h:126
+msgid "Display options for the notification icon."
+msgstr "显示通知图标选项。"
#: ../data/mate-power-preferences.desktop.in.in.h:1
-msgid "Configure power management"
-msgstr "配置电源管理"
-
-#: ../data/mate-power-preferences.desktop.in.in.h:2
msgid "Power Management"
msgstr "电源管理"
-#: ../data/mate-power-statistics.desktop.in.in.h:1
-msgid "Observe power management"
-msgstr "监控电源管理"
+#: ../data/mate-power-preferences.desktop.in.in.h:2
+msgid "Configure power management"
+msgstr "配置电源管理"
#. TRANSLATORS: shown on the titlebar
#. TRANSLATORS: the program name
-#: ../data/mate-power-statistics.desktop.in.in.h:2
-#: ../data/gpm-statistics.ui.h:6 ../src/gpm-statistics.c:1090
-#: ../src/gpm-statistics.c:1565
+#: ../data/mate-power-statistics.desktop.in.in.h:1
+#: ../data/gpm-statistics.ui.h:1 ../data/gpm-statistics-deprecated.ui.h:1
+#: ../src/gpm-statistics.c:1091 ../src/gpm-statistics.c:1577
msgid "Power Statistics"
msgstr "电源统计"
+#: ../data/mate-power-statistics.desktop.in.in.h:2
+msgid "Observe power management"
+msgstr "监控电源管理"
+
#: ../data/gpm-feedback-widget.ui.h:1
msgid "Brightness"
msgstr "亮度"
-#: ../data/gpm-statistics.ui.h:1
-msgid "0"
-msgstr "0"
-
-#: ../data/gpm-statistics.ui.h:2
-msgid "Data length:"
-msgstr "时间跨度:"
-
-#: ../data/gpm-statistics.ui.h:3 ../src/gpm-statistics.c:210
+#: ../data/gpm-statistics.ui.h:2 ../data/gpm-statistics-deprecated.ui.h:2
+#: ../src/gpm-statistics.c:209
msgid "Details"
msgstr "详细"
-#: ../data/gpm-statistics.ui.h:4
+#: ../data/gpm-statistics.ui.h:3 ../data/gpm-statistics-deprecated.ui.h:3
msgid "Graph type:"
msgstr "图表类型:"
-#: ../data/gpm-statistics.ui.h:5
-msgid "History"
-msgstr "历史"
+#: ../data/gpm-statistics.ui.h:4 ../data/gpm-statistics-deprecated.ui.h:4
+msgid "Data length:"
+msgstr "时间跨度:"
-#: ../data/gpm-statistics.ui.h:7
-msgid "Processor wakeups per second:"
-msgstr "每秒处理器唤醒次数:"
+#: ../data/gpm-statistics.ui.h:5 ../data/gpm-statistics-deprecated.ui.h:5
+msgid "There is no data to display."
+msgstr "没有要显示的数据。"
-#: ../data/gpm-statistics.ui.h:8
+#: ../data/gpm-statistics.ui.h:6 ../data/gpm-statistics-deprecated.ui.h:6
+msgid "Use smoothed line"
+msgstr "使用平滑曲线"
+
+#: ../data/gpm-statistics.ui.h:7 ../data/gpm-statistics-deprecated.ui.h:7
msgid "Show data points"
msgstr "显示数据点"
-#: ../data/gpm-statistics.ui.h:9
+#: ../data/gpm-statistics.ui.h:8 ../data/gpm-statistics-deprecated.ui.h:8
+msgid "History"
+msgstr "历史"
+
+#: ../data/gpm-statistics.ui.h:9 ../data/gpm-statistics-deprecated.ui.h:9
msgid "Statistics"
msgstr "统计"
-#: ../data/gpm-statistics.ui.h:10
-msgid "There is no data to display."
-msgstr "没有要显示的数据。"
+#: ../data/gpm-statistics.ui.h:10 ../data/gpm-statistics-deprecated.ui.h:10
+msgid "Processor wakeups per second:"
+msgstr "每秒处理器唤醒次数:"
-#: ../data/gpm-statistics.ui.h:11
-msgid "Use smoothed line"
-msgstr "使用平滑曲线"
+#: ../data/gpm-statistics.ui.h:11 ../data/gpm-statistics-deprecated.ui.h:11
+msgid "0"
+msgstr "0"
-#: ../data/gpm-statistics.ui.h:12 ../src/gpm-statistics.c:196
+#: ../data/gpm-statistics.ui.h:12 ../data/gpm-statistics-deprecated.ui.h:12
+#: ../src/gpm-statistics.c:195
msgid "Wakeups"
msgstr "唤醒"
-#: ../data/gpm-prefs.ui.h:1
+#: ../data/gpm-prefs.ui.h:1 ../data/gpm-prefs-deprecated.ui.h:1
+msgid "Power Management Preferences"
+msgstr "电源首选项"
+
+#: ../data/gpm-prefs.ui.h:2 ../data/gpm-prefs-deprecated.ui.h:2
msgid "<b>Actions</b>"
msgstr "<b>操作</b>"
-#: ../data/gpm-prefs.ui.h:2
+#: ../data/gpm-prefs.ui.h:3 ../data/gpm-prefs-deprecated.ui.h:3
+msgid "Put computer to _sleep when inactive for:"
+msgstr "空闲此时间后将计算机转入睡眠(_S):"
+
+#: ../data/gpm-prefs.ui.h:4 ../data/gpm-prefs-deprecated.ui.h:4
+msgid "When laptop lid is cl_osed:"
+msgstr "关闭笔记本电脑上盖时(_O):"
+
+#: ../data/gpm-prefs.ui.h:5 ../data/gpm-prefs-deprecated.ui.h:5
+msgid "Sp_in down hard disks when possible"
+msgstr "如果可能,减速硬盘(_I)"
+
+#: ../data/gpm-prefs.ui.h:6 ../data/gpm-prefs-deprecated.ui.h:6
msgid "<b>Display</b>"
msgstr "<b>显示</b>"
-#: ../data/gpm-prefs.ui.h:3
-msgid "<b>Notification Area</b>"
-msgstr "<b>通知区域</b>"
+#: ../data/gpm-prefs.ui.h:7 ../data/gpm-prefs-deprecated.ui.h:7
+msgid "Put _display to sleep when inactive for:"
+msgstr "空闲此时间后将显示器转入睡眠(_D):"
-#: ../data/gpm-prefs.ui.h:4
-msgid "Closes the program"
-msgstr "关闭程序"
+#: ../data/gpm-prefs.ui.h:8 ../data/gpm-prefs-deprecated.ui.h:8
+msgid "Set display _brightness to:"
+msgstr "设定显示亮度为(_B):"
-#: ../data/gpm-prefs.ui.h:5
+#: ../data/gpm-prefs.ui.h:9 ../data/gpm-prefs-deprecated.ui.h:9
msgid "Di_m display when idle"
msgstr "空闲时变暗显示器(_M)"
-#: ../data/gpm-prefs.ui.h:6
-msgid "General"
-msgstr "常规"
-
-#: ../data/gpm-prefs.ui.h:7
-msgid "Make Default"
-msgstr "设为默认"
-
-#: ../data/gpm-prefs.ui.h:8
+#: ../data/gpm-prefs.ui.h:10 ../data/gpm-prefs-deprecated.ui.h:10
msgid "On AC Power"
msgstr "交流电供电时"
-#: ../data/gpm-prefs.ui.h:9
-msgid "On Battery Power"
-msgstr "电池供电时"
-
-#: ../data/gpm-prefs.ui.h:10
-msgid "On UPS Power"
-msgstr "UPS 供电时"
-
-#: ../data/gpm-prefs.ui.h:11
-msgid "Only display an icon when a battery is p_resent"
-msgstr "仅当使用电池时显示图标(_R)"
-
-#: ../data/gpm-prefs.ui.h:12
-msgid "Only display an icon when charging or _discharging"
-msgstr "仅在充电或放电时显示图标(_D)"
-
-#: ../data/gpm-prefs.ui.h:13
-msgid "Power Management Preferences"
-msgstr "电源首选项"
-
-#: ../data/gpm-prefs.ui.h:14
-msgid "Provides help about this program"
-msgstr "提供关于这个程序的帮助"
-
-#: ../data/gpm-prefs.ui.h:15
-msgid "Put _display to sleep when inactive for:"
-msgstr "空闲此时间后将显示器转入睡眠(_D):"
-
-#: ../data/gpm-prefs.ui.h:16
-msgid "Put computer to _sleep when inactive for:"
-msgstr "空闲此时间后将计算机转入睡眠(_S):"
+#: ../data/gpm-prefs.ui.h:11 ../data/gpm-prefs-deprecated.ui.h:11
+msgid "When battery po_wer is critically low:"
+msgstr "电池电量将用尽时(_W):"
-#: ../data/gpm-prefs.ui.h:17
-msgid "Set display _brightness to:"
-msgstr "设定显示亮度为(_B):"
+#: ../data/gpm-prefs.ui.h:12 ../data/gpm-prefs-deprecated.ui.h:12
+msgid "_Reduce backlight brightness"
+msgstr "减小背光亮度(_R)"
-#: ../data/gpm-prefs.ui.h:18
-msgid "Sets this policy to be used by all users"
-msgstr "设定所有用户使用的策略"
+#: ../data/gpm-prefs.ui.h:13 ../data/gpm-prefs-deprecated.ui.h:13
+msgid "On Battery Power"
+msgstr "电池供电时"
-#: ../data/gpm-prefs.ui.h:19
-msgid "Sp_in down hard disks when possible"
-msgstr "如果可能,减速硬盘(_I)"
+#: ../data/gpm-prefs.ui.h:14 ../data/gpm-prefs-deprecated.ui.h:14
+msgid "When UPS power is l_ow:"
+msgstr "UPS 电量低时(_O):"
-#: ../data/gpm-prefs.ui.h:20
+#: ../data/gpm-prefs.ui.h:15 ../data/gpm-prefs-deprecated.ui.h:15
msgid "When UPS power is _critically low:"
msgstr "UPS 电量将用尽时(_C):"
-#: ../data/gpm-prefs.ui.h:21
-msgid "When UPS power is l_ow:"
-msgstr "UPS 电量低时(_O):"
-
-#: ../data/gpm-prefs.ui.h:22
-msgid "When battery po_wer is critically low:"
-msgstr "电池电量将用尽时(_W):"
+#: ../data/gpm-prefs.ui.h:16 ../data/gpm-prefs-deprecated.ui.h:16
+msgid "On UPS Power"
+msgstr "UPS 供电时"
-#: ../data/gpm-prefs.ui.h:23
-msgid "When laptop lid is cl_osed:"
-msgstr "关闭笔记本电脑上盖时(_O):"
+#: ../data/gpm-prefs.ui.h:17 ../data/gpm-prefs-deprecated.ui.h:17
+msgid "When the power _button is pressed:"
+msgstr "按下了电源按钮时(_B):"
-#: ../data/gpm-prefs.ui.h:24
+#: ../data/gpm-prefs.ui.h:18 ../data/gpm-prefs-deprecated.ui.h:18
msgid "When the _suspend button is pressed:"
msgstr "按下了挂起按钮(_S):"
-#: ../data/gpm-prefs.ui.h:25
-msgid "When the power _button is pressed:"
-msgstr "按下了电源按钮时(_B):"
-
-#: ../data/gpm-prefs.ui.h:26
-msgid "_Always display an icon"
-msgstr "总是显示图标(_A)"
+#: ../data/gpm-prefs.ui.h:19 ../data/gpm-prefs-deprecated.ui.h:19
+msgid "<b>Notification Area</b>"
+msgstr "<b>通知区域</b>"
-#: ../data/gpm-prefs.ui.h:27
+#: ../data/gpm-prefs.ui.h:20 ../data/gpm-prefs-deprecated.ui.h:20
msgid "_Never display an icon"
msgstr "从不显示图标(_N)"
-#: ../data/gpm-prefs.ui.h:28
+#: ../data/gpm-prefs.ui.h:21 ../data/gpm-prefs-deprecated.ui.h:21
msgid "_Only display an icon when battery power is low"
msgstr "仅当电池电量即将用尽时显示图标(_O)"
-#: ../data/gpm-prefs.ui.h:29
-msgid "_Reduce backlight brightness"
-msgstr "减小背光亮度(_R)"
+#: ../data/gpm-prefs.ui.h:22 ../data/gpm-prefs-deprecated.ui.h:22
+msgid "Only display an icon when charging or _discharging"
+msgstr "仅在充电或放电时显示图标(_D)"
+
+#: ../data/gpm-prefs.ui.h:23 ../data/gpm-prefs-deprecated.ui.h:23
+msgid "Only display an icon when a battery is p_resent"
+msgstr "仅当使用电池时显示图标(_R)"
+
+#: ../data/gpm-prefs.ui.h:24 ../data/gpm-prefs-deprecated.ui.h:24
+msgid "_Always display an icon"
+msgstr "总是显示图标(_A)"
+
+#: ../data/gpm-prefs.ui.h:25 ../data/gpm-prefs-deprecated.ui.h:25
+msgid "General"
+msgstr "常规"
+
+#: ../data/gpm-prefs.ui.h:26 ../data/gpm-prefs-deprecated.ui.h:26
+msgid "Provides help about this program"
+msgstr "提供关于这个程序的帮助"
+
+#: ../data/gpm-prefs.ui.h:27 ../data/gpm-prefs-deprecated.ui.h:27
+msgid "Make Default"
+msgstr "设为默认"
+
+#: ../data/gpm-prefs.ui.h:28 ../data/gpm-prefs-deprecated.ui.h:28
+msgid "Sets this policy to be used by all users"
+msgstr "设定所有用户使用的策略"
+
+#: ../data/gpm-prefs.ui.h:29 ../data/gpm-prefs-deprecated.ui.h:29
+msgid "Closes the program"
+msgstr "关闭程序"
#. command line argument
-#: ../src/gpm-backlight-helper.c:161
+#: ../src/gpm-backlight-helper.c:162
msgid "Set the current brightness"
msgstr "设置当前的亮度"
#. command line argument
-#: ../src/gpm-backlight-helper.c:164
+#: ../src/gpm-backlight-helper.c:165
msgid "Get the current brightness"
msgstr "获取当前的亮度"
#. command line argument
-#: ../src/gpm-backlight-helper.c:167
+#: ../src/gpm-backlight-helper.c:168
msgid "Get the number of brightness levels supported"
msgstr "获取支持的亮度级数"
#. TRANSLATORS: tool that is used when copying profiles system-wide
-#: ../src/gpm-backlight-helper.c:182
+#: ../src/gpm-backlight-helper.c:183
msgid "MATE Power Manager Backlight Helper"
msgstr "MATE 电源管理器背光助手"
#. TRANSLATORS: user did not specify valid options
-#: ../src/gpm-backlight-helper.c:190
+#: ../src/gpm-backlight-helper.c:191
msgid "No valid option was specified"
msgstr "没有指定有效的选项"
#. TRANSLATORS: no backlights found
-#: ../src/gpm-backlight-helper.c:199
+#: ../src/gpm-backlight-helper.c:200
msgid "No backlights were found on your system"
msgstr "没有找到您系统上的背光"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:210
+#: ../src/gpm-backlight-helper.c:211
msgid "Could not get the value of the backlight"
msgstr "无法获知背光的值"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:228
+#: ../src/gpm-backlight-helper.c:229
msgid "Could not get the maximum value of the backlight"
msgstr "无法获知背光的最大值"
#. TRANSLATORS: only able to install profiles as root
-#: ../src/gpm-backlight-helper.c:245
+#: ../src/gpm-backlight-helper.c:246
msgid "This program can only be used by the root user"
msgstr "只有 root 用户才能使用此程序"
#. TRANSLATORS: the program must never be directly run
-#: ../src/gpm-backlight-helper.c:254
+#: ../src/gpm-backlight-helper.c:255
msgid "This program must only be run through pkexec"
msgstr "此程序只能通过 pkexec 运行"
#. TRANSLATORS: failed to access backlight file
-#: ../src/gpm-backlight-helper.c:265
+#: ../src/gpm-backlight-helper.c:266
msgid "Could not set the value of the backlight"
msgstr "无法设置背光的值"
@@ -1137,7 +1076,7 @@ msgid "%.1fV"
msgstr "%.1fV"
#. TRANSLATORS: show verbose debugging
-#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1545
+#: ../src/gpm-main.c:171 ../src/gpm-prefs.c:90 ../src/gpm-statistics.c:1554
msgid "Show extra debugging information"
msgstr "显示额外的调试信息"
@@ -1153,132 +1092,128 @@ msgstr "在短暂暂停后退出(用于调试)"
msgid "Exit after the manager has loaded (for debugging)"
msgstr "在管理器加载后退出(用于调试)"
-#: ../src/gpm-main.c:191 ../src/gpm-main.c:195
+#: ../src/gpm-main.c:194 ../src/gpm-main.c:198
msgid "MATE Power Manager"
msgstr "MATE 电源管理器"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:221 ../src/gpm-manager.c:289
+#: ../src/gpm-manager.c:229 ../src/gpm-manager.c:299
msgid "Battery is very low"
msgstr "电池电量非常低。"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:269
+#: ../src/gpm-manager.c:279
msgid "Power plugged in"
msgstr "电源已插入"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:273
+#: ../src/gpm-manager.c:283
msgid "Power unplugged"
msgstr "未插电源"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:277
+#: ../src/gpm-manager.c:287
msgid "Lid has opened"
msgstr "上盖已打开"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:281
+#: ../src/gpm-manager.c:291
msgid "Lid has closed"
msgstr "上盖已合上"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:285
+#: ../src/gpm-manager.c:295
msgid "Battery is low"
msgstr "电池电量低。"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:293
+#: ../src/gpm-manager.c:303
msgid "Battery is full"
msgstr "电池电量满"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:297
+#: ../src/gpm-manager.c:307
msgid "Suspend started"
msgstr "挂起已开启"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:301
+#: ../src/gpm-manager.c:311
msgid "Resumed"
msgstr "已恢复"
#. TRANSLATORS: this is the sound description
-#: ../src/gpm-manager.c:305
+#: ../src/gpm-manager.c:315
msgid "Suspend failed"
msgstr "挂起失败"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:574
+#: ../src/gpm-manager.c:585
msgid "Computer failed to suspend."
msgstr "您的计算机挂起失败。"
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:576
+#: ../src/gpm-manager.c:587
msgid "Failed to suspend"
msgstr "挂起失败"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:580
+#: ../src/gpm-manager.c:591
msgid "Computer failed to hibernate."
msgstr "您的计算机休眠失败。"
#. TRANSLATORS: title text
-#: ../src/gpm-manager.c:582
+#: ../src/gpm-manager.c:593
msgid "Failed to hibernate"
msgstr "休眠失败"
#. TRANSLATORS: message text
-#: ../src/gpm-manager.c:587
+#: ../src/gpm-manager.c:598
msgid "Failure was reported as:"
msgstr "失败被报告为:"
#. TRANSLATORS: button text, visit the suspend help website
-#: ../src/gpm-manager.c:600
+#: ../src/gpm-manager.c:611
msgid "Visit help page"
msgstr "访问帮助页面"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:863
+#: ../src/gpm-manager.c:857
msgid "Display DPMS activated"
msgstr "已激活显示器 DPMS"
#. TRANSLATORS: this is the mate-screensaver throttle
-#: ../src/gpm-manager.c:882
+#: ../src/gpm-manager.c:876
msgid "On battery power"
msgstr "电池供电时"
-#: ../src/gpm-manager.c:900
+#: ../src/gpm-manager.c:894
msgid "Laptop lid is closed"
msgstr "笔记本电脑上盖已合上"
-#: ../src/gpm-manager.c:938
+#: ../src/gpm-manager.c:932
msgid "Power Information"
msgstr "电源信息"
#. TRANSLATORS: the battery may be recalled by it's vendor
-#: ../src/gpm-manager.c:1186
+#: ../src/gpm-manager.c:1147
msgid "Battery may be recalled"
msgstr "电池可能已召回"
-#: ../src/gpm-manager.c:1187
+#: ../src/gpm-manager.c:1148
#, c-format
msgid ""
-"A battery in your computer may have been recalled by %s and you may be at "
-"risk.\n"
+"A battery in your computer may have been recalled by %s and you may be at risk.\n"
"\n"
"For more information visit the battery recall website."
-msgstr ""
-"您的计算机电池可能已经被 %s 召回,继续使用可能存在风险。\n"
-"\n"
-"更多信息,请浏览电池召回网站。"
+msgstr "您的计算机电池可能已经被 %s 召回,继续使用可能存在风险。\n\n更多信息,请浏览电池召回网站。"
#. TRANSLATORS: button text, visit the manufacturers recall website
-#: ../src/gpm-manager.c:1197
+#: ../src/gpm-manager.c:1158
msgid "Visit recall website"
msgstr "浏览召回网站"
#. TRANSLATORS: button text, do not show this bubble again
-#: ../src/gpm-manager.c:1200
+#: ../src/gpm-manager.c:1161
msgid "Do not show me this again"
msgstr "不要再显示此消息"
@@ -1286,524 +1221,502 @@ msgstr "不要再显示此消息"
#. * where capacity is the ratio of the last_full capacity with that of
#. * the design capacity. (#326740)
#. TRANSLATORS: battery is old or broken
-#: ../src/gpm-manager.c:1285
+#: ../src/gpm-manager.c:1246
msgid "Battery may be broken"
msgstr "电池可能已损坏"
-#. TRANSLATORS: notify the user that that battery is broken as the capacity is very low
-#: ../src/gpm-manager.c:1288
+#. TRANSLATORS: notify the user that that battery is broken as the capacity is
+#. very low
+#: ../src/gpm-manager.c:1249
#, c-format
msgid ""
-"Battery has a very low capacity (%1.1f%%), which means that it may be old or "
-"broken."
+"Battery has a very low capacity (%1.1f%%), which means that it may be old or"
+" broken."
msgstr "电池容量过低 (%1.1f%%),这表示电池可能太旧或已损坏"
#. TRANSLATORS: show the charged notification
-#: ../src/gpm-manager.c:1337
+#: ../src/gpm-manager.c:1298
msgid "Battery Charged"
msgid_plural "Batteries Charged"
msgstr[0] "电池已充电"
#. TRANSLATORS: laptop battery is now discharging
-#: ../src/gpm-manager.c:1383
+#: ../src/gpm-manager.c:1344
msgid "Battery Discharging"
msgstr "电池正在放电"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1387
+#: ../src/gpm-manager.c:1348
#, c-format
msgid "%s of battery power remaining (%.0f%%)"
msgstr "电池电量剩余 %s(%.1f%%)"
#. TRANSLATORS: the device is discharging, but we only have a percentage
-#: ../src/gpm-manager.c:1390 ../src/gpm-manager.c:1402
+#: ../src/gpm-manager.c:1351 ../src/gpm-manager.c:1363
#, c-format
msgid "%s discharging (%.0f%%)"
msgstr "%s 放电中 (%.1f%%)"
#. TRANSLATORS: UPS is now discharging
-#: ../src/gpm-manager.c:1395
+#: ../src/gpm-manager.c:1356
msgid "UPS Discharging"
msgstr "UPS 正在放电"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1399
+#: ../src/gpm-manager.c:1360
#, c-format
msgid "%s of UPS backup power remaining (%.0f%%)"
msgstr "UPS 备用电池电量剩余 %s(%.1f%%)"
#. TRANSLATORS: laptop battery low, and we only have one battery
-#: ../src/gpm-manager.c:1483
+#: ../src/gpm-manager.c:1444
msgid "Battery low"
msgstr "电池电量低。"
#. TRANSLATORS: laptop battery low, and we have more than one kind of battery
-#: ../src/gpm-manager.c:1486
+#: ../src/gpm-manager.c:1447
msgid "Laptop battery low"
msgstr "笔记本电池电量低"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1492
+#: ../src/gpm-manager.c:1453
#, c-format
msgid "Approximately <b>%s</b> remaining (%.0f%%)"
msgstr "大约剩余 <b>%s</b>(%.1f%%)"
#. TRANSLATORS: UPS is starting to get a little low
-#: ../src/gpm-manager.c:1496
+#: ../src/gpm-manager.c:1457
msgid "UPS low"
msgstr "UPS 电量低"
#. TRANSLATORS: tell the user how much time they have got
-#: ../src/gpm-manager.c:1500
+#: ../src/gpm-manager.c:1461
#, c-format
msgid "Approximately <b>%s</b> of remaining UPS backup power (%.0f%%)"
msgstr "UPS 备用电源的剩余电量大约可维持 <b>%s</b>,为总电量的 %.1f%%"
#. TRANSLATORS: mouse is getting a little low
#. TRANSLATORS: the mouse battery is very low
-#: ../src/gpm-manager.c:1504 ../src/gpm-manager.c:1643
+#: ../src/gpm-manager.c:1465 ../src/gpm-manager.c:1601
msgid "Mouse battery low"
msgstr "鼠标电量低"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1507
+#: ../src/gpm-manager.c:1468
#, c-format
msgid "Wireless mouse is low in power (%.0f%%)"
msgstr "无线鼠标电量不足(仅剩 %.1f%%)"
#. TRANSLATORS: keyboard is getting a little low
#. TRANSLATORS: the keyboard battery is very low
-#: ../src/gpm-manager.c:1511 ../src/gpm-manager.c:1651
+#: ../src/gpm-manager.c:1472 ../src/gpm-manager.c:1609
msgid "Keyboard battery low"
msgstr "键盘电量低"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1514
+#: ../src/gpm-manager.c:1475
#, c-format
msgid "Wireless keyboard is low in power (%.0f%%)"
msgstr "无线键盘电量不足(仅剩 %.1f%%)"
#. TRANSLATORS: PDA is getting a little low
#. TRANSLATORS: the PDA battery is very low
-#: ../src/gpm-manager.c:1518 ../src/gpm-manager.c:1660
+#: ../src/gpm-manager.c:1479 ../src/gpm-manager.c:1618
msgid "PDA battery low"
msgstr "PDA 电量低"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1521
+#: ../src/gpm-manager.c:1482
#, c-format
msgid "PDA is low in power (%.0f%%)"
msgstr "PDA 电量不足(仅剩 %.1f%%)"
#. TRANSLATORS: cell phone (mobile) is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1525 ../src/gpm-manager.c:1670
-#: ../src/gpm-manager.c:1681
+#: ../src/gpm-manager.c:1486 ../src/gpm-manager.c:1628
+#: ../src/gpm-manager.c:1639
msgid "Cell phone battery low"
msgstr "手机电池电量低"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1528
+#: ../src/gpm-manager.c:1489
#, c-format
msgid "Cell phone is low in power (%.0f%%)"
msgstr "手机电量不足(仅剩 %.1f%%)"
#. TRANSLATORS: media player, e.g. mp3 is getting a little low
-#: ../src/gpm-manager.c:1533
+#: ../src/gpm-manager.c:1494
msgid "Media player battery low"
msgstr "手机电池电量低"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1536
+#: ../src/gpm-manager.c:1497
#, c-format
msgid "Media player is low in power (%.0f%%)"
msgstr "媒体播放器电量不足(仅剩 %.1f%%)"
#. TRANSLATORS: graphics tablet, e.g. wacom is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1540 ../src/gpm-manager.c:1690
+#: ../src/gpm-manager.c:1501 ../src/gpm-manager.c:1648
msgid "Tablet battery low"
msgstr "触摸板电池电量低"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1543
+#: ../src/gpm-manager.c:1504
#, c-format
msgid "Tablet is low in power (%.0f%%)"
msgstr "触摸板电量不足(仅剩 %.1f%%)"
#. TRANSLATORS: computer, e.g. ipad is getting a little low
#. TRANSLATORS: the cell battery is very low
-#: ../src/gpm-manager.c:1547 ../src/gpm-manager.c:1699
+#: ../src/gpm-manager.c:1508 ../src/gpm-manager.c:1657
msgid "Attached computer battery low"
msgstr "连接的计算机电池电量低"
#. TRANSLATORS: tell user more details
-#: ../src/gpm-manager.c:1550
+#: ../src/gpm-manager.c:1511
#, c-format
msgid "Attached computer is low in power (%.0f%%)"
msgstr "连接的计算机电量不足(仅剩 %.1f%%)"
-#. TRANSLATORS: laptop battery critically low, and only have one kind of battery
-#: ../src/gpm-manager.c:1600
+#. TRANSLATORS: laptop battery critically low, and only have one kind of
+#. battery
+#: ../src/gpm-manager.c:1560
msgid "Battery critically low"
msgstr "电池电量将用尽。"
-#. TRANSLATORS: laptop battery critically low, and we have more than one type of battery
+#. TRANSLATORS: laptop battery critically low, and we have more than one type
+#. of battery
#. TRANSLATORS: laptop battery is really, really, low
-#: ../src/gpm-manager.c:1603 ../src/gpm-manager.c:1760
+#: ../src/gpm-manager.c:1563 ../src/gpm-manager.c:1717
msgid "Laptop battery critically low"
msgstr "笔记本电池电量将用尽"
-#. TRANSLATORS: tell the use to insert the plug, as we're not going to do anything
-#: ../src/gpm-manager.c:1613
+#. TRANSLATORS: tell the use to insert the plug, as we're not going to do
+#. anything
+#: ../src/gpm-manager.c:1572
msgid "Plug in your AC adapter to avoid losing data."
msgstr "接入您的交流电源以避免丢失数据。"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1617
+#: ../src/gpm-manager.c:1576
#, c-format
msgid "Computer will suspend very soon unless it is plugged in."
msgstr "除非连接电源,计算机很快就要挂起。"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1621
+#: ../src/gpm-manager.c:1580
#, c-format
msgid "Computer will hibernate very soon unless it is plugged in."
msgstr "除非连接电源,计算机将很快休眠。"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1625
+#: ../src/gpm-manager.c:1584
#, c-format
msgid "Computer will shutdown very soon unless it is plugged in."
msgstr "除非连接电源,计算机将很快关机。"
#. TRANSLATORS: the UPS is very low
#. TRANSLATORS: UPS is really, really, low
-#: ../src/gpm-manager.c:1633 ../src/gpm-manager.c:1798
+#: ../src/gpm-manager.c:1591 ../src/gpm-manager.c:1752
msgid "UPS critically low"
msgstr "UPS 电量将用尽"
#. TRANSLATORS: give the user a ultimatum
-#: ../src/gpm-manager.c:1637
+#: ../src/gpm-manager.c:1595
#, c-format
msgid ""
-"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to "
-"your computer to avoid losing data."
-msgstr ""
-"您的 UPS 剩余电量大约可维持 <b>%s</b>,为总电量的 %.1f%%。请恢复交流电源以防"
-"丢失数据。"
+"Approximately <b>%s</b> of remaining UPS power (%.0f%%). Restore AC power to"
+" your computer to avoid losing data."
+msgstr "您的 UPS 剩余电量大约可维持 <b>%s</b>,为总电量的 %.1f%%。请恢复交流电源以防丢失数据。"
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1646
+#: ../src/gpm-manager.c:1604
#, c-format
msgid ""
"Wireless mouse is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"无线鼠标电池电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备将会很快停止工"
-"作。"
+msgstr "无线鼠标电池电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备将会很快停止工作。"
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1654
+#: ../src/gpm-manager.c:1612
#, c-format
msgid ""
"Wireless keyboard is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"无线键盘电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备将会很快停止工作。"
+msgstr "无线键盘电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备将会很快停止工作。"
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1663
+#: ../src/gpm-manager.c:1621
#, c-format
msgid ""
-"PDA is very low in power (%.0f%%). This device will soon stop functioning if "
-"not charged."
-msgstr ""
-"PDA 电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备将会很快停止工作。"
+"PDA is very low in power (%.0f%%). This device will soon stop functioning if"
+" not charged."
+msgstr "PDA 电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备将会很快停止工作。"
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1673
+#: ../src/gpm-manager.c:1631
#, c-format
msgid ""
"Cell phone is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"您的手机电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备将会很快停止工作。"
+msgstr "您的手机电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备将会很快停止工作。"
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1684
+#: ../src/gpm-manager.c:1642
#, c-format
msgid ""
"Media player is very low in power (%.0f%%). This device will soon stop "
"functioning if not charged."
-msgstr ""
-"媒体播放器电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备将会很快停止工作。"
+msgstr "媒体播放器电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备将会很快停止工作。"
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1693
+#: ../src/gpm-manager.c:1651
#, c-format
msgid ""
-"Tablet is very low in power (%.0f%%). This device will soon stop functioning "
-"if not charged."
-msgstr ""
-"触摸板电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备将会很快停止工作。"
+"Tablet is very low in power (%.0f%%). This device will soon stop functioning"
+" if not charged."
+msgstr "触摸板电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备将会很快停止工作。"
#. TRANSLATORS: the device is just going to stop working
-#: ../src/gpm-manager.c:1702
+#: ../src/gpm-manager.c:1660
#, c-format
msgid ""
"Attached computer is very low in power (%.0f%%). The device will soon "
"shutdown if not charged."
-msgstr ""
-"连接的此计算机电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备将会很快停止工"
-"作。"
+msgstr "连接的此计算机电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备将会很快停止工作。"
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1769
+#: ../src/gpm-manager.c:1725
msgid ""
-"The battery is below the critical level and this computer will <b>power-off</"
-"b> when the battery becomes completely empty."
+"The battery is below the critical level and this computer will <b>power-"
+"off</b> when the battery becomes completely empty."
msgstr "电池的电量将用尽,电池的电量完全用尽时计算机将会<b>关机</b>。"
#. TRANSLATORS: computer will suspend
-#: ../src/gpm-manager.c:1775
+#: ../src/gpm-manager.c:1731
msgid ""
"The battery is below the critical level and this computer is about to "
"suspend.<br><b>NOTE:</b> A small amount of power is required to keep your "
"computer in a suspended state."
-msgstr ""
-"电池的电量将用尽,计算机将开始挂起。<br><b>注意:</b>将您的计算机保持在挂起状"
-"态也需要一点电量。"
+msgstr "电池的电量将用尽,计算机将开始挂起。<br><b>注意:</b>将您的计算机保持在挂起状态也需要一点电量。"
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1782
+#: ../src/gpm-manager.c:1738
msgid ""
"The battery is below the critical level and this computer is about to "
"hibernate."
msgstr "电池的电量将用尽,计算机将开始休眠。"
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1787
+#: ../src/gpm-manager.c:1743
msgid ""
"The battery is below the critical level and this computer is about to "
"shutdown."
msgstr "电池的电量将用尽,计算机将开始关机。"
#. TRANSLATORS: computer will shutdown without saving data
-#: ../src/gpm-manager.c:1807
+#: ../src/gpm-manager.c:1760
msgid ""
"The UPS is below the critical level and this computer will <b>power-off</b> "
"when the UPS becomes completely empty."
msgstr "UPS 电量将用尽。UPS 电量完全用尽时计算将会<b>关机</b>。"
#. TRANSLATORS: computer will hibernate
-#: ../src/gpm-manager.c:1813
+#: ../src/gpm-manager.c:1766
msgid ""
"The UPS is below the critical level and this computer is about to hibernate."
msgstr "UPS 电量将用尽,计算机将开始休眠到硬盘。"
#. TRANSLATORS: computer will just shutdown
-#: ../src/gpm-manager.c:1818
+#: ../src/gpm-manager.c:1771
msgid ""
"The UPS is below the critical level and this computer is about to shutdown."
msgstr "UPS 电量将用尽,计算机将开始关机。"
-#. TRANSLATORS: there was in install problem
-#: ../src/gpm-manager.c:1956
-msgid "Install problem!"
-msgstr "安装问题!"
-
-#. TRANSLATORS: the MateConf schema was not installed properly
-#: ../src/gpm-manager.c:1958
-msgid ""
-"The configuration defaults for MATE Power Manager have not been installed "
-"correctly.\n"
-"Please contact your computer administrator."
-msgstr ""
-"没有正确安装 MATE 电源管理器的默认配置。\n"
-"请与您的计算机管理员联系。"
-
#: ../src/gpm-prefs.c:94
msgid "MATE Power Preferences"
msgstr "MATE 电源首选项"
-#: ../src/gpm-prefs-core.c:363
+#: ../src/gpm-prefs-core.c:266 ../src/gpm-prefs-core.c:269
msgid "Shutdown"
msgstr "关机"
-#: ../src/gpm-prefs-core.c:370
+#: ../src/gpm-prefs-core.c:278 ../src/gpm-prefs-core.c:281
msgid "Suspend"
msgstr "挂起"
-#: ../src/gpm-prefs-core.c:373
+#: ../src/gpm-prefs-core.c:286 ../src/gpm-prefs-core.c:289
msgid "Hibernate"
msgstr "休眠"
-#: ../src/gpm-prefs-core.c:376
+#: ../src/gpm-prefs-core.c:294 ../src/gpm-prefs-core.c:297
msgid "Blank screen"
msgstr "黑屏"
-#: ../src/gpm-prefs-core.c:379
+#: ../src/gpm-prefs-core.c:302 ../src/gpm-prefs-core.c:305
msgid "Ask me"
msgstr "询问"
-#: ../src/gpm-prefs-core.c:384
+#: ../src/gpm-prefs-core.c:310 ../src/gpm-prefs-core.c:313
msgid "Do nothing"
msgstr "不执行动作"
-#: ../src/gpm-prefs-core.c:448
+#: ../src/gpm-prefs-core.c:380 ../src/gpm-prefs-core.c:382
msgid "Never"
msgstr "从不"
#. TRANSLATORS: the rate of discharge for the device
-#: ../src/gpm-statistics.c:80 ../src/gpm-statistics.c:468
+#: ../src/gpm-statistics.c:79 ../src/gpm-statistics.c:467
msgid "Rate"
msgstr "功率"
-#: ../src/gpm-statistics.c:81
+#: ../src/gpm-statistics.c:80
msgid "Charge"
msgstr "电量"
-#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:482
+#: ../src/gpm-statistics.c:81 ../src/gpm-statistics.c:481
msgid "Time to full"
msgstr "充满时间"
-#: ../src/gpm-statistics.c:83 ../src/gpm-statistics.c:487
+#: ../src/gpm-statistics.c:82 ../src/gpm-statistics.c:486
msgid "Time to empty"
msgstr "放完时间"
-#: ../src/gpm-statistics.c:90
+#: ../src/gpm-statistics.c:89
msgid "10 minutes"
msgstr "10 分钟"
-#: ../src/gpm-statistics.c:91
+#: ../src/gpm-statistics.c:90
msgid "2 hours"
msgstr "2 小时"
-#: ../src/gpm-statistics.c:92
+#: ../src/gpm-statistics.c:91
msgid "6 hours"
msgstr "6 小时"
-#: ../src/gpm-statistics.c:93
+#: ../src/gpm-statistics.c:92
msgid "1 day"
msgstr "1 天"
-#: ../src/gpm-statistics.c:94
+#: ../src/gpm-statistics.c:93
msgid "1 week"
msgstr "1 周"
#. TRANSLATORS: what we've observed about the device
-#: ../src/gpm-statistics.c:103
+#: ../src/gpm-statistics.c:102
msgid "Charge profile"
msgstr "充电图"
-#: ../src/gpm-statistics.c:104
+#: ../src/gpm-statistics.c:103
msgid "Discharge profile"
msgstr "放电图"
-#. TRANSLATORS: how accurately we can predict the time remaining of the battery
-#: ../src/gpm-statistics.c:106
+#. TRANSLATORS: how accurately we can predict the time remaining of the
+#. battery
+#: ../src/gpm-statistics.c:105
msgid "Charge accuracy"
msgstr "充电准确度"
-#: ../src/gpm-statistics.c:107
+#: ../src/gpm-statistics.c:106
msgid "Discharge accuracy"
msgstr "放电时间准确度"
-#: ../src/gpm-statistics.c:134
+#: ../src/gpm-statistics.c:133
msgid "Attribute"
msgstr "属性"
-#: ../src/gpm-statistics.c:141
+#: ../src/gpm-statistics.c:140
msgid "Value"
msgstr "值"
-#: ../src/gpm-statistics.c:158
+#: ../src/gpm-statistics.c:157
msgid "Image"
msgstr "图片"
-#: ../src/gpm-statistics.c:164
+#: ../src/gpm-statistics.c:163
msgid "Description"
msgstr "描述"
-#: ../src/gpm-statistics.c:183 ../src/gpm-statistics.c:407
+#: ../src/gpm-statistics.c:182 ../src/gpm-statistics.c:406
msgid "Type"
msgstr "类型"
-#: ../src/gpm-statistics.c:189
+#: ../src/gpm-statistics.c:188
msgid "ID"
msgstr "ID"
-#: ../src/gpm-statistics.c:203
+#: ../src/gpm-statistics.c:202
msgid "Command"
msgstr "命令"
#. TRANSLATORS: this is when the stats time is not known
-#: ../src/gpm-statistics.c:288
+#: ../src/gpm-statistics.c:287
msgid "Unknown"
msgstr "未知时间"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:292
+#: ../src/gpm-statistics.c:291
#, c-format
msgid "%.0f second"
msgid_plural "%.0f seconds"
msgstr[0] "%.0f 秒"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:297
+#: ../src/gpm-statistics.c:296
#, c-format
msgid "%.1f minute"
msgid_plural "%.1f minutes"
msgstr[0] "%.1f 分"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:302
+#: ../src/gpm-statistics.c:301
#, c-format
msgid "%.1f hour"
msgid_plural "%.1f hours"
msgstr[0] "%.1f 小时"
#. TRANSLATORS: this is a time value, usually to show on a graph
-#: ../src/gpm-statistics.c:306
+#: ../src/gpm-statistics.c:305
#, c-format
msgid "%.1f day"
msgid_plural "%.1f days"
msgstr[0] "%.1f 天"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "Yes"
msgstr "是"
-#: ../src/gpm-statistics.c:315
+#: ../src/gpm-statistics.c:314
msgid "No"
msgstr "不"
#. TRANSLATORS: the device ID of the current device, e.g. "battery0"
-#: ../src/gpm-statistics.c:404
+#: ../src/gpm-statistics.c:403
msgid "Device"
msgstr "设备"
-#: ../src/gpm-statistics.c:409
+#: ../src/gpm-statistics.c:408
msgid "Vendor"
msgstr "发行商"
-#: ../src/gpm-statistics.c:411
+#: ../src/gpm-statistics.c:410
msgid "Model"
msgstr "型号"
-#: ../src/gpm-statistics.c:413
+#: ../src/gpm-statistics.c:412
msgid "Serial number"
msgstr "序列号"
#. TRANSLATORS: a boolean attribute that means if the device is supplying the
-#. * main power for the computer. For instance, an AC adapter or laptop battery
+#. * main power for the computer. For instance, an AC adapter or laptop
+#. battery
#. * would be TRUE, but a mobile phone or mouse taking power is FALSE
-#: ../src/gpm-statistics.c:418
+#: ../src/gpm-statistics.c:417
msgid "Supply"
msgstr "供应"
-#: ../src/gpm-statistics.c:421
+#: ../src/gpm-statistics.c:420
#, c-format
msgid "%d second"
msgid_plural "%d seconds"
@@ -1811,251 +1724,252 @@ msgstr[0] "%d 秒"
#. TRANSLATORS: when the device was last updated with new data. It's
#. * usually a few seconds when a device is discharging or charging.
-#: ../src/gpm-statistics.c:425
+#: ../src/gpm-statistics.c:424
msgid "Refreshed"
msgstr "已刷新"
#. TRANSLATORS: Present is whether the device is currently attached
#. * to the computer, as some devices (e.g. laptop batteries) can
#. * be removed, but still observed as devices on the system
-#: ../src/gpm-statistics.c:435
+#: ../src/gpm-statistics.c:434
msgid "Present"
msgstr "当前电池"
#. TRANSLATORS: If the device can be recharged, e.g. lithium
#. * batteries rather than alkaline ones
-#: ../src/gpm-statistics.c:442
+#: ../src/gpm-statistics.c:441
msgid "Rechargeable"
msgstr "可充电"
#. TRANSLATORS: The state of the device, e.g. "Changing" or "Fully charged"
-#: ../src/gpm-statistics.c:448
+#: ../src/gpm-statistics.c:447
msgid "State"
msgstr "状态"
-#: ../src/gpm-statistics.c:452
+#: ../src/gpm-statistics.c:451
msgid "Energy"
msgstr "能量"
-#: ../src/gpm-statistics.c:455
+#: ../src/gpm-statistics.c:454
msgid "Energy when empty"
msgstr "空时能量"
-#: ../src/gpm-statistics.c:458
+#: ../src/gpm-statistics.c:457
msgid "Energy when full"
msgstr "满时能量"
-#: ../src/gpm-statistics.c:461
+#: ../src/gpm-statistics.c:460
msgid "Energy (design)"
msgstr "能量 (设计)"
-#: ../src/gpm-statistics.c:475
+#: ../src/gpm-statistics.c:474
msgid "Voltage"
msgstr "电压"
#. TRANSLATORS: the amount of charge the cell contains
-#: ../src/gpm-statistics.c:497
+#: ../src/gpm-statistics.c:496
msgid "Percentage"
msgstr "百分比"
#. TRANSLATORS: the capacity of the device, which is basically a measure
#. * of how full it can get, relative to the design capacity
-#: ../src/gpm-statistics.c:504
+#: ../src/gpm-statistics.c:503
msgid "Capacity"
msgstr "容量"
#. TRANSLATORS: the type of battery, e.g. lithium or nikel metal hydroxide
-#: ../src/gpm-statistics.c:509
+#: ../src/gpm-statistics.c:508
msgid "Technology"
msgstr "技术"
#. TRANSLATORS: this is when the device is plugged in, typically
#. * only shown for the ac adaptor device
-#: ../src/gpm-statistics.c:514
+#: ../src/gpm-statistics.c:513
msgid "Online"
msgstr "在线"
#. TRANSLATORS: the command line was not provided
-#: ../src/gpm-statistics.c:824
+#: ../src/gpm-statistics.c:825
msgid "No data"
msgstr "无数据"
#. TRANSLATORS: kernel module, usually a device driver
-#: ../src/gpm-statistics.c:831 ../src/gpm-statistics.c:836
+#: ../src/gpm-statistics.c:832 ../src/gpm-statistics.c:837
msgid "Kernel module"
msgstr "内核模块"
#. TRANSLATORS: kernel housekeeping
-#: ../src/gpm-statistics.c:841
+#: ../src/gpm-statistics.c:842
msgid "Kernel core"
msgstr "内核核心"
#. TRANSLATORS: interrupt between processors
-#: ../src/gpm-statistics.c:846
+#: ../src/gpm-statistics.c:847
msgid "Interprocessor interrupt"
msgstr "处理器间中断"
#. TRANSLATORS: unknown interrupt
-#: ../src/gpm-statistics.c:851
+#: ../src/gpm-statistics.c:852
msgid "Interrupt"
msgstr "中断"
#. TRANSLATORS: the keyboard and mouse device event
-#: ../src/gpm-statistics.c:898
+#: ../src/gpm-statistics.c:899
msgid "PS/2 keyboard/mouse/touchpad"
msgstr "PS/2 键盘/鼠标/触摸板"
#. TRANSLATORS: ACPI, the Intel power standard on laptops and desktops
-#: ../src/gpm-statistics.c:901
+#: ../src/gpm-statistics.c:902
msgid "ACPI"
msgstr "ACPI(高级配置及电源接口)"
#. TRANSLATORS: serial ATA is a new style of hard disk interface
-#: ../src/gpm-statistics.c:904
+#: ../src/gpm-statistics.c:905
msgid "Serial ATA"
msgstr "串行 ATA(SATA)"
#. TRANSLATORS: this is the old-style ATA interface
-#: ../src/gpm-statistics.c:907
+#: ../src/gpm-statistics.c:908
msgid "ATA host controller"
msgstr "ATA 主控制器"
#. TRANSLATORS: 802.11 wireless adaptor
-#: ../src/gpm-statistics.c:910
+#: ../src/gpm-statistics.c:911
msgid "Intel wireless adaptor"
msgstr "Intel 无线适配器(无线网卡)"
#. TRANSLATORS: a timer is something that fires periodically.
#. * The parameter is a process name, e.g. "firefox-bin".
#. * This is shown when the timer wakes up.
-#: ../src/gpm-statistics.c:917 ../src/gpm-statistics.c:922
-#: ../src/gpm-statistics.c:927 ../src/gpm-statistics.c:932
-#: ../src/gpm-statistics.c:937
+#: ../src/gpm-statistics.c:918 ../src/gpm-statistics.c:923
+#: ../src/gpm-statistics.c:928 ../src/gpm-statistics.c:933
+#: ../src/gpm-statistics.c:938
#, c-format
msgid "Timer %s"
msgstr "定时器 %s"
-#. TRANSLATORS: the parameter is the name of task that's woken up from sleeping.
+#. TRANSLATORS: the parameter is the name of task that's woken up from
+#. sleeping.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:941
+#: ../src/gpm-statistics.c:942
#, c-format
msgid "Sleep %s"
msgstr "睡眠 %s"
#. TRANSLATORS: this is the name of a new realtime task.
-#: ../src/gpm-statistics.c:944
+#: ../src/gpm-statistics.c:945
#, c-format
msgid "New task %s"
msgstr "新任务 %s"
#. TRANSLATORS: this is the name of a task that's woken to check state.
#. * This is shown when the task wakes up.
-#: ../src/gpm-statistics.c:948
+#: ../src/gpm-statistics.c:949
#, c-format
msgid "Wait %s"
msgstr "等待 %s"
#. TRANSLATORS: this is the name of a work queue.
#. * A work queue is a list of work that has to be done.
-#: ../src/gpm-statistics.c:952 ../src/gpm-statistics.c:956
+#: ../src/gpm-statistics.c:953 ../src/gpm-statistics.c:957
#, c-format
msgid "Work queue %s"
msgstr "工作队列 %s"
#. TRANSLATORS: this is when the networking subsystem clears out old entries
-#: ../src/gpm-statistics.c:959
+#: ../src/gpm-statistics.c:960
#, c-format
msgid "Network route flush %s"
msgstr "网络路由清出 %s"
#. TRANSLATORS: this is the name of an activity on the USB bus
-#: ../src/gpm-statistics.c:962
+#: ../src/gpm-statistics.c:963
#, c-format
msgid "USB activity %s"
msgstr "USB 活动 %s"
#. TRANSLATORS: we've timed out of an aligned timer, with the name
-#: ../src/gpm-statistics.c:965
+#: ../src/gpm-statistics.c:966
#, c-format
msgid "Wakeup %s"
msgstr "唤醒 %s"
#. TRANSLATORS: interupts on the system required for basic operation
-#: ../src/gpm-statistics.c:968
+#: ../src/gpm-statistics.c:969
msgid "Local interrupts"
msgstr "本地中断"
#. TRANSLATORS: interrupts when a task gets moved from one core to another
-#: ../src/gpm-statistics.c:971
+#: ../src/gpm-statistics.c:972
msgid "Rescheduling interrupts"
msgstr "重调度中断"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1080
+#: ../src/gpm-statistics.c:1081
msgid "Device Information"
msgstr "设备信息"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1082
+#: ../src/gpm-statistics.c:1083
msgid "Device History"
msgstr "设备历史"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1084
+#: ../src/gpm-statistics.c:1085
msgid "Device Profile"
msgstr "设备配置"
#. TRANSLATORS: shown on the titlebar
-#: ../src/gpm-statistics.c:1086
+#: ../src/gpm-statistics.c:1087
msgid "Processor Wakeups"
msgstr "处理器唤醒"
#. TRANSLATORS: this is the X axis on the graph
-#: ../src/gpm-statistics.c:1292 ../src/gpm-statistics.c:1298
-#: ../src/gpm-statistics.c:1304 ../src/gpm-statistics.c:1310
+#: ../src/gpm-statistics.c:1295 ../src/gpm-statistics.c:1301
+#: ../src/gpm-statistics.c:1307 ../src/gpm-statistics.c:1313
msgid "Time elapsed"
msgstr "已过去时间"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1294
+#: ../src/gpm-statistics.c:1297
msgid "Power"
msgstr "电量"
#. TRANSLATORS: this is the Y axis on the graph for the whole battery device
#. TRANSLATORS: this is the X axis on the graph for the whole battery device
-#: ../src/gpm-statistics.c:1300 ../src/gpm-statistics.c:1343
-#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1355
-#: ../src/gpm-statistics.c:1361
+#: ../src/gpm-statistics.c:1303 ../src/gpm-statistics.c:1347
+#: ../src/gpm-statistics.c:1353 ../src/gpm-statistics.c:1359
+#: ../src/gpm-statistics.c:1365
msgid "Cell charge"
msgstr "电池电量"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1306 ../src/gpm-statistics.c:1312
+#: ../src/gpm-statistics.c:1309 ../src/gpm-statistics.c:1315
msgid "Predicted time"
msgstr "预计时间"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1345 ../src/gpm-statistics.c:1357
+#: ../src/gpm-statistics.c:1349 ../src/gpm-statistics.c:1361
msgid "Correction factor"
msgstr "修正因数"
#. TRANSLATORS: this is the Y axis on the graph
-#: ../src/gpm-statistics.c:1351 ../src/gpm-statistics.c:1363
+#: ../src/gpm-statistics.c:1355 ../src/gpm-statistics.c:1367
msgid "Prediction accuracy"
msgstr "预测准确度"
#. TRANSLATORS: show a device by default
-#: ../src/gpm-statistics.c:1548
+#: ../src/gpm-statistics.c:1557
msgid "Select this device at startup"
msgstr "在启动时选择这个设备"
#. TRANSLATORS: the icon for the CPU
-#: ../src/gpm-statistics.c:1794
+#: ../src/gpm-statistics.c:1836
msgid "Processor"
msgstr "处理器"
#. preferences
-#: ../src/gpm-tray-icon.c:297
+#: ../src/gpm-tray-icon.c:296
msgid "_Preferences"
msgstr "首选项(_P)"
@@ -2072,9 +1986,7 @@ msgstr "%s 充电中 (%.1f%%)"
msgid ""
"Battery is fully charged.\n"
"Provides %s laptop runtime"
-msgstr ""
-"电池已充满.\n"
-"可提供 %s 笔记本运行时间"
+msgstr "电池已充满.\n可提供 %s 笔记本运行时间"
#. TRANSLATORS: the device is fully charged
#: ../src/gpm-upower.c:241
@@ -2100,11 +2012,10 @@ msgstr "%s 放电中 (%.1f%%)"
msgid ""
"%s %s until charged (%.1f%%)\n"
"Provides %s battery runtime"
-msgstr ""
-"还需%s %s才能充满 (%.1f%%)\n"
-"可提供 %s 电池运行时间"
+msgstr "还需%s %s才能充满 (%.1f%%)\n可提供 %s 电池运行时间"
-#. TRANSLATORS: device is charging, and we have a time to full and a percentage
+#. TRANSLATORS: device is charging, and we have a time to full and a
+#. percentage
#: ../src/gpm-upower.c:279
#, c-format
msgid "%s %s until charged (%.1f%%)"
@@ -2190,7 +2101,8 @@ msgstr "充电时间:"
msgid "Discharge time:"
msgstr "放电时间:"
-#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery Capacity
+#. TRANSLATORS: Excellent, Good, Fair and Poor are all related to battery
+#. Capacity
#: ../src/gpm-upower.c:410
msgid "Excellent"
msgstr "非常好"
@@ -2342,304 +2254,3 @@ msgstr "待充电"
#: ../src/gpm-upower.c:653
msgid "Waiting to discharge"
msgstr "待放电"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:1
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:1
-msgid "_About"
-msgstr "关于(_A)"
-
-#: ../applets/brightness/MATE_BrightnessApplet.xml.h:2
-#: ../applets/inhibit/MATE_InhibitApplet.xml.h:2
-msgid "_Help"
-msgstr "帮助(_H)"
-
-#~ msgid ""
-#~ "The wireless mouse attached to this computer is very low in power (%.1f%"
-#~ "%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "连接到此计算机的无线鼠标电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备"
-#~ "将会很快停止工作。"
-
-#~ msgid ""
-#~ "The wireless keyboard attached to this computer is very low in power (%.1f"
-#~ "%%). This device will soon stop functioning if not charged."
-#~ msgstr ""
-#~ "连接到此计算机的无线键盘电量严重不足(仅剩 %.1f%%)。如果不充电的话,此设备"
-#~ "将会很快停止工作。"
-
-#~ msgid "Wireless mouse"
-#~ msgid_plural "Wireless mice"
-#~ msgstr[0] "无线鼠标"
-
-#~ msgid "Wireless keyboard"
-#~ msgid_plural "Wireless keyboards"
-#~ msgstr[0] "无线键盘"
-
-#~ msgid "%s not present"
-#~ msgstr "%s未连接"
-
-#~ msgid "%s charging"
-#~ msgstr "%s 正在充电"
-
-#~ msgid "%s discharging"
-#~ msgstr "%s 正在放电"
-
-#~ msgid "%s empty"
-#~ msgstr "%s已空"
-
-#~ msgid "Please see %s for more information."
-#~ msgstr "请参阅 %s 来获得更多信息。"
-
-#~ msgid ""
-#~ "If you can see this text, your display server is broken and you should "
-#~ "notify your distributor."
-#~ msgstr ""
-#~ "如果您你能看到这个文字,那么您的显示服务器已经损坏,您应当通知您的分销商。"
-
-#~ msgid "Session idle"
-#~ msgstr "会话空闲"
-
-#~ msgid "Session active"
-#~ msgstr "会话活跃"
-
-#~| msgid "inhibited"
-#~ msgid "idle inhibited"
-#~ msgstr "阻止"
-
-#~| msgid "not inhibited"
-#~ msgid "idle not inhibited"
-#~ msgstr "没有阻止"
-
-#~| msgid "not inhibited"
-#~ msgid "suspend inhibited"
-#~ msgstr "没有阻止"
-
-#~| msgid "not inhibited"
-#~ msgid "suspend not inhibited"
-#~ msgstr "没有阻止"
-
-#~ msgid "screen idle"
-#~ msgstr "屏幕空闲"
-
-#~ msgid "screen awake"
-#~ msgstr "屏幕唤醒"
-
-#~ msgid "Allow Suspend and Hibernate in the menu"
-#~ msgstr "允许在菜单中挂起和休眠"
-
-#~ msgid "Hibernate enabled"
-#~ msgstr "休眠已启用"
-
-#~ msgid "If preferences should be shown"
-#~ msgstr "是否显示首选项"
-
-#~ msgid ""
-#~ "If the Suspend and Hibernate options should be allowed in the "
-#~ "notification area drop down menu."
-#~ msgstr "是否在通知区域下拉菜单中显示休眠和挂起选项。"
-
-#~ msgid "If the user is authorized to hibernate the computer."
-#~ msgstr "用户是否被授权将计算机休眠。"
-
-#~ msgid "If the user is authorized to suspend the computer."
-#~ msgstr "用户是否被授权将计算机挂起。"
-
-#~ msgid "Suspend enabled"
-#~ msgstr "挂起已启用"
-
-#~ msgid "Action disallowed"
-#~ msgstr "动作不被许可"
-
-#~ msgid ""
-#~ "Suspend support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr "挂起支持被禁用,详细信息请与您的管理员联系"
-
-#~ msgid ""
-#~ "Hibernate support has been disabled. Contact your administrator for more "
-#~ "details."
-#~ msgstr "休眠支持被禁用,详细信息请与您的管理员联系"
-
-#, fuzzy
-#~ msgid "Sleep problem"
-#~ msgstr "睡眠问题"
-
-#, fuzzy
-#~ msgid "Check the help file for common problems."
-#~ msgstr ""
-#~ "您的计算机挂起失败。\n"
-#~ "请查阅帮助文件以解决常见问题。"
-
-#~ msgid "Device information"
-#~ msgstr "设备信息"
-
-#~ msgid "There is no detailed information for this device"
-#~ msgstr "没有此设备的详细信息"
-
-#~ msgid "translator-credits"
-#~ msgstr ""
-#~ "Funda Wang <[email protected]>, 2005-2006\n"
-#~ "Yang Zhang <[email protected]>, 2007\n"
-#~ "WangJian <[email protected]>\n"
-#~ "甘露(Gan Lu) <[email protected]>"
-
-#~ msgid "Power _History"
-#~ msgstr "电源历史(_H)"
-
-#~ msgid "_Suspend"
-#~ msgstr "挂起(_S)"
-
-#~ msgid "Hi_bernate"
-#~ msgstr "休眠(_B)"
-
-#~ msgid "Change the brightness automatically using the ambient light sensors"
-#~ msgstr "使用环境光传感器自动调整屏幕亮度"
-
-#~ msgid "If DBUS inhibit requests should be ignored from other programs."
-#~ msgstr "是否其它程序应忽略 DBUS 阻止请求。"
-
-#~ msgid "If DBUS inhibit requests should be ignored."
-#~ msgstr "是否忽略 DBUS 的阻止请求。"
-
-#~ msgid ""
-#~ "If a notification message should be displayed when the profile data is "
-#~ "guessed."
-#~ msgstr "图示数据为猜测值时是否应显示通知消息。"
-
-#~ msgid "If the low-power mode should be enabled when on UPS"
-#~ msgstr "使用 UPS 电源时是否启用低电量模式"
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors."
-#~ msgstr "是否使用环境光传感器自动调整屏幕亮度。"
-
-#~ msgid ""
-#~ "If the screen brightness should be changed automatically using the "
-#~ "ambient light sensors. Valid is 'none', 'light' and 'dark'"
-#~ msgstr ""
-#~ "是否使用环境光传感器自动调整屏幕亮度。可用的值为 none、light 和 dark。"
-
-#~ msgid "If the system low-power mode should be enabled when on UPS power."
-#~ msgstr "在使用 UPS 电源时是否启用系统的低电量模式。"
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close"
-#~ msgstr "当阻止有效但却设置了上盖合上时睡眠时,是否要显示警告"
-
-#~ msgid ""
-#~ "If we should show the warning when we have a valid inhibit and configured "
-#~ "to sleep on lid close."
-#~ msgstr "当阻止有效但却设置了上盖合上时睡眠时,是否要显示警告"
-
-#~ msgid "Keyboard brightness when on AC"
-#~ msgstr "使用交流电时的键盘亮度"
-
-#~ msgid "Keyboard brightness when on battery"
-#~ msgstr "使用电池时的键盘亮度"
-
-#~ msgid "Notify when the profile data is guessed"
-#~ msgstr "图示数据为猜测值时通知"
-
-#~ msgid "The amount the light sensors should contribute to the brightness"
-#~ msgstr "光传感器的数量能影响亮度"
-
-#~ msgid "The amount the light sensors should contribute to the brightness."
-#~ msgstr "光传感器的数量能影响亮度"
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on AC power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr "使用交流电源时键盘的亮度。有效值可从 0 到 100。"
-
-#~ msgid ""
-#~ "The brightness of the keyboard when on battery power. Possible values are "
-#~ "between 0 and 100."
-#~ msgstr "使用电池供电时键盘的亮度。有效值可从 0 到 100。"
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough"
-#~ msgstr "使屏幕有足够亮度的光传感器的校准"
-
-#~ msgid ""
-#~ "The calibration of the light sensors so that the screen is bright enough, "
-#~ "in percent."
-#~ msgstr "使屏幕有足够亮度的光传感器的校准,以百分比计"
-
-#~ msgid "The interval the ambient light sensors should be polled"
-#~ msgstr "环境光传感器的查询间隔"
-
-#~ msgid "The interval the ambient light sensors should be polled in seconds."
-#~ msgstr "环境光传感器的查询间隔,以秒计。"
-
-#~ msgid "<b>Product:</b> %s\n"
-#~ msgstr "<b>产品:</b> %s\n"
-
-#~ msgid "<b>Status:</b> %s\n"
-#~ msgstr "<b>状态:</b> %s\n"
-
-#~ msgid "<b>Percentage charge:</b> %.1f%%\n"
-#~ msgstr "<b>电量百分比:</b> %.1f%%\n"
-
-#~ msgid "<b>Vendor:</b> %s\n"
-#~ msgstr "<b>供应商:</b> %s\n"
-
-#~ msgid "<b>Technology:</b> %s\n"
-#~ msgstr "<b>技术:</b> %s\n"
-
-#~ msgid "<b>Serial number:</b> %s\n"
-#~ msgstr "<b>序列号:</b> %s\n"
-
-#~ msgid "<b>Model:</b> %s\n"
-#~ msgstr "<b>型号:</b> %s\n"
-
-#~ msgid "<b>Charge time:</b> %s\n"
-#~ msgstr "<b>充电时间:</b> %s\n"
-
-#~ msgid "<b>Discharge time:</b> %s\n"
-#~ msgstr "<b>放电时间:</b> %s\n"
-
-#~ msgid "<b>Capacity:</b> %.1f%% (%s)\n"
-#~ msgstr "<b>容量:</b> %.1f%% (%s)\n"
-
-#~ msgid "<b>Current charge:</b> %.1f Wh\n"
-#~ msgstr "<b>当前电量:</b> %.1f Wh\n"
-
-#~ msgid "<b>Design charge:</b> %.1f Wh\n"
-#~ msgstr "<b>设计百分比:</b> %.1f Wh\n"
-
-#~ msgid "<b>Charge rate:</b> %.1f W\n"
-#~ msgstr "<b>充电率:</b> %.1f W\n"
-
-#~ msgid "<b>Current charge:</b> %.0f/7\n"
-#~ msgstr "<b>当前电量:</b> %.0f/7\n"
-
-#~ msgid "<b>Design charge:</b> %.0f/7\n"
-#~ msgstr "<b>设计电量:</b> %.0f/7\n"
-
-#~ msgid "The lid has been closed on ac power."
-#~ msgstr "上盖已关闭(使用交流电源时)。"
-
-#~ msgid "The lid has been closed on battery power."
-#~ msgstr "上盖已关闭(使用电池时)。"
-
-#~ msgid "The power button has been pressed."
-#~ msgstr "按下了电源按钮。"
-
-#~ msgid "The suspend button has been pressed."
-#~ msgstr "按下了挂起按钮。"
-
-#~ msgid "The hibernate button has been pressed."
-#~ msgstr "按下了休眠按钮。"
-
-#~ msgid ""
-#~ "The lid has been closed, and the ac adapter removed (and mateconf is okay)."
-#~ msgstr "上盖已合上,且已移除交流电源适配器 (mateconf 正常)。"
-
-#~ msgid "User clicked on tray"
-#~ msgstr "用户点击了系统托盘"
-
-#~ msgid ""
-#~ "You have approximately <b>%s</b> of remaining battery life (%.1f%%). %s"
-#~ msgstr "您的电池剩余电量大约还可维持 <b>%s</b>,为总电量的 %.1f%%。%s"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 0d83ff8..946828c 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -3,13 +3,13 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
-# Wei-Lun Chao <[email protected]>, 2012-2013.
+# Wei-Lun Chao <[email protected]>, 2012-2013
msgid ""
msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: https://github.com/mate-desktop/\n"
"POT-Creation-Date: 2013-03-15 21:36+0100\n"
-"PO-Revision-Date: 2013-03-20 17:28+0000\n"
+"PO-Revision-Date: 2013-04-10 16:20+0000\n"
"Last-Translator: Wei-Lun Chao <[email protected]>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/MATE/language/zh_TW/)\n"
"MIME-Version: 1.0\n"
@@ -70,7 +70,7 @@ msgid ""
"along with this program; if not, write to the Free Software\n"
"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA\n"
"02110-1301, USA."
-msgstr "您應已收到附隨於本程式的 GNU 通用公共授權的副本;如無,請寫信至\n自由軟體基金會:\n51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA"
+msgstr "您應已收到附於本程式的 GNU 通用公共授權的副本;如果沒有,請寫信至\nFree Software Foundation, Inc.,\n51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA"
#: ../applets/brightness/brightness-applet.c:776
msgid "Copyright © 2006 Benjamin Canou"
@@ -148,7 +148,7 @@ msgstr "電源管理程式"
#: ../data/mate-power-manager.desktop.in.in.h:2
msgid "Power management daemon"
-msgstr "電源管理伺服程式"
+msgstr "電源管理守護程式"
#: ../data/org.mate.power-manager.gschema.xml.in.h:1
msgid "Whether to hibernate, suspend or do nothing when inactive"
diff --git a/src/Makefile.am b/src/Makefile.am
index e518903..ddbb6ed 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,6 +38,7 @@ AM_CPPFLAGS = \
-DEGG_LOGGING="\"GPM_LOGGING\"" \
-DEGG_CONSOLE="\"GPM_CONSOLE\"" \
-I$(top_srcdir) \
+ $(DISABLE_DEPRECATED) \
$(NULL)
bin_PROGRAMS = \
@@ -178,6 +179,8 @@ mate_power_manager_SOURCES = \
gpm-stock-icons.h \
gsd-media-keys-window.h \
gsd-media-keys-window.c \
+ msd-osd-window.h \
+ msd-osd-window.c \
gpm-engine.h \
gpm-engine.c \
$(NULL)
@@ -195,7 +198,6 @@ mate_power_manager_LDADD = \
$(LIBNOTIFY_LIBS) \
$(GPM_EXTRA_LIBS) \
$(UPOWER_LIBS) \
- $(SYSTEMD_INHIBIT_LIBS) \
-lm
mate_power_manager_CFLAGS = \
diff --git a/src/gpm-backlight-helper.c b/src/gpm-backlight-helper.c
index a9c0fd4..07ad25f 100644
--- a/src/gpm-backlight-helper.c
+++ b/src/gpm-backlight-helper.c
@@ -53,9 +53,12 @@ gcm_backlight_helper_get_best_backlight ()
static const gchar *backlight_interfaces[] = {
"nv_backlight",
"nvidia_backlight",
+ "intel_backlight",
+ "dell_backlight",
"asus_laptop",
"toshiba",
"eeepc",
+ "eeepc-wmi",
"thinkpad_screen",
"acpi_video1",
"mbp_backlight",
@@ -175,8 +178,10 @@ main (gint argc, gchar *argv[])
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
+#if !GLIB_CHECK_VERSION(2,36,0)
/* setup type system */
g_type_init ();
+#endif
context = g_option_context_new (NULL);
/* TRANSLATORS: tool that is used when copying profiles system-wide */
diff --git a/src/gpm-backlight.c b/src/gpm-backlight.c
index c2d58e2..1f1d834 100644
--- a/src/gpm-backlight.c
+++ b/src/gpm-backlight.c
@@ -66,7 +66,7 @@ struct GpmBacklightPrivate
GpmControl *control;
GpmDpms *dpms;
GpmIdle *idle;
- EggConsoleKit *consolekit;
+ EggConsoleKit *console;
gboolean can_dim;
gboolean system_is_idle;
GTimer *idle_timer;
@@ -175,14 +175,14 @@ static void
gpm_backlight_dialog_init (GpmBacklight *backlight)
{
if (backlight->priv->popup != NULL
- && !gsd_media_keys_window_is_valid (GSD_MEDIA_KEYS_WINDOW (backlight->priv->popup))) {
+ && !msd_osd_window_is_valid (MSD_OSD_WINDOW (backlight->priv->popup))) {
gtk_widget_destroy (backlight->priv->popup);
backlight->priv->popup = NULL;
}
if (backlight->priv->popup == NULL) {
- backlight->priv->popup= gsd_media_keys_window_new ();
- gsd_media_keys_window_set_action_custom (GSD_MEDIA_KEYS_WINDOW (backlight->priv->popup),
+ backlight->priv->popup= msd_media_keys_window_new ();
+ msd_media_keys_window_set_action_custom (MSD_MEDIA_KEYS_WINDOW (backlight->priv->popup),
"gpm-brightness-lcd",
TRUE);
gtk_window_set_position (GTK_WINDOW (backlight->priv->popup), GTK_WIN_POS_NONE);
@@ -351,7 +351,7 @@ gpm_backlight_brightness_evaluate_and_set (GpmBacklight *backlight, gboolean int
/* only show dialog if interactive */
if (interactive) {
gpm_backlight_dialog_init (backlight);
- gsd_media_keys_window_set_volume_level (GSD_MEDIA_KEYS_WINDOW (backlight->priv->popup),
+ msd_media_keys_window_set_volume_level (MSD_MEDIA_KEYS_WINDOW (backlight->priv->popup),
round (brightness));
gpm_backlight_dialog_show (backlight);
}
@@ -439,7 +439,7 @@ gpm_backlight_button_pressed_cb (GpmButton *button, const gchar *type, GpmBackli
if (ret) {
gpm_brightness_get (backlight->priv->brightness, &percentage);
gpm_backlight_dialog_init (backlight);
- gsd_media_keys_window_set_volume_level (GSD_MEDIA_KEYS_WINDOW (backlight->priv->popup),
+ msd_media_keys_window_set_volume_level (MSD_MEDIA_KEYS_WINDOW (backlight->priv->popup),
percentage);
gpm_backlight_dialog_show (backlight);
/* save the new percentage */
@@ -458,7 +458,7 @@ gpm_backlight_button_pressed_cb (GpmButton *button, const gchar *type, GpmBackli
if (ret) {
gpm_brightness_get (backlight->priv->brightness, &percentage);
gpm_backlight_dialog_init (backlight);
- gsd_media_keys_window_set_volume_level (GSD_MEDIA_KEYS_WINDOW (backlight->priv->popup),
+ msd_media_keys_window_set_volume_level (MSD_MEDIA_KEYS_WINDOW (backlight->priv->popup),
percentage);
gpm_backlight_dialog_show (backlight);
/* save the new percentage */
@@ -554,8 +554,8 @@ idle_changed_cb (GpmIdle *idle, GpmIdleMode mode, GpmBacklight *backlight)
if (gpm_button_is_lid_closed (backlight->priv->button))
return;
- /* don't dim or undim the screen unless we are on the active console */
- if (!egg_console_kit_is_active (backlight->priv->consolekit)) {
+ /* don't dim or undim the screen unless ConsoleKit/systemd say we are on the active console */
+ if (!LOGIND_RUNNING() && !egg_console_kit_is_active (backlight->priv->console)) {
egg_debug ("ignoring as not on active console");
return;
}
@@ -677,7 +677,7 @@ gpm_backlight_finalize (GObject *object)
g_object_unref (backlight->priv->button);
g_object_unref (backlight->priv->idle);
g_object_unref (backlight->priv->brightness);
- g_object_unref (backlight->priv->consolekit);
+ g_object_unref (backlight->priv->console);
g_return_if_fail (backlight->priv != NULL);
G_OBJECT_CLASS (gpm_backlight_parent_class)->finalize (object);
@@ -757,8 +757,8 @@ gpm_backlight_init (GpmBacklight *backlight)
gpm_idle_set_timeout_dim (backlight->priv->idle, backlight->priv->idle_dim_timeout);
/* use a visual widget */
- backlight->priv->popup = gsd_media_keys_window_new ();
- gsd_media_keys_window_set_action_custom (GSD_MEDIA_KEYS_WINDOW (backlight->priv->popup),
+ backlight->priv->popup = msd_media_keys_window_new ();
+ msd_media_keys_window_set_action_custom (MSD_MEDIA_KEYS_WINDOW (backlight->priv->popup),
"gpm-brightness-lcd",
TRUE);
gtk_window_set_position (GTK_WINDOW (backlight->priv->popup), GTK_WIN_POS_NONE);
@@ -772,7 +772,7 @@ gpm_backlight_init (GpmBacklight *backlight)
G_CALLBACK (control_resume_cb), backlight);
/* Don't do dimming on inactive console */
- backlight->priv->consolekit = egg_console_kit_new ();
+ backlight->priv->console = egg_console_kit_new ();
/* sync at startup */
gpm_backlight_brightness_evaluate_and_set (backlight, FALSE, TRUE);
diff --git a/src/gpm-button.c b/src/gpm-button.c
index 4f9f171..1e38173 100644
--- a/src/gpm-button.c
+++ b/src/gpm-button.c
@@ -249,65 +249,60 @@ gpm_button_class_init (GpmButtonClass *klass)
G_TYPE_NONE, 1, G_TYPE_STRING);
}
-#ifdef WITH_SYSTEMD_SLEEP
-gboolean gpm_button_get_lid_closed()
-{
-
- GDBusProxy *proxy;
- GVariant *res, *inner;
- gboolean lid;
-GError *error = NULL;
- proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
- G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
- NULL,
- "org.freedesktop.UPower",
- "/org/freedesktop/UPower",
- "org.freedesktop.DBus.Properties",
- NULL,
- &error );
- if (proxy == NULL) {
- egg_error("Error connecting to dbus - %s", error->message);
- g_error_free (error);
- return -1;
- }
-
- res = g_dbus_proxy_call_sync (proxy, "Get",
- g_variant_new( "(ss)",
- "org.freedesktop.UPower",
- "LidIsClosed"),
- G_DBUS_CALL_FLAGS_NONE,
- -1,
- NULL,
- &error
- );
- if (error == NULL && res != NULL) {
- g_variant_get(res, "(v)", &inner );
- lid = g_variant_get_boolean(inner);
- g_variant_unref (inner);
- g_variant_unref (res);
- return lid;
- } else if (error != NULL ) {
- egg_error ("Error in dbus - %s", error->message);
- g_error_free (error);
- }
- g_object_unref(proxy);
-
- return FALSE;
-}
-#endif
-
/**
* gpm_button_is_lid_closed:
**/
gboolean
gpm_button_is_lid_closed (GpmButton *button)
{
+ GDBusProxy *proxy;
+ GVariant *res, *inner;
+ gboolean lid;
+ GError *error = NULL;
+
g_return_val_if_fail (GPM_IS_BUTTON (button), FALSE);
-#ifdef WITH_SYSTEMD_SLEEP
- return gpm_button_get_lid_closed();
-#else
- return up_client_get_lid_is_closed (button->priv->client);
-#endif
+
+ if (LOGIND_RUNNING()) {
+ proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
+ G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
+ NULL,
+ "org.freedesktop.UPower",
+ "/org/freedesktop/UPower",
+ "org.freedesktop.DBus.Properties",
+ NULL,
+ &error );
+ if (proxy == NULL) {
+ egg_error("Error connecting to dbus - %s", error->message);
+ g_error_free (error);
+ return -1;
+ }
+
+ res = g_dbus_proxy_call_sync (proxy, "Get",
+ g_variant_new( "(ss)",
+ "org.freedesktop.UPower",
+ "LidIsClosed"),
+ G_DBUS_CALL_FLAGS_NONE,
+ -1,
+ NULL,
+ &error
+ );
+ if (error == NULL && res != NULL) {
+ g_variant_get(res, "(v)", &inner );
+ lid = g_variant_get_boolean(inner);
+ g_variant_unref (inner);
+ g_variant_unref (res);
+ return lid;
+ } else if (error != NULL ) {
+ egg_error ("Error in dbus - %s", error->message);
+ g_error_free (error);
+ }
+ g_object_unref(proxy);
+
+ return FALSE;
+ }
+ else {
+ return up_client_get_lid_is_closed (button->priv->client);
+ }
}
@@ -334,11 +329,7 @@ gpm_button_client_changed_cb (UpClient *client, GpmButton *button)
gboolean lid_is_closed;
/* get new state */
-#ifdef WITH_SYSTEMD_SLEEP
- lid_is_closed = gpm_button_get_lid_closed();
-#else
- lid_is_closed = up_client_get_lid_is_closed (button->priv->client);
-#endif
+ lid_is_closed = gpm_button_is_lid_closed(button);
/* same state */
if (button->priv->lid_is_closed == lid_is_closed)
diff --git a/src/gpm-button.h b/src/gpm-button.h
index 7d60334..8992007 100644
--- a/src/gpm-button.h
+++ b/src/gpm-button.h
@@ -66,9 +66,6 @@ typedef struct
GType gpm_button_get_type (void);
GpmButton *gpm_button_new (void);
gboolean gpm_button_is_lid_closed (GpmButton *button);
-#ifdef WITH_SYSTEMD_SLEEP
-gboolean gpm_button_get_lid_closed ();
-#endif
gboolean gpm_button_reset_time (GpmButton *button);
G_END_DECLS
diff --git a/src/gpm-common.c b/src/gpm-common.c
index e7d1d66..2c55d97 100644
--- a/src/gpm-common.c
+++ b/src/gpm-common.c
@@ -135,9 +135,9 @@ gpm_help_display (const gchar *link_id)
gchar *uri;
if (link_id != NULL)
- uri = g_strconcat ("ghelp:mate-power-manager?", link_id, NULL);
+ uri = g_strconcat ("help:mate-power-manager?", link_id, NULL);
else
- uri = g_strdup ("ghelp:mate-power-manager");
+ uri = g_strdup ("help:mate-power-manager");
gtk_show_uri (NULL, uri, GDK_CURRENT_TIME, &error);
diff --git a/src/gpm-common.h b/src/gpm-common.h
index 1c83268..ef20f88 100644
--- a/src/gpm-common.h
+++ b/src/gpm-common.h
@@ -24,8 +24,12 @@
#include <glib.h>
+#include <unistd.h>
+
G_BEGIN_DECLS
+#define LOGIND_RUNNING() (access("/run/systemd/seats/", F_OK) >= 0)
+
#define GPM_DBUS_SERVICE "org.mate.PowerManager"
#define GPM_DBUS_INTERFACE "org.mate.PowerManager"
#define GPM_DBUS_INTERFACE_BACKLIGHT "org.mate.PowerManager.Backlight"
diff --git a/src/gpm-control.c b/src/gpm-control.c
index 71f857c..ec50136 100644
--- a/src/gpm-control.c
+++ b/src/gpm-control.c
@@ -39,10 +39,11 @@
#include <glib/gi18n.h>
#include <dbus/dbus-glib.h>
#include <dbus/dbus-glib-lowlevel.h>
+#define UPOWER_ENABLE_DEPRECATED
#include <libupower-glib/upower.h>
#ifdef WITH_KEYRING
-#include <mate-keyring.h>
+#include <gnome-keyring.h>
#endif /* WITH_KEYRING */
#include "egg-debug.h"
@@ -86,6 +87,50 @@ gpm_control_error_quark (void)
}
/**
+ * gpm_manager_systemd_shutdown:
+ *
+ * Shutdown the system using systemd-logind.
+ *
+ * Return value: fd, -1 on error
+ **/
+static gboolean
+gpm_control_systemd_shutdown (void) {
+ GError *error = NULL;
+ GDBusProxy *proxy;
+
+ egg_debug ("Requesting systemd to shutdown");
+ proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
+ G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
+ NULL,
+ "org.freedesktop.login1",
+ "/org/freedesktop/login1",
+ "org.freedesktop.login1.Manager",
+ NULL,
+ &error );
+ //append all our arguments
+ if (proxy == NULL) {
+ egg_error("Error connecting to dbus - %s", error->message);
+ g_error_free (error);
+ return FALSE;
+ }
+
+ g_dbus_proxy_call_sync (proxy, "PowerOff",
+ g_variant_new( "(b)", FALSE),
+ G_DBUS_CALL_FLAGS_NONE,
+ -1,
+ NULL,
+ &error
+ );
+ if (error != NULL) {
+ egg_error ("Error in dbus - %s", error->message);
+ g_error_free (error);
+ return FALSE;
+ }
+
+ return TRUE;
+}
+
+/**
* gpm_control_shutdown:
* @control: This class instance
*
@@ -96,9 +141,14 @@ gpm_control_shutdown (GpmControl *control, GError **error)
{
gboolean ret;
EggConsoleKit *console;
- console = egg_console_kit_new ();
- ret = egg_console_kit_stop (console, error);
- g_object_unref (console);
+
+ if (LOGIND_RUNNING()) {
+ ret = gpm_control_systemd_shutdown ();
+ } else {
+ console = egg_console_kit_new ();
+ ret = egg_console_kit_stop (console, error);
+ g_object_unref (console);
+ }
return ret;
}
@@ -163,33 +213,32 @@ gpm_control_suspend (GpmControl *control, GError **error)
GpmScreensaver *screensaver;
guint32 throttle_cookie = 0;
#ifdef WITH_KEYRING
- gboolean lock_mate_keyring;
- MateKeyringResult keyres;
+ gboolean lock_gnome_keyring;
+ GnomeKeyringResult keyres;
#endif /* WITH_KEYRING */
-#ifdef WITH_SYSTEMD_SLEEP
+
GError *dbus_error = NULL;
- DBusGProxy *proxy;
- GVariant *res;
-#endif
+ GDBusProxy *proxy;
screensaver = gpm_screensaver_new ();
-#ifndef WITH_SYSTEMD_SLEEP
- g_object_get (control->priv->client,
- "can-suspend", &allowed,
- NULL);
- if (!allowed) {
- egg_debug ("cannot suspend as not allowed from policy");
- g_set_error_literal (error, GPM_CONTROL_ERROR, GPM_CONTROL_ERROR_GENERAL, "Cannot suspend");
- goto out;
+
+ if (!LOGIND_RUNNING()) {
+ g_object_get (control->priv->client,
+ "can-suspend", &allowed,
+ NULL);
+ if (!allowed) {
+ egg_debug ("cannot suspend as not allowed from policy");
+ g_set_error_literal (error, GPM_CONTROL_ERROR, GPM_CONTROL_ERROR_GENERAL, "Cannot suspend");
+ goto out;
+ }
}
-#endif
#ifdef WITH_KEYRING
/* we should perhaps lock keyrings when sleeping #375681 */
- lock_mate_keyring = g_settings_get_boolean (control->priv->settings, GPM_SETTINGS_LOCK_KEYRING_SUSPEND);
- if (lock_mate_keyring) {
- keyres = mate_keyring_lock_all_sync ();
- if (keyres != MATE_KEYRING_RESULT_OK)
+ lock_gnome_keyring = g_settings_get_boolean (control->priv->settings, GPM_SETTINGS_LOCK_KEYRING_SUSPEND);
+ if (lock_gnome_keyring) {
+ keyres = gnome_keyring_lock_all_sync ();
+ if (keyres != GNOME_KEYRING_RESULT_OK)
egg_warning ("could not lock keyring");
}
#endif /* WITH_KEYRING */
@@ -208,40 +257,41 @@ gpm_control_suspend (GpmControl *control, GError **error)
egg_debug ("emitting sleep");
g_signal_emit (control, signals [SLEEP], 0, GPM_CONTROL_ACTION_SUSPEND);
-#ifdef WITH_SYSTEMD_SLEEP
- /* sleep via logind */
- proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
- G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
- NULL,
- "org.freedesktop.login1",
- "/org/freedesktop/login1",
- "org.freedesktop.login1.Manager",
- NULL,
- &dbus_error );
- if (proxy == NULL) {
- egg_error("Error connecting to dbus - %s", dbus_error->message);
- g_error_free (dbus_error);
- return -1;
- }
- g_dbus_proxy_call_sync (proxy, "Suspend",
- g_variant_new( "(b)",FALSE),
- G_DBUS_CALL_FLAGS_NONE,
- -1,
- NULL,
- &dbus_error
- );
- if (dbus_error != NULL ) {
- egg_debug ("Error in dbus - %s", dbus_error->message);
- g_error_free (dbus_error);
- ret = TRUE;
- }
- else {
- ret = TRUE;
- }
- g_object_unref(proxy);
-#else
- ret = up_client_suspend_sync (control->priv->client, NULL, error);
-#endif
+ if (LOGIND_RUNNING()) {
+ /* sleep via logind */
+ proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
+ G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
+ NULL,
+ "org.freedesktop.login1",
+ "/org/freedesktop/login1",
+ "org.freedesktop.login1.Manager",
+ NULL,
+ &dbus_error );
+ if (proxy == NULL) {
+ egg_error("Error connecting to dbus - %s", dbus_error->message);
+ g_error_free (dbus_error);
+ return -1;
+ }
+ g_dbus_proxy_call_sync (proxy, "Suspend",
+ g_variant_new( "(b)",FALSE),
+ G_DBUS_CALL_FLAGS_NONE,
+ -1,
+ NULL,
+ &dbus_error
+ );
+ if (dbus_error != NULL ) {
+ egg_debug ("Error in dbus - %s", dbus_error->message);
+ g_error_free (dbus_error);
+ ret = TRUE;
+ }
+ else {
+ ret = TRUE;
+ }
+ g_object_unref(proxy);
+ }
+ else {
+ ret = up_client_suspend_sync (control->priv->client, NULL, error);
+ }
egg_debug ("emitting resume");
g_signal_emit (control, signals [RESUME], 0, GPM_CONTROL_ACTION_SUSPEND);
@@ -274,34 +324,32 @@ gpm_control_hibernate (GpmControl *control, GError **error)
GpmScreensaver *screensaver;
guint32 throttle_cookie = 0;
#ifdef WITH_KEYRING
- gboolean lock_mate_keyring;
- MateKeyringResult keyres;
+ gboolean lock_gnome_keyring;
+ GnomeKeyringResult keyres;
#endif /* WITH_KEYRING */
-#ifdef WITH_SYSTEMD_SLEEP
GError *dbus_error = NULL;
- DBusGProxy *proxy;
-#endif
+ GDBusProxy *proxy;
screensaver = gpm_screensaver_new ();
-#ifndef WITH_SYSTEMD_SLEEP
- g_object_get (control->priv->client,
- "can-hibernate", &allowed,
- NULL);
- if (!allowed) {
- egg_debug ("cannot hibernate as not allowed from policy");
- g_set_error_literal (error, GPM_CONTROL_ERROR, GPM_CONTROL_ERROR_GENERAL, "Cannot hibernate");
- goto out;
+ if (!LOGIND_RUNNING()) {
+ g_object_get (control->priv->client,
+ "can-hibernate", &allowed,
+ NULL);
+ if (!allowed) {
+ egg_debug ("cannot hibernate as not allowed from policy");
+ g_set_error_literal (error, GPM_CONTROL_ERROR, GPM_CONTROL_ERROR_GENERAL, "Cannot hibernate");
+ goto out;
+ }
}
-#endif
#ifdef WITH_KEYRING
/* we should perhaps lock keyrings when sleeping #375681 */
- lock_mate_keyring = g_settings_get_boolean (control->priv->settings, GPM_SETTINGS_LOCK_KEYRING_HIBERNATE);
- if (lock_mate_keyring) {
- keyres = mate_keyring_lock_all_sync ();
- if (keyres != MATE_KEYRING_RESULT_OK) {
+ lock_gnome_keyring = g_settings_get_boolean (control->priv->settings, GPM_SETTINGS_LOCK_KEYRING_HIBERNATE);
+ if (lock_gnome_keyring) {
+ keyres = gnome_keyring_lock_all_sync ();
+ if (keyres != GNOME_KEYRING_RESULT_OK) {
egg_warning ("could not lock keyring");
}
}
@@ -320,39 +368,41 @@ gpm_control_hibernate (GpmControl *control, GError **error)
egg_debug ("emitting sleep");
g_signal_emit (control, signals [SLEEP], 0, GPM_CONTROL_ACTION_HIBERNATE);
-#ifdef WITH_SYSTEMD_SLEEP
- /* sleep via logind */
- proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
- G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
- NULL,
- "org.freedesktop.login1",
- "/org/freedesktop/login1",
- "org.freedesktop.login1.Manager",
- NULL,
- &dbus_error );
- if (proxy == NULL) {
- egg_error("Error connecting to dbus - %s", dbus_error->message);
- g_error_free (dbus_error);
- return -1;
- }
- g_dbus_proxy_call_sync (proxy, "Hibernate",
- g_variant_new( "(b)",FALSE),
- G_DBUS_CALL_FLAGS_NONE,
- -1,
- NULL,
- &dbus_error
- );
- if (dbus_error != NULL ) {
- egg_debug ("Error in dbus - %s", dbus_error->message);
- g_error_free (dbus_error);
- ret = TRUE;
- }
- else {
- ret = TRUE;
- }
-#else
- ret = up_client_hibernate_sync (control->priv->client, NULL, error);
-#endif
+ if (LOGIND_RUNNING()) {
+ /* sleep via logind */
+ proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
+ G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
+ NULL,
+ "org.freedesktop.login1",
+ "/org/freedesktop/login1",
+ "org.freedesktop.login1.Manager",
+ NULL,
+ &dbus_error );
+ if (proxy == NULL) {
+ egg_error("Error connecting to dbus - %s", dbus_error->message);
+ g_error_free (dbus_error);
+ return -1;
+ }
+ g_dbus_proxy_call_sync (proxy, "Hibernate",
+ g_variant_new( "(b)",FALSE),
+ G_DBUS_CALL_FLAGS_NONE,
+ -1,
+ NULL,
+ &dbus_error
+ );
+ if (dbus_error != NULL ) {
+ egg_debug ("Error in dbus - %s", dbus_error->message);
+ g_error_free (dbus_error);
+ ret = TRUE;
+ }
+ else {
+ ret = TRUE;
+ }
+ }
+ else {
+ ret = up_client_hibernate_sync (control->priv->client, NULL, error);
+ }
+
egg_debug ("emitting resume");
g_signal_emit (control, signals [RESUME], 0, GPM_CONTROL_ACTION_HIBERNATE);
diff --git a/src/gpm-graph-widget.c b/src/gpm-graph-widget.c
index 5d74dce..44ca047 100644
--- a/src/gpm-graph-widget.c
+++ b/src/gpm-graph-widget.c
@@ -33,6 +33,10 @@
#include "egg-color.h"
#include "egg-precision.h"
+#if GTK_CHECK_VERSION (3, 0, 0)
+#include <math.h>
+#endif
+
G_DEFINE_TYPE (GpmGraphWidget, gpm_graph_widget, GTK_TYPE_DRAWING_AREA);
#define GPM_GRAPH_WIDGET_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GPM_TYPE_GRAPH_WIDGET, GpmGraphWidgetPrivate))
#define GPM_GRAPH_WIDGET_FONT "Sans 8"
@@ -69,7 +73,11 @@ struct GpmGraphWidgetPrivate
GPtrArray *plot_list;
};
+#if GTK_CHECK_VERSION (3, 0, 0)
+static gboolean gpm_graph_widget_draw (GtkWidget *graph, cairo_t *cr);
+#else
static gboolean gpm_graph_widget_expose (GtkWidget *graph, GdkEventExpose *event);
+#endif
static void gpm_graph_widget_finalize (GObject *object);
enum
@@ -233,7 +241,11 @@ gpm_graph_widget_class_init (GpmGraphWidgetClass *class)
GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (class);
GObjectClass *object_class = G_OBJECT_CLASS (class);
+#if GTK_CHECK_VERSION (3, 0, 0)
+ widget_class->draw = gpm_graph_widget_draw;
+#else
widget_class->expose_event = gpm_graph_widget_expose;
+#endif
object_class->get_property = up_graph_get_property;
object_class->set_property = up_graph_set_property;
object_class->finalize = gpm_graph_widget_finalize;
@@ -1140,8 +1152,25 @@ gpm_graph_widget_draw_graph (GtkWidget *graph_widget, cairo_t *cr)
* Just repaint the entire graph widget on expose.
**/
static gboolean
+#if GTK_CHECK_VERSION (3, 0, 0)
+gpm_graph_widget_draw (GtkWidget *graph, cairo_t *cr)
+#else
gpm_graph_widget_expose (GtkWidget *graph, GdkEventExpose *event)
+#endif
{
+#if GTK_CHECK_VERSION (3, 0, 0)
+ GdkRectangle area;
+ gdouble x1, y1, x2, y2;
+
+ cairo_clip_extents (cr, &x1, &y1, &x2, &y2);
+ area.x = floor (x1);
+ area.y = floor (y1);
+ area.width = ceil (x2) - area.x;
+ area.height = ceil (y2) - area.y;
+ cairo_rectangle (cr,
+ area.x, area.y,
+ area.width, area.height);
+#else
cairo_t *cr;
/* get a cairo_t */
@@ -1149,12 +1178,15 @@ gpm_graph_widget_expose (GtkWidget *graph, GdkEventExpose *event)
cairo_rectangle (cr,
event->area.x, event->area.y,
event->area.width, event->area.height);
+#endif
cairo_clip (cr);
((GpmGraphWidget *)graph)->priv->cr = cr;
gpm_graph_widget_draw_graph (graph, cr);
+#if GTK_CHECK_VERSION (3, 0, 0)
cairo_destroy (cr);
+#endif
return FALSE;
}
diff --git a/src/gpm-kbd-backlight.c b/src/gpm-kbd-backlight.c
index 5bb8ae2..0ac6801 100644
--- a/src/gpm-kbd-backlight.c
+++ b/src/gpm-kbd-backlight.c
@@ -144,14 +144,14 @@ static void
gpm_kbd_backlight_dialog_init (GpmKbdBacklight *backlight)
{
if (backlight->priv->popup != NULL
- && !gsd_media_keys_window_is_valid (GSD_MEDIA_KEYS_WINDOW (backlight->priv->popup))) {
+ && !msd_osd_window_is_valid (MSD_OSD_WINDOW (backlight->priv->popup))) {
gtk_widget_destroy (backlight->priv->popup);
backlight->priv->popup = NULL;
}
if (backlight->priv->popup == NULL) {
- backlight->priv->popup= gsd_media_keys_window_new ();
- gsd_media_keys_window_set_action_custom (GSD_MEDIA_KEYS_WINDOW (backlight->priv->popup),
+ backlight->priv->popup= msd_media_keys_window_new ();
+ msd_media_keys_window_set_action_custom (MSD_MEDIA_KEYS_WINDOW (backlight->priv->popup),
"gpm-brightness-kbd",
TRUE);
gtk_window_set_position (GTK_WINDOW (backlight->priv->popup), GTK_WIN_POS_NONE);
@@ -510,7 +510,7 @@ gpm_kbd_backlight_button_pressed_cb (GpmButton *button,
if (ret) {
egg_debug("Going to display OSD");
gpm_kbd_backlight_dialog_init (backlight);
- gsd_media_keys_window_set_volume_level (GSD_MEDIA_KEYS_WINDOW (backlight->priv->popup), backlight->priv->brightness_percent);
+ msd_media_keys_window_set_volume_level (MSD_MEDIA_KEYS_WINDOW (backlight->priv->popup), backlight->priv->brightness_percent);
gpm_kbd_backlight_dialog_show (backlight);
}
@@ -520,7 +520,7 @@ gpm_kbd_backlight_button_pressed_cb (GpmButton *button,
if (ret) {
egg_debug("Going to display OSD");
gpm_kbd_backlight_dialog_init (backlight);
- gsd_media_keys_window_set_volume_level (GSD_MEDIA_KEYS_WINDOW (backlight->priv->popup), backlight->priv->brightness_percent);
+ msd_media_keys_window_set_volume_level (MSD_MEDIA_KEYS_WINDOW (backlight->priv->popup), backlight->priv->brightness_percent);
gpm_kbd_backlight_dialog_show (backlight);
}
@@ -770,8 +770,8 @@ noerr:
G_CALLBACK (gpm_kbd_backlight_idle_changed_cb), backlight);
/* use a visual widget */
- backlight->priv->popup = gsd_media_keys_window_new ();
- gsd_media_keys_window_set_action_custom (GSD_MEDIA_KEYS_WINDOW (backlight->priv->popup),
+ backlight->priv->popup = msd_media_keys_window_new ();
+ msd_media_keys_window_set_action_custom (MSD_MEDIA_KEYS_WINDOW (backlight->priv->popup),
"gpm-brightness-kbd", TRUE);
gtk_window_set_position (GTK_WINDOW (backlight->priv->popup), GTK_WIN_POS_NONE);
diff --git a/src/gpm-main.c b/src/gpm-main.c
index 064ccf3..054cf3b 100644
--- a/src/gpm-main.c
+++ b/src/gpm-main.c
@@ -183,13 +183,14 @@ main (int argc, char *argv[])
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
-#if GLIB_CHECK_VERSION(2,32,0)
-#else
+#if !GLIB_CHECK_VERSION(2,32,0)
if (! g_thread_supported ())
g_thread_init (NULL);
#endif
dbus_g_thread_init ();
+#if !GLIB_CHECK_VERSION(2,36,0)
g_type_init ();
+#endif
context = g_option_context_new (N_("MATE Power Manager"));
/* TRANSLATORS: program name, a simple app to view pending updates */
@@ -203,8 +204,7 @@ main (int argc, char *argv[])
goto unref_program;
}
-#if GLIB_CHECK_VERSION(2,32,0)
-#else
+#if !GLIB_CHECK_VERSION(2,32,0)
if (!g_thread_supported ())
g_thread_init (NULL);
#endif
diff --git a/src/gpm-manager.c b/src/gpm-manager.c
index 6f403a9..6ca9dea 100644
--- a/src/gpm-manager.c
+++ b/src/gpm-manager.c
@@ -33,11 +33,9 @@
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif /* HAVE_UNISTD_H */
-#ifdef WITH_SYSTEMD_INHIBIT
-#include <systemd/sd-daemon.h>
-#endif /* WITH_SYSTEMD_INHIBIT */
#include <glib/gi18n.h>
+#include <gio/gunixfdlist.h>
#include <gtk/gtk.h>
#include <dbus/dbus-glib.h>
#include <dbus/dbus-glib-lowlevel.h>
@@ -104,10 +102,8 @@ struct GpmManagerPrivate
NotifyNotification *notification_warning_low;
NotifyNotification *notification_discharging;
NotifyNotification *notification_fully_charged;
-#ifdef WITH_SYSTEMD_INHIBIT
gint32 systemd_inhibit;
GDBusProxy *systemd_inhibit_proxy;
-#endif
};
typedef enum {
@@ -780,8 +776,8 @@ gpm_manager_idle_do_sleep (GpmManager *manager)
static void
gpm_manager_idle_changed_cb (GpmIdle *idle, GpmIdleMode mode, GpmManager *manager)
{
- /* ConsoleKit says we are not on active console */
- if (!egg_console_kit_is_active (manager->priv->console)) {
+ /* ConsoleKit/systemd say we are not on active console */
+ if (!LOGIND_RUNNING() && !egg_console_kit_is_active (manager->priv->console)) {
egg_debug ("ignoring as not on active console");
return;
}
@@ -909,8 +905,8 @@ gpm_manager_button_pressed_cb (GpmButton *button, const gchar *type, GpmManager
gchar *message;
egg_debug ("Button press event type=%s", type);
- /* ConsoleKit says we are not on active console */
- if (!egg_console_kit_is_active (manager->priv->console)) {
+ /* ConsoleKit/systemd say we are not on active console */
+ if (!LOGIND_RUNNING() && !egg_console_kit_is_active (manager->priv->console)) {
egg_debug ("ignoring as not on active console");
return;
}
@@ -1009,8 +1005,8 @@ gpm_manager_client_changed_cb (UpClient *client, GpmManager *manager)
/* save in local cache */
manager->priv->on_battery = on_battery;
- /* ConsoleKit says we are not on active console */
- if (!egg_console_kit_is_active (manager->priv->console)) {
+ /* ConsoleKit/systemd say we are not on active console */
+ if (!LOGIND_RUNNING() && !egg_console_kit_is_active (manager->priv->console)) {
egg_debug ("ignoring as not on active console");
return;
}
@@ -1848,9 +1844,8 @@ gpm_manager_control_resume_cb (GpmControl *control, GpmControlAction action, Gpm
g_timeout_add_seconds (1, gpm_manager_reset_just_resumed_cb, manager);
}
-#ifdef WITH_SYSTEMD_INHIBIT
/**
- * gpm_main_system_inhibit:
+ * gpm_main_systemd_inhibit:
*
* Return a fd to the to the inhibitor, that we can close on exit.
*
@@ -1918,7 +1913,6 @@ gpm_manager_systemd_inhibit (GDBusProxy *proxy) {
egg_debug ("Inhibiting systemd sleep - success");
return r;
}
-#endif
/**
* gpm_manager_init:
@@ -1930,20 +1924,17 @@ gpm_manager_init (GpmManager *manager)
gboolean check_type_cpu;
gint timeout;
DBusGConnection *connection;
- GDBusConnection *g_connection;
+ GDBusConnection *g_connection;
GError *error = NULL;
manager->priv = GPM_MANAGER_GET_PRIVATE (manager);
connection = dbus_g_bus_get (DBUS_BUS_SESSION, &error);
- g_connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error);
-
-#ifdef WITH_SYSTEMD_INHIBIT
- /* We want to inhibit the systemd suspend options, and take care of them ourselves */
- if (sd_booted() > 0) {
- manager->priv->systemd_inhibit = gpm_manager_systemd_inhibit (manager->priv->systemd_inhibit_proxy);
- }
+ g_connection = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, &error);
-#endif
+ /* We want to inhibit the systemd suspend options, and take care of them ourselves */
+ if (LOGIND_RUNNING()) {
+ manager->priv->systemd_inhibit = gpm_manager_systemd_inhibit (manager->priv->systemd_inhibit_proxy);
+ }
/* init to unthrottled */
manager->priv->screensaver_ac_throttle_id = 0;
@@ -2104,16 +2095,15 @@ gpm_manager_finalize (GObject *object)
g_object_unref (manager->priv->client);
g_object_unref (manager->priv->status_icon);
-#ifdef WITH_SYSTEMD_INHIBIT
- /* Let systemd take over again ... */
- if (manager->priv->systemd_inhibit > 0) {
- close(manager->priv->systemd_inhibit);
- }
- if (manager->priv->systemd_inhibit_proxy != NULL) {
- g_object_unref (manager->priv->systemd_inhibit_proxy);
- }
- //g_object_unref (manager->priv->systemd_inhibit);
-#endif
+ if (LOGIND_RUNNING()) {
+ /* Let systemd take over again ... */
+ if (manager->priv->systemd_inhibit > 0) {
+ close(manager->priv->systemd_inhibit);
+ }
+ if (manager->priv->systemd_inhibit_proxy != NULL) {
+ g_object_unref (manager->priv->systemd_inhibit_proxy);
+ }
+ }
G_OBJECT_CLASS (gpm_manager_parent_class)->finalize (object);
}
diff --git a/src/gpm-phone.h b/src/gpm-phone.h
index 1d7c3fd..b540539 100644
--- a/src/gpm-phone.h
+++ b/src/gpm-phone.h
@@ -33,9 +33,9 @@ G_BEGIN_DECLS
#define GPM_IS_PHONE_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GPM_TYPE_PHONE))
#define GPM_PHONE_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GPM_TYPE_PHONE, GpmPhoneClass))
-#define MATE_PHONE_MANAGER_DBUS_SERVICE "org.mate.phone"
-#define MATE_PHONE_MANAGER_DBUS_PATH "/org/mate/phone/Manager"
-#define MATE_PHONE_MANAGER_DBUS_INTERFACE "org.mate.phone.Manager"
+#define MATE_PHONE_MANAGER_DBUS_SERVICE "org.gnome.phone"
+#define MATE_PHONE_MANAGER_DBUS_PATH "/org/gnome/phone/Manager"
+#define MATE_PHONE_MANAGER_DBUS_INTERFACE "org.gnome.phone.Manager"
typedef struct GpmPhonePrivate GpmPhonePrivate;
diff --git a/src/gpm-prefs-core.c b/src/gpm-prefs-core.c
index e84d0b1..7a2662d 100644
--- a/src/gpm-prefs-core.c
+++ b/src/gpm-prefs-core.c
@@ -30,6 +30,7 @@
#include <dbus/dbus-glib.h>
#include <math.h>
#include <string.h>
+#define UPOWER_ENABLE_DEPRECATED
#include <libupower-glib/upower.h>
#include "egg-debug.h"
@@ -812,11 +813,10 @@ gpm_prefs_init (GpmPrefs *prefs)
GpmBrightness *brightness;
gboolean ret;
guint i;
-#ifdef WITH_SYSTEMD_SLEEP
+
GDBusProxy *proxy;
GVariant *res, *inner;
gchar * r;
-#endif
prefs->priv = GPM_PREFS_GET_PRIVATE (prefs);
@@ -824,108 +824,129 @@ gpm_prefs_init (GpmPrefs *prefs)
prefs->priv->console = egg_console_kit_new ();
prefs->priv->settings = g_settings_new (GPM_SETTINGS_SCHEMA);
- /* are we allowed to shutdown? */
- prefs->priv->can_shutdown = TRUE;
- egg_console_kit_can_stop (prefs->priv->console, &prefs->priv->can_shutdown, NULL);
-
-#ifdef WITH_SYSTEMD_SLEEP
- /* get values from logind */
-
+ prefs->priv->can_shutdown = FALSE;
prefs->priv->can_suspend = FALSE;
prefs->priv->can_hibernate = FALSE;
- proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
- G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
- NULL,
- "org.freedesktop.login1",
- "/org/freedesktop/login1",
- "org.freedesktop.login1.Manager",
- NULL,
- &error );
- if (proxy == NULL) {
- egg_error("Error connecting to dbus - %s", error->message);
- g_error_free (error);
- return -1;
- }
- res = g_dbus_proxy_call_sync (proxy, "CanSuspend",
- NULL,
- G_DBUS_CALL_FLAGS_NONE,
- -1,
- NULL,
- &error
- );
- if (error == NULL && res != NULL) {
- g_variant_get(res,"(s)", &r);
- prefs->priv->can_suspend = g_strcmp0(r,"yes")==0?TRUE:FALSE;
- g_variant_unref (res);
- } else if (error != NULL ) {
- egg_error ("Error in dbus - %s", error->message);
- g_error_free (error);
- }
-
- res = g_dbus_proxy_call_sync (proxy, "CanHibernate",
- NULL,
- G_DBUS_CALL_FLAGS_NONE,
- -1,
- NULL,
- &error
- );
- if (error == NULL && res != NULL) {
- g_variant_get(res,"(s)", &r);
- prefs->priv->can_hibernate = g_strcmp0(r,"yes")==0?TRUE:FALSE;
- g_variant_unref (res);
- } else if (error != NULL ) {
- egg_error ("Error in dbus - %s", error->message);
- g_error_free (error);
- }
- g_object_unref(proxy);
-#else
- /* get values from UpClient */
- prefs->priv->can_suspend = up_client_get_can_suspend (prefs->priv->client);
- prefs->priv->can_hibernate = up_client_get_can_hibernate (prefs->priv->client);
-#endif
-#ifdef WITH_SYSTEMD_SLEEP
- proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
- G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
- NULL,
- "org.freedesktop.UPower",
- "/org/freedesktop/UPower",
- "org.freedesktop.DBus.Properties",
- NULL,
- &error );
- if (proxy == NULL) {
- egg_error("Error connecting to dbus - %s", error->message);
- g_error_free (error);
- return -1;
- }
-
- res = g_dbus_proxy_call_sync (proxy, "Get",
- g_variant_new( "(ss)",
- "org.freedesktop.UPower",
- "LidIsPresent"),
- G_DBUS_CALL_FLAGS_NONE,
- -1,
- NULL,
- &error
- );
- if (error == NULL && res != NULL) {
- g_variant_get(res, "(v)", &inner );
- prefs->priv->has_button_lid = g_variant_get_boolean(inner);
- g_variant_unref (inner);
- g_variant_unref (res);
- } else if (error != NULL ) {
- egg_error ("Error in dbus - %s", error->message);
- g_error_free (error);
- }
- g_object_unref(proxy);
-#else
+
+ if (LOGIND_RUNNING()) {
+ /* get values from logind */
+
+ proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
+ G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
+ NULL,
+ "org.freedesktop.login1",
+ "/org/freedesktop/login1",
+ "org.freedesktop.login1.Manager",
+ NULL,
+ &error );
+ if (proxy == NULL) {
+ egg_error("Error connecting to dbus - %s", error->message);
+ g_error_free (error);
+ return;
+ }
+
+ res = g_dbus_proxy_call_sync (proxy, "CanPowerOff",
+ NULL,
+ G_DBUS_CALL_FLAGS_NONE,
+ -1,
+ NULL,
+ &error
+ );
+ if (error == NULL && res != NULL) {
+ g_variant_get(res,"(s)", &r);
+ prefs->priv->can_shutdown = g_strcmp0(r,"yes")==0?TRUE:FALSE;
+ g_variant_unref (res);
+ } else if (error != NULL ) {
+ egg_error ("Error in dbus - %s", error->message);
+ g_error_free (error);
+ }
+
+ res = g_dbus_proxy_call_sync (proxy, "CanSuspend",
+ NULL,
+ G_DBUS_CALL_FLAGS_NONE,
+ -1,
+ NULL,
+ &error
+ );
+ if (error == NULL && res != NULL) {
+ g_variant_get(res,"(s)", &r);
+ prefs->priv->can_suspend = g_strcmp0(r,"yes")==0?TRUE:FALSE;
+ g_variant_unref (res);
+ } else if (error != NULL ) {
+ egg_error ("Error in dbus - %s", error->message);
+ g_error_free (error);
+ }
+
+ res = g_dbus_proxy_call_sync (proxy, "CanHibernate",
+ NULL,
+ G_DBUS_CALL_FLAGS_NONE,
+ -1,
+ NULL,
+ &error
+ );
+ if (error == NULL && res != NULL) {
+ g_variant_get(res,"(s)", &r);
+ prefs->priv->can_hibernate = g_strcmp0(r,"yes")==0?TRUE:FALSE;
+ g_variant_unref (res);
+ } else if (error != NULL ) {
+ egg_error ("Error in dbus - %s", error->message);
+ g_error_free (error);
+ }
+ g_object_unref(proxy);
+ }
+ else {
+ /* are we allowed to shutdown? */
+ egg_console_kit_can_stop (prefs->priv->console, &prefs->priv->can_shutdown, NULL);
+ /* get values from UpClient */
+ prefs->priv->can_suspend = up_client_get_can_suspend (prefs->priv->client);
+ prefs->priv->can_hibernate = up_client_get_can_hibernate (prefs->priv->client);
+ }
+
+ if (LOGIND_RUNNING()) {
+ proxy = g_dbus_proxy_new_for_bus_sync (G_BUS_TYPE_SYSTEM,
+ G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
+ NULL,
+ "org.freedesktop.UPower",
+ "/org/freedesktop/UPower",
+ "org.freedesktop.DBus.Properties",
+ NULL,
+ &error );
+ if (proxy == NULL) {
+ egg_error("Error connecting to dbus - %s", error->message);
+ g_error_free (error);
+ return;
+ }
+
+ res = g_dbus_proxy_call_sync (proxy, "Get",
+ g_variant_new( "(ss)",
+ "org.freedesktop.UPower",
+ "LidIsPresent"),
+ G_DBUS_CALL_FLAGS_NONE,
+ -1,
+ NULL,
+ &error
+ );
+ if (error == NULL && res != NULL) {
+ g_variant_get(res, "(v)", &inner );
+ prefs->priv->has_button_lid = g_variant_get_boolean(inner);
+ g_variant_unref (inner);
+ g_variant_unref (res);
+ } else if (error != NULL ) {
+ egg_error ("Error in dbus - %s", error->message);
+ g_error_free (error);
+ }
+ g_object_unref(proxy);
+ }
+ else {
#if UP_CHECK_VERSION(0,9,2)
- prefs->priv->has_button_lid = up_client_get_lid_is_present (prefs->priv->client);
+ prefs->priv->has_button_lid = up_client_get_lid_is_present (prefs->priv->client);
#else
- g_object_get (prefs->priv->client,
- "lid-is-present", &prefs->priv->has_button_lid,
- NULL);
-#endif
+ g_object_get (prefs->priv->client,
+ "lid-is-present", &prefs->priv->has_button_lid,
+ NULL);
#endif
+ }
+
prefs->priv->has_button_suspend = TRUE;
/* find if we have brightness hardware */
diff --git a/src/gpm-statistics.c b/src/gpm-statistics.c
index 4813d1f..98b5632 100644
--- a/src/gpm-statistics.c
+++ b/src/gpm-statistics.c
@@ -1564,13 +1564,14 @@ main (int argc, char *argv[])
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
-#if GLIB_CHECK_VERSION(2,32,0)
-#else
+#if !GLIB_CHECK_VERSION(2,32,0)
if (! g_thread_supported ())
g_thread_init (NULL);
#endif
dbus_g_thread_init ();
+#if !GLIB_CHECK_VERSION(2,36,0)
g_type_init ();
+#endif
context = g_option_context_new (NULL);
/* TRANSLATORS: the program name */
diff --git a/src/gsd-media-keys-window.c b/src/gsd-media-keys-window.c
index fdc1ea1..67d2402 100644
--- a/src/gsd-media-keys-window.c
+++ b/src/gsd-media-keys-window.c
@@ -2,19 +2,22 @@
*
* Copyright (C) 2006-2007 William Jon McCann <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2, or (at your option) any later version.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ * This program is distributed in the hope that it will be
+ * useful, but WITHOUT ANY WARRANTY; without even the implied
+ * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
*
*/
@@ -29,22 +32,11 @@
#include "gsd-media-keys-window.h"
-#define DIALOG_TIMEOUT 2000 /* dialog timeout in ms */
-#define DIALOG_FADE_TIMEOUT 1500 /* timeout before fade starts */
-#define FADE_TIMEOUT 10 /* timeout in ms between each frame of the fade */
-
-#define BG_ALPHA 0.75
-#define FG_ALPHA 1.00
+#define MSD_MEDIA_KEYS_WINDOW_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), MSD_TYPE_MEDIA_KEYS_WINDOW, MsdMediaKeysWindowPrivate))
-#define GSD_MEDIA_KEYS_WINDOW_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), GSD_TYPE_MEDIA_KEYS_WINDOW, GsdMediaKeysWindowPrivate))
-
-struct GsdMediaKeysWindowPrivate
+struct MsdMediaKeysWindowPrivate
{
- guint is_composited : 1;
- guint hide_timeout_id;
- guint fade_timeout_id;
- double fade_out_alpha;
- GsdMediaKeysWindowAction action;
+ MsdMediaKeysWindowAction action;
char *icon_name;
gboolean show_level;
@@ -55,97 +47,10 @@ struct GsdMediaKeysWindowPrivate
GtkWidget *progress;
};
-G_DEFINE_TYPE (GsdMediaKeysWindow, gsd_media_keys_window, GTK_TYPE_WINDOW)
-
-static gboolean
-fade_timeout (GsdMediaKeysWindow *window)
-{
- if (window->priv->fade_out_alpha <= 0.0) {
- gtk_widget_hide (GTK_WIDGET (window));
-
- /* Reset it for the next time */
- window->priv->fade_out_alpha = 1.0;
- window->priv->fade_timeout_id = 0;
-
- return FALSE;
- } else {
- GdkRectangle rect;
- GtkWidget *win = GTK_WIDGET (window);
- GtkAllocation allocation;
-
- window->priv->fade_out_alpha -= 0.10;
-
- rect.x = 0;
- rect.y = 0;
- gtk_widget_get_allocation (win, &allocation);
- rect.width = allocation.width;
- rect.height = allocation.height;
-
- gtk_widget_realize (win);
- gdk_window_invalidate_rect (gtk_widget_get_window (win), &rect, FALSE);
- }
-
- return TRUE;
-}
-
-static gboolean
-hide_timeout (GsdMediaKeysWindow *window)
-{
- if (window->priv->is_composited) {
- window->priv->hide_timeout_id = 0;
- window->priv->fade_timeout_id = g_timeout_add (FADE_TIMEOUT,
- (GSourceFunc) fade_timeout,
- window);
- } else {
- gtk_widget_hide (GTK_WIDGET (window));
- }
-
- return FALSE;
-}
-
-static void
-remove_hide_timeout (GsdMediaKeysWindow *window)
-{
- if (window->priv->hide_timeout_id != 0) {
- g_source_remove (window->priv->hide_timeout_id);
- window->priv->hide_timeout_id = 0;
- }
-
- if (window->priv->fade_timeout_id != 0) {
- g_source_remove (window->priv->fade_timeout_id);
- window->priv->fade_timeout_id = 0;
- window->priv->fade_out_alpha = 1.0;
- }
-}
-
-static void
-add_hide_timeout (GsdMediaKeysWindow *window)
-{
- int timeout;
-
- if (window->priv->is_composited) {
- timeout = DIALOG_FADE_TIMEOUT;
- } else {
- timeout = DIALOG_TIMEOUT;
- }
- window->priv->hide_timeout_id = g_timeout_add (timeout,
- (GSourceFunc) hide_timeout,
- window);
-}
+G_DEFINE_TYPE (MsdMediaKeysWindow, msd_media_keys_window, MSD_TYPE_OSD_WINDOW)
static void
-update_window (GsdMediaKeysWindow *window)
-{
- remove_hide_timeout (window);
- add_hide_timeout (window);
-
- if (window->priv->is_composited) {
- gtk_widget_queue_draw (GTK_WIDGET (window));
- }
-}
-
-static void
-volume_controls_set_visible (GsdMediaKeysWindow *window,
+volume_controls_set_visible (MsdMediaKeysWindow *window,
gboolean visible)
{
if (window->priv->progress == NULL)
@@ -159,7 +64,7 @@ volume_controls_set_visible (GsdMediaKeysWindow *window,
}
static void
-window_set_icon_name (GsdMediaKeysWindow *window,
+window_set_icon_name (MsdMediaKeysWindow *window,
const char *name)
{
if (window->priv->image == NULL)
@@ -170,11 +75,11 @@ window_set_icon_name (GsdMediaKeysWindow *window,
}
static void
-action_changed (GsdMediaKeysWindow *window)
+action_changed (MsdMediaKeysWindow *window)
{
- if (! window->priv->is_composited) {
+ if (!msd_osd_window_is_composited (MSD_OSD_WINDOW (window))) {
switch (window->priv->action) {
- case GSD_MEDIA_KEYS_WINDOW_ACTION_VOLUME:
+ case MSD_MEDIA_KEYS_WINDOW_ACTION_VOLUME:
volume_controls_set_visible (window, TRUE);
if (window->priv->volume_muted) {
@@ -184,7 +89,7 @@ action_changed (GsdMediaKeysWindow *window)
}
break;
- case GSD_MEDIA_KEYS_WINDOW_ACTION_CUSTOM:
+ case MSD_MEDIA_KEYS_WINDOW_ACTION_CUSTOM:
volume_controls_set_visible (window, window->priv->show_level);
window_set_icon_name (window, window->priv->icon_name);
break;
@@ -194,15 +99,15 @@ action_changed (GsdMediaKeysWindow *window)
}
}
- update_window (window);
+ msd_osd_window_update_and_hide (MSD_OSD_WINDOW (window));
}
static void
-volume_level_changed (GsdMediaKeysWindow *window)
+volume_level_changed (MsdMediaKeysWindow *window)
{
- update_window (window);
+ msd_osd_window_update_and_hide (MSD_OSD_WINDOW (window));
- if (!window->priv->is_composited && window->priv->progress != NULL) {
+ if (!msd_osd_window_is_composited (MSD_OSD_WINDOW (window)) && window->priv->progress != NULL) {
double fraction;
fraction = (double) window->priv->volume_level / 100.0;
@@ -213,11 +118,11 @@ volume_level_changed (GsdMediaKeysWindow *window)
}
static void
-volume_muted_changed (GsdMediaKeysWindow *window)
+volume_muted_changed (MsdMediaKeysWindow *window)
{
- update_window (window);
+ msd_osd_window_update_and_hide (MSD_OSD_WINDOW (window));
- if (! window->priv->is_composited) {
+ if (!msd_osd_window_is_composited (MSD_OSD_WINDOW (window))) {
if (window->priv->volume_muted) {
window_set_icon_name (window, "audio-volume-muted");
} else {
@@ -227,46 +132,46 @@ volume_muted_changed (GsdMediaKeysWindow *window)
}
void
-gsd_media_keys_window_set_action (GsdMediaKeysWindow *window,
- GsdMediaKeysWindowAction action)
+msd_media_keys_window_set_action (MsdMediaKeysWindow *window,
+ MsdMediaKeysWindowAction action)
{
- g_return_if_fail (GSD_IS_MEDIA_KEYS_WINDOW (window));
- g_return_if_fail (action == GSD_MEDIA_KEYS_WINDOW_ACTION_VOLUME);
+ g_return_if_fail (MSD_IS_MEDIA_KEYS_WINDOW (window));
+ g_return_if_fail (action == MSD_MEDIA_KEYS_WINDOW_ACTION_VOLUME);
if (window->priv->action != action) {
window->priv->action = action;
action_changed (window);
} else {
- update_window (window);
+ msd_osd_window_update_and_hide (MSD_OSD_WINDOW (window));
}
}
void
-gsd_media_keys_window_set_action_custom (GsdMediaKeysWindow *window,
+msd_media_keys_window_set_action_custom (MsdMediaKeysWindow *window,
const char *icon_name,
gboolean show_level)
{
- g_return_if_fail (GSD_IS_MEDIA_KEYS_WINDOW (window));
+ g_return_if_fail (MSD_IS_MEDIA_KEYS_WINDOW (window));
g_return_if_fail (icon_name != NULL);
- if (window->priv->action != GSD_MEDIA_KEYS_WINDOW_ACTION_CUSTOM ||
+ if (window->priv->action != MSD_MEDIA_KEYS_WINDOW_ACTION_CUSTOM ||
g_strcmp0 (window->priv->icon_name, icon_name) != 0 ||
window->priv->show_level != show_level) {
- window->priv->action = GSD_MEDIA_KEYS_WINDOW_ACTION_CUSTOM;
+ window->priv->action = MSD_MEDIA_KEYS_WINDOW_ACTION_CUSTOM;
g_free (window->priv->icon_name);
window->priv->icon_name = g_strdup (icon_name);
window->priv->show_level = show_level;
action_changed (window);
} else {
- update_window (window);
+ msd_osd_window_update_and_hide (MSD_OSD_WINDOW (window));
}
}
void
-gsd_media_keys_window_set_volume_muted (GsdMediaKeysWindow *window,
+msd_media_keys_window_set_volume_muted (MsdMediaKeysWindow *window,
gboolean muted)
{
- g_return_if_fail (GSD_IS_MEDIA_KEYS_WINDOW (window));
+ g_return_if_fail (MSD_IS_MEDIA_KEYS_WINDOW (window));
if (window->priv->volume_muted != muted) {
window->priv->volume_muted = muted;
@@ -275,10 +180,10 @@ gsd_media_keys_window_set_volume_muted (GsdMediaKeysWindow *window,
}
void
-gsd_media_keys_window_set_volume_level (GsdMediaKeysWindow *window,
+msd_media_keys_window_set_volume_level (MsdMediaKeysWindow *window,
int level)
{
- g_return_if_fail (GSD_IS_MEDIA_KEYS_WINDOW (window));
+ g_return_if_fail (MSD_IS_MEDIA_KEYS_WINDOW (window));
if (window->priv->volume_level != level) {
window->priv->volume_level = level;
@@ -286,60 +191,8 @@ gsd_media_keys_window_set_volume_level (GsdMediaKeysWindow *window,
}
}
-static void
-rounded_rectangle (cairo_t* cr,
- gdouble aspect,
- gdouble x,
- gdouble y,
- gdouble corner_radius,
- gdouble width,
- gdouble height)
-{
- gdouble radius = corner_radius / aspect;
-
- cairo_move_to (cr, x + radius, y);
-
- cairo_line_to (cr,
- x + width - radius,
- y);
- cairo_arc (cr,
- x + width - radius,
- y + radius,
- radius,
- -90.0f * G_PI / 180.0f,
- 0.0f * G_PI / 180.0f);
- cairo_line_to (cr,
- x + width,
- y + height - radius);
- cairo_arc (cr,
- x + width - radius,
- y + height - radius,
- radius,
- 0.0f * G_PI / 180.0f,
- 90.0f * G_PI / 180.0f);
- cairo_line_to (cr,
- x + radius,
- y + height);
- cairo_arc (cr,
- x + radius,
- y + height - radius,
- radius,
- 90.0f * G_PI / 180.0f,
- 180.0f * G_PI / 180.0f);
- cairo_line_to (cr,
- x,
- y + radius);
- cairo_arc (cr,
- x + radius,
- y + radius,
- radius,
- 180.0f * G_PI / 180.0f,
- 270.0f * G_PI / 180.0f);
- cairo_close_path (cr);
-}
-
static GdkPixbuf *
-load_pixbuf (GsdMediaKeysWindow *window,
+load_pixbuf (MsdMediaKeysWindow *window,
const char *name,
int icon_size)
{
@@ -355,22 +208,9 @@ load_pixbuf (GsdMediaKeysWindow *window,
pixbuf = gtk_icon_theme_load_icon (theme,
name,
icon_size,
- GTK_ICON_LOOKUP_FORCE_SVG,
+ GTK_ICON_LOOKUP_FORCE_SIZE,
NULL);
- /* make sure the pixbuf is close to the requested size
- * this is necessary because GTK_ICON_LOOKUP_FORCE_SVG
- * seems to be broken */
- if (pixbuf != NULL) {
- int width;
-
- width = gdk_pixbuf_get_width (pixbuf);
- if (width < (float)icon_size * 0.75) {
- g_object_unref (pixbuf);
- pixbuf = NULL;
- }
- }
-
return pixbuf;
}
@@ -396,10 +236,10 @@ draw_eject (cairo_t *cr,
cairo_rel_line_to (cr, -width / 2, -tri_height);
cairo_rel_line_to (cr, -width / 2, tri_height);
cairo_close_path (cr);
- cairo_set_source_rgba (cr, 1.0, 1.0, 1.0, FG_ALPHA);
+ cairo_set_source_rgba (cr, 1.0, 1.0, 1.0, MSD_OSD_WINDOW_FG_ALPHA);
cairo_fill_preserve (cr);
- cairo_set_source_rgba (cr, 0.6, 0.6, 0.6, FG_ALPHA / 2);
+ cairo_set_source_rgba (cr, 0.6, 0.6, 0.6, MSD_OSD_WINDOW_FG_ALPHA / 2);
cairo_set_line_width (cr, 2);
cairo_stroke (cr);
}
@@ -458,12 +298,12 @@ draw_cross (cairo_t *cr,
cairo_move_to (cr, cx, cy + size/2.0);
cairo_rel_line_to (cr, size, -size);
- cairo_set_source_rgba (cr, 0.6, 0.6, 0.6, FG_ALPHA / 2);
+ cairo_set_source_rgba (cr, 0.6, 0.6, 0.6, MSD_OSD_WINDOW_FG_ALPHA / 2);
cairo_set_line_width (cr, 14);
cairo_set_line_cap (cr, CAIRO_LINE_CAP_ROUND);
cairo_stroke_preserve (cr);
- cairo_set_source_rgba (cr, 1.0, 1.0, 1.0, FG_ALPHA);
+ cairo_set_source_rgba (cr, 1.0, 1.0, 1.0, MSD_OSD_WINDOW_FG_ALPHA);
cairo_set_line_width (cr, 10);
cairo_set_line_cap (cr, CAIRO_LINE_CAP_ROUND);
cairo_stroke (cr);
@@ -497,16 +337,16 @@ draw_speaker (cairo_t *cr,
cairo_line_to (cr, _x0, _y0);
cairo_close_path (cr);
- cairo_set_source_rgba (cr, 1.0, 1.0, 1.0, FG_ALPHA);
+ cairo_set_source_rgba (cr, 1.0, 1.0, 1.0, MSD_OSD_WINDOW_FG_ALPHA);
cairo_fill_preserve (cr);
- cairo_set_source_rgba (cr, 0.6, 0.6, 0.6, FG_ALPHA / 2);
+ cairo_set_source_rgba (cr, 0.6, 0.6, 0.6, MSD_OSD_WINDOW_FG_ALPHA / 2);
cairo_set_line_width (cr, 2);
cairo_stroke (cr);
}
static gboolean
-render_speaker (GsdMediaKeysWindow *window,
+render_speaker (MsdMediaKeysWindow *window,
cairo_t *cr,
double _x0,
double _y0,
@@ -545,7 +385,7 @@ render_speaker (GsdMediaKeysWindow *window,
}
gdk_cairo_set_source_pixbuf (cr, pixbuf, _x0, _y0);
- cairo_paint_with_alpha (cr, FG_ALPHA);
+ cairo_paint_with_alpha (cr, MSD_OSD_WINDOW_FG_ALPHA);
g_object_unref (pixbuf);
@@ -553,37 +393,7 @@ render_speaker (GsdMediaKeysWindow *window,
}
static void
-color_reverse (const GdkColor *a,
- GdkColor *b)
-{
- gdouble red;
- gdouble green;
- gdouble blue;
- gdouble h;
- gdouble s;
- gdouble v;
-
- red = (gdouble) a->red / 65535.0;
- green = (gdouble) a->green / 65535.0;
- blue = (gdouble) a->blue / 65535.0;
-
- gtk_rgb_to_hsv (red, green, blue, &h, &s, &v);
-
- v = 0.5 + (0.5 - v);
- if (v > 1.0)
- v = 1.0;
- else if (v < 0.0)
- v = 0.0;
-
- gtk_hsv_to_rgb (h, s, v, &red, &green, &blue);
-
- b->red = red * 65535.0;
- b->green = green * 65535.0;
- b->blue = blue * 65535.0;
-}
-
-static void
-draw_volume_boxes (GsdMediaKeysWindow *window,
+draw_volume_boxes (MsdMediaKeysWindow *window,
cairo_t *cr,
double percentage,
double _x0,
@@ -604,20 +414,20 @@ draw_volume_boxes (GsdMediaKeysWindow *window,
style = gtk_widget_get_style (GTK_WIDGET (window));
/* bar background */
- color_reverse (&style->dark[GTK_STATE_NORMAL], &color);
+ msd_osd_window_color_reverse (&style->dark[GTK_STATE_NORMAL], &color);
r = (float)color.red / 65535.0;
g = (float)color.green / 65535.0;
b = (float)color.blue / 65535.0;
- rounded_rectangle (cr, 1.0, _x0, _y0, height / 6, width, height);
- cairo_set_source_rgba (cr, r, g, b, FG_ALPHA / 2);
+ msd_osd_window_draw_rounded_rectangle (cr, 1.0, _x0, _y0, height / 6, width, height);
+ cairo_set_source_rgba (cr, r, g, b, MSD_OSD_WINDOW_FG_ALPHA / 2);
cairo_fill_preserve (cr);
/* bar border */
- color_reverse (&style->light[GTK_STATE_NORMAL], &color);
+ msd_osd_window_color_reverse (&style->light[GTK_STATE_NORMAL], &color);
r = (float)color.red / 65535.0;
g = (float)color.green / 65535.0;
b = (float)color.blue / 65535.0;
- cairo_set_source_rgba (cr, r, g, b, FG_ALPHA / 2);
+ cairo_set_source_rgba (cr, r, g, b, MSD_OSD_WINDOW_FG_ALPHA / 2);
cairo_set_line_width (cr, 1);
cairo_stroke (cr);
@@ -628,13 +438,13 @@ draw_volume_boxes (GsdMediaKeysWindow *window,
r = (float)color.red / 65535.0;
g = (float)color.green / 65535.0;
b = (float)color.blue / 65535.0;
- rounded_rectangle (cr, 1.0, _x0 + 0.5, _y0 + 0.5, height / 6 - 0.5, x1, height - 1);
- cairo_set_source_rgba (cr, r, g, b, FG_ALPHA);
+ msd_osd_window_draw_rounded_rectangle (cr, 1.0, _x0 + 0.5, _y0 + 0.5, height / 6 - 0.5, x1, height - 1);
+ cairo_set_source_rgba (cr, r, g, b, MSD_OSD_WINDOW_FG_ALPHA);
cairo_fill (cr);
}
static void
-draw_action_volume (GsdMediaKeysWindow *window,
+draw_action_volume (MsdMediaKeysWindow *window,
cairo_t *cr)
{
int window_width;
@@ -736,7 +546,7 @@ draw_action_volume (GsdMediaKeysWindow *window,
}
static gboolean
-render_custom (GsdMediaKeysWindow *window,
+render_custom (MsdMediaKeysWindow *window,
cairo_t *cr,
double _x0,
double _y0,
@@ -763,7 +573,7 @@ render_custom (GsdMediaKeysWindow *window,
}
gdk_cairo_set_source_pixbuf (cr, pixbuf, _x0, _y0);
- cairo_paint_with_alpha (cr, FG_ALPHA);
+ cairo_paint_with_alpha (cr, MSD_OSD_WINDOW_FG_ALPHA);
g_object_unref (pixbuf);
@@ -771,7 +581,7 @@ render_custom (GsdMediaKeysWindow *window,
}
static void
-draw_action_custom (GsdMediaKeysWindow *window,
+draw_action_custom (MsdMediaKeysWindow *window,
cairo_t *cr)
{
int window_width;
@@ -835,14 +645,20 @@ draw_action_custom (GsdMediaKeysWindow *window,
}
static void
-draw_action (GsdMediaKeysWindow *window,
- cairo_t *cr)
+#if GTK_CHECK_VERSION (3, 0, 0)
+msd_media_keys_window_draw_when_composited (MsdOsdWindow *osd_window,
+#else
+msd_media_keys_window_expose_when_composited (MsdOsdWindow *osd_window,
+#endif
+ cairo_t *cr)
{
+ MsdMediaKeysWindow *window = MSD_MEDIA_KEYS_WINDOW (osd_window);
+
switch (window->priv->action) {
- case GSD_MEDIA_KEYS_WINDOW_ACTION_VOLUME:
+ case MSD_MEDIA_KEYS_WINDOW_ACTION_VOLUME:
draw_action_volume (window, cr);
break;
- case GSD_MEDIA_KEYS_WINDOW_ACTION_CUSTOM:
+ case MSD_MEDIA_KEYS_WINDOW_ACTION_CUSTOM:
draw_action_custom (window, cr);
break;
default:
@@ -850,195 +666,33 @@ draw_action (GsdMediaKeysWindow *window,
}
}
-static gboolean
-on_expose_event (GtkWidget *widget,
- GdkEventExpose *event,
- GsdMediaKeysWindow *window)
-{
- cairo_t *context;
- cairo_t *cr;
- cairo_surface_t *surface;
- int width;
- int height;
- GtkStyle *style;
- GdkColor color;
- double r, g, b;
-
- context = gdk_cairo_create (gtk_widget_get_window (widget));
-
- style = gtk_widget_get_style (widget);
- cairo_set_operator (context, CAIRO_OPERATOR_SOURCE);
- gtk_window_get_size (GTK_WINDOW (widget), &width, &height);
-
- surface = cairo_surface_create_similar (cairo_get_target (context),
- CAIRO_CONTENT_COLOR_ALPHA,
- width,
- height);
-
- if (cairo_surface_status (surface) != CAIRO_STATUS_SUCCESS) {
- goto done;
- }
-
- cr = cairo_create (surface);
- if (cairo_status (cr) != CAIRO_STATUS_SUCCESS) {
- goto done;
- }
- cairo_set_source_rgba (cr, 1.0, 1.0, 1.0, 0.0);
- cairo_set_operator (cr, CAIRO_OPERATOR_OVER);
- cairo_paint (cr);
-
- /* draw a box */
- rounded_rectangle (cr, 1.0, 0.5, 0.5, height / 10, width-1, height-1);
- color_reverse (&style->bg[GTK_STATE_NORMAL], &color);
- r = (float)color.red / 65535.0;
- g = (float)color.green / 65535.0;
- b = (float)color.blue / 65535.0;
- cairo_set_source_rgba (cr, r, g, b, BG_ALPHA);
- cairo_fill_preserve (cr);
-
- color_reverse (&style->text_aa[GTK_STATE_NORMAL], &color);
- r = (float)color.red / 65535.0;
- g = (float)color.green / 65535.0;
- b = (float)color.blue / 65535.0;
- cairo_set_source_rgba (cr, r, g, b, BG_ALPHA / 2);
- cairo_set_line_width (cr, 1);
- cairo_stroke (cr);
-
- /* draw action */
- draw_action (window, cr);
-
- cairo_destroy (cr);
-
- /* Make sure we have a transparent background */
- cairo_rectangle (context, 0, 0, width, height);
- cairo_set_source_rgba (context, 0.0, 0.0, 0.0, 0.0);
- cairo_fill (context);
-
- cairo_set_source_surface (context, surface, 0, 0);
- cairo_paint_with_alpha (context, window->priv->fade_out_alpha);
-
- done:
- if (surface != NULL) {
- cairo_surface_destroy (surface);
- }
- cairo_destroy (context);
-
- return FALSE;
-}
-
-static void
-gsd_media_keys_window_real_show (GtkWidget *widget)
-{
- GsdMediaKeysWindow *window;
-
- if (GTK_WIDGET_CLASS (gsd_media_keys_window_parent_class)->show) {
- GTK_WIDGET_CLASS (gsd_media_keys_window_parent_class)->show (widget);
- }
-
- window = GSD_MEDIA_KEYS_WINDOW (widget);
- remove_hide_timeout (window);
- add_hide_timeout (window);
-}
-
-static void
-gsd_media_keys_window_real_hide (GtkWidget *widget)
-{
- GsdMediaKeysWindow *window;
-
- if (GTK_WIDGET_CLASS (gsd_media_keys_window_parent_class)->hide) {
- GTK_WIDGET_CLASS (gsd_media_keys_window_parent_class)->hide (widget);
- }
-
- window = GSD_MEDIA_KEYS_WINDOW (widget);
- remove_hide_timeout (window);
-}
-
-static void
-gsd_media_keys_window_real_realize (GtkWidget *widget)
-{
- GdkColormap *colormap;
- GtkAllocation allocation;
- GdkBitmap *mask;
- cairo_t *cr;
-
- colormap = gdk_screen_get_rgba_colormap (gtk_widget_get_screen (widget));
-
- if (colormap != NULL) {
- gtk_widget_set_colormap (widget, colormap);
- }
-
- if (GTK_WIDGET_CLASS (gsd_media_keys_window_parent_class)->realize) {
- GTK_WIDGET_CLASS (gsd_media_keys_window_parent_class)->realize (widget);
- }
-
- gtk_widget_get_allocation (widget, &allocation);
- mask = gdk_pixmap_new (gtk_widget_get_window (widget),
- allocation.width,
- allocation.height,
- 1);
- cr = gdk_cairo_create (mask);
-
- cairo_set_source_rgba (cr, 1., 1., 1., 0.);
- cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE);
- cairo_paint (cr);
-
- /* make the whole window ignore events */
- gdk_window_input_shape_combine_mask (gtk_widget_get_window (widget), mask, 0, 0);
- g_object_unref (mask);
- cairo_destroy (cr);
-}
-
static void
-gsd_media_keys_window_class_init (GsdMediaKeysWindowClass *klass)
+msd_media_keys_window_class_init (MsdMediaKeysWindowClass *klass)
{
- GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
-
- widget_class->show = gsd_media_keys_window_real_show;
- widget_class->hide = gsd_media_keys_window_real_hide;
- widget_class->realize = gsd_media_keys_window_real_realize;
+ MsdOsdWindowClass *osd_window_class = MSD_OSD_WINDOW_CLASS (klass);
- g_type_class_add_private (klass, sizeof (GsdMediaKeysWindowPrivate));
-}
+#if GTK_CHECK_VERSION (3, 0, 0)
+ osd_window_class->draw_when_composited = msd_media_keys_window_draw_when_composited;
+#else
+ osd_window_class->expose_when_composited = msd_media_keys_window_expose_when_composited;
+#endif
-gboolean
-gsd_media_keys_window_is_valid (GsdMediaKeysWindow *window)
-{
- GdkScreen *screen = gtk_widget_get_screen (GTK_WIDGET (window));
- return gdk_screen_is_composited (screen) == window->priv->is_composited;
+ g_type_class_add_private (klass, sizeof (MsdMediaKeysWindowPrivate));
}
static void
-gsd_media_keys_window_init (GsdMediaKeysWindow *window)
+msd_media_keys_window_init (MsdMediaKeysWindow *window)
{
GdkScreen *screen;
- window->priv = GSD_MEDIA_KEYS_WINDOW_GET_PRIVATE (window);
+ window->priv = MSD_MEDIA_KEYS_WINDOW_GET_PRIVATE (window);
screen = gtk_widget_get_screen (GTK_WIDGET (window));
- window->priv->is_composited = gdk_screen_is_composited (screen);
-
- if (window->priv->is_composited) {
- gdouble scalew, scaleh, scale;
- gint size;
-
- gtk_window_set_decorated (GTK_WINDOW (window), FALSE);
- gtk_widget_set_app_paintable (GTK_WIDGET (window), TRUE);
-
- /* assume 130x130 on a 640x480 display and scale from there */
- scalew = gdk_screen_get_width (screen) / 640.0;
- scaleh = gdk_screen_get_height (screen) / 480.0;
- scale = MIN (scalew, scaleh);
- size = 130 * MAX (1, scale);
-
- gtk_window_set_default_size (GTK_WINDOW (window), size, size);
- g_signal_connect (window, "expose-event", G_CALLBACK (on_expose_event), window);
-
- window->priv->fade_out_alpha = 1.0;
- } else {
+ if (!msd_osd_window_is_composited (MSD_OSD_WINDOW (window))) {
GtkBuilder *builder;
- const gchar *objects[] = {"acme_frame", NULL};
- GtkWidget *frame;
+ const gchar *objects[] = {"acme_box", NULL};
+ GtkWidget *box;
builder = gtk_builder_new ();
gtk_builder_add_objects_from_file (builder,
@@ -1048,32 +702,21 @@ gsd_media_keys_window_init (GsdMediaKeysWindow *window)
window->priv->image = GTK_IMAGE (gtk_builder_get_object (builder, "acme_image"));
window->priv->progress = GTK_WIDGET (gtk_builder_get_object (builder, "acme_volume_progressbar"));
- frame = GTK_WIDGET (gtk_builder_get_object (builder,
- "acme_frame"));
+ box = GTK_WIDGET (gtk_builder_get_object (builder, "acme_box"));
- if (frame != NULL) {
- gtk_container_add (GTK_CONTAINER (window), frame);
- gtk_widget_show_all (frame);
+ if (box != NULL) {
+ gtk_container_add (GTK_CONTAINER (window), box);
+ gtk_widget_show_all (box);
}
/* The builder needs to stay alive until the window
- takes ownership of the frame (and its children) */
+ takes ownership of the box (and its children) */
g_object_unref (builder);
}
}
GtkWidget *
-gsd_media_keys_window_new (void)
+msd_media_keys_window_new (void)
{
- GObject *object;
-
- object = g_object_new (GSD_TYPE_MEDIA_KEYS_WINDOW,
- "type", GTK_WINDOW_POPUP,
- "type-hint", GDK_WINDOW_TYPE_HINT_NOTIFICATION,
- "skip-taskbar-hint", TRUE,
- "skip-pager-hint", TRUE,
- "focus-on-map", FALSE,
- NULL);
-
- return GTK_WIDGET (object);
+ return g_object_new (MSD_TYPE_MEDIA_KEYS_WINDOW, NULL);
}
diff --git a/src/gsd-media-keys-window.h b/src/gsd-media-keys-window.h
index 9abd535..0a3fd01 100644
--- a/src/gsd-media-keys-window.h
+++ b/src/gsd-media-keys-window.h
@@ -3,69 +3,76 @@
* Copyright (C) 2006 William Jon McCann <[email protected]>
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
+ * This program is distributed in the hope that it will be
+ * useful, but WITHOUT ANY WARRANTY; without even the implied
+ * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU Lesser General Public License for more
+ * details.
*
- * You should have received a copy of the GNU General Public
- * License along with this program; if not, write to the
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this program; if not, write to the
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
* Boston, MA 02110-1301, USA.
*
*/
-#ifndef GSD_MEDIA_KEYS_WINDOW_H
-#define GSD_MEDIA_KEYS_WINDOW_H
+#ifndef MSD_MEDIA_KEYS_WINDOW_H
+#define MSD_MEDIA_KEYS_WINDOW_H
#include <glib-object.h>
#include <gtk/gtk.h>
-G_BEGIN_DECLS
+#include "msd-osd-window.h"
-#define GSD_TYPE_MEDIA_KEYS_WINDOW (gsd_media_keys_window_get_type ())
-#define GSD_MEDIA_KEYS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GSD_TYPE_MEDIA_KEYS_WINDOW, GsdMediaKeysWindow))
-#define GSD_MEDIA_KEYS_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GSD_TYPE_MEDIA_KEYS_WINDOW, GsdMediaKeysWindowClass))
-#define GSD_IS_MEDIA_KEYS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GSD_TYPE_MEDIA_KEYS_WINDOW))
-#define GSD_IS_MEDIA_KEYS_WINDOW_CLASS(klass) (G_TYPE_INSTANCE_GET_CLASS ((klass), GSD_TYPE_MEDIA_KEYS_WINDOW))
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define MSD_TYPE_MEDIA_KEYS_WINDOW (msd_media_keys_window_get_type ())
+#define MSD_MEDIA_KEYS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MSD_TYPE_MEDIA_KEYS_WINDOW, MsdMediaKeysWindow))
+#define MSD_MEDIA_KEYS_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), MSD_TYPE_MEDIA_KEYS_WINDOW, MsdMediaKeysWindowClass))
+#define MSD_IS_MEDIA_KEYS_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), MSD_TYPE_MEDIA_KEYS_WINDOW))
+#define MSD_IS_MEDIA_KEYS_WINDOW_CLASS(klass) (G_TYPE_INSTANCE_GET_CLASS ((klass), MSD_TYPE_MEDIA_KEYS_WINDOW))
-typedef struct GsdMediaKeysWindow GsdMediaKeysWindow;
-typedef struct GsdMediaKeysWindowClass GsdMediaKeysWindowClass;
-typedef struct GsdMediaKeysWindowPrivate GsdMediaKeysWindowPrivate;
+typedef struct MsdMediaKeysWindow MsdMediaKeysWindow;
+typedef struct MsdMediaKeysWindowClass MsdMediaKeysWindowClass;
+typedef struct MsdMediaKeysWindowPrivate MsdMediaKeysWindowPrivate;
-struct GsdMediaKeysWindow {
- GtkWindow parent;
+struct MsdMediaKeysWindow {
+ MsdOsdWindow parent;
- GsdMediaKeysWindowPrivate *priv;
+ MsdMediaKeysWindowPrivate *priv;
};
-struct GsdMediaKeysWindowClass {
- GtkWindowClass parent_class;
+struct MsdMediaKeysWindowClass {
+ MsdOsdWindowClass parent_class;
};
typedef enum {
- GSD_MEDIA_KEYS_WINDOW_ACTION_VOLUME,
- GSD_MEDIA_KEYS_WINDOW_ACTION_CUSTOM
-} GsdMediaKeysWindowAction;
+ MSD_MEDIA_KEYS_WINDOW_ACTION_VOLUME,
+ MSD_MEDIA_KEYS_WINDOW_ACTION_CUSTOM
+} MsdMediaKeysWindowAction;
-GType gsd_media_keys_window_get_type (void);
+GType msd_media_keys_window_get_type (void);
-GtkWidget * gsd_media_keys_window_new (void);
-void gsd_media_keys_window_set_action (GsdMediaKeysWindow *window,
- GsdMediaKeysWindowAction action);
-void gsd_media_keys_window_set_action_custom (GsdMediaKeysWindow *window,
+GtkWidget * msd_media_keys_window_new (void);
+void msd_media_keys_window_set_action (MsdMediaKeysWindow *window,
+ MsdMediaKeysWindowAction action);
+void msd_media_keys_window_set_action_custom (MsdMediaKeysWindow *window,
const char *icon_name,
gboolean show_level);
-void gsd_media_keys_window_set_volume_muted (GsdMediaKeysWindow *window,
+void msd_media_keys_window_set_volume_muted (MsdMediaKeysWindow *window,
gboolean muted);
-void gsd_media_keys_window_set_volume_level (GsdMediaKeysWindow *window,
+void msd_media_keys_window_set_volume_level (MsdMediaKeysWindow *window,
int level);
-gboolean gsd_media_keys_window_is_valid (GsdMediaKeysWindow *window);
+gboolean msd_media_keys_window_is_valid (MsdMediaKeysWindow *window);
-G_END_DECLS
+#ifdef __cplusplus
+}
+#endif
#endif
diff --git a/src/msd-osd-window.c b/src/msd-osd-window.c
new file mode 100644
index 0000000..46dfebd
--- /dev/null
+++ b/src/msd-osd-window.c
@@ -0,0 +1,697 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
+ *
+ * On-screen-display (OSD) window for mate-settings-daemon's plugins
+ *
+ * Copyright (C) 2006-2007 William Jon McCann <[email protected]>
+ * Copyright (C) 2009 Novell, Inc
+ *
+ * Authors:
+ * William Jon McCann <[email protected]>
+ * Federico Mena-Quintero <[email protected]>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be
+ * useful, but WITHOUT ANY WARRANTY; without even the implied
+ * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ */
+
+#include "config.h"
+
+#include <stdlib.h>
+#include <string.h>
+#include <math.h>
+#include <glib.h>
+#include <glib/gi18n.h>
+#include <gtk/gtk.h>
+
+#include "msd-osd-window.h"
+
+#define DIALOG_TIMEOUT 2000 /* dialog timeout in ms */
+#define DIALOG_FADE_TIMEOUT 1500 /* timeout before fade starts */
+#define FADE_TIMEOUT 10 /* timeout in ms between each frame of the fade */
+
+#define BG_ALPHA 0.75
+
+#define MSD_OSD_WINDOW_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), MSD_TYPE_OSD_WINDOW, MsdOsdWindowPrivate))
+
+struct MsdOsdWindowPrivate
+{
+ guint is_composited : 1;
+ guint hide_timeout_id;
+ guint fade_timeout_id;
+ double fade_out_alpha;
+};
+
+enum {
+ EXPOSE_WHEN_COMPOSITED,
+ LAST_SIGNAL
+};
+
+static guint signals[LAST_SIGNAL] = { 0 };
+
+G_DEFINE_TYPE (MsdOsdWindow, msd_osd_window, GTK_TYPE_WINDOW)
+
+static gboolean
+fade_timeout (MsdOsdWindow *window)
+{
+ if (window->priv->fade_out_alpha <= 0.0) {
+ gtk_widget_hide (GTK_WIDGET (window));
+
+ /* Reset it for the next time */
+ window->priv->fade_out_alpha = 1.0;
+ window->priv->fade_timeout_id = 0;
+
+ return FALSE;
+ } else {
+ GdkRectangle rect;
+ GtkWidget *win = GTK_WIDGET (window);
+ GtkAllocation allocation;
+
+ window->priv->fade_out_alpha -= 0.10;
+
+ rect.x = 0;
+ rect.y = 0;
+ gtk_widget_get_allocation (win, &allocation);
+ rect.width = allocation.width;
+ rect.height = allocation.height;
+
+ gtk_widget_realize (win);
+ gdk_window_invalidate_rect (gtk_widget_get_window (win), &rect, FALSE);
+ }
+
+ return TRUE;
+}
+
+static gboolean
+hide_timeout (MsdOsdWindow *window)
+{
+ if (window->priv->is_composited) {
+ window->priv->hide_timeout_id = 0;
+ window->priv->fade_timeout_id = g_timeout_add (FADE_TIMEOUT,
+ (GSourceFunc) fade_timeout,
+ window);
+ } else {
+ gtk_widget_hide (GTK_WIDGET (window));
+ }
+
+ return FALSE;
+}
+
+static void
+remove_hide_timeout (MsdOsdWindow *window)
+{
+ if (window->priv->hide_timeout_id != 0) {
+ g_source_remove (window->priv->hide_timeout_id);
+ window->priv->hide_timeout_id = 0;
+ }
+
+ if (window->priv->fade_timeout_id != 0) {
+ g_source_remove (window->priv->fade_timeout_id);
+ window->priv->fade_timeout_id = 0;
+ window->priv->fade_out_alpha = 1.0;
+ }
+}
+
+static void
+add_hide_timeout (MsdOsdWindow *window)
+{
+ int timeout;
+
+ if (window->priv->is_composited) {
+ timeout = DIALOG_FADE_TIMEOUT;
+ } else {
+ timeout = DIALOG_TIMEOUT;
+ }
+ window->priv->hide_timeout_id = g_timeout_add (timeout,
+ (GSourceFunc) hide_timeout,
+ window);
+}
+
+void
+msd_osd_window_draw_rounded_rectangle (cairo_t* cr,
+ gdouble aspect,
+ gdouble x,
+ gdouble y,
+ gdouble corner_radius,
+ gdouble width,
+ gdouble height)
+{
+ gdouble radius = corner_radius / aspect;
+
+ cairo_move_to (cr, x + radius, y);
+
+ cairo_line_to (cr,
+ x + width - radius,
+ y);
+ cairo_arc (cr,
+ x + width - radius,
+ y + radius,
+ radius,
+ -90.0f * G_PI / 180.0f,
+ 0.0f * G_PI / 180.0f);
+ cairo_line_to (cr,
+ x + width,
+ y + height - radius);
+ cairo_arc (cr,
+ x + width - radius,
+ y + height - radius,
+ radius,
+ 0.0f * G_PI / 180.0f,
+ 90.0f * G_PI / 180.0f);
+ cairo_line_to (cr,
+ x + radius,
+ y + height);
+ cairo_arc (cr,
+ x + radius,
+ y + height - radius,
+ radius,
+ 90.0f * G_PI / 180.0f,
+ 180.0f * G_PI / 180.0f);
+ cairo_line_to (cr,
+ x,
+ y + radius);
+ cairo_arc (cr,
+ x + radius,
+ y + radius,
+ radius,
+ 180.0f * G_PI / 180.0f,
+ 270.0f * G_PI / 180.0f);
+ cairo_close_path (cr);
+}
+
+void
+msd_osd_window_color_reverse (const GdkColor *a,
+ GdkColor *b)
+{
+ gdouble red;
+ gdouble green;
+ gdouble blue;
+ gdouble h;
+ gdouble s;
+ gdouble v;
+
+ red = (gdouble) a->red / 65535.0;
+ green = (gdouble) a->green / 65535.0;
+ blue = (gdouble) a->blue / 65535.0;
+
+ gtk_rgb_to_hsv (red, green, blue, &h, &s, &v);
+
+ v = 0.5 + (0.5 - v);
+ if (v > 1.0)
+ v = 1.0;
+ else if (v < 0.0)
+ v = 0.0;
+
+ gtk_hsv_to_rgb (h, s, v, &red, &green, &blue);
+
+ b->red = red * 65535.0;
+ b->green = green * 65535.0;
+ b->blue = blue * 65535.0;
+}
+
+/* This is our expose-event handler when the window is in a compositing manager.
+ * We draw everything by hand, using Cairo, so that we can have a nice
+ * transparent/rounded look.
+ */
+static void
+#if GTK_CHECK_VERSION (3, 0, 0)
+draw_when_composited (GtkWidget *widget, cairo_t *context)
+#else
+expose_when_composited (GtkWidget *widget, GdkEventExpose *event)
+#endif
+{
+ MsdOsdWindow *window;
+#if !GTK_CHECK_VERSION (3, 0, 0)
+ cairo_t *context;
+#endif
+ cairo_t *cr;
+ cairo_surface_t *surface;
+ int width;
+ int height;
+ GtkStyle *style;
+ GdkColor color;
+ double r, g, b;
+
+ window = MSD_OSD_WINDOW (widget);
+
+#if !GTK_CHECK_VERSION (3, 0, 0)
+ context = gdk_cairo_create (gtk_widget_get_window (widget));
+#endif
+
+ style = gtk_widget_get_style (widget);
+ cairo_set_operator (context, CAIRO_OPERATOR_SOURCE);
+ gtk_window_get_size (GTK_WINDOW (widget), &width, &height);
+
+ surface = cairo_surface_create_similar (cairo_get_target (context),
+ CAIRO_CONTENT_COLOR_ALPHA,
+ width,
+ height);
+
+ if (cairo_surface_status (surface) != CAIRO_STATUS_SUCCESS) {
+ goto done;
+ }
+
+ cr = cairo_create (surface);
+ if (cairo_status (cr) != CAIRO_STATUS_SUCCESS) {
+ goto done;
+ }
+ cairo_set_source_rgba (cr, 1.0, 1.0, 1.0, 0.0);
+ cairo_set_operator (cr, CAIRO_OPERATOR_OVER);
+ cairo_paint (cr);
+
+ /* draw a box */
+ msd_osd_window_draw_rounded_rectangle (cr, 1.0, 0.5, 0.5, height / 10, width-1, height-1);
+ msd_osd_window_color_reverse (&style->bg[GTK_STATE_NORMAL], &color);
+ r = (float)color.red / 65535.0;
+ g = (float)color.green / 65535.0;
+ b = (float)color.blue / 65535.0;
+ cairo_set_source_rgba (cr, r, g, b, BG_ALPHA);
+ cairo_fill_preserve (cr);
+
+ msd_osd_window_color_reverse (&style->text_aa[GTK_STATE_NORMAL], &color);
+ r = (float)color.red / 65535.0;
+ g = (float)color.green / 65535.0;
+ b = (float)color.blue / 65535.0;
+ cairo_set_source_rgba (cr, r, g, b, BG_ALPHA / 2);
+ cairo_set_line_width (cr, 1);
+ cairo_stroke (cr);
+
+ g_signal_emit (window, signals[EXPOSE_WHEN_COMPOSITED], 0, cr);
+
+ cairo_destroy (cr);
+
+ /* Make sure we have a transparent background */
+ cairo_rectangle (context, 0, 0, width, height);
+ cairo_set_source_rgba (context, 0.0, 0.0, 0.0, 0.0);
+ cairo_fill (context);
+
+ cairo_set_source_surface (context, surface, 0, 0);
+ cairo_paint_with_alpha (context, window->priv->fade_out_alpha);
+
+ done:
+ if (surface != NULL) {
+ cairo_surface_destroy (surface);
+ }
+#if !GTK_CHECK_VERSION (3, 0, 0)
+ cairo_destroy (context);
+#endif
+}
+
+/* This is our expose-event handler when the window is *not* in a compositing manager.
+ * We just draw a rectangular frame by hand. We do this with hardcoded drawing code,
+ * instead of GtkFrame, to avoid changing the window's internal widget hierarchy: in
+ * either case (composited or non-composited), callers can assume that this works
+ * identically to a GtkWindow without any intermediate widgetry.
+ */
+static void
+#if GTK_CHECK_VERSION (3, 0, 0)
+draw_when_not_composited (GtkWidget *widget, cairo_t *cr)
+#else
+expose_when_not_composited (GtkWidget *widget, GdkEventExpose *event)
+#endif
+{
+ MsdOsdWindow *window;
+#if GTK_CHECK_VERSION (3, 0, 0)
+ int width;
+ int height;
+#else
+ GtkAllocation allocation;
+#endif
+
+ window = MSD_OSD_WINDOW (widget);
+
+#if GTK_CHECK_VERSION (3, 0, 0)
+ width = gtk_widget_get_allocated_width (widget);
+ height = gtk_widget_get_allocated_width (widget);
+#else
+ gtk_widget_get_allocation (widget, &allocation);
+#endif
+
+ gtk_paint_shadow (gtk_widget_get_style (widget),
+#if GTK_CHECK_VERSION (3, 0, 0)
+ cr,
+#else
+ gtk_widget_get_window (widget),
+#endif
+ gtk_widget_get_state (widget),
+ GTK_SHADOW_OUT,
+#if !GTK_CHECK_VERSION (3, 0, 0)
+ &event->area,
+#endif
+ widget,
+ NULL, /* NULL detail -> themes should use the MsdOsdWindow widget name, probably */
+ 0,
+ 0,
+#if GTK_CHECK_VERSION (3, 0, 0)
+ width,
+ height);
+#else
+ allocation.width,
+ allocation.height);
+#endif
+}
+
+static gboolean
+#if GTK_CHECK_VERSION (3, 0, 0)
+msd_osd_window_draw (GtkWidget *widget,
+ cairo_t *cr)
+#else
+msd_osd_window_expose_event (GtkWidget *widget,
+ GdkEventExpose *event)
+#endif
+{
+ MsdOsdWindow *window;
+ GtkWidget *child;
+
+ window = MSD_OSD_WINDOW (widget);
+
+#if GTK_CHECK_VERSION (3, 0, 0)
+ if (window->priv->is_composited)
+ draw_when_composited (widget, cr);
+ else
+ draw_when_not_composited (widget, cr);
+#else
+ if (window->priv->is_composited)
+ expose_when_composited (widget, event);
+ else
+ expose_when_not_composited (widget, event);
+#endif
+
+ child = gtk_bin_get_child (GTK_BIN (window));
+ if (child)
+#if GTK_CHECK_VERSION (3, 0, 0)
+ gtk_container_propagate_draw (GTK_CONTAINER (window), child, cr);
+#else
+ gtk_container_propagate_expose (GTK_CONTAINER (window), child, event);
+#endif
+
+ return FALSE;
+}
+
+static void
+msd_osd_window_real_show (GtkWidget *widget)
+{
+ MsdOsdWindow *window;
+
+ if (GTK_WIDGET_CLASS (msd_osd_window_parent_class)->show) {
+ GTK_WIDGET_CLASS (msd_osd_window_parent_class)->show (widget);
+ }
+
+ window = MSD_OSD_WINDOW (widget);
+ remove_hide_timeout (window);
+ add_hide_timeout (window);
+}
+
+static void
+msd_osd_window_real_hide (GtkWidget *widget)
+{
+ MsdOsdWindow *window;
+
+ if (GTK_WIDGET_CLASS (msd_osd_window_parent_class)->hide) {
+ GTK_WIDGET_CLASS (msd_osd_window_parent_class)->hide (widget);
+ }
+
+ window = MSD_OSD_WINDOW (widget);
+ remove_hide_timeout (window);
+}
+
+static void
+msd_osd_window_real_realize (GtkWidget *widget)
+{
+#if GTK_CHECK_VERSION (3, 0, 0)
+ GdkScreen *screen;
+ GdkVisual *visual;
+ cairo_region_t *region;
+#else
+ GdkColormap *colormap;
+ GtkAllocation allocation;
+ GdkBitmap *mask;
+ cairo_t *cr;
+#endif
+
+#if GTK_CHECK_VERSION (3, 0, 0)
+ screen = gtk_widget_get_screen (widget);
+ visual = gdk_screen_get_rgba_visual (screen);
+
+ if (visual == NULL) {
+ visual = gdk_screen_get_system_visual (screen);
+ }
+ gtk_widget_set_visual (widget, visual);
+#else
+ colormap = gdk_screen_get_rgba_colormap (gtk_widget_get_screen (widget));
+
+ if (colormap != NULL) {
+ gtk_widget_set_colormap (widget, colormap);
+ }
+#endif
+
+ if (GTK_WIDGET_CLASS (msd_osd_window_parent_class)->realize) {
+ GTK_WIDGET_CLASS (msd_osd_window_parent_class)->realize (widget);
+ }
+
+#if GTK_CHECK_VERSION (3, 0, 0)
+ /* make the whole window ignore events */
+ region = cairo_region_create ();
+ gtk_widget_input_shape_combine_region (widget, region);
+ cairo_region_destroy (region);
+#else
+ gtk_widget_get_allocation (widget, &allocation);
+ mask = gdk_pixmap_new (gtk_widget_get_window (widget),
+ allocation.width,
+ allocation.height,
+ 1);
+ cr = gdk_cairo_create (mask);
+
+ cairo_set_source_rgba (cr, 1., 1., 1., 0.);
+ cairo_set_operator (cr, CAIRO_OPERATOR_SOURCE);
+ cairo_paint (cr);
+
+ /* make the whole window ignore events */
+ gdk_window_input_shape_combine_mask (gtk_widget_get_window (widget), mask, 0, 0);
+ g_object_unref (mask);
+ cairo_destroy (cr);
+#endif
+}
+
+static void
+msd_osd_window_style_set (GtkWidget *widget,
+ GtkStyle *previous_style)
+{
+ GtkStyle *style;
+
+ GTK_WIDGET_CLASS (msd_osd_window_parent_class)->style_set (widget, previous_style);
+
+ /* We set our border width to 12 (per the MATE standard), plus the
+ * thickness of the frame that we draw in our expose handler. This will
+ * make our child be 12 pixels away from the frame.
+ */
+
+ style = gtk_widget_get_style (widget);
+ gtk_container_set_border_width (GTK_CONTAINER (widget), 12 + MAX (style->xthickness, style->ythickness));
+}
+
+#if GTK_CHECK_VERSION (3, 0, 0)
+static void
+msd_osd_window_get_preferred_width (GtkWidget *widget,
+ gint *minimum_width,
+ gint *natural_width)
+{
+ GtkStyle *style;
+
+ GTK_WIDGET_CLASS (msd_osd_window_parent_class)->get_preferred_width (widget, minimum_width, natural_width);
+
+ /* See the comment in msd_osd_window_style_set() for why we add the thickness here */
+
+ style = gtk_widget_get_style (widget);
+
+ *minimum_width += style->xthickness;
+ *natural_width += style->xthickness;
+}
+
+static void
+msd_osd_window_get_preferred_height (GtkWidget *widget,
+ gint *minimum_height,
+ gint *natural_height)
+{
+ GtkStyle *style;
+
+ GTK_WIDGET_CLASS (msd_osd_window_parent_class)->get_preferred_height (widget, minimum_height, natural_height);
+
+ /* See the comment in msd_osd_window_style_set() for why we add the thickness here */
+
+ style = gtk_widget_get_style (widget);
+
+ *minimum_height += style->ythickness;
+ *natural_height += style->ythickness;
+}
+#else
+static void
+msd_osd_window_size_request (GtkWidget *widget,
+ GtkRequisition *requisition)
+{
+ GtkStyle *style;
+
+ GTK_WIDGET_CLASS (msd_osd_window_parent_class)->size_request (widget, requisition);
+
+ /* See the comment in msd_osd_window_style_set() for why we add the thickness here */
+
+ style = gtk_widget_get_style (widget);
+
+ requisition->width += style->xthickness;
+ requisition->height += style->ythickness;
+}
+#endif
+
+static GObject *
+msd_osd_window_constructor (GType type,
+ guint n_construct_properties,
+ GObjectConstructParam *construct_params)
+{
+ GObject *object;
+
+ object = G_OBJECT_CLASS (msd_osd_window_parent_class)->constructor (type, n_construct_properties, construct_params);
+
+ g_object_set (object,
+ "type", GTK_WINDOW_POPUP,
+ "type-hint", GDK_WINDOW_TYPE_HINT_NOTIFICATION,
+ "skip-taskbar-hint", TRUE,
+ "skip-pager-hint", TRUE,
+ "focus-on-map", FALSE,
+ NULL);
+
+ return object;
+}
+
+static void
+msd_osd_window_class_init (MsdOsdWindowClass *klass)
+{
+ GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
+ GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
+
+ gobject_class->constructor = msd_osd_window_constructor;
+
+ widget_class->show = msd_osd_window_real_show;
+ widget_class->hide = msd_osd_window_real_hide;
+ widget_class->realize = msd_osd_window_real_realize;
+ widget_class->style_set = msd_osd_window_style_set;
+#if GTK_CHECK_VERSION (3, 0, 0)
+ widget_class->get_preferred_width = msd_osd_window_get_preferred_width;
+ widget_class->get_preferred_height = msd_osd_window_get_preferred_height;
+ widget_class->draw = msd_osd_window_draw;
+#else
+ widget_class->size_request = msd_osd_window_size_request;
+ widget_class->expose_event = msd_osd_window_expose_event;
+#endif
+
+#if GTK_CHECK_VERSION (3, 0, 0)
+ signals[EXPOSE_WHEN_COMPOSITED] = g_signal_new ("draw-when-composited",
+#else
+ signals[EXPOSE_WHEN_COMPOSITED] = g_signal_new ("expose-when-composited",
+#endif
+ G_TYPE_FROM_CLASS (gobject_class),
+ G_SIGNAL_RUN_FIRST,
+#if GTK_CHECK_VERSION (3, 0, 0)
+ G_STRUCT_OFFSET (MsdOsdWindowClass, draw_when_composited),
+#else
+ G_STRUCT_OFFSET (MsdOsdWindowClass, expose_when_composited),
+#endif
+ NULL, NULL,
+ g_cclosure_marshal_VOID__POINTER,
+ G_TYPE_NONE, 1,
+ G_TYPE_POINTER);
+
+ g_type_class_add_private (klass, sizeof (MsdOsdWindowPrivate));
+}
+
+/**
+ * msd_osd_window_is_composited:
+ * @window: a #MsdOsdWindow
+ *
+ * Return value: whether the window was created on a composited screen.
+ */
+gboolean
+msd_osd_window_is_composited (MsdOsdWindow *window)
+{
+ return window->priv->is_composited;
+}
+
+/**
+ * msd_osd_window_is_valid:
+ * @window: a #MsdOsdWindow
+ *
+ * Return value: TRUE if the @window's idea of being composited matches whether
+ * its current screen is actually composited.
+ */
+gboolean
+msd_osd_window_is_valid (MsdOsdWindow *window)
+{
+ GdkScreen *screen = gtk_widget_get_screen (GTK_WIDGET (window));
+ return gdk_screen_is_composited (screen) == window->priv->is_composited;
+}
+
+static void
+msd_osd_window_init (MsdOsdWindow *window)
+{
+ GdkScreen *screen;
+
+ window->priv = MSD_OSD_WINDOW_GET_PRIVATE (window);
+
+ screen = gtk_widget_get_screen (GTK_WIDGET (window));
+
+ window->priv->is_composited = gdk_screen_is_composited (screen);
+
+ if (window->priv->is_composited) {
+ gdouble scalew, scaleh, scale;
+ gint size;
+
+ gtk_window_set_decorated (GTK_WINDOW (window), FALSE);
+ gtk_widget_set_app_paintable (GTK_WIDGET (window), TRUE);
+
+ /* assume 130x130 on a 640x480 display and scale from there */
+ scalew = gdk_screen_get_width (screen) / 640.0;
+ scaleh = gdk_screen_get_height (screen) / 480.0;
+ scale = MIN (scalew, scaleh);
+ size = 130 * MAX (1, scale);
+
+ gtk_window_set_default_size (GTK_WINDOW (window), size, size);
+
+ window->priv->fade_out_alpha = 1.0;
+ } else {
+ gtk_container_set_border_width (GTK_CONTAINER (window), 12);
+ }
+}
+
+GtkWidget *
+msd_osd_window_new (void)
+{
+ return g_object_new (MSD_TYPE_OSD_WINDOW, NULL);
+}
+
+/**
+ * msd_osd_window_update_and_hide:
+ * @window: a #MsdOsdWindow
+ *
+ * Queues the @window for immediate drawing, and queues a timer to hide the window.
+ */
+void
+msd_osd_window_update_and_hide (MsdOsdWindow *window)
+{
+ remove_hide_timeout (window);
+ add_hide_timeout (window);
+
+ if (window->priv->is_composited) {
+ gtk_widget_queue_draw (GTK_WIDGET (window));
+ }
+}
diff --git a/src/msd-osd-window.h b/src/msd-osd-window.h
new file mode 100644
index 0000000..fd33d36
--- /dev/null
+++ b/src/msd-osd-window.h
@@ -0,0 +1,102 @@
+/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8; tab-width: 8 -*-
+ *
+ * On-screen-display (OSD) window for mate-settings-daemon's plugins
+ *
+ * Copyright (C) 2006 William Jon McCann <[email protected]>
+ * Copyright (C) 2009 Novell, Inc
+ *
+ * Authors:
+ * William Jon McCann <[email protected]>
+ * Federico Mena-Quintero <[email protected]>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be
+ * useful, but WITHOUT ANY WARRANTY; without even the implied
+ * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+ * PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU Lesser General
+ * Public License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ *
+ */
+
+/* MsdOsdWindow is an "on-screen-display" window (OSD). It is the cute,
+ * semi-transparent, curved popup that appears when you press a hotkey global to
+ * the desktop, such as to change the volume, switch your monitor's parameters,
+ * etc.
+ *
+ * You can create a MsdOsdWindow and use it as a normal GtkWindow. It will
+ * automatically center itself, figure out if it needs to be composited, etc.
+ * Just pack your widgets in it, sit back, and enjoy the ride.
+ */
+
+#ifndef MSD_OSD_WINDOW_H
+#define MSD_OSD_WINDOW_H
+
+#include <glib-object.h>
+#include <gtk/gtk.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+/* Alpha value to be used for foreground objects drawn in an OSD window */
+#define MSD_OSD_WINDOW_FG_ALPHA 1.0
+
+#define MSD_TYPE_OSD_WINDOW (msd_osd_window_get_type ())
+#define MSD_OSD_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MSD_TYPE_OSD_WINDOW, MsdOsdWindow))
+#define MSD_OSD_WINDOW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), MSD_TYPE_OSD_WINDOW, MsdOsdWindowClass))
+#define MSD_IS_OSD_WINDOW(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), MSD_TYPE_OSD_WINDOW))
+#define MSD_IS_OSD_WINDOW_CLASS(klass) (G_TYPE_INSTANCE_GET_CLASS ((klass), MSD_TYPE_OSD_WINDOW))
+#define MSD_OSD_WINDOW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MSD_TYPE_OSD_WINDOW, MsdOsdWindowClass))
+
+typedef struct MsdOsdWindow MsdOsdWindow;
+typedef struct MsdOsdWindowClass MsdOsdWindowClass;
+typedef struct MsdOsdWindowPrivate MsdOsdWindowPrivate;
+
+struct MsdOsdWindow {
+ GtkWindow parent;
+
+ MsdOsdWindowPrivate *priv;
+};
+
+struct MsdOsdWindowClass {
+ GtkWindowClass parent_class;
+
+#if GTK_CHECK_VERSION (3, 0, 0)
+ void (* draw_when_composited) (MsdOsdWindow *window, cairo_t *cr);
+#else
+ void (* expose_when_composited) (MsdOsdWindow *window, cairo_t *cr);
+#endif
+};
+
+GType msd_osd_window_get_type (void);
+
+GtkWidget * msd_osd_window_new (void);
+gboolean msd_osd_window_is_composited (MsdOsdWindow *window);
+gboolean msd_osd_window_is_valid (MsdOsdWindow *window);
+void msd_osd_window_update_and_hide (MsdOsdWindow *window);
+
+void msd_osd_window_draw_rounded_rectangle (cairo_t *cr,
+ gdouble aspect,
+ gdouble x,
+ gdouble y,
+ gdouble corner_radius,
+ gdouble width,
+ gdouble height);
+
+void msd_osd_window_color_reverse (const GdkColor *a,
+ GdkColor *b);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif