diff --git a/catroid/src/androidTest/java/org/catrobat/catroid/uiespresso/formulaeditor/FormulaEditorKeyboardTest.java b/catroid/src/androidTest/java/org/catrobat/catroid/uiespresso/formulaeditor/FormulaEditorKeyboardTest.java
index add8b9bfdb9..bc1e2cea142 100644
--- a/catroid/src/androidTest/java/org/catrobat/catroid/uiespresso/formulaeditor/FormulaEditorKeyboardTest.java
+++ b/catroid/src/androidTest/java/org/catrobat/catroid/uiespresso/formulaeditor/FormulaEditorKeyboardTest.java
@@ -187,6 +187,12 @@ public void addColorTest() {
onView(withId(R.id.brick_set_variable_edit_text)).check(matches(withText("'#0074CD' ")));
}
+ @Test
+ public void testConfirmButtonString() {
+ onView(withId(R.id.brick_set_variable_edit_text)).perform(click());
+ onView(withId(R.id.formula_editor_keyboard_compute)).check(matches(withText(R.string.formula_editor_confirm)));
+ }
+
@After
public void tearDown() throws IOException {
baseActivityTestRule.finishActivity();
diff --git a/catroid/src/main/res/layout/formula_editor_keyboard.xml b/catroid/src/main/res/layout/formula_editor_keyboard.xml
index f048b23eb3d..ad1ab0db363 100644
--- a/catroid/src/main/res/layout/formula_editor_keyboard.xml
+++ b/catroid/src/main/res/layout/formula_editor_keyboard.xml
@@ -248,6 +248,6 @@
style="@style/FormulaEditorComputeButton"
android:layout_marginBottom="@dimen/key_margin"
android:layout_span="2"
- android:text="@string/formula_editor_compute" />
+ android:text="@string/formula_editor_confirm" />
diff --git a/catroid/src/main/res/values-af/strings.xml b/catroid/src/main/res/values-af/strings.xml
index 7332ab90d84..11fa4ecb5a1 100644
--- a/catroid/src/main/res/values-af/strings.xml
+++ b/catroid/src/main/res/values-af/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-ar/strings.xml b/catroid/src/main/res/values-ar/strings.xml
index 6348abc234d..c5df666365d 100644
--- a/catroid/src/main/res/values-ar/strings.xml
+++ b/catroid/src/main/res/values-ar/strings.xml
@@ -1912,7 +1912,7 @@
إسم خلفية الشاشة
عدد الخلفيات
المسافة إلى
- النتيجة
+ النتيجة
الكائن
الدوال
المنطق
diff --git a/catroid/src/main/res/values-az/strings.xml b/catroid/src/main/res/values-az/strings.xml
index dcfa2d4761d..8d7a259570f 100644
--- a/catroid/src/main/res/values-az/strings.xml
+++ b/catroid/src/main/res/values-az/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-bg/strings.xml b/catroid/src/main/res/values-bg/strings.xml
index 4bfad645885..43c57a6fd5a 100644
--- a/catroid/src/main/res/values-bg/strings.xml
+++ b/catroid/src/main/res/values-bg/strings.xml
@@ -1748,7 +1748,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-bn/strings.xml b/catroid/src/main/res/values-bn/strings.xml
index a06e94d1418..3d9446e9f08 100644
--- a/catroid/src/main/res/values-bn/strings.xml
+++ b/catroid/src/main/res/values-bn/strings.xml
@@ -1706,7 +1706,7 @@
ব্যাকগ্রাউন্ড নাম
পটভূমি সংখ্যা
স্পর্শ অবস্থান থেকে দূরত্ব
- গণনা করা
+ গণনা করা
বিশিষ্টতাসমূহ
ক্রিয়াকলাপ
যুক্তিবিদ্যা
diff --git a/catroid/src/main/res/values-bs/strings.xml b/catroid/src/main/res/values-bs/strings.xml
index 9926a5fa04c..135c0ba91a8 100644
--- a/catroid/src/main/res/values-bs/strings.xml
+++ b/catroid/src/main/res/values-bs/strings.xml
@@ -1771,7 +1771,7 @@ needs read and write access to it. You can always change permissions through you
naziv pozadine
number of backgrounds
udaljenost od pozicije dodira
- Izračunaj
+ Izračunaj
Objekat
Funkcije
Logika
diff --git a/catroid/src/main/res/values-ca/strings.xml b/catroid/src/main/res/values-ca/strings.xml
index 0463d9f4893..e43353cf488 100644
--- a/catroid/src/main/res/values-ca/strings.xml
+++ b/catroid/src/main/res/values-ca/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-chr/strings.xml b/catroid/src/main/res/values-chr/strings.xml
index a5235f0f22e..d0804f5dc14 100644
--- a/catroid/src/main/res/values-chr/strings.xml
+++ b/catroid/src/main/res/values-chr/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-cs/strings.xml b/catroid/src/main/res/values-cs/strings.xml
index ca66b461b71..daadb531ecd 100644
--- a/catroid/src/main/res/values-cs/strings.xml
+++ b/catroid/src/main/res/values-cs/strings.xml
@@ -1832,7 +1832,7 @@ needs read and write access to it. You can always change permissions through you
název_pozadí
number of backgrounds
vzdálenost k
- Výpočetní výkon
+ Výpočetní výkon
Objekt
Funkce
Logika
diff --git a/catroid/src/main/res/values-da/strings.xml b/catroid/src/main/res/values-da/strings.xml
index 29c923993c7..365d5844682 100644
--- a/catroid/src/main/res/values-da/strings.xml
+++ b/catroid/src/main/res/values-da/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Udfør
+ Udfør
Objekt
Functions
Logik
diff --git a/catroid/src/main/res/values-de/strings.xml b/catroid/src/main/res/values-de/strings.xml
index da042bbe6f5..6e64a19fae6 100644
--- a/catroid/src/main/res/values-de/strings.xml
+++ b/catroid/src/main/res/values-de/strings.xml
@@ -1713,7 +1713,7 @@
Hintergrundname
Anzahl der Hintergründe
Entfernung zu
- Berechnen
+ Berechnen
Eigenschaften
Funktionen
Logik
diff --git a/catroid/src/main/res/values-el/strings.xml b/catroid/src/main/res/values-el/strings.xml
index 204d6ab15c6..a52a2e653e5 100644
--- a/catroid/src/main/res/values-el/strings.xml
+++ b/catroid/src/main/res/values-el/strings.xml
@@ -1742,7 +1742,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Αντικείμενο
Functions
Logic
diff --git a/catroid/src/main/res/values-en-rAU/strings.xml b/catroid/src/main/res/values-en-rAU/strings.xml
index bf25c90fb4b..3c891639adc 100644
--- a/catroid/src/main/res/values-en-rAU/strings.xml
+++ b/catroid/src/main/res/values-en-rAU/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-en-rCA/strings.xml b/catroid/src/main/res/values-en-rCA/strings.xml
index 25f891f5809..3ba1f18201f 100644
--- a/catroid/src/main/res/values-en-rCA/strings.xml
+++ b/catroid/src/main/res/values-en-rCA/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-en-rGB/strings.xml b/catroid/src/main/res/values-en-rGB/strings.xml
index 6ad0af5eda4..49c05be1640 100644
--- a/catroid/src/main/res/values-en-rGB/strings.xml
+++ b/catroid/src/main/res/values-en-rGB/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Object
Functions
Logic
diff --git a/catroid/src/main/res/values-es/strings.xml b/catroid/src/main/res/values-es/strings.xml
index 4bcb7ffca5c..455a021fd4c 100644
--- a/catroid/src/main/res/values-es/strings.xml
+++ b/catroid/src/main/res/values-es/strings.xml
@@ -1730,7 +1730,7 @@ necesita acceso de lectura y escritura a ella. Siempre puedes cambiar los permis
nombre_fondo
número de fondos
distancia a
- Calcular
+ Calcular
Objeto
Funciones
Lógica
diff --git a/catroid/src/main/res/values-eu-rES/strings.xml b/catroid/src/main/res/values-eu-rES/strings.xml
index 5af397affdb..787133fa966 100644
--- a/catroid/src/main/res/values-eu-rES/strings.xml
+++ b/catroid/src/main/res/values-eu-rES/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-fa-rIR/strings.xml b/catroid/src/main/res/values-fa-rIR/strings.xml
index bb84118bb77..166b6c16eb0 100644
--- a/catroid/src/main/res/values-fa-rIR/strings.xml
+++ b/catroid/src/main/res/values-fa-rIR/strings.xml
@@ -1727,7 +1727,7 @@
نام پس زمینه
تعداد پس زمینه
فاصله تا موقعیت لمس
- محاسبه
+ محاسبه
شی
توابع
منطق
diff --git a/catroid/src/main/res/values-fa/strings.xml b/catroid/src/main/res/values-fa/strings.xml
index 4c34db56ddd..31913da35cc 100644
--- a/catroid/src/main/res/values-fa/strings.xml
+++ b/catroid/src/main/res/values-fa/strings.xml
@@ -1669,7 +1669,7 @@
نام پس زمینه
تعداد پس زمینه ها
فاصله تا موقعیت لمس
- محاسبه کن
+ محاسبه کن
خواص
توابع
منطق
diff --git a/catroid/src/main/res/values-fi/strings.xml b/catroid/src/main/res/values-fi/strings.xml
index 3864321c296..10280d3f15f 100644
--- a/catroid/src/main/res/values-fi/strings.xml
+++ b/catroid/src/main/res/values-fi/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-fr/strings.xml b/catroid/src/main/res/values-fr/strings.xml
index 3df0b19b1c4..1db9f5148f7 100644
--- a/catroid/src/main/res/values-fr/strings.xml
+++ b/catroid/src/main/res/values-fr/strings.xml
@@ -1739,7 +1739,7 @@ doit avoir accès en lecture et en écriture à la mémoire locale. Vous pouvez
nom de l\'arrière-plan
nombre de fonds
distance à la position tactile
- Calculer
+ Calculer
Objet
Fonctions
Logique
diff --git a/catroid/src/main/res/values-gl/strings.xml b/catroid/src/main/res/values-gl/strings.xml
index 0c007a9be8e..070cd901710 100644
--- a/catroid/src/main/res/values-gl/strings.xml
+++ b/catroid/src/main/res/values-gl/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Obxecto
Functions
Logic
diff --git a/catroid/src/main/res/values-gu/strings.xml b/catroid/src/main/res/values-gu/strings.xml
index 634434e9dbe..1f5f27b9906 100644
--- a/catroid/src/main/res/values-gu/strings.xml
+++ b/catroid/src/main/res/values-gu/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-ha/strings.xml b/catroid/src/main/res/values-ha/strings.xml
index 7332ab90d84..11fa4ecb5a1 100644
--- a/catroid/src/main/res/values-ha/strings.xml
+++ b/catroid/src/main/res/values-ha/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-hi/strings.xml b/catroid/src/main/res/values-hi/strings.xml
index 1aeb0e7cb53..635f0485c52 100644
--- a/catroid/src/main/res/values-hi/strings.xml
+++ b/catroid/src/main/res/values-hi/strings.xml
@@ -1743,7 +1743,7 @@
पृष्ठभूमि का नाम
पृष्ठभूमि की संख्या
स्पर्श करने की स्थिति की दूरी
- गणना करें
+ गणना करें
वस्तु
कार्यों
तर्क
diff --git a/catroid/src/main/res/values-hr/strings.xml b/catroid/src/main/res/values-hr/strings.xml
index 0454f49ac8d..27f2ef8bc4b 100644
--- a/catroid/src/main/res/values-hr/strings.xml
+++ b/catroid/src/main/res/values-hr/strings.xml
@@ -1785,7 +1785,7 @@ needs read and write access to it. You can always change permissions through you
ime pozadine
number of backgrounds
distance to touch position
- Izračunati
+ Izračunati
Objekt
Funkcije
Logika
diff --git a/catroid/src/main/res/values-hu/strings.xml b/catroid/src/main/res/values-hu/strings.xml
index eca671af7e6..9dafd90f87c 100644
--- a/catroid/src/main/res/values-hu/strings.xml
+++ b/catroid/src/main/res/values-hu/strings.xml
@@ -1745,7 +1745,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Kiszámítás
+ Kiszámítás
Objektum
Functions
Logika
diff --git a/catroid/src/main/res/values-ig/strings.xml b/catroid/src/main/res/values-ig/strings.xml
index 9789c6bdef0..00814567f44 100644
--- a/catroid/src/main/res/values-ig/strings.xml
+++ b/catroid/src/main/res/values-ig/strings.xml
@@ -1701,7 +1701,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Compute
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-in/strings.xml b/catroid/src/main/res/values-in/strings.xml
index f5c0c51843f..4cea9da1b83 100644
--- a/catroid/src/main/res/values-in/strings.xml
+++ b/catroid/src/main/res/values-in/strings.xml
@@ -1696,7 +1696,7 @@ membutuhkan akses baca dan tulis untuk itu. Anda selalu dapat mengubah izin mela
layarbelakang nama
jumlah latar belakang
jarak untuk menyentuh posisi
- Menghitung
+ Menghitung
Objek
Fungsi
Logika
diff --git a/catroid/src/main/res/values-it/strings.xml b/catroid/src/main/res/values-it/strings.xml
index 6d2547f280c..ac63bb2e8bf 100644
--- a/catroid/src/main/res/values-it/strings.xml
+++ b/catroid/src/main/res/values-it/strings.xml
@@ -1742,7 +1742,7 @@ con tolleranza %
nome_sfondo
numero di sfondi
distanza a
- Calcola
+ Calcola
Oggetto
Funzioni
Logica
diff --git a/catroid/src/main/res/values-iw/strings.xml b/catroid/src/main/res/values-iw/strings.xml
index 3b815b3390f..f53b46b1b31 100644
--- a/catroid/src/main/res/values-iw/strings.xml
+++ b/catroid/src/main/res/values-iw/strings.xml
@@ -1839,7 +1839,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
אובייקט
Functions
Logic
diff --git a/catroid/src/main/res/values-ja/strings.xml b/catroid/src/main/res/values-ja/strings.xml
index c4701fcd04f..0fb2006d7eb 100644
--- a/catroid/src/main/res/values-ja/strings.xml
+++ b/catroid/src/main/res/values-ja/strings.xml
@@ -1685,7 +1685,7 @@
背景名
バックグラウンド数
距離
- 計算
+ 計算
オブジェクト
関数
論理
diff --git a/catroid/src/main/res/values-ka/strings.xml b/catroid/src/main/res/values-ka/strings.xml
index 9e9829680c1..a3b13a06ca7 100644
--- a/catroid/src/main/res/values-ka/strings.xml
+++ b/catroid/src/main/res/values-ka/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-kab/strings.xml b/catroid/src/main/res/values-kab/strings.xml
index b453826dc17..53eb63f16d1 100644
--- a/catroid/src/main/res/values-kab/strings.xml
+++ b/catroid/src/main/res/values-kab/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-kk/strings.xml b/catroid/src/main/res/values-kk/strings.xml
index 54bf55d60a5..79bae61e244 100644
--- a/catroid/src/main/res/values-kk/strings.xml
+++ b/catroid/src/main/res/values-kk/strings.xml
@@ -1719,7 +1719,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-kn/strings.xml b/catroid/src/main/res/values-kn/strings.xml
index 6bc9447e5d8..8c4fe4e5724 100644
--- a/catroid/src/main/res/values-kn/strings.xml
+++ b/catroid/src/main/res/values-kn/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-ko/strings.xml b/catroid/src/main/res/values-ko/strings.xml
index 3abeef0162a..3fdf7029a55 100644
--- a/catroid/src/main/res/values-ko/strings.xml
+++ b/catroid/src/main/res/values-ko/strings.xml
@@ -1669,7 +1669,7 @@
배경 이름
배경 수
거리
- 연산결과 미리보기
+ 연산결과 미리보기
오브젝트
함수
논리 연산
diff --git a/catroid/src/main/res/values-lt/strings.xml b/catroid/src/main/res/values-lt/strings.xml
index d5ee1688e75..7ec5cf0cf33 100644
--- a/catroid/src/main/res/values-lt/strings.xml
+++ b/catroid/src/main/res/values-lt/strings.xml
@@ -1839,7 +1839,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-mk/strings.xml b/catroid/src/main/res/values-mk/strings.xml
index ae3f2e755b4..d4d053b77b1 100644
--- a/catroid/src/main/res/values-mk/strings.xml
+++ b/catroid/src/main/res/values-mk/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-ml-rIN/strings.xml b/catroid/src/main/res/values-ml-rIN/strings.xml
index 07319cd8441..cf010119d97 100644
--- a/catroid/src/main/res/values-ml-rIN/strings.xml
+++ b/catroid/src/main/res/values-ml-rIN/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-ml/strings.xml b/catroid/src/main/res/values-ml/strings.xml
index a0d2b6af0a9..576e30e23f5 100644
--- a/catroid/src/main/res/values-ml/strings.xml
+++ b/catroid/src/main/res/values-ml/strings.xml
@@ -1714,7 +1714,7 @@ needs read and write access to it. You can always change permissions through you
background number
background name
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-ms/strings.xml b/catroid/src/main/res/values-ms/strings.xml
index 15ac719824a..58a23adaf0f 100644
--- a/catroid/src/main/res/values-ms/strings.xml
+++ b/catroid/src/main/res/values-ms/strings.xml
@@ -1701,7 +1701,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-nl/strings.xml b/catroid/src/main/res/values-nl/strings.xml
index c551e517b69..9d2fa07e15f 100644
--- a/catroid/src/main/res/values-nl/strings.xml
+++ b/catroid/src/main/res/values-nl/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Berekenen
+ Berekenen
Object
Functions
Logica
diff --git a/catroid/src/main/res/values-no/strings.xml b/catroid/src/main/res/values-no/strings.xml
index e13936cc77c..d5aa04fe3b5 100644
--- a/catroid/src/main/res/values-no/strings.xml
+++ b/catroid/src/main/res/values-no/strings.xml
@@ -1736,7 +1736,7 @@ needs read and write access to it. You can always change permissions through you
bakgrunns_navn
number of backgrounds
avstand til
- Beregn
+ Beregn
Objekt
Funksjoner
Logikk
diff --git a/catroid/src/main/res/values-pa-rIN/strings.xml b/catroid/src/main/res/values-pa-rIN/strings.xml
index ab29b32dd5b..c9c8481ad5b 100644
--- a/catroid/src/main/res/values-pa-rIN/strings.xml
+++ b/catroid/src/main/res/values-pa-rIN/strings.xml
@@ -1745,7 +1745,7 @@
ਪਿਛੋਕੜ ਦਾ ਨਾਮ
ਪਿਛੋਕੜ ਦੀ ਗਿਣਤੀ
ਸਥਿਤੀ ਨੂੰ ਛੂਹਣ ਲਈ ਦੂਰੀ
- ਗਣਨਾ
+ ਗਣਨਾ
ਗੁਣ
ਕਾਰਜ
ਤਰਕ
diff --git a/catroid/src/main/res/values-pl/strings.xml b/catroid/src/main/res/values-pl/strings.xml
index f1a36eb31b7..0a67e6dbcc6 100644
--- a/catroid/src/main/res/values-pl/strings.xml
+++ b/catroid/src/main/res/values-pl/strings.xml
@@ -1795,7 +1795,7 @@ Jeśli jednak nie chcesz tego robić, możesz skorzystać z naszych bezpłatnych
nazwa_tła
liczba teł
odległość do
- Oblicz
+ Oblicz
Właściwości
Funkcje
Logika
diff --git a/catroid/src/main/res/values-ps/strings.xml b/catroid/src/main/res/values-ps/strings.xml
index 9fa6a5dd3b7..36203271587 100644
--- a/catroid/src/main/res/values-ps/strings.xml
+++ b/catroid/src/main/res/values-ps/strings.xml
@@ -1741,7 +1741,7 @@
د شاليد نوم
د شالید شمیر
د تماس موقعیت ته واټن
- محاسبه
+ محاسبه
ملکیتونه
افعال
منطق
diff --git a/catroid/src/main/res/values-pt-rBR/strings.xml b/catroid/src/main/res/values-pt-rBR/strings.xml
index 9c97663ff76..73cc5119b14 100644
--- a/catroid/src/main/res/values-pt-rBR/strings.xml
+++ b/catroid/src/main/res/values-pt-rBR/strings.xml
@@ -1739,7 +1739,7 @@ precisa de acesso de leitura e escrita a ele. Você sempre pode alterar as permi
nome do fundo
número de fundos
distância de posição tocada
- Calcular
+ Calcular
Propriedades
Funções
Lógica
diff --git a/catroid/src/main/res/values-pt/strings.xml b/catroid/src/main/res/values-pt/strings.xml
index 7d7adca88ba..e834ad182cb 100644
--- a/catroid/src/main/res/values-pt/strings.xml
+++ b/catroid/src/main/res/values-pt/strings.xml
@@ -1743,7 +1743,7 @@ needs read and write access to it. You can always change permissions through you
nome_fundo
number of backgrounds
distância para
- Calcular
+ Calcular
Objeto
Funções
Lógica
diff --git a/catroid/src/main/res/values-ro/strings.xml b/catroid/src/main/res/values-ro/strings.xml
index 947d132c65a..38e088a239a 100644
--- a/catroid/src/main/res/values-ro/strings.xml
+++ b/catroid/src/main/res/values-ro/strings.xml
@@ -1793,7 +1793,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Calculă
+ Calculă
obiect
Functions
Logică
diff --git a/catroid/src/main/res/values-ru/strings.xml b/catroid/src/main/res/values-ru/strings.xml
index cab1fb84569..1cf671b635f 100644
--- a/catroid/src/main/res/values-ru/strings.xml
+++ b/catroid/src/main/res/values-ru/strings.xml
@@ -1836,7 +1836,7 @@
название фона
количество фонов
расстояние до точки касания
- Вычислить
+ Вычислить
Свойства
Функции
Логика
diff --git a/catroid/src/main/res/values-sd/strings.xml b/catroid/src/main/res/values-sd/strings.xml
index 949a8bcd8e1..0431f23d9d7 100644
--- a/catroid/src/main/res/values-sd/strings.xml
+++ b/catroid/src/main/res/values-sd/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
آبجيڪٽ
Functions
Logic
diff --git a/catroid/src/main/res/values-si/strings.xml b/catroid/src/main/res/values-si/strings.xml
index 326558ca539..95806e95729 100644
--- a/catroid/src/main/res/values-si/strings.xml
+++ b/catroid/src/main/res/values-si/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-sk/strings.xml b/catroid/src/main/res/values-sk/strings.xml
index fd92fd75859..ae2d1972983 100644
--- a/catroid/src/main/res/values-sk/strings.xml
+++ b/catroid/src/main/res/values-sk/strings.xml
@@ -1832,7 +1832,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-sl/strings.xml b/catroid/src/main/res/values-sl/strings.xml
index 57f2494c559..85144243a04 100644
--- a/catroid/src/main/res/values-sl/strings.xml
+++ b/catroid/src/main/res/values-sl/strings.xml
@@ -1839,7 +1839,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Izračuni
+ Izračuni
Objekt
Functions
Logika
diff --git a/catroid/src/main/res/values-sq/strings.xml b/catroid/src/main/res/values-sq/strings.xml
index 51928137944..2e875b31398 100644
--- a/catroid/src/main/res/values-sq/strings.xml
+++ b/catroid/src/main/res/values-sq/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-sr-rCS/strings.xml b/catroid/src/main/res/values-sr-rCS/strings.xml
index 8fcd3ee4494..535140b754a 100644
--- a/catroid/src/main/res/values-sr-rCS/strings.xml
+++ b/catroid/src/main/res/values-sr-rCS/strings.xml
@@ -1793,7 +1793,7 @@ needs read and write access to it. You can always change permissions through you
ime pozadine
number of backgrounds
distance to touch position
- Računaj
+ Računaj
Svojstva
Funkcije
Logika
diff --git a/catroid/src/main/res/values-sr-rSP/strings.xml b/catroid/src/main/res/values-sr-rSP/strings.xml
index 0b48be68358..901b1f95121 100644
--- a/catroid/src/main/res/values-sr-rSP/strings.xml
+++ b/catroid/src/main/res/values-sr-rSP/strings.xml
@@ -1777,7 +1777,7 @@
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-sr/strings.xml b/catroid/src/main/res/values-sr/strings.xml
index 0ff5aa307ab..63d2e3fe39d 100644
--- a/catroid/src/main/res/values-sr/strings.xml
+++ b/catroid/src/main/res/values-sr/strings.xml
@@ -1778,7 +1778,7 @@
background number
background name
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-sv/strings.xml b/catroid/src/main/res/values-sv/strings.xml
index 6d6e8a4a10d..1c96d1bb893 100644
--- a/catroid/src/main/res/values-sv/strings.xml
+++ b/catroid/src/main/res/values-sv/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background_name
number of backgrounds
avstånd till
- Beräkna
+ Beräkna
Objekt
Funktioner
Logik
diff --git a/catroid/src/main/res/values-sw/strings.xml b/catroid/src/main/res/values-sw/strings.xml
index 378256b9a87..999eecb5521 100644
--- a/catroid/src/main/res/values-sw/strings.xml
+++ b/catroid/src/main/res/values-sw/strings.xml
@@ -1736,7 +1736,7 @@ needs read and write access to it. You can always change permissions through you
jina_la_mandharinyuma
number of backgrounds
umbali wa
- kokotoa
+ kokotoa
Kipengee
Kazi
Mantiki
diff --git a/catroid/src/main/res/values-ta/strings.xml b/catroid/src/main/res/values-ta/strings.xml
index 476ad0f9a88..a9d214a1c43 100644
--- a/catroid/src/main/res/values-ta/strings.xml
+++ b/catroid/src/main/res/values-ta/strings.xml
@@ -1725,7 +1725,7 @@
பின்னணி பெயர்
number of backgrounds
தொடுவதற்கான தூரம்
- கம்ப்யூட்
+ கம்ப்யூட்
பொருள்
பணிகள்
தர்க்கம்
diff --git a/catroid/src/main/res/values-te/strings.xml b/catroid/src/main/res/values-te/strings.xml
index 14347dc4559..82969e70922 100644
--- a/catroid/src/main/res/values-te/strings.xml
+++ b/catroid/src/main/res/values-te/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-th/strings.xml b/catroid/src/main/res/values-th/strings.xml
index 571877ceaa6..b68219a30b0 100644
--- a/catroid/src/main/res/values-th/strings.xml
+++ b/catroid/src/main/res/values-th/strings.xml
@@ -1677,7 +1677,7 @@
ชื่อพื้นหลัง
จำนวนพื้นหลัง
ระยะทางไปยังตำแหน่งที่สัมผัส
- คำนวณ
+ คำนวณ
วัตถุ
ฟังก์ชัน
ตรรกะ
diff --git a/catroid/src/main/res/values-tl/strings.xml b/catroid/src/main/res/values-tl/strings.xml
index 772b51ef58e..4d1abd8a84b 100644
--- a/catroid/src/main/res/values-tl/strings.xml
+++ b/catroid/src/main/res/values-tl/strings.xml
@@ -1745,7 +1745,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-tr/strings.xml b/catroid/src/main/res/values-tr/strings.xml
index 9a88f4c41fe..d32e74868a4 100644
--- a/catroid/src/main/res/values-tr/strings.xml
+++ b/catroid/src/main/res/values-tr/strings.xml
@@ -1698,7 +1698,7 @@ Lütfen projeyi yeniden adlandırın.
arka plan adı
arka plan sayısı
dokunma pozisyonuna olan mesafe
- Hesapla
+ Hesapla
Nesne
Fonksiyonlar
Mantık
diff --git a/catroid/src/main/res/values-tw/strings.xml b/catroid/src/main/res/values-tw/strings.xml
index edf475c7f08..fb5bf3593e1 100644
--- a/catroid/src/main/res/values-tw/strings.xml
+++ b/catroid/src/main/res/values-tw/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-uk/strings.xml b/catroid/src/main/res/values-uk/strings.xml
index 8bf586e7ef7..0b876ed6c90 100644
--- a/catroid/src/main/res/values-uk/strings.xml
+++ b/catroid/src/main/res/values-uk/strings.xml
@@ -1835,7 +1835,7 @@
назва фона
кількість фонів
відстань до позиції дотику
- Обчислити
+ Обчислити
Властивості
Функції
Логіка
diff --git a/catroid/src/main/res/values-ur/strings.xml b/catroid/src/main/res/values-ur/strings.xml
index f171e421126..d5a6df2be2e 100644
--- a/catroid/src/main/res/values-ur/strings.xml
+++ b/catroid/src/main/res/values-ur/strings.xml
@@ -1714,7 +1714,7 @@
پس منظر کے نام
پس منظر کی تعداد
پوزیشن کو چھونے کے لئے فاصلہ
- شمار
+ شمار
آبجیکٹ
افعال
منطق
diff --git a/catroid/src/main/res/values-uz/strings.xml b/catroid/src/main/res/values-uz/strings.xml
index a5235f0f22e..d0804f5dc14 100644
--- a/catroid/src/main/res/values-uz/strings.xml
+++ b/catroid/src/main/res/values-uz/strings.xml
@@ -1747,7 +1747,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-vi/strings.xml b/catroid/src/main/res/values-vi/strings.xml
index 1e34dbca2ce..f27eef49163 100644
--- a/catroid/src/main/res/values-vi/strings.xml
+++ b/catroid/src/main/res/values-vi/strings.xml
@@ -1701,7 +1701,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Tính toán
+ Tính toán
Đối tượng
Functions
Logic
diff --git a/catroid/src/main/res/values-yo-rNG/strings.xml b/catroid/src/main/res/values-yo-rNG/strings.xml
index 1502ca90abf..84f58f4222d 100644
--- a/catroid/src/main/res/values-yo-rNG/strings.xml
+++ b/catroid/src/main/res/values-yo-rNG/strings.xml
@@ -1701,7 +1701,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic
diff --git a/catroid/src/main/res/values-zh-rCN/strings.xml b/catroid/src/main/res/values-zh-rCN/strings.xml
index 5e10d1e1a76..a8c119ede50 100644
--- a/catroid/src/main/res/values-zh-rCN/strings.xml
+++ b/catroid/src/main/res/values-zh-rCN/strings.xml
@@ -1676,7 +1676,7 @@ dash(-), 下划线 (_), 和 句号(.).
背景名称
背景数
到目标的距离
- 计算
+ 计算
对象
函数
逻辑
diff --git a/catroid/src/main/res/values-zh-rTW/strings.xml b/catroid/src/main/res/values-zh-rTW/strings.xml
index 3d9508b190b..49ff19f6de3 100644
--- a/catroid/src/main/res/values-zh-rTW/strings.xml
+++ b/catroid/src/main/res/values-zh-rTW/strings.xml
@@ -1698,7 +1698,7 @@
背景名稱
背景數量
到觸摸位置的距離
- 計算
+ 計算
物件
職能
邏輯
diff --git a/catroid/src/main/res/values/strings.xml b/catroid/src/main/res/values/strings.xml
index d44c4da14ff..def4e14eab7 100644
--- a/catroid/src/main/res/values/strings.xml
+++ b/catroid/src/main/res/values/strings.xml
@@ -1973,7 +1973,7 @@ needs read and write access to it. You can always change permissions through you
background name
number of backgrounds
distance to touch position
- Compute
+ Confirm
Properties
Functions
Logic