Skip to content

Commit 608efd6

Browse files
committed
Fixed translations
1 parent 4b5898f commit 608efd6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+97
-40
lines changed

app/src/main/java/nl/hnogames/domoticz/service/CustomControlService.java

+1-10
Original file line numberDiff line numberDiff line change
@@ -249,16 +249,7 @@ public void performControlAction(String controlId, ControlAction action,
249249
try {
250250
Log.i(TAG, controlId + " act " + action);
251251
if (controlId.equals(prefix + "premium")) {
252-
String packageID = getApplicationContext().getPackageName() + ".premium";
253-
try {
254-
Intent openStore = new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=" + packageID));
255-
openStore.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
256-
startActivity(openStore);
257-
} catch (ActivityNotFoundException ignored) {
258-
Intent openStore = new Intent(Intent.ACTION_VIEW, Uri.parse("https://play.google.com/store/apps/details?id=" + packageID));
259-
openStore.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
260-
startActivity(openStore);
261-
}
252+
//UsefulBits.openPremiumAppStore(this);
262253
consumer.accept(ControlAction.RESPONSE_OK);
263254
} else {
264255
DevicesInfo device = null;

app/src/main/res/values-bg/strings.xml

+3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<!-- only temporarily to suppress the missing translations errors for now!! -->
2424
<string name="premium_category">Закупи платена версия!</string>
2525
<string name="premium_title">Грабни платената версия!</string>
26+
<string name="restore_title">Restore subscriptions</string>
2627
<string name="premium_feature">е платена функция, моля закупете платената версия за да подкрепите разработчиците!</string>
28+
<string name="old_version">Get the latest version!</string>
29+
<string name="old_version_description">We are migrating to only one Domoticz Android app.\n\nThis version can still be used with all the premium features, but wil not receive any updates anymore in the future.\n\nYou can export and import your settings via the settings menu.</string>
2730
<string name="drawer_open">Отвори панела за навигация</string>
2831
<string name="drawer_close">Затвори навигационния панел</string>
2932
<string name="msg_please_wait">Моля, изчакайте&#8230;</string>

app/src/main/res/values-bs/strings.xml

+3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<!-- only temporarily to suppress the missing translations errors for now!! -->
2424
<string name="premium_category">Kupi Premijum!</string>
2525
<string name="premium_title">Preuzmi Premijum verziju!</string>
26+
<string name="restore_title">Restore subscriptions</string>
2627
<string name="premium_feature">Ovo je značajka premijum verzije, molim vas kupite je i pomozite razvoj!</string>
28+
<string name="old_version">Get the latest version!</string>
29+
<string name="old_version_description">We are migrating to only one Domoticz Android app.\n\nThis version can still be used with all the premium features, but wil not receive any updates anymore in the future.\n\nYou can export and import your settings via the settings menu.</string>
2730
<string name="drawer_open">Otvori navigacionu ladicu</string>
2831
<string name="drawer_close">Zatvori navigacionu ladicu</string>
2932
<string name="msg_please_wait">Molimo sačekajte...</string>

app/src/main/res/values-ca/strings.xml

+3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<!-- only temporarily to suppress the missing translations errors for now!! -->
2424
<string name="premium_category">Compra premium!</string>
2525
<string name="premium_title">Compreu la versió premium!</string>
26+
<string name="restore_title">Restore subscriptions</string>
2627
<string name="premium_feature">és una característica premium, compreu la versió de pagament per donar suport als desenvolupadors!</string>
28+
<string name="old_version">Get the latest version!</string>
29+
<string name="old_version_description">We are migrating to only one Domoticz Android app.\n\nThis version can still be used with all the premium features, but wil not receive any updates anymore in the future.\n\nYou can export and import your settings via the settings menu.</string>
2730
<string name="drawer_open">Obre el calaix de navegació</string>
2831
<string name="drawer_close">Tanca el calaix de navegació</string>
2932
<string name="msg_please_wait">Espereu&#8230;</string>

app/src/main/res/values-cs/strings.xml

+3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<!-- only temporarily to suppress the missing translations errors for now!! -->
2424
<string name="premium_category">Koupit prémiovou verzi</string>
2525
<string name="premium_title">Získejte verzi premium!</string>
26+
<string name="restore_title">Restore subscriptions</string>
2627
<string name="premium_feature">Toto je prémiová funkce, kupte si placenou verzi aplikace a podpořte tak vývojáře!</string>
28+
<string name="old_version">Get the latest version!</string>
29+
<string name="old_version_description">We are migrating to only one Domoticz Android app.\n\nThis version can still be used with all the premium features, but wil not receive any updates anymore in the future.\n\nYou can export and import your settings via the settings menu.</string>
2730
<string name="drawer_open">Otevřít navigační panel</string>
2831
<string name="drawer_close">Zavřít navigační panel</string>
2932
<string name="msg_please_wait">Čekejte prosím&#8230;</string>

app/src/main/res/values-da/strings.xml

+3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<!-- only temporarily to suppress the missing translations errors for now!! -->
2424
<string name="premium_category">Køb premium!</string>
2525
<string name="premium_title">Køb premium udgaven!</string>
26+
<string name="restore_title">Restore subscriptions</string>
2627
<string name="premium_feature">er en premium funktion, venligst køb den betalte version for at støtte udviklerne!</string>
28+
<string name="old_version">Get the latest version!</string>
29+
<string name="old_version_description">We are migrating to only one Domoticz Android app.\n\nThis version can still be used with all the premium features, but wil not receive any updates anymore in the future.\n\nYou can export and import your settings via the settings menu.</string>
2730
<string name="drawer_open">Åbn navigationsliste</string>
2831
<string name="drawer_close">Luk navigationsliste</string>
2932
<string name="msg_please_wait">Vent venligst&#8230;</string>

app/src/main/res/values-de/strings.xml

+3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<!-- only temporarily to suppress the missing translations errors for now!! -->
2424
<string name="premium_category">Premium kaufen!</string>
2525
<string name="premium_title">Hole Dir die Premium-Version!</string>
26+
<string name="restore_title">Restore subscriptions</string>
2627
<string name="premium_feature">Dies ist ein Premium-Feature, kaufe bitte die kostenpflichtige Version um die Entwickler zu unterstützen!</string>
28+
<string name="old_version">Get the latest version!</string>
29+
<string name="old_version_description">We are migrating to only one Domoticz Android app.\n\nThis version can still be used with all the premium features, but wil not receive any updates anymore in the future.\n\nYou can export and import your settings via the settings menu.</string>
2730
<string name="drawer_open">Navigationsleiste öffnen</string>
2831
<string name="drawer_close">Schließe Navigationsleiste</string>
2932
<string name="msg_please_wait">Bitte warten&#8230;</string>

app/src/main/res/values-el/strings.xml

+3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<!-- only temporarily to suppress the missing translations errors for now!! -->
2424
<string name="premium_category">Buy premium!</string>
2525
<string name="premium_title">Get the premium version!</string>
26+
<string name="restore_title">Restore subscriptions</string>
2627
<string name="premium_feature">is a premium feature, please buy the paid version to support the developers!</string>
28+
<string name="old_version">Get the latest version!</string>
29+
<string name="old_version_description">We are migrating to only one Domoticz Android app.\n\nThis version can still be used with all the premium features, but wil not receive any updates anymore in the future.\n\nYou can export and import your settings via the settings menu.</string>
2730
<string name="drawer_open">Open navigation drawer</string>
2831
<string name="drawer_close">Close navigation drawer</string>
2932
<string name="msg_please_wait">Please wait&#8230;</string>

app/src/main/res/values-el/strings_actions.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<!--
43
~ Copyright (C) 2015 Domoticz - Mark Heinis
54
~

app/src/main/res/values-el/strings_bluetooth.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<!--
43
~ Copyright (C) 2015 Domoticz - Mark Heinis
54
~

app/src/main/res/values-el/strings_cameras.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
43
<!-- only temporarily to suppress the missing translations errors for now!! -->
54
<string name="title_cameras">Cameras</string>

app/src/main/res/values-el/strings_errors.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
43
<!-- only temporarily to suppress the missing translations errors for now!! -->
54
<string name="error_authentication">Invalid credentials</string>

app/src/main/res/values-el/strings_events.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
43
<!-- only temporarily to suppress the missing translations errors for now!! -->
54
<string name="title_events">Events</string>

app/src/main/res/values-el/strings_locations.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<!--
43
~ Copyright (C) 2015 Domoticz - Mark Heinis
54
~

app/src/main/res/values-el/strings_logs.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
43
<!-- only temporarily to suppress the missing translations errors for now!! -->
54
<string name="title_logs">Logs</string>

app/src/main/res/values-el/strings_nfc.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources>
43
<string name="nfc_not_supported">NFC is not supported on this device</string>
54
<string name="nfc_register">Register a NFC Tag</string>

app/src/main/res/values-el/strings_notifications.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<!--
43
~ Copyright (C) 2015 Domoticz - Mark Heinis
54
~

app/src/main/res/values-el/strings_permissions.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources>
43
<string name="permission_title">Permissions Denied</string>
54
<string name="permission_prefs_title">Permissions</string>

app/src/main/res/values-el/strings_plans.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
43
<!-- only temporarily to suppress the missing translations errors for now!! -->
54
<string name="title_plans">Plans</string>

app/src/main/res/values-el/strings_qrcode.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources>
43
<string name="qrcode_not_supported">QR Code is not supported on this device</string>
54
<string name="qrcode_register">Register a QR Code </string>

app/src/main/res/values-el/strings_scenes.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
43
<!-- only temporarily to suppress the missing translations errors for now!! -->
54
<string name="title_scenes">Scenes</string>

app/src/main/res/values-el/strings_security.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<!--
43
~ Copyright (C) 2015 Domoticz - Mark Heinis
54
~

app/src/main/res/values-el/strings_server.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources>
43
<string name="choose_server">Choose server</string>
54
<string name="dont_save_new_server">Don\'t save new server?</string>

app/src/main/res/values-el/strings_speech.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources>
43
<string name="Speech_not_supported">Speech is not supported on this device</string>
54
<string name="Speech_register">Register a Speech Command</string>

app/src/main/res/values-el/strings_switches.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<!--
43
~ Copyright (C) 2015 Domoticz - Mark Heinis
54
~

app/src/main/res/values-el/strings_temperature.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
43
<!-- only temporarily to suppress the missing translations errors for now!! -->
54
<string name="title_temperature">Temperature</string>

app/src/main/res/values-el/strings_timer.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<!--
43
~ Copyright (C) 2015 Domoticz - Mark Heinis
54
~

app/src/main/res/values-el/strings_utilities.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
43
<!-- only temporarily to suppress the missing translations errors for now!! -->
54
<string name="title_utilities">Utilities</string>

app/src/main/res/values-el/strings_vars.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
43
<!-- only temporarily to suppress the missing translations errors for now!! -->
54
<string name="title_vars">User Variables</string>

app/src/main/res/values-el/strings_weather.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
43
<!-- only temporarily to suppress the missing translations errors for now!! -->
54
<string name="title_weather">Weather</string>

app/src/main/res/values-el/strings_welcome.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
43
<!-- only temporarily to suppress the missing translations errors for now!! -->
54
<string name="welcome_title_activity_welcome">Welcome</string>

app/src/main/res/values-el/strings_widgets.xml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!--Generated by crowdin.com-->
32
<!--
43
~ Copyright (C) 2015 Domoticz - Mark Heinis
54
~

app/src/main/res/values-es/strings.xml

+3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<!-- only temporarily to suppress the missing translations errors for now!! -->
2424
<string name="premium_category">¡Actualiza a premium!</string>
2525
<string name="premium_title">¡Consigue la versión premium!</string>
26+
<string name="restore_title">Restore subscriptions</string>
2627
<string name="premium_feature">es una característica premium, ¡por favor compra la versión de pago para apoyar a los desarrolladores!</string>
28+
<string name="old_version">Get the latest version!</string>
29+
<string name="old_version_description">We are migrating to only one Domoticz Android app.\n\nThis version can still be used with all the premium features, but wil not receive any updates anymore in the future.\n\nYou can export and import your settings via the settings menu.</string>
2730
<string name="drawer_open">Abrir el menú</string>
2831
<string name="drawer_close">Cerrar el menú</string>
2932
<string name="msg_please_wait">Espera por favor&#8230;</string>

app/src/main/res/values-fa/strings.xml

+3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<!-- only temporarily to suppress the missing translations errors for now!! -->
2424
<string name="premium_category">خرید نسخه کامل!</string>
2525
<string name="premium_title">دریافت نسخه کامل!</string>
26+
<string name="restore_title">Restore subscriptions</string>
2627
<string name="premium_feature">یکی از ویژگی های نسخه کامل،با خرید نسخه پولی از توسعه دهندگان حمایت کنید!</string>
28+
<string name="old_version">Get the latest version!</string>
29+
<string name="old_version_description">We are migrating to only one Domoticz Android app.\n\nThis version can still be used with all the premium features, but wil not receive any updates anymore in the future.\n\nYou can export and import your settings via the settings menu.</string>
2730
<string name="drawer_open">Open navigation drawer</string>
2831
<string name="drawer_close">Close navigation drawer</string>
2932
<string name="msg_please_wait">Please wait&#8230;</string>

app/src/main/res/values-fi/strings.xml

+3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<!-- only temporarily to suppress the missing translations errors for now!! -->
2424
<string name="premium_category">Osta Premium!</string>
2525
<string name="premium_title">Hanki premium-versio!</string>
26+
<string name="restore_title">Restore subscriptions</string>
2627
<string name="premium_feature">on premium ominaisuus, osta maksullinen versio ja tue kehittäjiä!</string>
28+
<string name="old_version">Get the latest version!</string>
29+
<string name="old_version_description">We are migrating to only one Domoticz Android app.\n\nThis version can still be used with all the premium features, but wil not receive any updates anymore in the future.\n\nYou can export and import your settings via the settings menu.</string>
2730
<string name="drawer_open">Avaa navigointivalikko</string>
2831
<string name="drawer_close">Sulje navigointivalikko</string>
2932
<string name="msg_please_wait">Odota&#8230;</string>

app/src/main/res/values-fr/strings.xml

+3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<!-- only temporarily to suppress the missing translations errors for now!! -->
2424
<string name="premium_category">Achetez le premium !</string>
2525
<string name="premium_title">Téléchargez la version premium !</string>
26+
<string name="restore_title">Restore subscriptions</string>
2627
<string name="premium_feature">est une fonction premium s\'il vous plaît acheter la version payante pour soutenir les développeurs !</string>
28+
<string name="old_version">Get the latest version!</string>
29+
<string name="old_version_description">We are migrating to only one Domoticz Android app.\n\nThis version can still be used with all the premium features, but wil not receive any updates anymore in the future.\n\nYou can export and import your settings via the settings menu.</string>
2730
<string name="drawer_open">Ouvrir le menu</string>
2831
<string name="drawer_close">Fermer le menu</string>
2932
<string name="msg_please_wait">Patientez&#8230;</string>

app/src/main/res/values-he/strings.xml

+3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<!-- only temporarily to suppress the missing translations errors for now!! -->
2424
<string name="premium_category">קנה פרימיום!</string>
2525
<string name="premium_title">קנה את גירסת הפרימיום!</string>
26+
<string name="restore_title">Restore subscriptions</string>
2627
<string name="premium_feature">היא תכונת פרימיום, אתה יכול לקנות את הגרסה בתשלום כדי לתמוך במפתחים!</string>
28+
<string name="old_version">Get the latest version!</string>
29+
<string name="old_version_description">We are migrating to only one Domoticz Android app.\n\nThis version can still be used with all the premium features, but wil not receive any updates anymore in the future.\n\nYou can export and import your settings via the settings menu.</string>
2730
<string name="drawer_open">פתח את תפריט הניווט</string>
2831
<string name="drawer_close">סגור את תפריט הניווט</string>
2932
<string name="msg_please_wait">נא להמתין&#8230;</string>

app/src/main/res/values-hr/strings.xml

+3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<!-- only temporarily to suppress the missing translations errors for now!! -->
2424
<string name="premium_category">Buy premium!</string>
2525
<string name="premium_title">Get the premium version!</string>
26+
<string name="restore_title">Restore subscriptions</string>
2627
<string name="premium_feature">is a premium feature, please buy the paid version to support the developers!</string>
28+
<string name="old_version">Get the latest version!</string>
29+
<string name="old_version_description">We are migrating to only one Domoticz Android app.\n\nThis version can still be used with all the premium features, but wil not receive any updates anymore in the future.\n\nYou can export and import your settings via the settings menu.</string>
2730
<string name="drawer_open">Open navigation drawer</string>
2831
<string name="drawer_close">Close navigation drawer</string>
2932
<string name="msg_please_wait">Please wait&#8230;</string>

0 commit comments

Comments
 (0)