[ifolder-svn] SF.net SVN: ifolder:[7701] trunk/ifolder/src/UI/Linux/LinuxClient
Brought to you by:
srinidhi_bs
From: <kau...@us...> - 2016-05-19 08:37:26
|
Revision: 7701 http://sourceforge.net/p/ifolder/code/7701 Author: kaushikvelusamy Date: 2016-05-19 08:37:24 +0000 (Thu, 19 May 2016) Log Message: ----------- Resolved Fixed : Bug 980392 - iFolder linux client branding changes incomplete. Correction: updated the relevant "msgid" in the source codes as well. Modified Paths: -------------- trunk/ifolder/src/UI/Linux/LinuxClient/application/iFolderApplication.cs trunk/ifolder/src/UI/Linux/LinuxClient/library/Util.cs.in trunk/ifolder/src/UI/Linux/LinuxClient/library/iFolderNetworkDialog.cs trunk/ifolder/src/UI/Linux/LinuxClient/po/zh_TW.po Modified: trunk/ifolder/src/UI/Linux/LinuxClient/application/iFolderApplication.cs =================================================================== --- trunk/ifolder/src/UI/Linux/LinuxClient/application/iFolderApplication.cs 2016-05-18 12:08:48 UTC (rev 7700) +++ trunk/ifolder/src/UI/Linux/LinuxClient/application/iFolderApplication.cs 2016-05-19 08:37:24 UTC (rev 7701) @@ -182,8 +182,8 @@ null, iFolderMsgDialog.DialogType.Question, iFolderMsgDialog.ButtonSet.YesNo, - Util.GS("Exit Novell iFolder"),"", - Util.GS("If you exit the Novell iFolder application, changes in your iFolder will no longer be tracked.\nThe next time you login, Novell iFolder will reconcile any differences between your iFolder and Server.\n\nAre you sure you want to exit the Application ?") + Util.GS("Exit iFolder"),"", + Util.GS("If you exit the iFolder application, changes in your iFolder will no longer be tracked.\nThe next time you login, iFolder will reconcile any differences between your iFolder and Server.\n\nAre you sure you want to exit the Application ?") ); quitDlg.Response += new ResponseHandler(YesNo_Clicked); Modified: trunk/ifolder/src/UI/Linux/LinuxClient/library/Util.cs.in =================================================================== --- trunk/ifolder/src/UI/Linux/LinuxClient/library/Util.cs.in 2016-05-18 12:08:48 UTC (rev 7700) +++ trunk/ifolder/src/UI/Linux/LinuxClient/library/Util.cs.in 2016-05-19 08:37:24 UTC (rev 7701) @@ -459,7 +459,7 @@ GnomeAboutNew( "iFolder", "@_VERSION_@", - Util.GS("Copyright (C) 2004-2011 Novell, Inc.")+Util.GS(" All rights reserved."), + Util.GS("Copyright (C) 2016 Novell, Inc., a Micro Focus company")+Util.GS(" All rights reserved."), Util.GS("The iFolder Project is a file sharing solution that allows people to easily share folders or files of any type with other users, whether they use the same or different operating system. This project is built on the mono/.NET framework to integrate seamlessly into existing desktop environments."), authors, null, Modified: trunk/ifolder/src/UI/Linux/LinuxClient/library/iFolderNetworkDialog.cs =================================================================== --- trunk/ifolder/src/UI/Linux/LinuxClient/library/iFolderNetworkDialog.cs 2016-05-18 12:08:48 UTC (rev 7700) +++ trunk/ifolder/src/UI/Linux/LinuxClient/library/iFolderNetworkDialog.cs 2016-05-19 08:37:24 UTC (rev 7701) @@ -91,7 +91,7 @@ l.Yalign = 0; vbox2.PackStart(l, false, false, 0); - l = new Label(Util.GS("Novell iFolder does not currently support this machine's Network card to detect Network events. DBus failed to initialize for the Network card.")); + l = new Label(Util.GS("iFolder does not currently support this machine's Network card to detect Network events. DBus failed to initialize for the Network card.")); l.LineWrap = true; l.Xalign = 0; vbox2.PackStart(l, true, true, 0); Modified: trunk/ifolder/src/UI/Linux/LinuxClient/po/zh_TW.po =================================================================== --- trunk/ifolder/src/UI/Linux/LinuxClient/po/zh_TW.po 2016-05-18 12:08:48 UTC (rev 7700) +++ trunk/ifolder/src/UI/Linux/LinuxClient/po/zh_TW.po 2016-05-19 08:37:24 UTC (rev 7701) @@ -2489,7 +2489,7 @@ msgid "Exit iFolder" msgstr "結束 iFolder" -msgid "If you exit the iFolder application, changes in your iFolder will no longer be tracked.\nThe next time you login, iFolder will reconcile any differences between your iFolder and Server.\n\nAre you sure you want to exit the Application ?" +msgid "If you exit the iFolder application, changes in your iFolder will no longer be tracked.\nThe next time you login, iFolder will reconcile any differences between your iFolder and Server.\n\nAre you sure you want to exit the Application ?" msgstr "如果您離開 iFolder 應用程式,則您的 iFolder 中的變更將不被追蹤。\n當您下次登入時, iFolder 將使您的 iFolder 與伺服器間的任何差異趨於一致。\n\n您確定要離開應用程式?" msgid "iFolder does not currently support this machine's Network card to detect Network events. DBus failed to initialize for the Network card." This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |