~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/i2ce/modules/Pages/modules/LocaleSelector/configs/oc/LocaleSelector.xml

  • Committer: litlfred at ibiblio
  • Date: 2009-10-26 13:55:16 UTC
  • Revision ID: litlfred@ibiblio.org-20091026135516-7er0260tad01febt
ihris suite updated to 4.0.1 pre-release...
follows that did not get added on the last attempt did this time... the problem is that bzr does not like to include branches in a sub-directory even if you add them in which 
  is how ihris-suite/lib/* was structed.  so i had to move ihris-suite/lib/*/.bzr to ihris-suite/lib/*/.bzr_dir to trick it
the site will now succesfully install.  have not attempted change the root drive letter yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE I2CEConfiguration SYSTEM "I2CE_Configuration.dtd">
 
3
<I2CEConfiguration name='localeSelector'>     
 
4
  <metadata>
 
5
    <displayName>Locale Selector</displayName>   
 
6
    <className>I2CE_Module_LocaleSelector</className>
 
7
    <version>4.0.0</version>
 
8
  </metadata>
 
9
  <configurationGroup name='localeSelector' locale="oc">
 
10
    <configuration name='languages' path='/locales/languages'  values='many' type='delimited'>
 
11
      <version>4.0.0</version>
 
12
      <value>ar:Arab</value>
 
13
      <value>bg:Bulgar</value>
 
14
      <value>br:Briton</value>
 
15
      <value>cs:Chec</value>
 
16
      <value>da:Danès</value>
 
17
      <value>de:Alemani</value>
 
18
      <value>el:Grec</value>
 
19
      <value>en:Anglès</value>
 
20
      <value>eo:Esperantò</value>
 
21
      <value>es:Espanhòl</value>
 
22
      <value>eu:Bascon</value>
 
23
      <value>fi:Finlandès</value>
 
24
      <value>fr:Franchimand</value>
 
25
      <value>he:Hebreu</value>
 
26
      <value>hr:Cròatian</value>
 
27
      <value>hu:Hongarian</value>
 
28
      <value>is:Islandès</value>
 
29
      <value>ja:Japònès</value>
 
30
      <value>ko:Còrean</value>
 
31
      <value>lt:Litua</value>
 
32
      <value>mi:Maòri</value>
 
33
      <value>nl:Olandès</value>
 
34
      <value>oc:Occitàn</value>
 
35
      <value>pl:Pòlònès</value>
 
36
      <value>pt:Pòrtuguès</value>
 
37
      <value>ru:Rus</value>
 
38
      <value>sk:Eslòvac</value>
 
39
      <value>sl:Eslòvian</value>
 
40
      <value>sv:Suedès</value>
 
41
      <value>th:Tai</value>
 
42
      <value>tr:Turc</value>
 
43
      <value>uk:Ucranian</value>
 
44
      <value>wa:Valon</value>
 
45
      <value>zh:Chinès</value>
 
46
    </configuration>
 
47
  </configurationGroup>
 
48
</I2CEConfiguration>