Mailinglist Archive: opensuse-commit (1093 mails)

< Previous Next >
commit umtsmon
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 01 Feb 2008 18:14:27 +0100
  • Message-id: <20080201171427.6EAE0678182@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package umtsmon
checked in at Fri Feb 1 18:14:27 CET 2008.

--------
--- umtsmon/umtsmon.changes 2008-01-29 11:09:49.000000000 +0100
+++ umtsmon/umtsmon.changes 2008-02-01 11:55:47.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Feb 1 11:55:18 CET 2008 - seife@xxxxxxx
+
+- update to current CVS - only message string fixes
+
+-------------------------------------------------------------------

Old:
----
umtsmon-0.7.90.20080128.tar.bz2

New:
----
umtsmon-0.7.90.20080201.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ umtsmon.spec ++++++
--- /var/tmp/diff_new_pack.k15433/_old 2008-02-01 18:14:11.000000000 +0100
+++ /var/tmp/diff_new_pack.k15433/_new 2008-02-01 18:14:11.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package umtsmon (Version 0.7.90.20080128)
+# spec file for package umtsmon (Version 0.7.90.20080201)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,8 +11,8 @@

Name: umtsmon
BuildRequires: libusb-devel qt3-devel
-Version: 0.7.90.20080128
-Release: 2
+Version: 0.7.90.20080201
+Release: 1
Summary: Control/monitor your UMTS card
License: GPL v2 or later
Group: Hardware/Mobile
@@ -57,6 +57,8 @@
rm -rf %{buildroot}

%changelog
+* Fri Feb 01 2008 seife@xxxxxxx
+- update to current CVS - only message string fixes
* Tue Jan 29 2008 seife@xxxxxxx
- install localization files
* Mon Jan 28 2008 seife@xxxxxxx

++++++ umtsmon-0.7.90.20080128.tar.bz2 -> umtsmon-0.7.90.20080201.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/umtsmon/mainwindow.ui.h new/umtsmon/mainwindow.ui.h
--- old/umtsmon/mainwindow.ui.h 2008-01-28 10:18:15.000000000 +0100
+++ new/umtsmon/mainwindow.ui.h 2008-02-01 11:53:27.000000000 +0100
@@ -237,8 +237,8 @@
}
else
{
- Popup::Warning(tr("Your card is not registered on a network
yet\n"
- "SMS functions unavailable"), this);
+ Popup::Warning(tr("You are not connected to a network yet.\n"
+ "SMS functions are unavailable."), this);
}
}

@@ -299,8 +299,8 @@
catch (MonthRolloverException)
{
Popup::Warning("Your computer just ran into a new month.\n"
- "due to limitations of pppd, we cannot
account new"
- "traffic to the new month. Please close
the connection\n"
+ "Due to limitations of pppd, we cannot
account new"
+ "traffic to the new month. Please close
the connection"
"and reconnect at your earliest
convenience.");
}

@@ -437,13 +437,13 @@
if (myCIPtr->isSearching()==true)
{
Popup::Info("There is no connection with a mobile network
yet.\n"
- "Please wait a few more seconds. If the problem
remains,\n"
- "try selecting another network operator in the
menu.");
+ "Please wait a few more seconds. If the problem
remains,"
+ "try selecting another network operator.");
return false;
}
if (!myCIPtr->isDeviceRegistered())
{
- Popup::Warning(tr("You are not connected to a network yet"),
this);
+ Popup::Warning(tr("You are not connected to a network yet."),
this);
return false;
}
// for safety, let's re-create theMonthlyTraffic instance,
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/umtsmon/src/view/networkoperatordialog.ui.h
new/umtsmon/src/view/networkoperatordialog.ui.h
--- old/umtsmon/src/view/networkoperatordialog.ui.h 2008-01-28
10:18:15.000000000 +0100
+++ new/umtsmon/src/view/networkoperatordialog.ui.h 2008-02-01
11:53:27.000000000 +0100
@@ -101,7 +101,7 @@

if (theNWChangerPtr->theCNlist.empty()==true)
{
- Popup::Info(tr("No network operators were found\nYou might want
to try again"), this);
+ Popup::Info(tr("No network operators were found.\nYou might
want to try again."), this);
emit this->reject();
return;
}
@@ -158,7 +158,7 @@
if (theNWChangerPtr->startSwitchToNetworkID(aIndex) == false)
{
Popup::Warning (tr(APPNAME " cannot connect.\n"
- "either this network is forbidden to you or an error
happened.\n"
+ "Either this network is forbidden to you or an error
happened.\n"
"Please select a different network or retry."),
this);
return;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/umtsmon/src/view/radiopreferences.ui.h
new/umtsmon/src/view/radiopreferences.ui.h
--- old/umtsmon/src/view/radiopreferences.ui.h 2008-01-28 10:18:15.000000000
+0100
+++ new/umtsmon/src/view/radiopreferences.ui.h 2008-02-01 11:53:27.000000000
+0100
@@ -99,7 +99,7 @@

if
(!TheDeviceManagerSingleton::getDeviceRadioCapsRef().setRadioPreferences(anEntry))
{
- Popup::Warning(tr("Setting your radio technology preference didn't
succeed"), this);
+ Popup::Warning(tr("Failed to set your radio technology preference."),
this);
}

}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/umtsmon/src/view/smsdialog.ui.h
new/umtsmon/src/view/smsdialog.ui.h
--- old/umtsmon/src/view/smsdialog.ui.h 2008-01-28 10:18:15.000000000 +0100
+++ new/umtsmon/src/view/smsdialog.ui.h 2008-02-01 11:53:27.000000000 +0100
@@ -115,11 +115,11 @@
myPD.finish();
if (isOK)
{
- Popup::Info(tr("SMS sent correctly - according to the
card..."));
+ Popup::Info(tr("SMS sent (according to the device)."));

}
else
{
- Popup::Warning(tr("SMS was NOT send!"));
+ Popup::Warning(tr("SMS was not sent!"));
}
}
}


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread