translations: fix tx config file and update

This patch fixes the tx configuration file. There were unwanted
characters preventing the update. It also take care of new locales
that mess with Android Studio.
Finally, an update of the translations is done. This update fixes the
issue #775 reporting a misleading translation.

Tuleap: #775
Change-Id: I2c7d01f50f97c8455c3115b31d1b1790f1e95850
diff --git a/ring-android/app/src/main/res/values-pl/strings_preferences.xml b/ring-android/app/src/main/res/values-pl/strings_preferences.xml
index 3a774e6..d347d38 100644
--- a/ring-android/app/src/main/res/values-pl/strings_preferences.xml
+++ b/ring-android/app/src/main/res/values-pl/strings_preferences.xml
@@ -3,6 +3,7 @@
   <string name="pref_category_network">Sieć</string>
   <string name="pref_category_contacts">Kontakty</string>
   <string name="pref_category_system">System</string>
+  <string name="pref_category_privacy">Prywatność</string>
   <string name="pref_mobileData_title">Dane mobilne</string>
   <string name="pref_mobileData_summary">Pozwól Ring na sieciach 3G / LTE poza Wi-Fi</string>
   <string name="pref_systemContacts_title">Użyj kontakty z systemu</string>
@@ -11,4 +12,6 @@
   <string name="pref_systemDialer_summary">Użyj Ring żeby zastąpić rozmowy które zazwyczaj idą przez system kiedy mozliwe</string>
   <string name="pref_startOnBoot_title">Uruchom Ring przy Starcie</string>
   <string name="pref_startOnBoot_summary">Uruchom Ring w tle podczas uruchomienia systemu.</string>
+  <string name="pref_clearHistory_title">Wyczyść historię</string>
+  <string name="pref_clearHistory_summary">Wyczyść całą historię konwersacji. Ta czynność nie może być cofnięta.</string>
 </resources>