// DO NOT EDIT. This is code generated via package:intl/generate_localized.dart // This is a library that provides messages for a en locale. All the // messages from the main program should be duplicated here with the same // function name. // Ignore issues from commonly used lints in this file. // ignore_for_file:unnecessary_brace_in_string_interps, unnecessary_new // ignore_for_file:prefer_single_quotes,comment_references, directives_ordering // ignore_for_file:annotate_overrides,prefer_generic_function_type_aliases // ignore_for_file:unused_import, file_names import 'package:intl/intl.dart'; import 'package:intl/message_lookup_by_library.dart'; final messages = new MessageLookup(); typedef String MessageIfAbsent(String messageStr, List args); class MessageLookup extends MessageLookupByLibrary { String get localeName => 'en'; final messages = _notInlinedMessages(_notInlinedMessages); static _notInlinedMessages(_) => { "about" : MessageLookupByLibrary.simpleMessage("About"), "about_us" : MessageLookupByLibrary.simpleMessage("About us"), "blog" : MessageLookupByLibrary.simpleMessage("Blog"), "contact_us" : MessageLookupByLibrary.simpleMessage("Contact us"), "developer_of" : MessageLookupByLibrary.simpleMessage("Developers of"), "download" : MessageLookupByLibrary.simpleMessage("Download"), "home" : MessageLookupByLibrary.simpleMessage("Home"), "information" : MessageLookupByLibrary.simpleMessage("Information"), "learn_more" : MessageLookupByLibrary.simpleMessage("Learn more..."), "license_agreement" : MessageLookupByLibrary.simpleMessage("License agreement"), "loading_please_wait" : MessageLookupByLibrary.simpleMessage("Loading, please wait..."), "login" : MessageLookupByLibrary.simpleMessage("Login"), "logout" : MessageLookupByLibrary.simpleMessage("Logout"), "main_content_1" : MessageLookupByLibrary.simpleMessage("Since 1999, we have been committed to developing a complete and powerful sales system, helping thousands of small businesses handle sales smoothly. Currently we have two main products."), "minipos" : MessageLookupByLibrary.simpleMessage("MiniPOS"), "navigation" : MessageLookupByLibrary.simpleMessage("Navigation"), "point_of_sale_system_solution" : MessageLookupByLibrary.simpleMessage("Point of sale system solution"), "privacy_policy" : MessageLookupByLibrary.simpleMessage("Privacy policy"), "recalculating" : MessageLookupByLibrary.simpleMessage("Recalculating..."), "renew_license" : MessageLookupByLibrary.simpleMessage("Renew license"), "return_policy" : MessageLookupByLibrary.simpleMessage("Return policy"), "service_policy" : MessageLookupByLibrary.simpleMessage("Service policy"), "shop" : MessageLookupByLibrary.simpleMessage("Shop"), "submitting" : MessageLookupByLibrary.simpleMessage("Submitting..."), "submitting_please_wait" : MessageLookupByLibrary.simpleMessage("Submitting, please wait..."), "support" : MessageLookupByLibrary.simpleMessage("Support"), "support_ticket" : MessageLookupByLibrary.simpleMessage("Support ticket"), "tap_back_again_to_exit" : MessageLookupByLibrary.simpleMessage("Tap back again to exit"), "tutorials" : MessageLookupByLibrary.simpleMessage("Tutorials"), "wiki" : MessageLookupByLibrary.simpleMessage("Wiki") }; }