Skip to content

Commit 5a14f96

Browse files
Missing documentation regarding strings.xml #55
1 parent af8201b commit 5a14f96

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<resources>
2+
<string name="app_name">Fingerprint</string>
3+
<string name="title_activity_kimera">Fingerprint</string>
4+
5+
<string name="cancel">Cancel</string>
6+
<string name="use_password">Use password</string>
7+
<string name="ok">OK</string>
8+
<string name="password_description">Enter your password to continue</string>
9+
<string name="new_fingerprint_enrolled_description">A new fingerprint was added to this device, so your password is required.</string>
10+
11+
<string name="use_fingerprint_in_future">Use fingerprint in the future</string>
12+
<string name="use_fingerprint_to_authenticate_key" >use_fingerprint_to_authenticate_key</string>
13+
<!--<string name="fingerprint_description">Confirm fingerprint 2 continue</string>-->
14+
<string name="fingerprint_hint">Touch da sensor</string>
15+
16+
<!-- Error messages -->
17+
<string name="fingerprint_auth_not_available_msg"><![CDATA[\"Secure lock screen hasn\'t set up.\\n\" + \"Go to \'Settings -> Security -> Fingerprint\' to set up a fingerprint\"]]></string>
18+
<string name="fingerprint_auth_not_enrolled_msg">Go to \'Settings -> Security -> Fingerprint\' and register at least one fingerprint</string>
19+
<string name="fingerprint_not_initialised_error_msg">Fingerprint not initialised</string>
20+
<string name="fingerprint_not_available_error_msg">Fingerprint not available</string>
21+
<string name="fingerprint_not_recognized_error_msg">Fingerprint not recognized</string>
22+
<string name="warning_password_empty">Password can\'t be empty</string>
23+
</resources>

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "6.0.0-2019-06-10-154118-03"
66
},
77
"tns-android": {
8-
"version": "6.0.0-rc-2019-06-26-100256-01"
8+
"version": "6.0.0-rc-2019-07-04-174325-01"
99
}
1010
},
1111
"dependencies": {
@@ -15,9 +15,9 @@
1515
"tns-core-modules": "6.0.0-next-2019-06-20-155941-01"
1616
},
1717
"devDependencies": {
18-
"tns-platform-declarations": "next",
18+
"tns-platform-declarations": "rc",
1919
"typescript": "3.4.1",
20-
"nativescript-dev-webpack": "0.25.0-next-2019-06-21-150426-03",
20+
"nativescript-dev-webpack": "rc",
2121
"karma-webpack": "3.0.5"
2222
}
2323
}

0 commit comments

Comments
 (0)