Imported Upstream version 2.7.1
This commit is contained in:
parent
a1fa151fc7
commit
0121794af9
451 changed files with 41339 additions and 10887 deletions
|
@ -856,7 +856,7 @@ class gui_updater( threading.Thread ) :
|
|||
self.__parent_class._interface__widgets["progress_battery_load"].set_text( _("Not available") )
|
||||
|
||||
if ( vars.has_key( "battery.runtime" ) ) :
|
||||
autonomy = int(vars.get("battery.runtime",0))
|
||||
autonomy = int( float( vars.get( "battery.runtime", 0 ) ) )
|
||||
|
||||
if ( autonomy >= 3600 ) :
|
||||
info = time.strftime( _("<b>%H hours %M minutes %S seconds</b>"), time.gmtime( autonomy ) )
|
||||
|
|
|
@ -1047,7 +1047,8 @@ GNU General Public License for more details.
|
|||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.</property>
|
||||
<property name="authors">David Goncalves <david@lestat.st></property>
|
||||
<property name="translator_credits">David Goncalves <david@lestat.st> - Français</property>
|
||||
<property name="translator_credits">David Goncalves <david@lestat.st> - Français
|
||||
Daniele Pezzini <hyouko@gmail.com> - Italiano</property>
|
||||
<child internal-child="vbox">
|
||||
<widget class="GtkVBox" id="dialog-vbox6">
|
||||
<property name="visible">True</property>
|
||||
|
|
BIN
scripts/python/app/locale/it/LC_MESSAGES/NUT-Monitor.mo
Normal file
BIN
scripts/python/app/locale/it/LC_MESSAGES/NUT-Monitor.mo
Normal file
Binary file not shown.
|
@ -3,6 +3,7 @@ Name=NUT Monitor
|
|||
Name[fr]=Moniteur NUT
|
||||
Comment=Network UPS Tools GUI client
|
||||
Comment[fr]=Client graphique pour NUT (Network UPS Tools)
|
||||
Comment[it]=Client grafico per NUT (Network UPS Tools)
|
||||
Categories=Application;Network;
|
||||
Encoding=UTF-8
|
||||
Exec=NUT-Monitor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue