Changeset 12850
- Timestamp:
- 10/17/07 13:25:47 (1 year ago)
- Files:
-
- trunk/midcom/midcom.admin.babel/locale/default.de.txt (modified) (1 prop)
- trunk/midcom/midcom.admin.babel/locale/default.en.txt (modified) (2 diffs, 1 prop)
- trunk/midcom/midcom.admin.babel/locale/default.fi.txt (modified) (2 diffs)
- trunk/midcom/midcom.admin.babel/locale/default.hu.txt (modified) (1 prop)
- trunk/midcom/midcom.admin.babel/locale/default.pl.txt (modified) (1 prop)
- trunk/midcom/midcom.admin.babel/locale/default.sv.txt (modified) (1 prop)
- trunk/midcom/midcom.admin.babel/plugin.php (modified) (1 diff)
- trunk/midcom/midcom.admin.babel/static/babel.css (modified) (3 diffs)
- trunk/midcom/midcom.admin.babel/style/midcom_admin_babel_edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.admin.babel/locale/default.de.txt
- Property svn:executable set to *
trunk/midcom/midcom.admin.babel/locale/default.en.txt
- Property svn:executable set to *
r12788 r12850 29 29 30 30 ---STRING midcom.admin.babel 31 MidCOM Localization tool 31 Localization tool 32 ---STRINGEND 33 34 ---STRING new string 35 New string 32 36 ---STRINGEND 33 37 … … 77 81 ---STRINGEND 78 82 79 ---STRING new string80 New string81 ---STRINGEND82 trunk/midcom/midcom.admin.babel/locale/default.fi.txt
r4512 r12850 25 25 26 26 ---STRING midcom.admin.babel 27 MidCOM-kÀyttöliittymien kÀÀntÀminen27 KÀyttöliittymien kÀÀntÀminen 28 28 ---STRINGEND 29 29 30 30 ---STRING other component status 31 31 Tila (muut) 32 ---STRINGEND 33 34 ---STRING perm-denied text 35 <p>MidCOMilla ei ole oikeutta kirjoittaa kÀÀnnöksiÀ. Tarkista ettÀ Apache-kÀyttÀjÀllÀ on oikeudet komponentin "locale"-kansioon ja sen alla oleviin tiedostoihin.</p> 32 36 ---STRINGEND 33 37 … … 52 56 ---STRINGEND 53 57 54 ---STRING perm-denied text55 <p>MidCOMilla ei ole oikeutta kirjoittaa kÀÀnnöksiÀ. Tarkista ettÀ Apache-kÀyttÀjÀllÀ on oikeudet komponentin "locale"-kansioon ja sen alla oleviin tiedostoihin.</p> 58 ---STRING core components 59 Ydinkomponentit 56 60 ---STRINGEND 57 61 62 ---STRING new string 63 Uusi viesti 64 ---STRINGEND 65 66 ---STRING other components 67 Muut komponentit 68 ---STRINGEND 69 70 ---STRING percentage 71 Prosentit 72 ---STRINGEND 73 74 ---STRING strings total 75 ViestejÀ yhteensÀ 76 ---STRINGEND 77 78 ---STRING translated strings 79 KÀÀnnettyjÀ viestejÀ 80 ---STRINGEND 81 trunk/midcom/midcom.admin.babel/locale/default.hu.txt
- Property svn:executable set to *
trunk/midcom/midcom.admin.babel/locale/default.pl.txt
- Property svn:executable set to *
trunk/midcom/midcom.admin.babel/locale/default.sv.txt
- Property svn:executable set to *
trunk/midcom/midcom.admin.babel/plugin.php
r12826 r12850 146 146 'midcom.admin.styleeditor', 147 147 'midcom.admin.user', 148 'midgard.admin.acl',149 148 'midgard.admin.asgard', 150 'midgard.admin.sitegroup',151 149 'no.bergfald.rcs', 152 150 // From task_midgardcms dependencies trunk/midcom/midcom.admin.babel/static/babel.css
r12788 r12850 4 4 padding: 0.5em; 5 5 -moz-border-radius: 10px; 6 width: 100%;6 width: 600px; 7 7 border-bottom: solid 1px #000; 8 8 border-right: solid 1px #000; … … 72 72 } 73 73 74 table.midcom_admin_babel_languages tr td 75 { 76 width: 33%; 77 padding: 4px; 78 } 79 80 table.midcom_admin_babel_languages tr td span 81 { 82 display: block; 83 overflow: auto; 84 } 74 85 75 86 table.midcom_admin_babel_languages tr.string-even … … 83 94 background: #cccccc; 84 95 -moz-border-radius: 6px; 85 }86 87 table.midcom_admin_babel_languages tr.string-even td88 {89 width: 33%;90 }91 92 table.midcom_admin_babel_languages tr.string-odd td93 {94 width: 33%;95 96 } 96 97 trunk/midcom/midcom.admin.babel/style/midcom_admin_babel_edit.php
r12788 r12850 68 68 { 69 69 ?> 70 <td> &(en);</td>70 <td><span>&(en);</span></td> 71 71 <?php 72 72 }
