From 5d3a3f45013ca7d0a5d463db59c6c2e2d7d5e35b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 20 Nov 2018 17:02:06 +0200 Subject: [PATCH] Add mobile app strings --- resources/lang/en/texts.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index c3a1130df..9efe08d66 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3110,6 +3110,16 @@ $LANG = array( 'show_product_notes' => 'Show product details', 'show_product_notes_help' => 'Include the description and cost in the product dropdown', 'important' => 'Important', + 'thank_you_for_using_our_app' => 'Thank you for using our app!', + 'if_you_like_it' => 'If you like it please', + 'to_rate_it' => 'to rate it.', + 'average' => 'Average', + 'unapproved' => 'Unapproved', + 'authenticate_to_change_setting' => 'Please authenticate to change this setting', + 'locked' => 'Locked', + 'authenticate' => 'Authenticate', + 'please_authenticate' => 'Please authenticate', + 'biometric_authentication' => 'Biometric Authentication', );