commit 1f54a962ebcfb72a5db04796fc00033969caae0c Author: Michal Čihař michal@cihar.com Date: Tue May 19 19:30:14 2020 +0200
Delete rs-rAR translation
- I don't think there is Serbian used in Argentina. - The few existing strings seem to be actually Spanish, so it was probably meant to be es-rAR. --- app/src/main/res/values-rs-rAR/strings.xml | 32 ------------------------------ 1 file changed, 32 deletions(-)
diff --git a/app/src/main/res/values-rs-rAR/strings.xml b/app/src/main/res/values-rs-rAR/strings.xml deleted file mode 100644 index 8955187a..00000000 --- a/app/src/main/res/values-rs-rAR/strings.xml +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <string name="app_name">Orbot</string> - <string name="status_starting_up">Orbot está iniciándose…</string> - <string name="status_activated">Conectado a la red Tor</string> - <string name="status_disabled">"Orbot está Desactivado</string> - <string name="status_shutting_down">Orbot se está apagando</string> - <string name="tor_process_complete">Completar</string> - <string name="menu_settings">Configuración</string> - <string name="menu_log">Registro</string> - <string name="menu_start">Iniciar</string> - <string name="menu_stop">Detener</string> - <string name="menu_about">Acerca de</string> - <string name="button_about">Acerca de</string> - <string name="menu_exit">Salir</string> - <string name="btn_cancel">Cancelar</string> - <!--Welcome Wizard strings (DJH)--> - <!--END Welcome Wizard strings (DJH)--> - <string name="pref_general_group">General</string> - <!--New Wizard Strings--> - <!--Title Screen--> - <!--Warning screen--> - <!--Permissions screen--> - <!--TipsAndTricks screen--> - - - - - <!--Transparent Proxy screen--> - <!--<string name="pref_use_whispercore">Use WhisperCore</string> -<string name="pref_use_whispercore_summary">Use the proprietary NetFilter APIs provided by WhisperSystems (required device with WhisperCore installed)</string>--> -</resources>
tor-commits@lists.torproject.org