http://bugzilla.moblin.org/show_bug.cgi?id=2968
pohly <patrick.ohly(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P1
Status|NEEDINFO |ASSIGNED
AssignedTo|syncevolution(a)lists.intel.c |jku(a)linux.intel.com
|om |
Target Milestone|future |0.9.1
--- Comment #6 from pohly <patrick.ohly(a)intel.com> 2009-09-24 05:09:15 ---
(In reply to comment #5)
Nick, your input on what the user is supposed to be told is still
needed.
The following strings were added for 0.9.1:
+const char*
+get_service_description (const char *service)
+{
+ if (strcmp (service, "ScheduleWorld") == 0) {
+ return _("ScheduleWorld enables you to keep your contacts, events, "
+ "tasks, and notes in sync.");
+ }else if (strcmp (service, "Google") == 0) {
+ return _("Google Sync can backup and synchronize your Address Book "
+ "with your Gmail contacts.");
+ }else if (strcmp (service, "Funambol") == 0) {
+ return _("Backup your contacts and calendar. Sync with a single"
+ "click, anytime, anywhere.");
+ }
+
+ return "";
+}
We lack strings for Mobical and Memotoo, which will be listed in 0.9.1.
For Memotoo I suggest the text shown on
www.memotoo.com:
"Access your personal data from any computer connected to the Internet: at
home,
at work, while traveling, ..."
Mobical.net:
"The
Mobical.net Backup and Restore service allows you to securely backup your
personal mobile data for free."
What's more, Funambol intends to switch
my.funambol.com to a demo mode with 90
days of usage for new accounts. Should we document that in the string above,
perhaps by appending DEMO?
Funambol - Backup your contacts and calendar. Sync with a single click,
anytime, anywhere (DEMO).
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.