[Goodies-commits] r5796 - in xfce4-power-manager/trunk: po src

Ali Abdallah aliov at xfce.org
Fri Oct 24 21:44:00 CEST 2008


Author: aliov
Date: 2008-10-24 19:44:00 +0000 (Fri, 24 Oct 2008)
New Revision: 5796

Modified:
   xfce4-power-manager/trunk/po/xfce4-power-manager.pot
   xfce4-power-manager/trunk/src/xfpm-ac-adapter.c
   xfce4-power-manager/trunk/src/xfpm-battery-icon.c
   xfce4-power-manager/trunk/src/xfpm-battery.c
   xfce4-power-manager/trunk/src/xfpm-main.c
   xfce4-power-manager/trunk/src/xfpm-settings.c
Log:
update pot file

Modified: xfce4-power-manager/trunk/po/xfce4-power-manager.pot
===================================================================
--- xfce4-power-manager/trunk/po/xfce4-power-manager.pot	2008-10-24 17:30:33 UTC (rev 5795)
+++ xfce4-power-manager/trunk/po/xfce4-power-manager.pot	2008-10-24 19:44:00 UTC (rev 5796)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-24 12:40+0200\n"
+"POT-Creation-Date: 2008-10-24 21:40+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -29,7 +29,7 @@
 msgstr ""
 
 #: xfpm-ac-adapter.c:357 xfpm-battery.c:922
-msgid "Are you sure you want to hibernate the system"
+msgid "Are you sure you want to hibernate the system ?"
 msgstr ""
 
 #: xfpm-ac-adapter.c:359 xfpm-ac-adapter.c:395 xfpm-battery.c:817
@@ -39,7 +39,7 @@
 msgstr ""
 
 #: xfpm-ac-adapter.c:371 xfpm-battery.c:937
-msgid "Are you sure you want to suspend the system"
+msgid "Are you sure you want to suspend the system ?"
 msgstr ""
 
 #: xfpm-ac-adapter.c:373 xfpm-ac-adapter.c:412 xfpm-battery.c:939
@@ -49,11 +49,11 @@
 msgstr ""
 
 #: xfpm-battery-icon.c:337
-msgid "Your battery charge level is low"
+msgid "Your battery charge is low"
 msgstr ""
 
 #: xfpm-battery-icon.c:344
-msgid "Your battery charge level is critical"
+msgid "Your battery is almost empty"
 msgstr ""
 
 #: xfpm-battery-icon.c:353
@@ -102,11 +102,11 @@
 msgstr ""
 
 #: xfpm-battery-icon.c:545
-msgid "Battery charge level is low"
+msgid "Battery charge is low"
 msgstr ""
 
 #: xfpm-battery-icon.c:550
-msgid "Battery charge level is critical"
+msgid "Battery is almost empty"
 msgstr ""
 
 #: xfpm-battery-icon.c:569
@@ -138,8 +138,7 @@
 msgstr ""
 
 #: xfpm-battery.c:779
-msgid ""
-"Your battery charge level is critical save your work to avoid losing data"
+msgid "Your battery is almost empty. save your work to avoid losing data"
 msgstr ""
 
 #: xfpm-battery.c:794
@@ -274,7 +273,7 @@
 msgstr ""
 
 #: xfpm-main.c:221
-msgid "Xfce4 Power Manager is not running, do you want to launch it now"
+msgid "Xfce4 Power Manager is not running, do you want to launch it now ?"
 msgstr ""
 
 #: xfpm-main.c:223
@@ -365,23 +364,23 @@
 msgstr ""
 
 #: xfpm-settings.c:738
-msgid "Cpu freq settings on electric power"
+msgid "CPU freq settings on electric power"
 msgstr ""
 
 #: xfpm-settings.c:738
-msgid "Cpu freq settings"
+msgid "CPU freq settings"
 msgstr ""
 
 #: xfpm-settings.c:760
-msgid "Enable lcd brigthness control"
+msgid "Enable LCD brightness control"
 msgstr ""
 
 #: xfpm-settings.c:782
-msgid "Monitor DPMS settings on ups power"
+msgid "Monitor settings on UPS power"
 msgstr ""
 
 #: xfpm-settings.c:782
-msgid "Monitor DPMS settings on battery power"
+msgid "Monitor settings on battery power"
 msgstr ""
 
 #: xfpm-settings.c:870
@@ -409,7 +408,7 @@
 msgstr ""
 
 #: xfpm-settings.c:974
-msgid "When lid button is pressed do"
+msgid "When laptop lid is closed"
 msgstr ""
 
 #: xfpm-settings.c:998
@@ -449,7 +448,7 @@
 msgstr ""
 
 #: xfpm-settings.c:1134 xfpm-settings.c:1139
-msgid "Cpu settings"
+msgid "CPU settings"
 msgstr ""
 
 #: xfpm-settings.c:1149 xfpm-settings.c:1154

Modified: xfce4-power-manager/trunk/src/xfpm-ac-adapter.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-ac-adapter.c	2008-10-24 17:30:33 UTC (rev 5795)
+++ xfce4-power-manager/trunk/src/xfpm-ac-adapter.c	2008-10-24 19:44:00 UTC (rev 5796)
@@ -354,7 +354,7 @@
 xfpm_ac_adapter_hibernate_callback(GtkWidget *widget,XfpmAcAdapter *adapter)
 {
     gboolean ret = 
-    xfce_confirm(_("Are you sure you want to hibernate the system"),
+    xfce_confirm(_("Are you sure you want to hibernate the system ?"),
                 GTK_STOCK_YES,
                 _("Hibernate"));
     
@@ -368,7 +368,7 @@
 xfpm_ac_adapter_suspend_callback(GtkWidget *widget,XfpmAcAdapter *adapter)
 {
     gboolean ret = 
-    xfce_confirm(_("Are you sure you want to suspend the system"),
+    xfce_confirm(_("Are you sure you want to suspend the system ?"),
                 GTK_STOCK_YES,
                 _("Suspend"));
     

Modified: xfce4-power-manager/trunk/src/xfpm-battery-icon.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-battery-icon.c	2008-10-24 17:30:33 UTC (rev 5795)
+++ xfce4-power-manager/trunk/src/xfpm-battery-icon.c	2008-10-24 19:44:00 UTC (rev 5796)
@@ -334,14 +334,14 @@
             icon_name = g_strdup_printf("%s-%s",icon_prefix,
                             xfpm_battery_icon_get_index(battery_icon->type,level));
 #ifdef HAVE_LIBNOTIFY 
-            message = _("Your battery charge level is low");
+            message = _("Your battery charge is low");
 #endif
             break;
         case CRITICAL:
             icon_name = g_strdup_printf("%s-%s",icon_prefix,
                             xfpm_battery_icon_get_index(battery_icon->type,level));
 #ifdef HAVE_LIBNOTIFY 
-            message = _("Your battery charge level is critical");
+            message = _("Your battery is almost empty");
 #endif
             break;    
         case DISCHARGING:
@@ -542,12 +542,12 @@
         } 
         else if ( remaining_per <= ( critical_level+10 ) && remaining_per > critical_level )
         {
-            strcat(tip,_("Battery charge level is low"));
+            strcat(tip,_("Battery charge is low"));
             xfpm_battery_icon_update(battery_icon,LOW,20,ac_adapter_present);
         }
         else if ( remaining_per <= critical_level )
         {
-            strcat(tip,_("Battery charge level is critical"));
+            strcat(tip,_("Battery is almost empty"));
             xfpm_battery_icon_update(battery_icon,CRITICAL,0,ac_adapter_present);
         }
     }

Modified: xfce4-power-manager/trunk/src/xfpm-battery.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-battery.c	2008-10-24 17:30:33 UTC (rev 5795)
+++ xfce4-power-manager/trunk/src/xfpm-battery.c	2008-10-24 19:44:00 UTC (rev 5796)
@@ -776,7 +776,7 @@
     priv = XFPM_BATTERY_GET_PRIVATE(batt);
     
     const gchar *message;
-    message = _("Your battery charge level is critical "\
+    message = _("Your battery is almost empty. "\
               "save your work to avoid losing data");
               
 #ifdef HAVE_LIBNOTIFY            
@@ -919,7 +919,7 @@
 xfpm_battery_hibernate_callback(GtkWidget *widget,XfpmBattery *batt)
 {
     gboolean ret = 
-    xfce_confirm(_("Are you sure you want to hibernate the system"),
+    xfce_confirm(_("Are you sure you want to hibernate the system ?"),
                 GTK_STOCK_YES,
                 _("Hibernate"));
     
@@ -934,7 +934,7 @@
 xfpm_battery_suspend_callback(GtkWidget *widget,XfpmBattery *batt)
 {
     gboolean ret = 
-    xfce_confirm(_("Are you sure you want to suspend the system"),
+    xfce_confirm(_("Are you sure you want to suspend the system ?"),
                 GTK_STOCK_YES,
                 _("Suspend"));
     

Modified: xfce4-power-manager/trunk/src/xfpm-main.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-main.c	2008-10-24 17:30:33 UTC (rev 5795)
+++ xfce4-power-manager/trunk/src/xfpm-main.c	2008-10-24 19:44:00 UTC (rev 5796)
@@ -218,7 +218,7 @@
         {
             g_print("Xfce power manager is not running\n");
             gboolean ret = 
-            xfce_confirm(_("Xfce4 Power Manager is not running, do you want to launch it now"),
+            xfce_confirm(_("Xfce4 Power Manager is not running, do you want to launch it now ?"),
                         GTK_STOCK_YES,
                         _("Run"));
             if ( ret ) 

Modified: xfce4-power-manager/trunk/src/xfpm-settings.c
===================================================================
--- xfce4-power-manager/trunk/src/xfpm-settings.c	2008-10-24 17:30:33 UTC (rev 5795)
+++ xfce4-power-manager/trunk/src/xfpm-settings.c	2008-10-24 19:44:00 UTC (rev 5796)
@@ -735,7 +735,7 @@
         GtkWidget *frame;
         frame = xfpm_settings_cpu_on_ac_adapter(channel,
                                                 govs,
-                                                laptop || ups ? _("Cpu freq settings on electric power") : _("Cpu freq settings"));
+                                                laptop || ups ? _("CPU freq settings on electric power") : _("CPU freq settings"));
         gtk_box_pack_start(GTK_BOX(hbox),frame,FALSE,FALSE,0);
         
         if ( laptop || ups )
@@ -757,7 +757,7 @@
     if ( laptop && lcd) 
     {
         GtkWidget *label;
-        label = gtk_label_new(_("Enable lcd brigthness control"));
+        label = gtk_label_new(_("Enable LCD brightness control"));
         gtk_widget_show(label);
         gtk_box_pack_start(GTK_BOX(hbox),label,FALSE,FALSE,0);
         
@@ -779,7 +779,7 @@
 xfpm_settings_dpms_on_battery(XfconfChannel *channel,gboolean ups)
 {
     GtkWidget *frame,*align;  
-    frame = xfce_create_framebox(ups ? _("Monitor DPMS settings on ups power") : _("Monitor DPMS settings on battery power"), &align);
+    frame = xfce_create_framebox(ups ? _("Monitor settings on UPS power") : _("Monitor settings on battery power"), &align);
     gtk_widget_show(frame);
     
     gtk_container_set_border_width(GTK_CONTAINER(frame),BORDER);
@@ -971,7 +971,7 @@
     /// Lid Button
     if ( laptop && ( switch_buttons & LID_SWITCH ) )
     {
-        label = gtk_label_new(_("When lid button is pressed do"));
+        label = gtk_label_new(_("When laptop lid is closed"));
         gtk_widget_show(label);
         gtk_table_attach_defaults(GTK_TABLE(table),label,0,1,2,3);
         GtkWidget *lid_button;
@@ -1131,12 +1131,12 @@
     gtk_list_store_append(list_store,&iter);
     if ( pix )
     {
-        gtk_list_store_set(list_store,&iter,0,pix,1,_("Cpu settings"),2,0,-1);
+        gtk_list_store_set(list_store,&iter,0,pix,1,_("CPU settings"),2,0,-1);
         g_object_unref(pix);
     }
     else
     {
-        gtk_list_store_set(list_store,&iter,1,_("Cpu settings"),2,0,-1);
+        gtk_list_store_set(list_store,&iter,1,_("CPU settings"),2,0,-1);
     }
     
     /// Battery Settings




More information about the Goodies-commits mailing list