Merge change Ia3151ad3 into eclair

* changes:
  Import revised translations.   DO NOT MERGE
diff --git a/src/com/android/settings/vpn/VpnSettings.java b/src/com/android/settings/vpn/VpnSettings.java
index d0c6a89..d380375 100644
--- a/src/com/android/settings/vpn/VpnSettings.java
+++ b/src/com/android/settings/vpn/VpnSettings.java
@@ -948,6 +948,7 @@
                 pskProfile.setPresharedKey(key);
                 // pass through
 
+            case L2TP_IPSEC:
             case L2TP:
                 L2tpProfile l2tpProfile = (L2tpProfile) p;
                 key = KEY_PREFIX_L2TP_SECRET + p.getId();