# Each new line, represents a sample utterance, product tip, marketing quip or static image. The maximum length of each line is 512 characters. # # Every line MUST start with a type specifier (detailed below) terminated by a semi-colon. # # Any faulty lines will be ignored/skipped in release builds and panic in debug builds. # # Sample utterances, Product tips & Marketing quips: # Further commas (,) may be used to force line-breaks and split the text into separate lines (up to a limit of ? lines). # Semi-colons may be included within the text by escaping them with a backslash (\). # # Commonly used text may be included using the substitution specifiers (detailed below). # Several tags are also available to format the text (detailed below). # # Static Images: # Static images use the following format: # 3,,,,,[maskId] # # WHERE: # = Image filename (excluding path). # May be a .mif or .mbm. file. # = Width the image should be scaled to. # 0 indicates the default width should be used. # = Height the image should be scaled to. # 0 indicates the default height should be used. # = The ID of the image. # [maskId] = The ID of the mask (optional). # e.g. # 3,VlingoVoice.mbm,50,50,0 # 3,VlingoVoiceIux.mif,200,100,16384,16385 # # When using SVGs in a MIF, ensure the width, height & viewbox is correctly set # in your SVG files. The viewbox should wrap the image exactly. These will be used # to determine the default size that will be used. # # Comments are indicated by a '#' as the first character on a line. It is treated as a standard character anyhwere else. # Blank lines are ignored. # # Type specifiers: # 0 Command/Sample utterance # 1 Product tip # 2 Marketing # 3 Static Image # # Substitution specifiers: # %c Call # %d Dial # %e Email # %E Send email # %f Find # %F Facebook update # %g Google # %G Google search # %m Send SMS # %M Send message # %N Note to self # %s Search # %S Search for # %t Send text # %T New To-Do # %W Web search # %Y Yahoo search # # Each language may specify substitution specifiers that are more appropriate to it. # This is achieved by updating the above list and modifying the string for the # particular language in the resource files, e.g. # %s may be modified by updating STRING_r_vlingovoice_hs_lcase_s_subst. # %S may be modified by updating STRING_r_vlingovoice_hs_ucase_s_subst. # # However, only the above set of characters is currently supported. # The addition of any more will first need to be implemented in both # the code and the resource files. # # Tags: # Anchor/Link (not implemented). # Color the text blue. # Apply bold formatting. #
Center alignment (horizontal). # Justified alignment. # Left alignment. # Right alignment. # Apply 'title' formatting to text. Usually implies, bolder, larger and a different color, e.g. blue. # # NOTE: This file should always be saved as Unicode, e.g. In Notepad # | File | Save As... | Encoding | Unicode # # CONTENT: # 3,VlingoVoiceIuxScalable.mif,330,160,16384,16385 # End of file.