Daje-Plugin-Languages

 view release on metacpan or  search on metacpan

lib/Daje/Plugin/Languages/Languages.pm  view on Meta::CPAN

                key => 'translations',
                field => 'table',
                type => 'Label',
                translation => 'Translations',
                comment => 'Translations',
            };
          push @keys,  {
                plugin => 'languages',
                key => 'translations',
                field => 'lan',
                type => 'Label',
                translation => '',
                comment => ''
            };
           push @keys, {
                plugin => 'languages',
                key => 'translations',
                field => 'lan',
                type => 'Tool tips',
                translation => '',
                comment => ''
            };
         
          push @keys,  {
                plugin => 'languages',
                key => 'translations',
                field => 'translation_keys',
                type => 'Label',
                translation => '',
                comment => ''
            };
           push @keys, {
                plugin => 'languages',
                key => 'translations',
                field => 'translation_keys',
                type => 'Tool tips',
                translation => '',
                comment => ''
            };
         
          push @keys,  {
                plugin => 'languages',
                key => 'translations',
                field => 'translation',
                type => 'Label',
                translation => 'Translation',
                comment => 'Translation to selected language'
            };
           push @keys, {
                plugin => 'languages',
                key => 'translations',
                field => 'translation',
                type => 'Tool tips',
                translation => 'Translation to selected language',
                comment => 'Translation to selected language'
            };
         
          push @keys,  {
                plugin => 'languages',
                key => 'translations',
                field => 'locked',
                type => 'Label',
                translation => 'Locked',
                comment => 'Translation locked for automatic updates'
            };
           push @keys, {
                plugin => 'languages',
                key => 'translations',
                field => 'locked',
                type => 'Tool tips',
                translation => 'Translation locked for automatic updates',
                comment => 'Translation locked for automatic updates'
            };
         
        push @keys, {
                plugin => 'languages',
                key => 'lan',
                field => 'table',
                type => 'Label',
                translation => 'Language',
                comment => 'The supported languages',
            };
          push @keys,  {
                plugin => 'languages',
                key => 'lan',
                field => 'language',
                type => 'Label',
                translation => 'Language',
                comment => 'Language full name'
            };
           push @keys, {
                plugin => 'languages',
                key => 'lan',
                field => 'language',
                type => 'Tool tips',
                translation => 'Language full name',
                comment => 'Language full name'
            };
         
          push @keys,  {
                plugin => 'languages',
                key => 'lan',
                field => 'browser_code',
                type => 'Label',
                translation => 'Browser code',
                comment => 'Language code in the browser'
            };
           push @keys, {
                plugin => 'languages',
                key => 'lan',
                field => 'browser_code',
                type => 'Tool tips',
                translation => 'Language code in the browser',
                comment => 'Language code in the browser'
            };
         
          push @keys,  {
                plugin => 'languages',
                key => 'lan',
                field => 'iso_code',
                type => 'Label',
                translation => 'ISO Code',
                comment => 'Language ISO Code'
            };
           push @keys, {
                plugin => 'languages',
                key => 'lan',
                field => 'iso_code',
                type => 'Tool tips',
                translation => 'Language ISO Code',
                comment => 'Language ISO Code'
            };



( run in 1.606 second using v1.01-cache-2.11-cpan-39bf76dae61 )