camerauis/cameraapp/generic/data/vgacamsettings.rss
branchRCL_3
changeset 12 8c55c525d5d7
parent 2 e8773a61782d
child 18 51dda465e618
equal deleted inserted replaced
11:792dfc98fb3b 12:8c55c525d5d7
   360 RESOURCE TBUF r_cam_scene_description_night_portrait
   360 RESOURCE TBUF r_cam_scene_description_night_portrait
   361     {
   361     {
   362     buf = qtn_lcam_scene_nightport_ex_v2;
   362     buf = qtn_lcam_scene_nightport_ex_v2;
   363     }
   363     }
   364 
   364 
   365 
   365 //-----------------------------------------------------------------------------
       
   366 //
       
   367 //    r_qtn_lcam_tt_image_editor
       
   368 //    Tooltip for "Image editor" button in postcapture view.
       
   369 //    Uses string defined in cam.loc
       
   370 //
       
   371 //-----------------------------------------------------------------------------
       
   372 //	
       
   373 RESOURCE TBUF r_qtn_lcam_tt_image_editor
       
   374 	{
       
   375 	buf = qtn_lcam_tt_image_editor;
       
   376 	}
       
   377 
       
   378 //-----------------------------------------------------------------------------
       
   379 //
       
   380 //    r_qtn_lcam_tt_video_editor
       
   381 //    Tooltip for "Video editor" button in postcapture view.
       
   382 //    Uses string defined in cam.loc
       
   383 //
       
   384 //-----------------------------------------------------------------------------
       
   385 //
       
   386 RESOURCE TBUF r_qtn_lcam_tt_video_editor
       
   387 	{
       
   388 	buf = qtn_lcam_tt_video_editor;
       
   389 	}
       
   390 	
   366 /**************************************
   391 /**************************************
   367 *         Other structures            *
   392 *         Other structures            *
   368 **************************************/
   393 **************************************/
   369 
   394 
   370 //----------------------------------------------------
   395 //----------------------------------------------------
  1002 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_cam_ext_qgn_indi_cam4_tb_mark
  1027 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_cam_ext_qgn_indi_cam4_tb_mark
  1003     {
  1028     {
  1004     bmbSkinIdMajor = EAknsMajorGeneric;
  1029     bmbSkinIdMajor = EAknsMajorGeneric;
  1005     bmbSkinIdMinor = EAknsMinorGenericQgnIndiCam4TbMark;
  1030     bmbSkinIdMinor = EAknsMinorGenericQgnIndiCam4TbMark;
  1006     }
  1031     }
       
  1032 	
       
  1033 RESOURCE AVKON_BUTTON_STATE_EXTENSION r_cam_ext_qgn_indi_cam4_tb_edit
       
  1034     {
       
  1035     bmbSkinIdMajor = EAknsMajorGeneric;
       
  1036     bmbSkinIdMinor = EAknsMinorGenericQgnIndiMgTbEdit; //We are reusing the media gallery skinid 
       
  1037     }
       
  1038 
  1007 
  1039 
  1008 //----------------------------------------------------
  1040 //----------------------------------------------------
  1009 //   
  1041 //   
  1010 //    r_cam_still_precapture_toolbar_portrait
  1042 //    r_cam_still_precapture_toolbar_portrait
  1011 //    Toolbar for still pre-capture view for secondary
  1043 //    Toolbar for still pre-capture view for secondary
  1614         };
  1646         };
  1615     }
  1647     }
  1616 
  1648 
  1617 //----------------------------------------------------
  1649 //----------------------------------------------------
  1618 //   
  1650 //   
  1619 //    r_cam_still_postcapture_toolbar
  1651 //    r_cam_postcapture_common_toolbar
  1620 //    Toolbar and toolbar extension for still post-capture view
  1652 //    Toolbar for post-capture views( Primary/Secondary Still/Video views)
  1621 //
  1653 //
  1622 //----------------------------------------------------
  1654 //----------------------------------------------------
  1623 //
  1655 //
  1624 RESOURCE AVKON_TOOLBAR r_cam_still_postcapture_toolbar
  1656 
       
  1657 RESOURCE AVKON_TOOLBAR r_cam_postcapture_common_toolbar
  1625     {
  1658     {
  1626     lines = 3;
  1659     lines = 3;
  1627     flags = KAknToolbarFixed | KAknToolbarTransparent | KAknToolbarNoBackground;
  1660     flags = KAknToolbarFixed | KAknToolbarTransparent | KAknToolbarNoBackground;
  1628     items =
  1661     items =
  1629         {
  1662         {
  1641                         bmpfile = CAMERAAPP_BITMAP_FILE;
  1674                         bmpfile = CAMERAAPP_BITMAP_FILE;
  1642                         bmpid = EMbmCameraappQgn_indi_cam4_tb_send;
  1675                         bmpid = EMbmCameraappQgn_indi_cam4_tb_send;
  1643                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_send_mask;
  1676                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_send_mask;
  1644                         helptxt = qtn_lcam_tt_send;
  1677                         helptxt = qtn_lcam_tt_send;
  1645                         extension = r_cam_ext_qgn_indi_cam4_send;
  1678                         extension = r_cam_ext_qgn_indi_cam4_send;
       
  1679                         }
       
  1680                     };
       
  1681                 };
       
  1682             },
       
  1683 			TBAR_CTRL
       
  1684             {
       
  1685             type = EAknCtButton;
       
  1686             id = ECamCmdEdit;
       
  1687             control = AVKON_BUTTON
       
  1688                 {
       
  1689                 flags = KAknButtonNoFrame;
       
  1690                 states =
       
  1691                     {
       
  1692                     AVKON_BUTTON_STATE
       
  1693                         {
       
  1694                         bmpfile = CAMERAAPP_BITMAP_FILE;
       
  1695                         bmpid = EMbmCameraappQgn_indi_mg_tb_edit;
       
  1696                         bmpmask = EMbmCameraappQgn_indi_mg_tb_edit_mask;
       
  1697                         helptxt = ""; // Tooltip is set at run-time
       
  1698                         extension = r_cam_ext_qgn_indi_cam4_tb_edit;
  1646                         }
  1699                         }
  1647                     };
  1700                     };
  1648                 };
  1701                 };
  1649             },
  1702             },
  1650             TBAR_CTRL
  1703             TBAR_CTRL
  1665                             extension = r_cam_ext_qgn_indi_cam4_tb_goto_photos;
  1718                             extension = r_cam_ext_qgn_indi_cam4_tb_goto_photos;
  1666                             }
  1719                             }
  1667                         };
  1720                         };
  1668                     };
  1721                     };
  1669                 },
  1722                 },
       
  1723 		TBAR_CTRL
       
  1724             {
       
  1725             type = EAknCtButton;
       
  1726             id = ECamCmdOneClickUpload;
       
  1727             control = AVKON_BUTTON
       
  1728                 {
       
  1729                 flags = KAknButtonNoFrame;
       
  1730                 states =
       
  1731                     {
       
  1732                     AVKON_BUTTON_STATE
       
  1733                         {
       
  1734                         bmpfile = CAMERAAPP_BITMAP_FILE;
       
  1735                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
       
  1736                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
       
  1737                         helptxt = ""; // Tooltip is set at run-time
       
  1738                         // extension = r_cam_ext_qgn_indi_cam4_tb_upload;
       
  1739                         }
       
  1740                     };
       
  1741                 };
       
  1742             },		
  1670         TBAR_CTRL
  1743         TBAR_CTRL
  1671             {
  1744             {
  1672             type = EAknCtButton;
  1745             type = EAknCtButton;
  1673             id = ECamCmdDelete;
  1746             id = ECamCmdDelete;
  1674             control = AVKON_BUTTON
  1747             control = AVKON_BUTTON
  1687                     };
  1760                     };
  1688                 };
  1761                 };
  1689             }
  1762             }
  1690         };
  1763         };
  1691     }
  1764     }
  1692 
  1765 	
  1693 //----------------------------------------------------
  1766 //----------------------------------------------------
  1694 //
  1767 //   
  1695 //    r_cam_still_postcapture_toolbar_upload
  1768 //    r_cam_still_postcapture_toolbar
  1696 //    Toolbar and toolbar extension for still post-capture view
  1769 //    Toolbar and toolbar extension for still post-capture view
  1697 //    with one-click upload support
  1770 //
  1698 //----------------------------------------------------
  1771 //----------------------------------------------------
  1699 //
  1772 //
  1700 RESOURCE AVKON_TOOLBAR r_cam_still_postcapture_toolbar_upload
  1773 RESOURCE AVKON_TOOLBAR r_cam_still_postcapture_toolbar
  1701     {
  1774     {
  1702     lines = 3;
  1775     lines = 3;
  1703     flags = KAknToolbarFixed | KAknToolbarTransparent | KAknToolbarNoBackground;
  1776     flags = KAknToolbarFixed | KAknToolbarTransparent | KAknToolbarNoBackground;
  1704     items =
  1777     items =
  1705         {
  1778         {
  1721                         extension = r_cam_ext_qgn_indi_cam4_send;
  1794                         extension = r_cam_ext_qgn_indi_cam4_send;
  1722                         }
  1795                         }
  1723                     };
  1796                     };
  1724                 };
  1797                 };
  1725             },
  1798             },
  1726         TBAR_CTRL
  1799             TBAR_CTRL
  1727             {
  1800                 {
  1728             type = EAknCtButton;
  1801                 type = EAknCtButton;
  1729             id = ECamCmdOneClickUpload;
  1802                 id = ECamCmdPhotos;
  1730             control = AVKON_BUTTON
  1803                 control = AVKON_BUTTON
  1731                 {
  1804                     {
  1732                 flags = KAknButtonNoFrame;
  1805                     flags = KAknButtonNoFrame;
  1733                 states =
  1806                     states =
  1734                     {
  1807                         {
  1735                     AVKON_BUTTON_STATE
  1808                         AVKON_BUTTON_STATE
  1736                         {
  1809                             {
  1737                         bmpfile = CAMERAAPP_BITMAP_FILE;
  1810                             bmpfile = CAMERAAPP_BITMAP_FILE;
  1738                         bmpid = EMbmCameraappQgn_indi_cam4_tb_upload;
  1811                             bmpid = EMbmCameraappQgn_indi_cam4_tb_goto_gallery; 
  1739                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_upload_mask;
  1812                             bmpmask = EMbmCameraappQgn_indi_cam4_tb_goto_gallery_mask;
  1740                         helptxt = ""; // Tooltip is set at run-time
  1813                             helptxt = qtn_lcam_tt_go_to_photos;
  1741                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  1814                             extension = r_cam_ext_qgn_indi_cam4_tb_goto_photos;
  1742                         }
  1815                             }
  1743                     };
  1816                         };
  1744                 };
  1817                     };
  1745             },
  1818                 },
  1746         TBAR_CTRL
  1819         TBAR_CTRL
  1747             {
  1820             {
  1748             type = EAknCtButton;
  1821             type = EAknCtButton;
  1749             id = ECamCmdDelete;
  1822             id = ECamCmdDelete;
  1750             control = AVKON_BUTTON
  1823             control = AVKON_BUTTON
  1766         };
  1839         };
  1767     }
  1840     }
  1768 
  1841 
  1769 //----------------------------------------------------
  1842 //----------------------------------------------------
  1770 //
  1843 //
       
  1844 //    r_cam_still_postcapture_toolbar_upload
       
  1845 //    Toolbar and toolbar extension for still post-capture view
       
  1846 //    with one-click upload support
       
  1847 //----------------------------------------------------
       
  1848 //
       
  1849 RESOURCE AVKON_TOOLBAR r_cam_still_postcapture_toolbar_upload
       
  1850     {
       
  1851     lines = 3;
       
  1852     flags = KAknToolbarFixed | KAknToolbarTransparent | KAknToolbarNoBackground;
       
  1853     items =
       
  1854         {
       
  1855         TBAR_CTRL
       
  1856             {
       
  1857             type = EAknCtButton;
       
  1858             id = ECamCmdSend;
       
  1859             control = AVKON_BUTTON
       
  1860                 {
       
  1861                 flags = KAknButtonNoFrame;
       
  1862                 states =
       
  1863                     {
       
  1864                     AVKON_BUTTON_STATE
       
  1865                         {
       
  1866                         bmpfile = CAMERAAPP_BITMAP_FILE;
       
  1867                         bmpid = EMbmCameraappQgn_indi_cam4_tb_send;
       
  1868                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_send_mask;
       
  1869                         helptxt = qtn_lcam_tt_send;
       
  1870                         extension = r_cam_ext_qgn_indi_cam4_send;
       
  1871                         }
       
  1872                     };
       
  1873                 };
       
  1874             },
       
  1875         TBAR_CTRL
       
  1876             {
       
  1877             type = EAknCtButton;
       
  1878             id = ECamCmdOneClickUpload;
       
  1879             control = AVKON_BUTTON
       
  1880                 {
       
  1881                 flags = KAknButtonNoFrame;
       
  1882                 states =
       
  1883                     {
       
  1884                     AVKON_BUTTON_STATE
       
  1885                         {
       
  1886                         bmpfile = CAMERAAPP_BITMAP_FILE;
       
  1887                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
       
  1888                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
       
  1889                         helptxt = ""; // Tooltip is set at run-time
       
  1890                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
       
  1891                         }
       
  1892                     };
       
  1893                 };
       
  1894             },
       
  1895         TBAR_CTRL
       
  1896             {
       
  1897             type = EAknCtButton;
       
  1898             id = ECamCmdDelete;
       
  1899             control = AVKON_BUTTON
       
  1900                 {
       
  1901                 flags = KAknButtonNoFrame;
       
  1902                 states =
       
  1903                     {
       
  1904                     AVKON_BUTTON_STATE
       
  1905                         {
       
  1906                         bmpfile = CAMERAAPP_BITMAP_FILE;
       
  1907                         bmpid = EMbmCameraappQgn_indi_cam4_tb_delete;
       
  1908                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_delete_mask;
       
  1909                         helptxt = qtn_lcam_tt_delete;
       
  1910                         extension = r_cam_ext_qgn_indi_cam4_delete;
       
  1911                         }
       
  1912                     };
       
  1913                 };
       
  1914             }
       
  1915         };
       
  1916     }
       
  1917 
       
  1918 //----------------------------------------------------
       
  1919 //
  1771 //    r_cam_still_postcapture_toolbar_portrait
  1920 //    r_cam_still_postcapture_toolbar_portrait
  1772 //    Toolbar and toolbar extension for still post-capture 
  1921 //    Toolbar and toolbar extension for still post-capture 
  1773 //    portrait view
  1922 //    portrait view
  1774 //----------------------------------------------------
  1923 //----------------------------------------------------
  1775 //
  1924 //
  1957                 states =
  2106                 states =
  1958                     {
  2107                     {
  1959                     AVKON_BUTTON_STATE
  2108                     AVKON_BUTTON_STATE
  1960                         {
  2109                         {
  1961                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2110                         bmpfile = CAMERAAPP_BITMAP_FILE;
  1962                         bmpid = EMbmCameraappQgn_indi_cam4_tb_upload;
  2111                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
  1963                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_upload_mask;
  2112                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
  1964                         helptxt = ""; // Tooltip is set at run-time
  2113                         helptxt = ""; // Tooltip is set at run-time
  1965                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2114                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  1966                         }
  2115                         }
  1967                     };
  2116                     };
  1968                 };
  2117                 };
  2032                 states =
  2181                 states =
  2033                     {
  2182                     {
  2034                     AVKON_BUTTON_STATE
  2183                     AVKON_BUTTON_STATE
  2035                         {
  2184                         {
  2036                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2185                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2037                         bmpid = EMbmCameraappQgn_indi_cam4_tb_upload;
  2186                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
  2038                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_upload_mask;
  2187                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
  2039                         helptxt = ""; // Tooltip is set at run-time
  2188                         helptxt = ""; // Tooltip is set at run-time
  2040                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2189                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2041                         }
  2190                         }
  2042                     };
  2191                     };
  2043                 };
  2192                 };
  2520                 states =
  2669                 states =
  2521                     {
  2670                     {
  2522                     AVKON_BUTTON_STATE
  2671                     AVKON_BUTTON_STATE
  2523                         {
  2672                         {
  2524                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2673                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2525                         bmpid = EMbmCameraappQgn_indi_cam4_tb_upload;
  2674                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
  2526                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_upload_mask;
  2675                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
  2527                         helptxt = ""; // Tooltip is set at run-time
  2676                         helptxt = ""; // Tooltip is set at run-time
  2528                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2677                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2529                         }
  2678                         }
  2530                     };
  2679                     };
  2531                 };
  2680                 };
  2743                 states =
  2892                 states =
  2744                     {
  2893                     {
  2745                     AVKON_BUTTON_STATE
  2894                     AVKON_BUTTON_STATE
  2746                         {
  2895                         {
  2747                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2896                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2748                         bmpid = EMbmCameraappQgn_indi_cam4_tb_upload;
  2897                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
  2749                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_upload_mask;
  2898                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
  2750                         helptxt = ""; // Tooltip is set at run-time
  2899                         helptxt = ""; // Tooltip is set at run-time
  2751                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2900                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2752                         }
  2901                         }
  2753                     };
  2902                     };
  2754                 };
  2903                 };
  2818                 states =
  2967                 states =
  2819                     {
  2968                     {
  2820                     AVKON_BUTTON_STATE
  2969                     AVKON_BUTTON_STATE
  2821                         {
  2970                         {
  2822                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2971                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2823                         bmpid = EMbmCameraappQgn_indi_cam4_tb_upload;
  2972                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
  2824                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_upload_mask;
  2973                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
  2825                         helptxt = ""; // Tooltip is set at run-time
  2974                         helptxt = ""; // Tooltip is set at run-time
  2826                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2975                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2827                         }
  2976                         }
  2828                     };
  2977                     };
  2829                 };
  2978                 };
  2984                 states =
  3133                 states =
  2985                     {
  3134                     {
  2986                     AVKON_BUTTON_STATE
  3135                     AVKON_BUTTON_STATE
  2987                         {
  3136                         {
  2988                         bmpfile = CAMERAAPP_BITMAP_FILE;
  3137                         bmpfile = CAMERAAPP_BITMAP_FILE;
  2989                         bmpid = EMbmCameraappQgn_indi_cam4_tb_upload;
  3138                         bmpid = EMbmCameraappQgn_indi_cam4_tb_oneclick_active;
  2990                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_upload_mask;
  3139                         bmpmask = EMbmCameraappQgn_indi_cam4_tb_oneclick_active_mask;
  2991                         helptxt = ""; // Tooltip is set at run-time
  3140                         helptxt = ""; // Tooltip is set at run-time
  2992                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  3141                         extension = r_cam_ext_qgn_indi_cam4_tb_upload;
  2993                         }
  3142                         }
  2994                     };
  3143                     };
  2995                 };
  3144                 };
  3104             {
  3253             {
  3105             id                  = KAiwCmdUpload;
  3254             id                  = KAiwCmdUpload;
  3106             serviceCmd          = KAiwCmdUpload;
  3255             serviceCmd          = KAiwCmdUpload;
  3107             serviceClass        = KAiwClassBase;
  3256             serviceClass        = KAiwClassBase;
  3108             contentType         = "image/*";
  3257             contentType         = "image/*";
  3109             defaultProvider = 0x2000BB53; //KShareAppUidVal;
  3258             defaultProvider     = 0x2002CC1F; //KShareAppUidVal;
  3110             maxProviders        = 1;
  3259             maxProviders        = 1;
  3111             }
  3260             }
  3112         };
  3261         };
  3113     }
  3262     }
       
  3263 // -----------------------------------------------------------------------------
       
  3264 //
       
  3265 // r_cam_aiw_view_interest
       
  3266 // AIW interest structure for view (Share settings view)
       
  3267 //
       
  3268 // -----------------------------------------------------------------------------
       
  3269 RESOURCE AIW_INTEREST r_cam_aiw_view_interest
       
  3270     {
       
  3271     items=
       
  3272         {
       
  3273         AIW_CRITERIA_ITEM // SHARE_AIW
       
  3274             {
       
  3275             id = KAiwCmdView;
       
  3276             serviceCmd = KAiwCmdView;
       
  3277             contentType = "*";
       
  3278             defaultProvider     = 0x2002CC1F; //KShareAppUidVal;	    
       
  3279             serviceClass = KAiwClassMenu;
       
  3280             }
       
  3281         };
       
  3282     }
       
  3283 
       
  3284 // -----------------------------------------------------------------------------
       
  3285 //
       
  3286 // r_cam_aiw_edit_interest
       
  3287 // AIW interest structure for edit
       
  3288 //
       
  3289 // -----------------------------------------------------------------------------
       
  3290 RESOURCE AIW_INTEREST r_cam_aiw_edit_interest
       
  3291     {
       
  3292     items=
       
  3293         {
       
  3294         AIW_CRITERIA_ITEM
       
  3295             {
       
  3296             id = KAiwCmdEdit;
       
  3297             serviceCmd = KAiwCmdEdit;
       
  3298             contentType = "*";
       
  3299             serviceClass = KAiwClassMenu;
       
  3300             }
       
  3301         };
       
  3302     }
       
  3303 	
  3114 //----------------------------------------------------
  3304 //----------------------------------------------------
  3115 //   
  3305 //   
  3116 //    qtn_lcam_tb_turn_sequence_off
  3306 //    qtn_lcam_tb_turn_sequence_off
  3117 //    Text for sequence mode button in toolbar extension
  3307 //    Text for sequence mode button in toolbar extension
  3118 //
  3308 //