tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

default.txt (2385B)


      1 // Copyright (C) 2016 and later: Unicode, Inc. and others.
      2 // License & terms of use: http://www.unicode.org/copyright.html
      3 //*******************************************************************************
      4 //*
      5 //*   Copyright (C) 1998-2000, International Business Machines
      6 //*   Corporation and others.  All Rights Reserved.
      7 //*
      8 //*******************************************************************************
      9 
     10 
     11 // This is a test default locale file
     12 
     13 default
     14 {
     15    Version { 44.0 }
     16 
     17    ShortLanguage { xxx }
     18 
     19    string_only_in_Default { DEFAULT }
     20 
     21    array_only_in_Default { DEFAULT0, DEFAULT1, DEFAULT2, DEFAULT3 }
     22 
     23    array_2d_only_in_Default
     24    {
     25        { DEFAULT00, DEFAULT01 }
     26        { DEFAULT10, DEFAULT11 }
     27    }
     28 
     29    tagged_array_only_in_Default
     30    {
     31        tag2 { DEFAULT2 } 
     32        tag1 { DEFAULT1 } 
     33        tag3 { DEFAULT3 } 
     34        tag6 { DEFAULT6 } 
     35        tag12 { DEFAULT12 } 
     36        tag7 { DEFAULT7 } 
     37        tag14 { DEFAULT14 } 
     38        tag9 { DEFAULT9 } 
     39    }
     40 
     41    string_in_Default_te_te_IN { DEFAULT }
     42 
     43    array_in_Default_te_te_IN { DEFAULT0, DEFAULT1, DEFAULT2, DEFAULT3, DEFAULT4 }
     44 
     45    array_2d_in_Default_te_te_IN
     46    {
     47        { DEFAULT00, DEFAULT01, DEFAULT02 }
     48        { DEFAULT10, DEFAULT11, DEFAULT12 }
     49        { DEFAULT20, DEFAULT21, DEFAULT22 }
     50        { DEFAULT30, DEFAULT31, DEFAULT32 }
     51    }
     52 
     53    tagged_array_in_Default_te_te_IN
     54    {
     55        tag4 { DEFAULT4 } 
     56        tag9 { DEFAULT9 } 
     57        tag12 { DEFAULT12 } 
     58    }
     59 
     60    string_in_Default_te { DEFAULT }
     61 
     62    array_in_Default_te { DEFAULT0, DEFAULT1, DEFAULT2, DEFAULT3, DEFAULT4 }
     63 
     64    array_2d_in_Default_te
     65    {
     66        { DEFAULT00, DEFAULT01, DEFAULT02 }
     67        { DEFAULT10, DEFAULT11, DEFAULT12 }
     68        { DEFAULT20, DEFAULT21, DEFAULT22 }
     69        { DEFAULT30, DEFAULT31, DEFAULT32 }
     70    }
     71 
     72    tagged_array_in_Default_te
     73    {
     74        tag12 { DEFAULT12 } 
     75        tag1 { DEFAULT1 } 
     76        tag7 { DEFAULT7 } 
     77        tag3 { DEFAULT3 } 
     78    }
     79 
     80    string_in_Default_te_IN { DEFAULT }
     81 
     82    array_in_Default_te_IN { DEFAULT0, DEFAULT1, DEFAULT2 }
     83 
     84    array_2d_in_Default_te_IN
     85    {
     86        { DEFAULT00, DEFAULT01, DEFAULT02, DEFAULT03 }
     87        { DEFAULT10, DEFAULT11, DEFAULT12, DEFAULT13 }
     88        { DEFAULT20, DEFAULT21, DEFAULT22, DEFAULT23 }
     89    }
     90 
     91    tagged_array_in_Default_te_IN
     92    {
     93        tag13 { DEFAULT13 } 
     94        tag8 { DEFAULT8 } 
     95    }
     96 }
     97 
     98 //eof