Don't translate the export contacts destination filename

Bug 22447350
Bug 22208705

Change-Id: I7c70a3aebad82c96ffc5b4e8c80291f881d74676
diff --git a/res-common/values/donottranslate_config.xml b/res-common/values/donottranslate_config.xml
index af6aa5e..1e0ee40 100644
--- a/res-common/values/donottranslate_config.xml
+++ b/res-common/values/donottranslate_config.xml
@@ -58,7 +58,10 @@
     <string name="config_export_file_suffix" translatable="false"></string>
 
     <!-- Extension for exported VCard files -->
-    <string name="config_export_file_extension" translatable="false">vcf</string>
+    <string name="config_export_file_extension">vcf</string>
+
+    <!-- The filename that is suggested that users use when exporting vCards. Should include the .vcf extension. -->
+    <string name="exporting_vcard_filename" translatable="false">contacts.vcf</string>
 
     <!-- Minimum number of exported VCard file index -->
     <integer name="config_export_file_min_index">1</integer>
diff --git a/res-common/values/strings.xml b/res-common/values/strings.xml
index 2e49638..ddeee23 100644
--- a/res-common/values/strings.xml
+++ b/res-common/values/strings.xml
@@ -510,9 +510,6 @@
     <!-- The title shown when exporting vCard has finished successfully but the destination filename could not be resolved. [CHAR LIMIT=NONE] -->
     <string name="exporting_vcard_finished_title_fallback">Finished exporting contacts.</string>
 
-    <!-- The filename that is suggested that users use when exporting vCards. Should include the .vcf extension. CHAR LIMIT=40] -->
-    <string name="exporting_vcard_filename">contacts.vcf</string>
-
     <!-- The title shown when exporting vCard is canceled (probably by a user)
          The argument is file name the user canceled importing.
          [CHAR LIMIT=40] -->