summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/docs
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-24 11:48:31 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-24 11:48:31 +0000
commit171e81205e357e0d54283a63997ed58ff97d54a9 (patch)
tree2fe6f4cb440569e07d151564446433fb84b83839 /plugins/UserInfoEx/docs
parent1e92bf5cf72665b5fec103a0a70d734340725539 (diff)
UserInfoEx, Variables: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1160 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/docs')
-rw-r--r--plugins/UserInfoEx/docs/changelog.txt224
-rw-r--r--plugins/UserInfoEx/docs/userinfoex-translation.txt631
2 files changed, 855 insertions, 0 deletions
diff --git a/plugins/UserInfoEx/docs/changelog.txt b/plugins/UserInfoEx/docs/changelog.txt
new file mode 100644
index 0000000000..06961783b2
--- /dev/null
+++ b/plugins/UserInfoEx/docs/changelog.txt
@@ -0,0 +1,224 @@
+[in work] 0.8.4.3
+! fix missing translation for MSG box (titel and header)
+* optimize code for faster import
+! disable event import from metacontact, to avoid duplicate events from metasync
+ (no secure way to check events from metasync)
+
+UserinfoEx: 0.8.4.2
+! fix crash on import events with same timestamp
+
+UserinfoEx: 0.8.4.1
+! revised flags icon creation for faster load and best resolution on user OS
+ (this also fix flags icon in aero mode)
+! change flags from .bmp to .png (reduce space)
++ add freeimage support for future use
+* update and recompile coz new timezone interface change function order in core
+! fix rare import problem on events with same timestamp and diffrent message (hint from Protogenes)
+! fix issue #29 (resizing moves window anniversarylist) need more work for flicker free draw
+
+UserinfoEx: 0.8.4.0
++ add support for CNF_LANGUAGE1 - CNF_LANGUAGE3 (always return string independent from db typ)
+! update MS_CONTACT_GETCONTACTINFO (CNF_COUNTRY and CNF_COCOUNTRY now also support string typ in proto modul)
+! fix import, avoid duplicate contact
++ add new core timezone api (if not present, fallback to old UIEX timezone)
+! fix base64 event decode on x64
+! fix unicode messages on ex/import
+! fix memory leaks
+! fix export for ansi UID
+* skip emty strings on export
+! fix restore hidden property page
++ use Flags icon in contact details
++ auto unregister all service on exit
++ add ExtraIconService support to Flags module
++ Flags module (supersede Flags Plugin Copyright (C) 2006-1007 H. Herkenrath - coz its not supportet)
++ move birthdate for all contact to new db module
+ on birthdate modus change(keep the database clean)
+! fix company country
+! massive x64 fix
+* more space for translation in .rc
+
+UserinfoEx: 0.8.3.2
+* workaround for dbx_tree (disable some options)
++ add export group
++ add export clist (main group)
++ add export account
++ add new menu options
+* update known contact key hash Table
+* restructur ex/import code
++ add beta support for x64 version (uinfoex64.zip)
+* fix for double events in metacontact import
+* fix import crash if metacontact has only 1 subcontact
+* fix broken rename TreeItem in contact details dialog
+* fix some memory leaks
+
+[0.8.3.1]
+* fixed little graphical bug in details dialog
+
+[0.8.3.0]
+* change dropdown for gender and reminder icon slot
++ add more slot number depending on clist-plugin
+* change the way to store gender and reminder slot in db (now real slot number is stored)
+* change option pages
++ add popup preview
+* merged with code from deathaxe (0.8.2.1)
+
+[0.8.1.5]
+* reminder fix (reminder crash on systray icon click)
+* xml import fix for metacontact
+
+[0.8.1.4]
+* fix mem leaks
+* fix export and import for .vcf (compleate rework)
+* fix export and import for .ini (compleate rework)
+* fix export and import for .XML (compleate rework)
+* final fix for issue 1 (reverted back r19 Attempt to fix issue 1)
+! reverted back old settings position
+* fix issue 16 part2 (compleate rework for popup++ actions main tread do not freece now)
+* fix issue 16 part1 (disable popup-types if popup plugin don't support it)
+* fix range for spindown
+
+[0.8.1.3]
+! tab "Popups" now is in section "Popups" in Miranda settings (require Popup plus or YAPP plugins)
+! some changes in settings interface
+- removed irrelevant the reminder text
+
+[0.8.1.2]
+! UInfoEx now require miranda core 0.8.0.45 and later
+! fixed export dialog ('Optional modules' were not displayed / not selectable)
++ rework Timzone for OS that do not support Timezone 'Index' in winReg
++ add TzName to Modul UserInfo
+- removed TzIndex from Modul UserInfo
+
+[0.8.1.1]
+! fixed timezone problem
+! fixed crash on "Check anniversaries"
++ ExtraIcons Service full support
++ check gpl violations and fake versions Miranda IM
+
+[0.8.1.0]
+! copyrights update
+! fixed crash with click on link in About - Notes dialog
+! fixed crash at addition (sometimes editing or removal) events (but now "Check anniversaries" crashes Miranda IM)
+! fixed display full jabber id (user@server.tld/resource) of user in srmm/tabsrmm
+! fixed refresh contact information for all contacts
+! fixed memory leaks
+! rewritten view of jabber information in user details
+! translation fixes
++ updater beta support for http://userinfoex.googlecode.com (thx Merlin)
++ new zodiac iconsets
++ icon slots numbers unification (thx Merlin)
+
+[0.8.0.0]
+! crash on opening details dialog fixed
+! fixed many memory leaks
+! code cleanup
+! fixed Anniversary Dialog no show the Date again
+! and many others fixes and changes
++ only load plugin if Miranda Version >= 0.8.0.0 available
++ added and completed refresh contact details service
+
+[0.7.0.1]
+- added: userinfoex now uses windows timezones to set up the correct contact time. This should solve most problems with daylight saving stuff. Just select the desired timezone from the combobox of the details dialog.
+- added: The main menu got a new item 'Refresh Contact Details' which allows the owner to refresh all contacts from the server at once.
+- added: A service MS_DB_CONTACT_GETSETTING_STR_EX is implemented for easily retrieving contact information directly from database. See m_userinfoex.h for mor information.
+- added: The toolbar buttons for reminder and anniversary list are now available for modern contact list, too.
+- changed: Changed version system: major and minor version now tell about miranda version (0.7), release number about plugin version and build number keeps build number.
+- fixed: some memory buffers used by richedit ( about & notes page ) could have caused memory leaks due to wrong size calculation
+- fixed: found some issues in extended GetContactInfo module
+- fixed: Options: changing the value for 'Play sound n days before' did not enable the apply button
+- fixed: Resetting treeview in details dialog did not work.
+- fixed: Miranda seemed to crash on shutdown in some situations if the anniversary was list still opened.
+- fixed: Anniversary list does not display MetaSubContacts any longer as their information is managed by the owning MetaContact.
+- fixed: Colour of edit controls and comboboxes is set to 'window color' instead of white
+- fixed: automatic updating contact info upon opening of details dialog now works correctly again
+- fixed: A slightly changed mir_snprintf() function now automatically converts %S to %s to avoid broken text in ANSI version of userinfoex.
+- removed: Lagency icon support was removed so icolib is required now.
+- removed: Meta subcontact's 'USERINFO' and 'mBirthday' modules are no longer dupped to the meta contact. This is not required any longer.
+- updated: now completely makes use of the core's utf8 interface
+- updated: Accessing database information is now handled by a set of own functions instead of default macros for better compatibility.
+- updated: A more intelligent search algorithm for duplicated events boosts the performance of importing contacts.
+- updated: Improved the whole icolib wrapper functions to make use of the latest features of Miranda Core's icolib.
+- updated: Some of the default message boxes can be displayed via popup plugin.
+
+[0.1.3.4]
+- fixed: "extended send/receive email service" can be disabled again to make SMTPsimple plugin work correctly
+- fixed: the marital status is now saved as byte value to make it compatible with all other plugins
+- fixed: hide common pages for wheather contacts
+- fixed: reminder does now say "John Doe has birthday in 4 days." instead of "John Doe has birthday after 4 days."
+- updated: the detail's dialog now calls PSS_GETINFO for all metasubcontacts to retrieve all contact information from any contact who supports this service. ( BETA )
+
+[0.1.3.3]
+- fixed: gender extra icon column is saved to database again
+- fixed: some improvements according to en/disabling reminder and other services
+- improved: reminder popups show the same icon with the number of days left to the anniversay for the contact's anniversary as the clist.
+- added: a very simple service which checks local windows timezone and updates users contact information's timezone value in database
+ ( Upload works only for ICQOscarJ or any other mod using PS_CHANGEINFOEX service )
+
+[0.1.3.2 ( release built )]
+- updated: using latest tinyXML code
+- changed: no longer nested country list. Use core service to retrieve it instead.
+- added: make use of "flags" plugin to display country flag near country comboboxes in detail's dialog
+
+[0.1.3.1 ( beta built )]
+- fixed: CList extra icon shows correct birthday icon again
+- removed: option to set icon pack has gone as new miranda will have icolib in core
+- updated: now makes use of miranda's tabbed options api
+- updaded: changed the layout of options a bit to get a better overview and hide some expert only pages if desired
+- updated: user can select again whether to use default or userinfoex's extended services for displaying
+ clist extra icons for homepage, e-mail & phone
+- fixed: importing a single xml contact does no longer fail
+- fixed: disabled placebar stuff for opendialog in ANSI version of the plugin what should hopefully fix the problem
+ of not being loaded any longer
+
+[0.1.3.0]
+- added MIID UserInfoEx: {9C23A24B-E6AA-43c6-B0B8-D6C36D2F7B57}
+- added MIID ContactInfo: {17DBD7C9-450E-4000-BFB4-908A7EF4CE72}
+- added MIID Reminder: {02E890BD-278D-4890-918D-AB2CF5DC50BD}
+- added: CList extra icon to give information about contact's gender
+- improved: reminder got slightly smaller and should use less recources
+- improved: updated version.h and version.rc
+- removed: support for old none unicode aware database drivers has gone
+- removed: no longer translation of menu items ( is done by genmenu right now )
+- updated: Copyright string in source files is now 2000-2007
+- fixed: history events are exported as base64 encoded binary data. This makes ex/import of all event types possible
+
+[0.1.2.27]
+- fixed: Miranda crashed if user clicks on the upload button to change its own icq contact information
+- fixed: userinfoex' tree items in details dialog are forced into a group for owner contact
+
+[0.1.2.26]
+- fixed: Details dialg: tree item translation did not work correctly
+- fixed: Details dialg: renaming works for all tree items again
+- fixed: Details dialg: reason for crashing if user details are uploaded fixed
+- fixed: Anniversary list: maximizing works again
+
+[0.1.2.25]
+- added: places bar of common dialog boxes for selecting files for opening and saving has button for Miranda installation path and profile path
+- changed: simplified option to enable/disable integration
+- fixed: changes to details dialog's tree is now saved correctly again
+- fixed: improved the support for displaying meta subcontacts in details dialog and fixed some little issues with it
+- added: if a contact is added to database, the current time is saved to 'ContactAddedTime' in the UserInfo module, to give a reliable opportunity to display this date on the origin details page in the future
+- added: details dialog's tree automatically searchs icon for protocol property pages
+- fixed: icons of details dialog's tree and property pages were not correctly updated if changed in icolib
+- changed: the whole anniversary list dialog was rewritten and supports some more features
+
+[0.1.2.24]
+- fixed: anniversary date should be editable and deletable again ( thanks SHADOW-XIII )
+- fixed: phone code of czech is corrected to 420
+- fixed: clist extra icons option disabled if clist extra icons services are not present
+- fixed: some smaller changes to options page should increase reliability
+- fixed: some propable utf8 decoding issue has been eliminated
+- changed: details dialog's treeview state is saved per protocol to global settings. this decreases memory usage and solves several problems
+- changed: details dialog's position is saved globally ( no longer per user )
+- fixed: some possible reasons for crashes while opening options dialog
+- changed: started to devide source code into namespaces to get a better structure and overview
+- added: reminder can now use ignore list to determine which contact's anniversaries to remind of
+- fixed: all property pages of details dialog are forced to be child windows
+- fixed: changed some icon handling stuff to decrease risc of crash due to uninitialized OPTINONSDIALOGPAGE structure members
+- changed: reorganized integration options dialog page
+- added: details dialog of a metacontact now shows all pages of the subcontacts, too, if the option "Scan SubContacts for missing information" is enabled
+- added: option to make details treeview items' labels readonly
+- fixed: module to export/import to/from xml files is rewritten and has some more features. Hopefully works more reliable
+- added: in origin property page of details dialog an item is added to disply the date an ICQ contact was added to database. ( other protocols do not support this )
+- changed: replaced icons in birthday reminder popup ( thanks faithhealer )
+- changed: cleaned up uinfoex_icons.dll changed some icons \ No newline at end of file
diff --git a/plugins/UserInfoEx/docs/userinfoex-translation.txt b/plugins/UserInfoEx/docs/userinfoex-translation.txt
new file mode 100644
index 0000000000..7c9a8734ad
--- /dev/null
+++ b/plugins/UserInfoEx/docs/userinfoex-translation.txt
@@ -0,0 +1,631 @@
+; Common strings that belong to many files
+;[&Export]
+;[Add Interest]
+;[Add Past]
+;[All]
+;[Anniversaries]
+;[Anniversaries only]
+;[Anniversary]
+;[Anniversary list]
+;[Birthday]
+;[Cancel]
+;[Check anniversaries]
+;[Common]
+;[Country Flags]
+;[Delete]
+;[Edit Contact Information]
+;[Home]
+;[Import complete]
+;[None]
+;[OK]
+;[Origin]
+;[Other]
+;[Owner]
+;[Preparing...]
+;[Profile]
+;[Question]
+;[Refresh Contact Details]
+;[Reminder]
+;[Reset factory defaults]
+;[Some basic statistics]
+;[Unspecified]
+;[Update custom birthday]
+;[Updating]
+
+; ../../plugins/UserInfoEx/Res/resource.rc
+;[&Update]
+;[(*) Requires Miranda to be restarted.]
+;[AccountMenu]
+;[Adapt propertysheet pages to aero mode.]
+;[Add Affiliation]
+;[Add E-Mail]
+;[Add Phone Number]
+;[Age:]
+;[Anniversary Editor]
+;[Anniversary Editor\nAdd/Edit your anniversary here.]
+;[Anniversary popup colours]
+;[Apply]
+;[Assistant:]
+;[Automatically backup and keep protocol based birthdays up to date]
+;[Background colour]
+;[Birthday compatibility mode:]
+;[Birthday popup colours]
+;[CList extra icon:]
+;[Cascade:]
+;[Change my ICQ details with UserInfoEx. (Disabled if ICQ doesn't support it)]
+;[Changed information]
+;[Check all]
+;[Check every]
+;[Check file version of default IconPack to prevent wrong icon display]
+;[Check the Modules in the TreeView which you want to export for the contact. To add the file as a new list entry later you need to export at least the protocol module.]
+;[City:]
+;[Colours]
+;[Company:]
+;[Contact History]
+;[Contact Information]
+;[Contact added to ContactList:]
+;[ContactMenu]
+;[Country:]
+;[County/State:]
+;[Custom]
+;[Custom information]
+;[Delay]
+;[Department:]
+;[Dialog]
+;[Display Name:]
+;[Display icons on each dialog button]
+;[Don't remind me of this anniversary.]
+;[E-Mail]
+;[Edit Contact Information\nThis list gives you some overview about all your contact's anniversaries.]
+;[Enable colours to give information about information's status.]
+;[Enable extended 'GetContactInfo' module (*)]
+;[Enable extended 'send/receive email' service (*)]
+;[Enable groups in details dialog's treeview.]
+;[Enabled]
+;[Enter a category for this number:]
+;[Enter a name for the anniversary here please:]
+;[Enter a representitive name for the e-mail address here.]
+;[Enter country, area code and phone number:]
+;[Enter the e-mail address here.]
+;[Enter your full e-mail address.\n(e.g.: john.doe@provider.com)]
+;[Enter your phone number\nand don't worry about formating.]
+;[Ex-/Import items]
+;[Extra Icons]
+;[Female]
+;[First name:]
+;[From PopUp plugin]
+;[Gender]
+;[Gender:]
+;[GroupMenu]
+;[Hide]
+;[Homepage]
+;[Homepage:]
+;[Icon flashing on event]
+;[Icons]
+;[Import]
+;[Importing...\nPlease wait!]
+;[Info of a MetaContact's SubContact]
+;[John Doe (1/10)]
+;[Just from the beginning.]
+;[Language skills]
+;[Last name:]
+;[MainMenu]
+;[Make protocol based contact information readonly.]
+;[Male]
+;[Marital status:]
+;[MetaContacts]
+;[Misc]
+;[Nick:]
+;[Note: Miranda IM will have to be restarted for changes to take effect.]
+;[Occupation:]
+;[Off]
+;[Office:]
+;[Ok]
+;[Or enter a full international number:]
+;[Overwritten information]
+;[Partner:]
+;[Perform check on each startup]
+;[Permanent]
+;[Phone]
+;[Phone can receive SMS text messages]
+;[Play sound]
+;[Popup this dialog on a contact's anniversary]
+;[Position:]
+;[Postal code:]
+;[Prefix:]
+;[Preview]
+;[Progress1]
+;[Protocol's information]
+;[Remind me]
+;[Replace message boxes with popups]
+;[Replace progress dialogs with popups]
+;[Replace the following default icons:]
+;[Scan SubContacts for missing information]
+;[Second name:]
+;[Select Modules]
+;[Setting/Event (20/100)]
+;[Show &during the next]
+;[Show 'Restart' menu item]
+;[Show Menu Item]
+;[Show country flag as &status icon on message window]
+;[Show menu items]
+;[Show reminder messages as popups (if reminder is enabled)]
+;[Sort all tree items alphabetically.]
+;[Statistics:]
+;[Street:]
+;[SubGroupMenu]
+;[Superior:]
+;[Text colour]
+;[This options require a contact list which supports extra icons.]
+;[Time of last check:]
+;[Timezone:]
+;[Title:]
+;[TreeView]
+;[Uncheck all]
+;[Upcoming anniversaries\nThis list gives you some overview about all your contact's anniversaries.]
+;[Use &unknown flag if country can not be determined]
+;[Use Windows Timezone]
+;[Use Windows colours]
+;[Use Zodiac as default avatar]
+;[Use default colours]
+;[Use global reminder settings.]
+;[Use ignore list]
+;[View]
+;[What do you want to export?]
+;[Your contact's local time is:]
+;[Zodiac:]
+;[average age:]
+;[day(s)]
+;[days before.]
+;[female:]
+;[hours]
+;[male:]
+;[not found]
+;[number of contacts:]
+;[r]
+;[with birthday:]
+
+; ../../plugins/UserInfoEx/classMAnnivDate.cpp
+;[%s provides a new birthday via protocol.\nIt is %s. The old one was %s.\n\nDo you want to use this as the new birthday for this contact?]
+;[Aquarius]
+;[Aries]
+;[Cancer]
+;[Capricorn]
+;[Gemini]
+;[Keeps your custom birthday up to date.]
+;[Leo]
+;[Libra]
+;[Pisces]
+;[Sagittarius]
+;[Scorpio]
+;[Taurus]
+;[Unknown]
+;[Virgo]
+
+; ../../plugins/UserInfoEx/classPsTree.cpp
+;[An fatal error occured on adding a property sheet page!\nDialog creation aborted!]
+;[Due to a parameter error, one of the treeitems can't be added!]
+;[Hide Item]
+;[Rename Item]
+;[Reset to defaults]
+;[Show Items:]
+
+; ../../plugins/UserInfoEx/classPsTreeItem.cpp
+;[Creating the label for a page failed with %d and error code %d]
+;[Creating unique name for a page failed with %d and error code %d]
+;[The dialog template type is no longer supported]
+
+; ../../plugins/UserInfoEx/ctrl_annivedit.cpp
+;[Add a new anniversary]
+;[Delete an existing anniversary]
+
+; ../../plugins/UserInfoEx/ctrl_contact.cpp
+;[Add a new custom item.]
+;[CRITICAL: Unable to edit current entry!\nThis should not happen!]
+;[Choose the item to display.]
+;[Delete the selected item.]
+;[Do you really want to delete the current selected item?\n\t%s\n\t%s]
+;[Edit E-Mail]
+;[Edit Phone Number]
+;[Edit the currently displayed item.]
+;[The phone number should start with a + and consist of\nnumbers, spaces, brackets and hyphens only.]
+
+; ../../plugins/UserInfoEx/ctrl_tzcombo.cpp
+;[<Unspecified>]
+
+; ../../plugins/UserInfoEx/dlg_anniversarylist.cpp
+;[Age/Nr.]
+;[All contacts]
+;[Birthdays only]
+;[Contact]
+;[Date]
+;[Disabled reminder]
+;[ETA]
+;[Popup Anniversary list]
+;[Proto]
+
+; ../../plugins/UserInfoEx/dlg_msgbox.cpp
+;[Abord]
+;[Error]
+;[Ignore]
+;[No]
+;[Retry]
+;[Yes]
+
+; ../../plugins/UserInfoEx/dlg_propsheet.cpp
+;[About]
+;[Contact (Work)]
+;[Contact (private)]
+;[Could not find contact's protocol. Maybe it is not active!]
+;[Creating the imagelist failed!]
+;[Details dialog failed to be created. Returning error is %d.]
+;[Export to file]
+;[General]
+;[Import from file]
+;[No pages have been added. Canceling dialog creation!]
+;[Notes]
+;[Protocol '%s' is offline]
+;[The Page to add has invalid size %d bytes!]
+;[Upload Details]
+;[Upload ICQ Details]
+;[Upload failed]
+;[Uploading]
+;[Work]
+;[You are not currently connected to the ICQ network.\nYou must be online in order to update your information on the server.\n\nYour changes will be saved to database only.]
+;[Your details were not uploaded successfully.\nThey were written to database only.]
+
+; ../../plugins/UserInfoEx/ex_import/classExImContactBase.cpp
+;[The contact %s(%s) has no unique id in the vCard,\nbut there is a contact in your clist with the same nick and protocol.\nDo you wish to use this contact?]
+;[contact identificaion]
+
+; ../../plugins/UserInfoEx/ex_import/classExImContactXML.cpp
+;[Events: %S]
+;[Importing a new contact was aborted!]
+;[Importing a new meta subcontact failed!]
+;[Settings: %S]
+;[The newly created MetaSubContact '%s'\ncould not be added to MetaContact '%s'!\n\nDo you want to delete this contact?]
+;[You aborted import of a new contact.\nSome information may be missing for this contact.\n\nDo you want to delete the incomplete contact?]
+
+; ../../plugins/UserInfoEx/ex_import/dlg_ExImModules.cpp
+;[All Contacts]
+;[Optional modules]
+;[Required modules]
+
+; ../../plugins/UserInfoEx/ex_import/dlg_ExImOpenSaveFile.cpp
+;[Miranda IM]
+;[Shows Miranda's installation directory.]
+;[Shows the directory with all your Miranda's profiles.]
+;[The OpenFileDialog returned an error: %d!]
+;[The SaveFileDialog returned an error: %d!]
+
+; ../../plugins/UserInfoEx/ex_import/svc_ExImINI.cpp
+;[Added %d of %d contacts stored in the ini-file.]
+;[None of the %d contacts, stored in the ini-file, match the selected contact!\nNothing will be imported]
+;[The ini-file \"%s\"\nfor reading contact information could not be opened.]
+;[The ini-file \"%s\"\nfor saving contact information could not be opened.]
+
+; ../../plugins/UserInfoEx/ex_import/svc_ExImXML.cpp
+;[Can't create xml file!\n%S]
+;[Complete]
+;[Contact: %s (%S)]
+;[Export took %f msec]
+;[FATAL: An exception was thrown while importing contacts from xmlCard!]
+;[Import took %f msec]
+;[Importing %s caused error %d]
+;[Importing Owner caused error %d]
+;[Loading contact %s from xml failed with error %d]
+;[Owner contact successfully imported.]
+;[Parser is unable to load XMLCard \"%s\"\nError: %d\nDescription: %s]
+;[Selected XMLCard does not contain an owner contact!]
+;[The selected file is no valid XMLCard]
+;[The version of the XMLCard is not supported by UserInfoEx]
+;[added contacts: %u / %u\nadded settings: %u / %u\nadded events %u / %u\nduplicated events: %u]
+
+; ../../plugins/UserInfoEx/ex_import/svc_ExImport.cpp
+;[Import User Details from VCard]
+;[Select a destination file...]
+;[all Contacts]
+
+; ../../plugins/UserInfoEx/init.cpp
+;[Fatal error, image services not found. Flags Module will be disabled.]
+
+; ../../plugins/UserInfoEx/mir_icolib.cpp
+;[Warning: No IconPack found in one of the following directories: 'customize\\icons', 'icons' or 'plugins'!]
+;[Warning: Your current IconPack's version differs from the one UserInfoEx is designed for.\nSome icons may not be displayed correctly]
+
+; ../../plugins/UserInfoEx/mir_menuitems.cpp
+;[&Export Group]
+;[&Export User Details]
+;[&Import]
+;[&Import Group]
+;[&Import User Details]
+;[Backup birthdays]
+;[Ex-/Import]
+;[Ex-/Import Group]
+;[Ex-/Import contact]
+;[Export all contacts]
+;[Import all contacts]
+;[User &Details]
+;[View/Change My &Details...]
+
+; ../../plugins/UserInfoEx/psp_about.cpp
+;[About:]
+;[My Notes:]
+
+; ../../plugins/UserInfoEx/psp_anniversary.cpp
+;[Do you really want to delete the %s?]
+;[No valid date selected for editing!]
+;[Please enter a valid Description first!]
+
+; ../../plugins/UserInfoEx/psp_contact.cpp
+;[Address]
+;[Address & Contact]
+;[Company]
+;[Open in Browser]
+;[Primary e-mail]
+;[Secondary e-mail]
+;[Tertiary e-mail]
+
+; ../../plugins/UserInfoEx/psp_options.cpp
+;[<none>]
+;[Advanced]
+;[Advanced #1]
+;[Advanced #1 (ICQ X-Status)]
+;[Advanced #2]
+;[Advanced #3]
+;[Advanced #4]
+;[All settings are reset to default values now!]
+;[Bithdays only]
+;[Client (fingerprint required)]
+;[Details Dialog]
+;[Everything is done!]
+;[Plugins]
+;[Popups]
+;[Protocol]
+;[Protocol Type]
+;[Ready]
+;[Reminder disabled]
+;[Reserved #1]
+;[Reserved #2]
+;[Reserved, unused]
+;[This is the reminder message]
+;[This will delete all settings, you've made!\nAll TreeView settings, window positions and any other settings!\n\nAre you sure to procceed?]
+;[UserInfo (default)]
+;[Visibility/Chat activity]
+;[everything]
+;[mBirthday]
+
+; ../../plugins/UserInfoEx/psp_profile.cpp
+;[<empty>]
+;[Add Affliation]
+;[Affiliation]
+;[Delete an entry]
+;[Do you really want to delete this entry?]
+;[Edit Category]
+;[Edit Value]
+;[Interest]
+;[Past]
+;[Sorry, but there is a problem with adding a new item of type \"%s\"]
+
+; ../../plugins/UserInfoEx/svc_avatar.cpp
+;[Your png2dib.dll is either obsolete or damaged.]
+
+; ../../plugins/UserInfoEx/svc_constants.cpp
+;[50's]
+;[60's]
+;[70's]
+;[80's]
+;[Academic]
+;[Administrative]
+;[Afrikaans]
+;[Albanian]
+;[Alumni Org.]
+;[Arabic]
+;[Armenian]
+;[Art]
+;[Art/Entertainment]
+;[Astronomy]
+;[Audio and visual]
+;[Azerbaijani]
+;[Belorussian]
+;[Bhojpuri]
+;[Bosnian]
+;[Bulgarian]
+;[Burmese]
+;[Business & Economy]
+;[Business services]
+;[Cantonese]
+;[Cars]
+;[Catalan]
+;[Celebrity Fans]
+;[Chamorro]
+;[Charity Org.]
+;[Chinese]
+;[Close relationships]
+;[Clothing]
+;[Club/Social Org.]
+;[Collections]
+;[College]
+;[College Student]
+;[Community & Social]
+;[Community Org.]
+;[Computers]
+;[Consumer electronics]
+;[Croatian]
+;[Cultural Org.]
+;[Culture & Literature]
+;[Czech]
+;[Danish]
+;[Divorced]
+;[Dutch]
+;[Education]
+;[Elementary School]
+;[Engaged]
+;[Engineering]
+;[English]
+;[Entertainment]
+;[Esperanto]
+;[Estonian]
+;[Fan Clubs]
+;[Farsi]
+;[Finance and corporate]
+;[Financial Services]
+;[Finnish]
+;[Fitness]
+;[Fraternity/Sorority]
+;[French]
+;[Gaelic]
+;[Games]
+;[German]
+;[Government]
+;[Greek]
+;[Gujarati]
+;[Health and beauty]
+;[Hebrew]
+;[High School]
+;[High School Student]
+;[Hindi]
+;[Hobbies]
+;[Hobbyists Org.]
+;[Home automation]
+;[Household products]
+;[Hungarian]
+;[ICQ - Providing Help]
+;[Icelandic]
+;[Indonesian]
+;[International Org.]
+;[Internet]
+;[Italian]
+;[Japanese]
+;[Khmer]
+;[Korean]
+;[Kurdish]
+;[Lao]
+;[Latvian]
+;[Law]
+;[Lifestyle]
+;[Lithuanian]
+;[Macedonian]
+;[Mail order catalog]
+;[Malay]
+;[Managerial]
+;[Mandarin]
+;[Manufacturing]
+;[Married]
+;[Media]
+;[Medical/Health]
+;[Military]
+;[Mongolian]
+;[Movies/TV]
+;[Music]
+;[Mystics]
+;[Nature and Environment]
+;[Nature and Environment Org.]
+;[News & Media]
+;[Non-Government Organization]
+;[Norwegian]
+;[Other Services]
+;[Outdoor Activities]
+;[Parenting]
+;[Parties]
+;[Persian]
+;[Pets/Animals]
+;[Polish]
+;[Portuguese]
+;[Professional]
+;[Professional Org.]
+;[Publishing]
+;[Punjabi]
+;[Religion]
+;[Retail]
+;[Retail stores]
+;[Retired]
+;[Romanian]
+;[Russian]
+;[Science & Research]
+;[Science/Technology]
+;[Scientific/Technical Org.]
+;[Self Improvement Group]
+;[Separated]
+;[Serbo-Croatian]
+;[Sindhi]
+;[Single]
+;[Skills]
+;[Slovak]
+;[Slovenian]
+;[Social science]
+;[Somali]
+;[Space]
+;[Spanish]
+;[Spiritual/Religious Org.]
+;[Sporting and athletic]
+;[Sports]
+;[Sports Org.]
+;[Support Org.]
+;[Swahili]
+;[Swedish]
+;[Tagalog]
+;[Taiwanese]
+;[Tamil]
+;[Tatar]
+;[Technical]
+;[Thai]
+;[TmplPast Organization]
+;[TmplPast Work Place]
+;[Trade and Business Org.]
+;[Travel]
+;[Turkish]
+;[Ukrainian]
+;[Union]
+;[University]
+;[University Student]
+;[Urdu]
+;[Vietnamese]
+;[Volunteer Org.]
+;[Web Building]
+;[Web Design]
+;[Welsh]
+;[Widowed]
+;[Women]
+;[Yiddish]
+;[Yoruba]
+;[jun.]
+;[sen.]
+
+; ../../plugins/UserInfoEx/svc_contactinfo.cpp
+;['(Unknown Contact)']
+
+; ../../plugins/UserInfoEx/svc_email.cpp
+;[Memory allocation error!]
+;[Send e-mail]
+
+; ../../plugins/UserInfoEx/svc_homepage.cpp
+;[User has no valid homepage]
+;[View Homepage]
+
+; ../../plugins/UserInfoEx/svc_refreshci.cpp
+;[Abort Refreshing Contact Details]
+;[Do you want to cancel the current refresh procedure?]
+;[Miranda must be online for refreshing contact information!]
+;[The function caused an exception!]
+;[[b]%s (%S)...[/b]\n%d Contacts remaning]
+
+; ../../plugins/UserInfoEx/svc_reminder.cpp
+;[%d. %s in %d days\0]
+;[%d. %s today\0]
+;[%d. %s tomorrow\0]
+;[%s has %s today.]
+;[%s has birthday in %d days.]
+;[%s has birthday today.]
+;[%s has birthday tomorrow.]
+;[%s has the following anniversaries:\0]
+;[Anniversary Reminder]
+;[Backing up and syncing all birthdays complete!]
+;[Birthday reminder]
+;[Birthday reminder: it's coming]
+;[He]
+;[He/She]
+;[No anniversaries to remind of]
+;[She]
+;[\n%s becomes %d years old.]
+;[an anniversary]