summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2023-08-23 09:48:18 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-08-29 13:46:35 +0200
commitf2fd05283ae50dfd30eec1d697a4d5d1c6648b0e (patch)
tree4858ea3daf6b9df3cac96eb530e188ca0bbac233
parent79020edad9446ccb0f1beaf805e59905622511d9 (diff)
Don't mention (no longer existing) need for experimental features
No longer mention that enabling experimental features is necessary in order to connect via Wifi in the requirements, since this is no longer the case. See also this LibreOffice core commit and the earlier commits referenced therein [1]: commit 34309e232c13017c9d178627c652ebbbb5ffdeb3 Author: Andrzej Hunt <andrzej@ahunt.org> Date: Sat Jul 17 08:44:22 2021 +0200 sdremote: remove commented out experimental check The entire if statement was introduced only to check for experimental mode in the following commit - the xContext check is seemingly only needed for null safety: 79c1b16a96a6 (sdremote: make it possible to have only bluetooth enabled, 2012-11-27) Later, the epxerimental mode check was disabled in: b9d2671ae11d (merge WiFi support into remote control feature toggle, 2013-08-01) Given that the remote is clearly no longer experimental, it's time to remove the commented code entirely - and I think it's also safe to remove the xContext check too. (Note: the remote IS still controlled by the EnableSdRemote option, and IS disabled by default.) Change-Id: Id118924021d5029b4f15df9cbb3eba28f3b902c0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119091 Tested-by: Jenkins Reviewed-by: Andrzej Hunt <andrzej@ahunt.org> [1] https://git.libreoffice.org/core/commit/34309e232c13017c9d178627c652ebbbb5ffdeb3 Change-Id: I0253ea97c1cce07c3bf28f9709d5e4a8967db64b Reviewed-on: https://gerrit.libreoffice.org/c/impress_remote/+/155966 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-rw-r--r--android/sdremote/mobile/src/main/res/layout/activity_requirements.xml4
-rw-r--r--android/sdremote/mobile/src/main/res/values-ar/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-bg/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-ca/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-cs/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-da/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-de/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-el/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-eo/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-es/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-et/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-eu/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-fi/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-fr/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-gd/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-gl/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-he/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-hr/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-hu/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-id/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-is/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-it/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-ja/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-kk/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-ko/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-lt/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-nb/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-nl/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-pl/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-pt-rBR/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-pt/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-ro/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-ru/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-sk/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-sl/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-sv/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-ta/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-tr/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-uk/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-vi/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-zh-rCN/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values-zh-rTW/strings.xml1
-rw-r--r--android/sdremote/mobile/src/main/res/values/strings.xml1
43 files changed, 0 insertions, 46 deletions
diff --git a/android/sdremote/mobile/src/main/res/layout/activity_requirements.xml b/android/sdremote/mobile/src/main/res/layout/activity_requirements.xml
index 2cf839d..f896bf7 100644
--- a/android/sdremote/mobile/src/main/res/layout/activity_requirements.xml
+++ b/android/sdremote/mobile/src/main/res/layout/activity_requirements.xml
@@ -48,10 +48,6 @@
<TextView
style="@style/SectionItem"
- android:text="@string/requirements_libreoffice_experimental_enabled"/>
-
- <TextView
- style="@style/SectionItem"
android:text="@string/requirements_network_ports"/>
<TextView
diff --git a/android/sdremote/mobile/src/main/res/values-ar/strings.xml b/android/sdremote/mobile/src/main/res/values-ar/strings.xml
index 0354a9c..27637d9 100644
--- a/android/sdremote/mobile/src/main/res/values-ar/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-ar/strings.xml
@@ -64,7 +64,6 @@
<string name="preferences_quiet_mode_summary">اضبط على وضع الاهتزاز أثناء التقديم</string>
<string name="requirements_libreoffice_version">ليبر أوفيس ٤٫٠٫٣ أو أحدث يعمل على حاسوبك.</string>
<string name="requirements_libreoffice_general_enabled">إمبريس عن بُعد ممكّن في ”أدوات ← خيارات ← LibreOffice إمبريس ← عام“ في «ليبر أوفيس إمبريس».</string>
- <string name="requirements_libreoffice_experimental_enabled">المزايا التجريبية ممكّنة في ”أدوات ← خيارات ← LibreOffice ← متقدّم“ في «ليبر أوفيس إمبريس».</string>
<string name="requirements_network_connection">جهاز أندرويد و الحاسوب متّصلان بنفس الشبكة.</string>
<string name="requirements_network_ports">إن كان لديك جدار ناري، تأكد أن المنفذين ١٥٩٨ و ١٥٩٩ مفتوحين.</string>
<string name="requirements_bluetooth_connection">حاسوب حيث بلوتوث مفعّل.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-bg/strings.xml b/android/sdremote/mobile/src/main/res/values-bg/strings.xml
index 1e8ed52..9db42f4 100644
--- a/android/sdremote/mobile/src/main/res/values-bg/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-bg/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Режим „вибрация“ по време на прожекция</string>
<string name="requirements_libreoffice_version">В компютъра се изпълнява LibreOffice 4.0.3 или по-нов.</string>
<string name="requirements_libreoffice_general_enabled">В „Инструменти → Настройка → LibreOffice Impress → Общи“ в LibreOffice Impress е разрешено Impress Remote.</string>
- <string name="requirements_libreoffice_experimental_enabled">В „Инструменти → Настройка → LibreOffice → Разширени“ е разрешена експерименталната функционалност.</string>
<string name="requirements_network_connection">Устройството с Android и компютърът са свързани в една мрежа.</string>
<string name="requirements_network_ports">Ако е включена защитна стена, портовете 1598 и 1599 трябва да са отворени.</string>
<string name="requirements_bluetooth_connection">Компютър с включен Bluetooth.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-ca/strings.xml b/android/sdremote/mobile/src/main/res/values-ca/strings.xml
index 411853c..a7c1fa6 100644
--- a/android/sdremote/mobile/src/main/res/values-ca/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-ca/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Configura el mode de timbre de vibració durant la presentació</string>
<string name="requirements_libreoffice_version">LibreOffice versió 4.0.3 o superior executant-se en un ordinador.</string>
<string name="requirements_libreoffice_general_enabled">Telecomanda de l\'Impress activat a Eines ▸ Opcions ▸ LibreOffice Impress ▸ General al LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Funcionalitats experimentals habilitades a Eines ▸ Opcions ▸ LibreOffice ▸ Avançat al LibreOffice Impress.</string>
<string name="requirements_network_connection">El dispositiu Android i un ordinador connectats a la mateixa xarxa.</string>
<string name="requirements_network_ports">Si teniu un tallafocs, assegureu-vos de tenir oberts els ports 1598 i 1599.</string>
<string name="requirements_bluetooth_connection">Un ordinador amb el Bluetooth activat.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-cs/strings.xml b/android/sdremote/mobile/src/main/res/values-cs/strings.xml
index 4839620..806ed11 100644
--- a/android/sdremote/mobile/src/main/res/values-cs/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-cs/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Nastavit během prezentace vibrační vyzvánění</string>
<string name="requirements_libreoffice_version">Na počítači spuštěný LibreOffice verze 4.0.3 nebo novější.</string>
<string name="requirements_libreoffice_general_enabled">V LibreOffice Impressu povolené Dálkové ovládání prezentace v „Nástroje → Možnosti → LibreOffice Impress → Obecné“.</string>
- <string name="requirements_libreoffice_experimental_enabled">V LibreOffice Impressu povolené experimentální vlastnosti v „Nástroje → Možnosti → LibreOffice → Pokročilé“.</string>
<string name="requirements_network_connection">Ke stejné síti připojené zařízení s Androidem a počítač.</string>
<string name="requirements_network_ports">Pokud používáte firewall, ujistěte se, že jsou porty 1598 a 1599 otevřené.</string>
<string name="requirements_bluetooth_connection">Počítač s povoleným Bluetooth.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-da/strings.xml b/android/sdremote/mobile/src/main/res/values-da/strings.xml
index ff3e9fd..a2eeff9 100644
--- a/android/sdremote/mobile/src/main/res/values-da/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-da/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Indstil opkaldsvibrator under præsentationen</string>
<string name="requirements_libreoffice_version">En computer som kører LibreOffice 4.0.3 eller nyere.</string>
<string name="requirements_libreoffice_general_enabled">Impress Fjernkontrol aktiveret under \"Funktioner → Indstillinger → LibreOffice Impress → Generelt\" i LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Eksperimentelle funktioner er aktiveret under \"Funktioner → Indstillinger → LibreOffice → Avanceret\" i LibreOffice.</string>
<string name="requirements_network_connection">Android-enheden og en computer forbundet til det samme trådløse netværk.</string>
<string name="requirements_network_ports">Hvis du har en firewall, skal portene 1598 og 1599 være åbne.</string>
<string name="requirements_bluetooth_connection">En computer med Bluetooth aktiveret.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-de/strings.xml b/android/sdremote/mobile/src/main/res/values-de/strings.xml
index 45dac78..7f71783 100644
--- a/android/sdremote/mobile/src/main/res/values-de/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-de/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Vibrationsalarm für die Dauer der Präsentation aktiviert.</string>
<string name="requirements_libreoffice_version">LibreOffice Version 4.0.3 oder höher läuft auf einem Rechner.</string>
<string name="requirements_libreoffice_general_enabled">Impress-Fernsteuerung aktiviert im Menü von LibreOffice Impress unter „Extras → Optionen... → LibreOffice Impress → Allgemein“.</string>
- <string name="requirements_libreoffice_experimental_enabled">Experimentelle Funktionen aktiviert im Menü von LibreOffice Impress unter „Extras → Optionen... → LibreOffice → Erweitert“.</string>
<string name="requirements_network_connection">Die Android-Schnittstelle und ein Rechner im selben Netzwerk miteinander verbunden.</string>
<string name="requirements_network_ports">Falls Sie eine Firewall einsetzen, stellen Sie sicher, dass die Ports 1598 und 1599 offen sind.</string>
<string name="requirements_bluetooth_connection">Ein Computer mit aktiviertem Bluetooth.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-el/strings.xml b/android/sdremote/mobile/src/main/res/values-el/strings.xml
index a624dff..c16d172 100644
--- a/android/sdremote/mobile/src/main/res/values-el/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-el/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Ορισμός σε λειτουργία δόνησης κατά την παρουσίαση</string>
<string name="requirements_libreoffice_version">LibreOffice με έκδοση 4.0.3 ή μεγαλύτερη που εκτελείται σε έναν υπολογιστή.</string>
<string name="requirements_libreoffice_general_enabled">Απομακρυσμένο Impress ενεργοποιημένο στο “Εργαλεία → Επιλογές → LibreOffice Impress → Γενικά” στο LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Πειραματικά γνωρίσματα ενεργοποιημένα στο “Εργαλεία → Επιλογές → LibreOffice → Προχωρημένα” στο LibreOffice Impress.</string>
<string name="requirements_network_connection">Η συσκευή Android και ένας υπολογιστής συνδεμένος στο ίδιο δίκτυο.</string>
<string name="requirements_network_ports">Αν έχετε τείχος προστασίας βεβαιωθείτε ότι οι θύρες 1598 και 1599 είναι ανοικτές.</string>
<string name="requirements_bluetooth_connection">Ένας υπολογιστής με ενεργοποιημένο μπλουτούθ.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-eo/strings.xml b/android/sdremote/mobile/src/main/res/values-eo/strings.xml
index 9d3ca5e..a081665 100644
--- a/android/sdremote/mobile/src/main/res/values-eo/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-eo/strings.xml
@@ -38,7 +38,6 @@
<string name="requirements_bluetooth_connection">Komputilo kun Bluetooth aktiva.</string>
<string name="requirements_network_ports">Se vi havas fajroŝirmilon, bonvolu certigi ke pordoj 1598 jah 1599 estas malfermitaj.</string>
<string name="requirements_network_connection">La Androidilo kaj komputilo konektiĝas al la sama reto.</string>
- <string name="requirements_libreoffice_experimental_enabled">Eksperimentaj funkcioj aktiviĝas ĉe “Iloj → Agordaro → LibreOffice → Speciala” en LibreOffice-Prezentilo.</string>
<string name="requirements_libreoffice_general_enabled">Prezentilo-Teleregilo aktiviĝas ĉe “Iloj → Agordaro → LibreOffice-Prezentilo → Ĝenerala” en LibreOffice-Prezentilo.</string>
<string name="requirements_libreoffice_version">LibreOffice versio 4.0.3 aŭ posta rulas ĉe via komputilo.</string>
<string name="preferences_quiet_mode_summary">Silentigi telefonon (sed enŝalti vibradon) du prezentado.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-es/strings.xml b/android/sdremote/mobile/src/main/res/values-es/strings.xml
index f910e73..e481bde 100644
--- a/android/sdremote/mobile/src/main/res/values-es/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-es/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Configurar el modo de timbre de vibración durante la presentación</string>
<string name="requirements_libreoffice_version">LibreOffice versión 4.0.3 o superior se ejecuta en el ordenador.</string>
<string name="requirements_libreoffice_general_enabled">Active el control remoto en Herramientas ▸ Opciones ▸ LibreOffice Impress ▸ General en LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Active las funcionalidades experimentales en Herramientas ▸ Opciones ▸ LibreOffice ▸ Avanzado en LibreOffice Impress.</string>
<string name="requirements_network_connection">El dispositivo Android y un equipo conectados con la misma red.</string>
<string name="requirements_network_ports">Si utiliza un cortafuegos, asegúrese de que los puertos 1598 y 1599 estén abiertos.</string>
<string name="requirements_bluetooth_connection">Una PC con Bluetooth activado.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-et/strings.xml b/android/sdremote/mobile/src/main/res/values-et/strings.xml
index 39b5172..e40ef9f 100644
--- a/android/sdremote/mobile/src/main/res/values-et/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-et/strings.xml
@@ -58,7 +58,6 @@
<string name="preferences_quiet_mode_summary">Esitluse ajaks läheb telefon värinarežiimi</string>
<string name="requirements_libreoffice_version">Arvutis töötav LibreOffice\'i versioon 4.0.3 või uuem</string>
<string name="requirements_libreoffice_general_enabled">LibreOffice Impressi seadetes kaugjuhtimispult lubatud (Tööriistad - Sätted - LibreOffice Impress - Üldine).</string>
- <string name="requirements_libreoffice_experimental_enabled">LibreOffice\'i seadetes katselised võimalused lubatud (Tööriistad - Sätted - LibreOffice - Edasijõudnuile).</string>
<string name="requirements_network_connection">Samasse võrku ühendatud Androidi-seade ja arvuti.</string>
<string name="requirements_network_ports">Kui tulemüür töötab, siis tuleb avada pordid 1598 ja 1599.</string>
<string name="requirements_bluetooth_connection">Sisselülitatud Bluetoothiga arvuti.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-eu/strings.xml b/android/sdremote/mobile/src/main/res/values-eu/strings.xml
index a0f3ff7..8d02e25 100644
--- a/android/sdremote/mobile/src/main/res/values-eu/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-eu/strings.xml
@@ -60,6 +60,5 @@
<string name="requirements_bluetooth_connection">Bluetooth gaituta duen ordenagailu bat.</string>
<string name="requirements_network_ports">Suebakia baduzu, ziurtatu 1598 eta 1599 atakak irekita daudela.</string>
<string name="requirements_network_connection">Android gailua eta ordenagailu bat, sare berera konektatuta.</string>
- <string name="requirements_libreoffice_experimental_enabled">Eginbide esperimentalak \'Tresnak → Aukerak → LibreOffice → Aurreratua\' atalean gaitzen dira, LibreOffice Impressen.</string>
<string name="requirements_libreoffice_general_enabled">Impress Remote \'Tresnak → Aukerak → LibreOffice Impress → Orokorra\' atalean gaitzen da, LibreOffice Impress aplikazioan.</string>
</resources> \ No newline at end of file
diff --git a/android/sdremote/mobile/src/main/res/values-fi/strings.xml b/android/sdremote/mobile/src/main/res/values-fi/strings.xml
index f62d374..e18a5d3 100644
--- a/android/sdremote/mobile/src/main/res/values-fi/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-fi/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Aseta puhelimen värinähälytys päälle esityksen ajaksi.</string>
<string name="requirements_libreoffice_version">Tietokoneella on käynnissä LibreOfficen versio 4.0.3 tai uudempi.</string>
<string name="requirements_libreoffice_general_enabled">Kauko-ohjaus sallittu (LibreOffice Impressin kohta Työkalut → Asetukset → LibreOffice Impress → Yleiset).</string>
- <string name="requirements_libreoffice_experimental_enabled">Kokeelliset ominaisuudet käytössä (LibreOffice Impressin kohta Työkalut → Asetukset → LibreOffice → Lisäasetukset).</string>
<string name="requirements_network_connection">Android-mobiililaite ja tietokone yhdistettynä samaan verkkoon.</string>
<string name="requirements_network_ports">Jos käytät palomuuria, porttien 1598 ja 1599 on oltava auki.</string>
<string name="requirements_bluetooth_connection">Tietokone, jossa Bluetooth-yhteys on päällä.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-fr/strings.xml b/android/sdremote/mobile/src/main/res/values-fr/strings.xml
index 8850fbc..decfad2 100644
--- a/android/sdremote/mobile/src/main/res/values-fr/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-fr/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Définir sur mode vibreur pendant la présentation</string>
<string name="requirements_libreoffice_version">LibreOffice version 4.0.3 ou supérieure s\'exécutant sur un ordinateur.</string>
<string name="requirements_libreoffice_general_enabled">Contrôle distant activé dans \"Outils →Options →LibreOffice Impress →Général\" dans LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Fonctions expérimentales activées dans \"Outils →Options →LibreOffice →Avancé\" dans LibreOffice Impress.</string>
<string name="requirements_network_connection">Le périphérique Android et un ordinateur connectés au même réseau.</string>
<string name="requirements_network_ports">S\'il y a un pare-feu, assurez-vous que les ports 1598 et 1599 sont ouverts.</string>
<string name="requirements_bluetooth_connection">Un ordinateur dont le Bluetooth est activé.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-gd/strings.xml b/android/sdremote/mobile/src/main/res/values-gd/strings.xml
index ed606f1..bbc739e 100644
--- a/android/sdremote/mobile/src/main/res/values-gd/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-gd/strings.xml
@@ -62,7 +62,6 @@
<string name="preferences_quiet_mode_summary">Cùm am fòn sàmhach (ach cuir modh na seirme chritheach an comas) rè taisbeanaidh.</string>
<string name="requirements_libreoffice_version">LibreOffice tionndadh 4.0.3 no nas ùire air coimpiutair.</string>
<string name="requirements_libreoffice_general_enabled">Impress Remote an comas aig \"Innealan → Roghainnean → LibreOffice Impress → Coitcheann\" ann an LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Gleusan deuchainneach an comas aig “Innealan” » “Roghainnean” » “LibreOffice” » “Adhartach” ann an LibreOffice Impress.</string>
<string name="requirements_network_connection">An t-uidheam Android is coimpiutair ceangailte ris an aon lìonra.</string>
<string name="requirements_network_ports">Ma tha cachaileith-theine agad, dèan cinnteach gu bheil port 1598 agus 1599 fosgailte.</string>
<string name="requirements_bluetooth_connection">Coimpiutair le Bluetooth an comas air.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-gl/strings.xml b/android/sdremote/mobile/src/main/res/values-gl/strings.xml
index 34324a2..4efb487 100644
--- a/android/sdremote/mobile/src/main/res/values-gl/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-gl/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Configurar o timbre de vibración durante a presentación</string>
<string name="requirements_libreoffice_version">LibreOffice versión 4.03 ou superior executándose nun computador.</string>
<string name="requirements_libreoffice_general_enabled">Activar o control remoto do Impress en «Ferramentas → Opcións → LibreOffice Impress → Xeral» no Impress de LibreOffice</string>
- <string name="requirements_libreoffice_experimental_enabled">Activar as funcionalidades experimentais en «Ferramentas → Opcións → LibreOffice → Avanzadas» no Impress de LibreOffice.</string>
<string name="requirements_network_connection">O dispositivo android e un computador conectado na mesma rede.</string>
<string name="requirements_network_ports">Se ten unha devasa, asegúrese de que os portos 1598 e 1599 están abertos.</string>
<string name="requirements_bluetooth_connection">Un computador co bluetooh activado.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-he/strings.xml b/android/sdremote/mobile/src/main/res/values-he/strings.xml
index 06027c8..a40d3df 100644
--- a/android/sdremote/mobile/src/main/res/values-he/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-he/strings.xml
@@ -62,7 +62,6 @@
<string name="preferences_quiet_mode_summary">הגדרת מצב צלצול ברטט בעת ההצגה</string>
<string name="requirements_libreoffice_version">גרסה 4.0.3 ומעלה של LibreOffice פועלת על מחשב.</string>
<string name="requirements_libreoffice_general_enabled">Impress בשלט רחוק מופעל דרך „כלים ← אפשרויות ← Impress מבית LibreOffice ← כללי” ב־Impress מבית LibreOffice.</string>
- <string name="requirements_libreoffice_experimental_enabled">תכונות ניסיוניות מופעלות דרך „כלים ← אפשרויות ← Impress מבית LibreOffice ← כללי” ב־Impress מבית LibreOffice.</string>
<string name="requirements_network_connection">התקן אנדרויד ומחשב המחוברים לאותה הרשת.</string>
<string name="requirements_network_ports">אם יש לך חומת אש עליך לוודא שפתחות 1598 ו־1599 פתוחות.</string>
<string name="requirements_bluetooth_connection">מחשב עם Bluetooth פעיל.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-hr/strings.xml b/android/sdremote/mobile/src/main/res/values-hr/strings.xml
index 5e4bed2..8d81f5b 100644
--- a/android/sdremote/mobile/src/main/res/values-hr/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-hr/strings.xml
@@ -61,7 +61,6 @@
<string name="preferences_quiet_mode_summary">Uključi vibraciju kao vrstu zvona za vrijeme prezentacije</string>
<string name="requirements_libreoffice_version">Na računalu pokrenut LibreOffice inačice 4.0.3 ili novije.</string>
<string name="requirements_libreoffice_general_enabled">Impress Remote je aktiviran u LibreOffice Impressu u „Alati → Mogućnosti → LibreOffice Impress → Opće”.</string>
- <string name="requirements_libreoffice_experimental_enabled">Aktivirane su eksperimentalne funkcije u LibreOffice Impressu u „Alati → Mogućnosti → LibreOffice → Napredno”.</string>
<string name="requirements_network_connection">Android uređaj i računalo su povezani na istu mrežu.</string>
<string name="requirements_network_ports">Ako imaš uključen vatrozid, provjeri, jesu li otvoreni priključci 1598 i 1599.</string>
<string name="requirements_bluetooth_connection">Računalo s uključenim bluetoothom.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-hu/strings.xml b/android/sdremote/mobile/src/main/res/values-hu/strings.xml
index 49d8a3f..c94d12e 100644
--- a/android/sdremote/mobile/src/main/res/values-hu/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-hu/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Rezgőre állítja a csengetést előadás közben</string>
<string name="requirements_libreoffice_version">LibreOffice 4.0.3-at vagy újabbat futtató számítógép</string>
<string name="requirements_libreoffice_general_enabled">Engedélyezett Impress távirányító a LibreOffice Impress „Eszközök → Beállítások → LibreOffice Impress → Általános” paneljén.</string>
- <string name="requirements_libreoffice_experimental_enabled">Engedélyezett kísérleti funkciók a LibreOffice Impress „Eszközök → Beállítások → LibreOffice → Speciális” paneljén.</string>
<string name="requirements_network_connection">Az Android eszköz és a számítógép ugyanahhoz a hálózathoz csatlakozzon.</string>
<string name="requirements_network_ports">A tűzfalon legyen nyitva az 1598-as és 1599-es port.</string>
<string name="requirements_bluetooth_connection">Bluetooth-os számítógép</string>
diff --git a/android/sdremote/mobile/src/main/res/values-id/strings.xml b/android/sdremote/mobile/src/main/res/values-id/strings.xml
index 030c64e..e37d459 100644
--- a/android/sdremote/mobile/src/main/res/values-id/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-id/strings.xml
@@ -59,7 +59,6 @@
<string name="preferences_quiet_mode_summary">Mengaktifkan mode getar saat presentasi</string>
<string name="requirements_libreoffice_version">LibreOffice versi 4.0.3 atau lebih tinggi terpasang pada komputer.</string>
<string name="requirements_libreoffice_general_enabled">Impress Kendali Jauh diaktifkan melalui menu “Perkakas → Opsi → LibreOffice Impress → Umum” pada LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Fitur uji coba telah diaktifkan melalui menu “Perkakas → Opsi → LibreOffice → Lanjutan” pada LibreOffice Impress.</string>
<string name="requirements_network_connection">Perangkat Android dan komputer terhubung pada jaringan yang sama.</string>
<string name="requirements_network_ports">Jika Anda memasang firewall, pastikan port 1598 dan 1599 dalam kondisi terbuka.</string>
<string name="requirements_bluetooth_connection">Komputer dengan Bluetooth yang aktif.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-is/strings.xml b/android/sdremote/mobile/src/main/res/values-is/strings.xml
index 61accfb..81706ab 100644
--- a/android/sdremote/mobile/src/main/res/values-is/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-is/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Stilla á titringsham hringingar á meðan kynning er í gangi</string>
<string name="requirements_libreoffice_version">Tölva með LibreOffice útgáfu 4.0.3 eða hærri.</string>
<string name="requirements_libreoffice_general_enabled">Impress fjarstýring virkjuð í “Verkfæri → Valkostir → LibreOffice Impress → Almennt” í LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Eiginleikar á tilraunastigi virkjaðir í “Verkfæri → Valkostir → LibreOffice Impress → Nánar” í LibreOffice Impress.</string>
<string name="requirements_network_connection">Android tækið og tölva sem tengd eru á sama neti.</string>
<string name="requirements_network_ports">Ef þú ert með eldvegg skaltu ganga úr skugga um að gáttir 1598 og 1599 séu opnar.</string>
<string name="requirements_bluetooth_connection">Tölva með virkt Bluetooth</string>
diff --git a/android/sdremote/mobile/src/main/res/values-it/strings.xml b/android/sdremote/mobile/src/main/res/values-it/strings.xml
index 7f4ec1e..05108db 100644
--- a/android/sdremote/mobile/src/main/res/values-it/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-it/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Imposta la suoneria su vibrazione durante la presentazione</string>
<string name="requirements_libreoffice_version">LibreOffice versione 4.0.3 o successiva in esecuzione su un computer.</string>
<string name="requirements_libreoffice_general_enabled">Impress Remote abilitato in “Strumenti → Opzioni → LibreOffice Impress → Generale” in LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Funzionalità sperimentali abilitate in “Strumenti → Opzioni → LibreOffice → Avanzate\" in LibreOffice Impress.</string>
<string name="requirements_network_connection">Il dispositivo Android e un computer connessi alla stessa rete.</string>
<string name="requirements_network_ports">Se hai un firewall, assicurati che le porte 1598 e 1599 siano aperte.</string>
<string name="requirements_bluetooth_connection">Un computer con Bluetooth attivato.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-ja/strings.xml b/android/sdremote/mobile/src/main/res/values-ja/strings.xml
index 1987d32..347201d 100644
--- a/android/sdremote/mobile/src/main/res/values-ja/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-ja/strings.xml
@@ -59,7 +59,6 @@
<string name="preferences_quiet_mode_summary">プレゼンテーションの間、着信音をマナーモードに設定します</string>
<string name="requirements_libreoffice_version">LibreOffice 4.0.3以上がコンピューターで動作している。</string>
<string name="requirements_libreoffice_general_enabled">Impressリモートが、LibreOffice Impressの「ツール → オプション → LibreOffice Impress → 全般」の設定で有効になっている。</string>
- <string name="requirements_libreoffice_experimental_enabled">LibreOffice Impressの「ツール→オプション→LibreOffice→詳細」で、実験的(不安定)なオプションを有効になっている。</string>
<string name="requirements_network_connection">Android デバイスとコンピューターが同じネットワークに接続されている。</string>
<string name="requirements_network_ports">ファイアウォールがある場合は、ポート1598と1599が開かれていることを確認してください。</string>
<string name="requirements_bluetooth_connection">Bluetoothが有効にされたコンピューター</string>
diff --git a/android/sdremote/mobile/src/main/res/values-kk/strings.xml b/android/sdremote/mobile/src/main/res/values-kk/strings.xml
index 6315f60..08803f2 100644
--- a/android/sdremote/mobile/src/main/res/values-kk/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-kk/strings.xml
@@ -49,7 +49,6 @@
<string name="requirements_bluetooth_connection">Bluetooth іске қосылған компьютер.</string>
<string name="requirements_network_ports">Файрвол іске қосылған болса, 1598 және 1599 порттары ашық болуы тиіс.</string>
<string name="requirements_network_connection">Android құрылғысы және компьютер бір желіге қосылған.</string>
- <string name="requirements_libreoffice_experimental_enabled">Тәжірибелі мүмкіндіктер LibreOffice Impress ішінде \"Саймандар ▸ Опциялар ▸ LibreOffice ▸ Кеңейтілген\" ішінде іске қосылған.</string>
<string name="requirements_libreoffice_general_enabled">Impress-ті қашықтан басқару LibreOffice Impress ішінде \"Саймандар ▸ Опциялар ▸ LibreOffice Impress ▸ Жалпы\" ішінде іске қосылған.</string>
<string name="requirements_libreoffice_version">Компьютерде LibreOffice нұсқасы 4.0.3 немесе жаңалау орнатылған.</string>
<string name="preferences_quiet_mode_summary">Презентация кезінде телефонды үнсіз ету (бірақ дірілді іске қосу).</string>
diff --git a/android/sdremote/mobile/src/main/res/values-ko/strings.xml b/android/sdremote/mobile/src/main/res/values-ko/strings.xml
index 700de34..acfd715 100644
--- a/android/sdremote/mobile/src/main/res/values-ko/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-ko/strings.xml
@@ -59,7 +59,6 @@
<string name="preferences_quiet_mode_summary">프레젠테이션 실행 중 무음 (진동 가능)으로 설정</string>
<string name="requirements_libreoffice_version">컴퓨터에 리브레오피스 4.0.3 이상 버전이 실행되야 합니다.</string>
<string name="requirements_libreoffice_general_enabled">임프레스 원격 제어를 활성화 하려면 리브레오피스 임프레스의 \"도구 → 옵션 → 리브레오피스 임프레스 → 일반\"에서 설정할 수 있습니다.</string>
- <string name="requirements_libreoffice_experimental_enabled">리브레오피스 임프레스의 “도구 → 선택사항 → 리브레오피스 → 고급설정” 에서 실험적 기능 설정할 수 있습니다.</string>
<string name="requirements_network_connection">안드로이드 기기와 컴퓨터가 같은 네트워크에 연결되어 있습니다.</string>
<string name="requirements_network_ports">방화벽 설정이 되었으면, 포트 1598과 1599가 열려 있는지 확인해주세요.</string>
<string name="requirements_bluetooth_connection">블루투스가 활성화된 컴퓨터</string>
diff --git a/android/sdremote/mobile/src/main/res/values-lt/strings.xml b/android/sdremote/mobile/src/main/res/values-lt/strings.xml
index c20ddde..2c7b6bc 100644
--- a/android/sdremote/mobile/src/main/res/values-lt/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-lt/strings.xml
@@ -62,7 +62,6 @@
<string name="preferences_quiet_mode_summary">Išjungti skambučių garsą demonstravimo metu, įjungti vibravimą</string>
<string name="requirements_libreoffice_version">„LibreOffice“ 4.0.3 ar vėlesnė, veikianti kompiuteryje.</string>
<string name="requirements_libreoffice_general_enabled">„LibreOffice“ pateikčių rengyklės nuostatose (meniu „Priemonės → Parinktys → „LibreOffice“ parengčių rengyklė → Bendrosios“) įgalintas „LibreOffice“ nuotolinis valdymas.</string>
- <string name="requirements_libreoffice_experimental_enabled">„LibreOffice“ pateikčių rengyklės nuostatose (meniu „Priemonės → Parinktys → Kitkas“) įgalintos eksperimentinės galimybės.</string>
<string name="requirements_network_connection">„Android“ įrenginys ir kompiuteris, esantys tame pačiame tinkle.</string>
<string name="requirements_network_ports">Jeigu naudojate ugniasienę, įsitikinkite, jog atverti 1598 ir 1599 prievadai.</string>
<string name="requirements_bluetooth_connection">Kompiuteris su įgalintu „Bluetooth“ ryšiu.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-nb/strings.xml b/android/sdremote/mobile/src/main/res/values-nb/strings.xml
index ab7fe4a..a556891 100644
--- a/android/sdremote/mobile/src/main/res/values-nb/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-nb/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Sett på vibrasjonsmodus under presentasjonen</string>
<string name="requirements_libreoffice_version">En datamaskin med LibreOffice versjon 4.0.3 eller nyere.</string>
<string name="requirements_libreoffice_general_enabled">Impress Remote påslått i «Verktøy → Innstillinger → LibreOffice Impress → Generelt» i LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Eksperimentelle funksjoner påslått i «Verktøy → Innstillinger → LibreOffice → Avansert» i LibreOffice Impress.</string>
<string name="requirements_network_connection">En Android-enhet og datamaskin tilkoblet det samme nettverket.</string>
<string name="requirements_network_ports">Hvis du har en brannmur, må portene «1598» og «1599» være åpne.</string>
<string name="requirements_bluetooth_connection">En datamaskin med Bluetooth påslått.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-nl/strings.xml b/android/sdremote/mobile/src/main/res/values-nl/strings.xml
index 3c9fef2..ba304ad 100644
--- a/android/sdremote/mobile/src/main/res/values-nl/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-nl/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Zet de trilstand aan tijdens de presentatie</string>
<string name="requirements_libreoffice_version">LibreOffice versie 4.0.3 of hoger uitvoeren op een computer.</string>
<string name="requirements_libreoffice_general_enabled">Impress afstandsbediening ingeschakeld in \"Extra &gt; Opties &gt; LibreOffice Impress &gt; Algemeen\" in LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Experimentele functies ingeschakeld in \"Extra &gt; Opties &gt; LibreOffice &gt; Geavanceerd\" in LibreOffice Impress.</string>
<string name="requirements_network_connection">Het Android-toestel en een computer zijn aangesloten op hetzelfde netwerk.</string>
<string name="requirements_network_ports">Als u een firewall heeft, zorg er dan voor dat poorten 1598 en 1599 zijn geopend.</string>
<string name="requirements_bluetooth_connection">Een computer met ingeschakelde Bluetooth.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-pl/strings.xml b/android/sdremote/mobile/src/main/res/values-pl/strings.xml
index 683473f..84fa67f 100644
--- a/android/sdremote/mobile/src/main/res/values-pl/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-pl/strings.xml
@@ -61,7 +61,6 @@
<string name="preferences_quiet_mode_summary">Wycisza telefon (ale włącza wibracje) podczas prezentacji.</string>
<string name="requirements_libreoffice_version">LibreOffice w wersji 4.0.3 lub nowszej uruchomiony na komputerze.</string>
<string name="requirements_libreoffice_general_enabled">Impress Remote włączony w “Narzędzia → Opcje → LibreOffice Impress → Ogólne” w LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Eksperymentalne funkcje włączone w “Narzędzia → Opcje → LibreOffice → Zaawansowane” w LibreOffice Impress.</string>
<string name="requirements_network_connection">Urządzenie z systemem Android oraz komputer podłączone do tej samej sieci.</string>
<string name="requirements_network_ports">Jeśli używasz zapory sieciowej, upewnij się, że porty 1598 oraz 1599 zostały otwarte.</string>
<string name="requirements_bluetooth_connection">Komputer z włączoną funkcją Bluetooth.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-pt-rBR/strings.xml b/android/sdremote/mobile/src/main/res/values-pt-rBR/strings.xml
index 0736c11..9b05539 100644
--- a/android/sdremote/mobile/src/main/res/values-pt-rBR/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-pt-rBR/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Ativar modo de vibração durante a apresentação</string>
<string name="requirements_libreoffice_version">LibreOffice versão 4.0.3 ou superior em execução no computador.</string>
<string name="requirements_libreoffice_general_enabled">Controle remoto do Impress ativo em “Ferramentas → Opções → LibreOffice Impress → Geral” no LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Funcionalidades experimentais ativas em “Ferramentas → Opções → LibreOffice → Avançado” no LibreOffice Impress.</string>
<string name="requirements_network_connection">O dispositivo Android e um computador conectados à mesma rede.</string>
<string name="requirements_network_ports">Se possui um firewall, certifique-se que as portas 1598 e 1599 estão abertas.</string>
<string name="requirements_bluetooth_connection">Um computador com Bluetooth ativo.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-pt/strings.xml b/android/sdremote/mobile/src/main/res/values-pt/strings.xml
index b62c7b5..f659a7d 100644
--- a/android/sdremote/mobile/src/main/res/values-pt/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-pt/strings.xml
@@ -58,7 +58,6 @@
<string name="preferences_quiet_mode_summary">Ativar modo de vibração durante a apresentação</string>
<string name="requirements_libreoffice_version">Deverá ter a versão 4.0.3 ou superior em execução no computador.</string>
<string name="requirements_libreoffice_general_enabled">Impress Remote ativo em “Ferramentas → Opções → LibreOffice Impress → Geral” no LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Funcionalidades de teste ativas em “Ferramentas → Opções → LibreOffice → Avançado” no LibreOffice Impress.</string>
<string name="requirements_network_connection">Um dispositivo Android e um computador ligados na mesma rede.</string>
<string name="requirements_network_ports">Se possui uma firewall, certifique-se que as portas 1598 e 1599 estão abertas.</string>
<string name="requirements_bluetooth_connection">Um computador com Bluetooth ativo.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-ro/strings.xml b/android/sdremote/mobile/src/main/res/values-ro/strings.xml
index 0c977a2..b1ec644 100644
--- a/android/sdremote/mobile/src/main/res/values-ro/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-ro/strings.xml
@@ -61,7 +61,6 @@
<string name="preferences_quiet_mode_summary">Setează modul vibrare în timpul prezentării</string>
<string name="requirements_libreoffice_version">Versiunea LibreOffice 4.0.3 sau mai nou pe calculator.</string>
<string name="requirements_libreoffice_general_enabled">Activat telecomandă LibreOffice Impress în „Unelte → Opțiuni → LibreOffice Impress → General”.</string>
- <string name="requirements_libreoffice_experimental_enabled">Activarea funcțiunilor experimentale în „Unelte → Opțiuni → LibreOffice → Avansat”.</string>
<string name="requirements_network_connection">Dispozitivul cu Android și calculatorul să fiu conectate în aceeași rețea.</string>
<string name="requirements_network_ports">În firewall trebuie deschise porturile 1598 și 1599.</string>
<string name="requirements_bluetooth_connection">Calculator cu Bluetooth</string>
diff --git a/android/sdremote/mobile/src/main/res/values-ru/strings.xml b/android/sdremote/mobile/src/main/res/values-ru/strings.xml
index 869363f..a68123b 100644
--- a/android/sdremote/mobile/src/main/res/values-ru/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-ru/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Установить режим вибрации при демонстрации</string>
<string name="requirements_libreoffice_version">На компьютере установлен LibreOffice версии 4.0.3 или выше.</string>
<string name="requirements_libreoffice_general_enabled">Дистанционное упраление Impress включено в «Сервис → Параметры → LibreOffice Impress → Общие» в LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Включены экспериментальные возможности в «Сервис → Параметры → LibreOffice → Расширенные возможности» в LibreOffice.</string>
<string name="requirements_network_connection">Устройство Android и компьютер, поключеные к одной сети.</string>
<string name="requirements_network_ports">Если включен фаеревол, порты 1598 и 1599 должны быть открыты.</string>
<string name="requirements_bluetooth_connection">Компьютер с включённым Bluetooth.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-sk/strings.xml b/android/sdremote/mobile/src/main/res/values-sk/strings.xml
index 983c982..f5fc4e9 100644
--- a/android/sdremote/mobile/src/main/res/values-sk/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-sk/strings.xml
@@ -62,7 +62,6 @@
<string name="preferences_quiet_mode_summary">Nastaviť počas prezentácie vibračné vyzváňanie</string>
<string name="requirements_libreoffice_version">Na počítači je spustený LibreOffice verzie 4.0.3 alebo novšej.</string>
<string name="requirements_libreoffice_general_enabled">V LibreOffice Impress je povolené Diaľkové ovládanie prezentácie v \"Nástroje → Možnosti → LibreOffice Impress → Všeobecné\".</string>
- <string name="requirements_libreoffice_experimental_enabled">V LibreOffice Impress sú povolené experimentálne funkcie v \"Nástroje → Možnosti → LibreOffice → Pokročilé\".</string>
<string name="requirements_network_connection">Zariadenie s Androidom a počítač sú pripojené k rovnakej sieti</string>
<string name="requirements_network_ports">Ak používate firewall, preverte si, či sú porty 1598 a 1599 otvorené.</string>
<string name="requirements_bluetooth_connection">Počítač s povoleným Bluetooth.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-sl/strings.xml b/android/sdremote/mobile/src/main/res/values-sl/strings.xml
index ccd1f40..131450c 100644
--- a/android/sdremote/mobile/src/main/res/values-sl/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-sl/strings.xml
@@ -62,7 +62,6 @@
<string name="preferences_quiet_mode_summary">Nastavi, da telefon med predstavitvijo vibrira</string>
<string name="requirements_libreoffice_version">Na računalniku nameščen LibreOffice različice 4.0.3 ali novejši.</string>
<string name="requirements_libreoffice_general_enabled">V LibreOffice Impress omogočen Daljinec za Impress, v »Orodja → Možnosti → LibreOffice Impress → Splošno«.</string>
- <string name="requirements_libreoffice_experimental_enabled">V LibreOffice Impress omogočene poskusne funkcionalnosti v »Orodja → Možnosti → LibreOffice → Napredno«.</string>
<string name="requirements_network_connection">Napravo Android in računalnik, priključena na isto omrežje.</string>
<string name="requirements_network_ports">Če imate požarni zid, preverite, da sta vrati 1598 in 1599 odprti.</string>
<string name="requirements_bluetooth_connection">Računalnik z omogočenim vmesnikom Bluetooth.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-sv/strings.xml b/android/sdremote/mobile/src/main/res/values-sv/strings.xml
index 44bf1cc..ee0b283 100644
--- a/android/sdremote/mobile/src/main/res/values-sv/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-sv/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Aktivera telefonens vibrator under presentationen</string>
<string name="requirements_libreoffice_version">LibreOffice version 4.0.3 eller senare körs på en dator.</string>
<string name="requirements_libreoffice_general_enabled">Impress-fjärrkontroll aktiverad under ”Verktyg → Alternativ → LibreOffice Impress → Allmänt” i LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Experimentella funktioner aktiverade under ”Verktyg → Alternativ → LibreOffice → Avancerat” i LibreOffice Impress.</string>
<string name="requirements_network_connection">Android-enheten och en dator är anslutna till samma nätverk.</string>
<string name="requirements_network_ports">Om du har en brandvägg ska portarna 1598 och 1599 vara öppna.</string>
<string name="requirements_bluetooth_connection">En dator med Bluetooth aktiverat.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-ta/strings.xml b/android/sdremote/mobile/src/main/res/values-ta/strings.xml
index 60ceefd..9b7cc4d 100644
--- a/android/sdremote/mobile/src/main/res/values-ta/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-ta/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">படைத்தலின்போது அதிர்வு அலரல் முறைமைக்கு அமை</string>
<string name="requirements_libreoffice_version">கணினியில் லிப்ரெஓபிஸ் பதிப்பு 4.0.3 அல்லது அதற்கு மேலான பதிப்பு நிறுவப்பட்டுள்ளது.</string>
<string name="requirements_libreoffice_general_enabled">லிப்ரெஓபிஸ் இம்பிரெஸில் “கருவிகள் → தேர்வுகள் → லிப்ரெஓபிஸ் இம்பிரெஸ் → பொது” இம்பிரெஸ் ரிமோட் செயலாக்கப்பட்டது.</string>
- <string name="requirements_libreoffice_experimental_enabled">லிப்ரெஓபிஸ் இம்பிரெஸில் “கருவிகள் → தேர்வுகள் → லிப்ரெஓபிஸ் → மேம்பட்டது” சோதனை அம்சங்கள் செயலாக்கப்பட்டன.</string>
<string name="requirements_network_connection">ஆண்ட்ராய்டு சாதனமும் கணினியும் ஒரே பிணையத்தில் இணைக்கப்பட்டுள்ளன.</string>
<string name="requirements_network_ports">நீங்கள் பயர்வால் வைத்திருந்தால் 1598 மற்றும் 1599 சேவை முனை எண்களை திறந்து வைக்கவும்.</string>
<string name="requirements_bluetooth_connection">ப்ளூடூத் இயக்கத்துடன் உள்ள ஒரு கணினி.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-tr/strings.xml b/android/sdremote/mobile/src/main/res/values-tr/strings.xml
index f3e043e..0a9e9e0 100644
--- a/android/sdremote/mobile/src/main/res/values-tr/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-tr/strings.xml
@@ -60,7 +60,6 @@
<string name="preferences_quiet_mode_summary">Sunum esnasında zil sesini titreşim olarak ayarla</string>
<string name="requirements_libreoffice_version">Bilgisayarda LibreOffice 4.0.3 veya daha üst sürüm çalışıyor.</string>
<string name="requirements_libreoffice_general_enabled">Impress Uzaktan Kumanda, LibreOffice Impress içerisinde \"Araçlar → Seçenekler → LibreOffice Impress → Genel\" yolu ile etkinleştirilir.</string>
- <string name="requirements_libreoffice_experimental_enabled">Deneysel özellikler \"Araçlar → Seçenekler → LibreOffice → Gelişmiş\" yolu ile etkinleştirilir.</string>
<string name="requirements_network_connection">Android aygıt ve bilgisayar aynı ağa bağlandı.</string>
<string name="requirements_network_ports">Eğer güvenlik duvarı kullanıyorsanız 1598 ve 1599 numaralı bağlantı noktalarının açık olduğundan emin olun.</string>
<string name="requirements_bluetooth_connection">Bluetooth\'u etkinleştirilmiş bir bilgisayar.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-uk/strings.xml b/android/sdremote/mobile/src/main/res/values-uk/strings.xml
index 00ad3ad..30e806b 100644
--- a/android/sdremote/mobile/src/main/res/values-uk/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-uk/strings.xml
@@ -61,7 +61,6 @@
<string name="preferences_quiet_mode_summary">Установка режиму вібрації дзвінка під час презентації</string>
<string name="requirements_libreoffice_version">На комп\'ютері запущено LibreOffice версії 4.0.3 або вищої.</string>
<string name="requirements_libreoffice_general_enabled">Дистанційне керування Impress увімкнено на вкладці “Засоби → Параметри → LibreOffice Impress → Загальне” у LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Експериментальні можливості увімкнено на вкладці “Засоби → Параметри → LibreOffice → Додатково” у LibreOffice Impress.</string>
<string name="requirements_network_connection">Пристрій на Android і комп\'ютер з\'єднані з однаковою мережею.</string>
<string name="requirements_network_ports">Якщо у вас є брандмауер, то переконайтеся, що порти 1598 та 1599 - відкриті.</string>
<string name="requirements_bluetooth_connection">Комп\'ютер з увімкненим Bluetooth.</string>
diff --git a/android/sdremote/mobile/src/main/res/values-vi/strings.xml b/android/sdremote/mobile/src/main/res/values-vi/strings.xml
index 54ce6ce..d1e0a3a 100644
--- a/android/sdremote/mobile/src/main/res/values-vi/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-vi/strings.xml
@@ -39,7 +39,6 @@
<string name="requirements_bluetooth_connection">Một máy tính có bật Bluetooth.</string>
<string name="requirements_network_ports">Nếu như bạn đang sử dụng tường lửa, vui lòng đảm bảo các cổng 1598 và 1599 đã được mở.</string>
<string name="requirements_network_connection">Thiết bị Android và máy tính phải được kết nối với cùng một mạng.</string>
- <string name="requirements_libreoffice_experimental_enabled">Bật các tính năng thử nghiệm tại \"Công cụ → Tuỳ chọn → LibreOffice → Nâng cao\" trong LibreOffice Impress.</string>
<string name="requirements_libreoffice_version">LibreOffice phiên bản 4.0.3 hoặc cao hơn đang hoạt động trên máy tính.</string>
<string name="preferences_quiet_mode_summary">Làm điện thoại im lặng (nhưng bật rung) trong lúc trình chiếu.</string>
<string name="preferences_quiet_mode_title">Chế độ im lặng</string>
diff --git a/android/sdremote/mobile/src/main/res/values-zh-rCN/strings.xml b/android/sdremote/mobile/src/main/res/values-zh-rCN/strings.xml
index 6e999cc..940e2fe 100644
--- a/android/sdremote/mobile/src/main/res/values-zh-rCN/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-zh-rCN/strings.xml
@@ -57,7 +57,6 @@
<string name="preferences_quiet_mode_summary">演示时将手机铃声设置为震动模式</string>
<string name="requirements_libreoffice_version">计算机上运行的 LibreOffice 4.0.3 或更高版本。</string>
<string name="requirements_libreoffice_general_enabled">在 LibreOffice Impress 的「工具 → 选项 → LibreOffice Impress → 通用」处启用 Impress 遥控。</string>
- <string name="requirements_libreoffice_experimental_enabled">在 LibreOffice Impress 的「工具 → 选项 → LibreOffice → 高级」处启用实验性功能。</string>
<string name="requirements_network_connection">Android 设备及计算机连接到同一个网络中。</string>
<string name="requirements_network_ports">如果您打开了防火墙,请确保端口 1598 及 1599 处于打开状态。</string>
<string name="requirements_bluetooth_connection">打开蓝牙的计算机。</string>
diff --git a/android/sdremote/mobile/src/main/res/values-zh-rTW/strings.xml b/android/sdremote/mobile/src/main/res/values-zh-rTW/strings.xml
index 87f1537..4da3b20 100644
--- a/android/sdremote/mobile/src/main/res/values-zh-rTW/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values-zh-rTW/strings.xml
@@ -59,7 +59,6 @@
<string name="preferences_quiet_mode_summary">簡報時將手機設為震動模式</string>
<string name="requirements_libreoffice_version">電腦上正執行 LibreOffice 4.0.3 或以上版本。</string>
<string name="requirements_libreoffice_general_enabled">在 LibreOffice Impress 中的 [工具 → 選項 → LibreOffice Impress → 一般] 之下啟用 Impress 遠端控制。</string>
- <string name="requirements_libreoffice_experimental_enabled">在 LibreOffice Impress 中的 [工具 → 選項 → LibreOffice → 進階] 之下啟用實驗性功能。</string>
<string name="requirements_network_connection">Android 裝置與電腦連接到相同的網路上。</string>
<string name="requirements_network_ports">如果您有防火牆,請確認連接埠 1598 與 1599 維持開放。</string>
<string name="requirements_bluetooth_connection">電腦已啟用藍牙。</string>
diff --git a/android/sdremote/mobile/src/main/res/values/strings.xml b/android/sdremote/mobile/src/main/res/values/strings.xml
index 4883a35..9a8f8eb 100644
--- a/android/sdremote/mobile/src/main/res/values/strings.xml
+++ b/android/sdremote/mobile/src/main/res/values/strings.xml
@@ -87,7 +87,6 @@
<string name="requirements_libreoffice_version">LibreOffice version 4.0.3 or higher running on a computer.</string>
<string name="requirements_libreoffice_general_enabled">Impress Remote enabled at “Tools → Options → LibreOffice Impress → General” in LibreOffice Impress.</string>
- <string name="requirements_libreoffice_experimental_enabled">Experimental features enabled at “Tools → Options → LibreOffice → Advanced” in LibreOffice Impress.</string>
<string name="requirements_network_connection">The Android device and a computer connected to the same network.</string>
<string name="requirements_network_ports">If you have a firewall please ensure ports 1598 and 1599 are opened.</string>
<string name="requirements_bluetooth_connection">A computer with enabled Bluetooth.</string>