From d3975b798a67e00cf3016c8e9ea1127501c8a551 Mon Sep 17 00:00:00 2001 From: Yann Diorcet Date: Tue, 20 Nov 2012 14:34:01 +0100 Subject: [PATCH] Clean up --- .../en.lproj/Network.strings | 59 ------------------- .../fr.lproj/Network.strings | 59 ------------------- 2 files changed, 118 deletions(-) delete mode 100644 Settings/InAppSettings.bundle/en.lproj/Network.strings delete mode 100644 Settings/InAppSettings.bundle/fr.lproj/Network.strings diff --git a/Settings/InAppSettings.bundle/en.lproj/Network.strings b/Settings/InAppSettings.bundle/en.lproj/Network.strings deleted file mode 100644 index a2aa822d3..000000000 --- a/Settings/InAppSettings.bundle/en.lproj/Network.strings +++ /dev/null @@ -1,59 +0,0 @@ -/* Wifi only */ -"Wifi only" = "Wifi only"; - -/* Stun Server */ -"Stun Server" = "Stun Server"; - -/* ICE */ -"ICE" = "ICE"; - -/* Random Port */ -"Random Port" = "Random Port"; - -/* Port */ -"Port" = "Port"; - -/* Audio Port(s) */ -"Audio Port(s)" = "Audio Port(s)"; - -/* Video Port(s) */ -"Video Port(s)" = "Video Port(s)"; - -/* Transport */ -"Transport" = "Transport"; - -/* Media Encryption */ -"Media Encryption" = "Media Encryption"; - -/* Push Notifications */ -"Push Notification" = "Push Notification"; - -/* Transport */ -"Transport" = "Transport"; - -/* UDP */ -"UDP" = "UDP"; - -/* TCP */ -"TCP" = "TCP"; - -/* TLS */ -"TLS" = "TLS"; - -/* None */ -"None" = "None"; - -/* SRTP */ -"SRTP" = "SRTP"; - -/* ZRTP */ -"ZRTP" = "ZRTP"; - -/* Limits */ -"Limits" = "Limits"; - -/* Upload bandwidth */ -"Upload bandwidth" = "Upload bandwidth"; - -/* Download bandwidth */ -"Download bandwidth" = "Download bandwidth"; diff --git a/Settings/InAppSettings.bundle/fr.lproj/Network.strings b/Settings/InAppSettings.bundle/fr.lproj/Network.strings deleted file mode 100644 index 105b01f75..000000000 --- a/Settings/InAppSettings.bundle/fr.lproj/Network.strings +++ /dev/null @@ -1,59 +0,0 @@ -/* Wifi only */ -"Wifi only" = "Uniquement Wifi"; - -/* Stun Server */ -"Stun Server" = "Serveur Stun"; - -/* ICE */ -"ICE" = "ICE"; - -/* Random Port */ -"Random Port" = "Port Aléatoire"; - -/* Port */ -"Port" = "Port"; - -/* Audio Port(s) */ -"Audio Port(s)" = "Port(s) Audio"; - -/* Video Port(s) */ -"Video Port(s)" = "Port(s) Vidéo"; - -/* Transport */ -"Transport" = "Transport"; - -/* Media Encryption */ -"Media Encryption" = "Chiffrement"; - -/* Push Notifications */ -"Push Notification" = "Push Notification"; - -/* Transport */ -"Transport" = "Transport"; - -/* UDP */ -"UDP" = "UDP"; - -/* TCP */ -"TCP" = "TCP"; - -/* TLS */ -"TLS" = "TLS"; - -/* None */ -"None" = "Aucun"; - -/* SRTP */ -"SRTP" = "SRTP"; - -/* ZRTP */ -"ZRTP" = "ZRTP"; - -/* Limits */ -"Limits" = "Limites"; - -/* Upload bandwidth */ -"Upload bandwidth" = "Débit montant"; - -/* Download bandwidth */ -"Download bandwidth" = "Débit descendant";