* Remove some unused translation entries; change the title of the ZRTP configuration tab from Call to ZRTP * change the title of the ZRTP configuration tab back to Call (but leave a distinct property name for translations) * Other recent changes in earlier versions: * build.3424 * - Fix dmg builds (when deltas are not enabled). * build.3423 * - Preparation for dmg delta updates. * - Change log property config. * build.3422 * - Improves the performance of the iLBC codec (encoder and decoder) by lowering its memory requirements and reducing the number of array allocations and copies. * - Prepares the source of the FFmpeg JNI library for an update to a more recent version of FFmpeg. * - Fixes source code formatting. * build.3421 * - Fixes the iLBC encoder to work with arbitrary input audio sample lengths. Reduces the number of array allocations and copies in the encoder and the decoder. * build.3420 * - Fixes ArrayIndexOutOfBoundsException in chat window reported by Emil Ivov. * build.3419 * - Fixes a string in the french version of the Windows installer. * build.3418 * - Moves the ldap contact source code in the impl package in order to allow creating contact sources for ldap directories through the LdapService. Uses the authentication window instead of the ldap config form on ldap authentication error. * build.3417 * - Commit from translate.jitsi.org by user ibauersachs.: 1034 of 1041 messages translated (5 fuzzy). * build.3416 * - Commit from translate.jitsi.org by user ibauersachs.: 1013 of 1022 messages translated (8 fuzzy). * build.3415 * - Remove the default button from the authorization window in order to prevent the user from accidently accepting authorization requests. * build.3414 * - Some layout and component adjustments. * build.3413 * - Fixes the NetBeans classpath to include the JAR library dependencies of .impl.googlecontacts. * - Fixes a NullPointerException for buttons with pressed button icon. * build.3412 * - Removes src/native/ffmpeg/Makefile which is outdated and obsoleted by src/native/build.xml. * - Switches the iLBC codec implementations from com.ibm.media.codec.audio.AudioCodec to .impl.neomedia.codec.AbstractCodecExt in preparation for replacing JMF with FMJ. * - Makes it possible to have MediaFormat instances with the same encodings and clock rates and different format parameters and still display them as a single choice in the Audio/Video configuration forms of the Tools > Options dialog. * build.3411 * - Utility method added to extract the string before the @ sign from a user name. * - Make the previously committed method public. * - New icons for "Move contact" and "Move to group" items in the right button menu. * build.3410 * - Fix handling of provisioning parameters. * build.3409 * - Extend the SIPCommButton to allow a rollover image. * - Extend the SIPCommButton to allow a pressed image. * - Fixes construction of mute button used in full screen mode. * - Fixes a deadlock in the audio level functionality upong call hangup which prevents further calls from being established. * - Fix issue#JITSI-921 , ConcurrentModificationException at MetaContactImpl.removeCapabilities. * - Fixing random jabber test fails. * build.3408 * - Update app name replacement. * build.3407 * - Fix some strings. * build.3406 * - Fixing windows builds. * build.3405 * - Introduce msi localization, for now French and English available.