Skip to content

Commit 8186f95

Browse files
committed
Add Dutch
1 parent a5cff54 commit 8186f95

File tree

8 files changed

+350
-4
lines changed

8 files changed

+350
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
4+
<string name="title_device_photo_picker">"Bibliotheek"</string>
5+
6+
</resources>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
4+
<string name="title_facebook_alert_dialog">"Oops"</string>
5+
<string name="message_facebook_alert_dialog">"Si è verificato un errore. Riprova:\n%1$s"</string>
6+
7+
<string name="button_text_retry">"Riprova"</string>
8+
<string name="button_text_cancel">"Annulla"</string>
9+
10+
</resources>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
4+
<string name="title_facebook_alert_dialog">"Oeps"</string>
5+
<string name="message_facebook_alert_dialog">"Er is iets misgegaan. Probeer het opnieuw:\n%1$s"</string>
6+
7+
<string name="button_text_retry">"Opnieuw"</string>
8+
<string name="button_text_cancel">"Annuleren"</string>
9+
10+
</resources>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
4+
<string name="title_instagram_login">"Aanmelden"</string>
5+
6+
<string name="instagram_error_title">"Oeps"</string>
7+
<string name="instagram_error_message">"Er is iets misgegaan. Probeer het opnieuw:\n%1$s"</string>
8+
9+
<string name="button_text_retry">"Opnieuw"</string>
10+
<string name="button_text_cancel">"Annuleren"</string>
11+
</resources>

KitePrintSDK/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
minSdkVersion 14
2424
targetSdkVersion 25
2525
versionName '1.0'
26-
versionCode 102
26+
versionCode 103
2727
}
2828

2929
sourceSets {

KitePrintSDK/src/main/java/ly/kite/KiteSDK.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public class KiteSDK
110110
static public final boolean DISPLAY_PRODUCTS = false;
111111

112112

113-
static public final String SDK_VERSION = "5.8.4";
113+
static public final String SDK_VERSION = "5.8.5";
114114

115115
static public final String IMAGE_CATEGORY_APP = "app";
116116
static public final String IMAGE_CATEGORY_PRODUCT_ITEM = "product_item";

KitePrintSDK/src/main/res/values-nl/strings.xml

Lines changed: 309 additions & 0 deletions
Large diffs are not rendered by default.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=5.8.4
2-
VERSION_CODE=96
1+
VERSION_NAME=5.8.5
2+
VERSION_CODE=97
33
GROUP=ly.kite
44
POM_PACKAGING=aar
55
POM_URL=https://github.com/OceanLabs/Android-Print-SDK

0 commit comments

Comments
 (0)