New language files for IMP

CrisTiaN sistemes@myp.ad
Tue, 07 Nov 2000 17:07:44 +0100


---------------------- multipart/mixed attachment
Here you have the IMP language files for Català  (Catalan).
The lang. code is ca (iso 639).
If you find something wrong or need anything else plese write me.
I attach too a patch file for config/lang.php3 (lang.php3.patch)

Cristian
-- 

Cristian Llaras
MYP - Departament de sistemes.
sistemes@myp.ad
---------------------- multipart/mixed attachment
A non-text attachment was scrubbed...
Name: imp-lang-ca.tar.gz
Type: application/x-gzip
Size: 12742 bytes
Desc: not available
Url : http://lists.horde.org/archives/dev/attachments/5877611c/imp-lang-ca.tar.gz

---------------------- multipart/mixed attachment
diff -uN ..config/lang.php3 ./lang.php3
--- ../config/lang.php3	Tue Nov  7 16:42:13 2000
+++ ./lang.php3	Tue Nov  7 16:37:22 2000
@@ -1,6 +1,7 @@
 <?php
 
 /* language names */
+$lang->lang['ca'] = 'Català';
 $lang->lang['cs'] = 'Èesky';
 $lang->lang['da'] = 'Dansk';
 $lang->lang['de'] = 'Deutsch';
@@ -28,6 +29,7 @@
 
 /* character encoding sets. Don't know which character set is
  * appropriate? Try <http://www.eki.ee/letter/>. */
+$lang->charset['ca'] = 'ISO-8859-1';
 $lang->charset['cs'] = 'ISO-8859-2';
 $lang->charset['da'] = 'ISO-8859-1';   
 $lang->charset['de'] = 'ISO-8859-1';
@@ -55,6 +57,7 @@
 $lang->charset['zh-tw'] = 'Big5';
 
 /* multi-language spelling support */
+$default->ispell_lang['ca'] = '-d catala';
 $default->ispell_lang['cs'] = '-T latin2 -d czech';
 $default->ispell_lang['da'] = '-T latin1 -d dansk';
 $default->ispell_lang['de'] = '-T latin1 -d deutsch';

---------------------- multipart/mixed attachment--