* Commit from translate.jitsi.org by user yana.: 1021 of 1022 messages translated (0 fuzzy). * Other recent changes in earlier versions: * build.3401 * - Removes unused imports. * build.3400 * - Commit from translate.jitsi.org by user yana.: 1021 of 1022 messages translated (0 fuzzy). * build.3399 * - Orders imports. * build.3398 * - Fixes an issue in the Windows setup which may cause versioned .dll and .exe files to not be updated. * build.3397 * - Fix Master Password background. Fix post http redirects in HttpUtils. Enable google contacts in separate thread to avoid blocking initial felix registering of accounts. * - Add additionnal conference-info attributes (not used yet). * build.3396 * - If the sms service isn't available do not add the send sms item. * build.3395 * - Add Coin (Conference Information) support and audio levels in XMPP conference. * build.3394 * - Introduce HttpUtils, utility handling http get and post request. One place to handle certificates, http authentication, hostname verification, site redirects. * - GoogleTalk account wizard now accepts and only usrnames defaulting @gmail.com. Fix NPE with IceUdpTransportManager if password is not saved for the account. When init roaster in jabber check if there are some unresolved contacts (missing on server side) and remove them. * - Change wizard, reusing some strings. Fix order of bundles, make sure that simpleaccreg is registered after all account wizards. * - Fix some exceptions kindly reported and tested by Sebastien Vincent. Fixing tests. * - Fix NoClassDefFoundError. * build.3393 * - Added a method allowing to scale image given by its bytes. * - Fixes a case of failures to find JNI libraries in java.library.path on Windows (e.g. LocalhostRetriever.dll which often results in failures to register/login or make calls). * build.3392 * - Panel layout adjustment. * build.3391 * - Fixes NullPointerException when trying to call a source contact (LDAP, Google Contact, etc.), which has more than one phone. Reported by Miroslav Nachev. * - Take into account advanced paramters even if there are no format parameters. * - Fixes a 'Class does not exist' error in setup.exe which bootstraps the MSI setup on Windows. * build.3390 * - Check the providers size after verifying that we actually have providers. * - Adds debug output to the error dialog of setup.exe in order to easier locate the sources of the reproted errors in the source file (such as the 'Class does not exist' reported on the dev mailing list). * build.3389 * - Some contact list top panel adjustments. * build.3388 * - Adds the .\\native directory to the PATH environment variable on Windows in hope of resolving failures to load JNI libraries in some cases even though the Java system properties java.library.path and jna.library.path are set. * - Fixes colors and paddings in the search field. * build.3387 * - Eliminates duplicate code and thus uses the same logic for increasing/decreasing the capture volume as used for the playback volume i.e. clips the captured audio samples instead of wrapping them and assigns the range from 0% to 200% to the capture volume scale in the call dialog. * - Set the size of the button after the images are loaded. * - Add ippi account creation wizard. * build.3386 * - Clips the audio signal instead of wrapping it when increasing the volume. * - Move the acountRemoved notify after account is really removed. * - Fix launcher messages and application name change. Reported by Pavel Tankov. * - Assigns the range from 0% to 200% to the playback volume scale in the call dialog. * build.3385 * - Handle hangup call if sip bye was unable to send. Increase the time value to detect standby. * build.3384 * - Localized server name example in the ldap configuration form. * build.3383 * - Add an accountRemoved method to the AccountRegistrationWizard interface in order to notify wizards when an account has been removed. * - Localized server name example in the ldap configuration form. * build.3382 * - Deb package: fix man page name and remove alsa-oss dependency.