diff --git a/branding/brands/vanilla/build.json b/branding/brands/vanilla/build.json index 12ab8f46..eeb918dc 100644 --- a/branding/brands/vanilla/build.json +++ b/branding/brands/vanilla/build.json @@ -7,8 +7,8 @@ "packageType": "development" }, "release": { - "codeSignIdentity": "iPhone Distribution", - "provisioningProfile": "3a547757-0a57-4b9a-9327-c255bcda2afb", + "codeSignIdentity": "Apple Distribution", + "provisioningProfile": "ed4887a0-77cc-41cf-b9e4-1c78e36155b9", "developmentTeam": "ZQ66BZ3DPL", "packageType": "app-store" } diff --git a/branding/brands/vanilla/config.json b/branding/brands/vanilla/config.json index dd4aa8cb..1705edb7 100644 --- a/branding/brands/vanilla/config.json +++ b/branding/brands/vanilla/config.json @@ -1,5 +1,5 @@ { - "ilias_installation_ids": [1,2,3,4,5,6,12,22,7,23], + "ilias_installation_ids": [1,2,3,4,5,6,12,22,7,23,32,33], "projectConfig": { "id": "ch.studerraimann.ilias.offline", diff --git a/branding/common/i18n/de.json b/branding/common/i18n/de.json index 8a7fbcb1..f9115e46 100644 --- a/branding/common/i18n/de.json +++ b/branding/common/i18n/de.json @@ -168,7 +168,9 @@ "instructions":"Wähle deine Installation.", "login": "Anmelden", "offline_title": "Keine Internetverbindung", - "offline_content": "Die Anmeldung kann nur mit einer Internetverbindung durchgeführt werden." + "offline_content": "Die Anmeldung kann nur mit einer Internetverbindung durchgeführt werden.", + "ok": "Auswählen", + "dismiss": "Abbrechen" }, "object_type": { "crs" : "Kurs", diff --git a/branding/common/i18n/en.json b/branding/common/i18n/en.json index c8d547c3..e7ebfa48 100644 --- a/branding/common/i18n/en.json +++ b/branding/common/i18n/en.json @@ -167,7 +167,9 @@ "instructions2":"Choose your institution", "login": "Login", "offline_title": "No Internet connection", - "offline_content": "In order to login, your device needs to be connected to the Internet." + "offline_content": "In order to login, your device needs to be connected to the Internet.", + "ok": "Select", + "dismiss": "Cancel" }, "object_type": { "crs" : "Course", diff --git a/branding/common/i18n/it.json b/branding/common/i18n/it.json index b81955c8..4418c1e3 100644 --- a/branding/common/i18n/it.json +++ b/branding/common/i18n/it.json @@ -153,7 +153,11 @@ "hello":"Benvenuto/a in ILIAS Pegasus!", "instructions":"Scegli la tua organizzazione", "instructions2":"Scegli la tua organizzazione", - "login": "Login" + "login": "Login", + "offline_title": "Nessuna connessione a Internet", + "offline_content": "Per poter effettuare il login, il dispositivo deve essere collegato a Internet.", + "ok": "Selezionare", + "dismiss": "Annulla" }, "object_type": { "crs" : "Corso", diff --git a/build.json b/build.json index 12ab8f46..eeb918dc 100644 --- a/build.json +++ b/build.json @@ -7,8 +7,8 @@ "packageType": "development" }, "release": { - "codeSignIdentity": "iPhone Distribution", - "provisioningProfile": "3a547757-0a57-4b9a-9327-c255bcda2afb", + "codeSignIdentity": "Apple Distribution", + "provisioningProfile": "ed4887a0-77cc-41cf-b9e4-1c78e36155b9", "developmentTeam": "ZQ66BZ3DPL", "packageType": "app-store" } diff --git a/src/app/pages/login/login.html b/src/app/pages/login/login.html index 93e93a9f..65385b6d 100644 --- a/src/app/pages/login/login.html +++ b/src/app/pages/login/login.html @@ -11,7 +11,7 @@