dodi
* Fix for pasdoc_gui: store language Syntax string, not language index code, in pds files * Also LanguageFromStr added to PasDoc_Languages, since it's now useful by both console and gui versions * autodoc pds file updated
* updated Russian localization by werewolf_ at users.sourceforge.net, closes "[ 2003187 ] Updated ru localization"
* ups, compilation fix for previous commit
* Many places updated for 0.11.0 release, according to http://pasdoc.sipsolutions.net/ReleaseMaking
Major rename work: * Prefixed all units inside component/ with PasDoc_, to avoid potential conflicts * Lowercased include files inside component/, and prefixed with pasdoc_ - OptionParser directory removed, since it's not that important to be in separate dir * OptionParser/OptionParser.pas unit renamed to component/PasDoc_OptionParser.pas * TextWrap unit removed: it was only for FPC < 2.0.0, not supported by pasdoc code anyway