1 # Scipad - programmer's editor and debugger for Scilab
3 # Copyright (C) 2002 - INRIA, Matthieu Philippe
4 # Copyright (C) 2003-2006 - Weizmann Institute of Science, Enrico Segre
5 # Copyright (C) 2004-2008 - Francois Vogel
7 # Localization files ( in tcl/msg_files/) are copyright of the
8 # individual authors, listed in the header of each file
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; either version 2 of the License, or
13 # (at your option) any later version.
15 # This program is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU General Public License for more details.
20 # You should have received a copy of the GNU General Public License
21 # along with this program; if not, write to the Free Software
22 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24 # See the file scipad/license.txt
27 # locale names (common)
28 # note that to avoid encoding issues, all unicode characters which are beyond
29 # the basic ASCII encoding are safely expressed in \u form
30 # (see http://wiki.tcl.tk/656)
31 # If I would have used UTF-8, extended characters would be read correctly
32 # only if the LANG environment supported UTF8.
33 ::msgcat::mcset $lang "ca_es locale" "Catalan (ca_es)"
34 ::msgcat::mcset $lang "da_dk locale" "Dansk (da_dk)"
35 ::msgcat::mcset $lang "de_de locale" "Deutsch (de_de)"
36 ::msgcat::mcset $lang "fr_fr locale" "Fran\u00E7ais (fr_fr)"
37 ::msgcat::mcset $lang "en_us locale" "English (en_us)"
38 ::msgcat::mcset $lang "es_es locale" "Espa\u00F1ol (es_es)"
39 ::msgcat::mcset $lang "it_it locale" "Italiano (it_it)"
40 ::msgcat::mcset $lang "no locale" "Norsk (no)"
41 ::msgcat::mcset $lang "pl locale" "Polski (pl)"
42 ::msgcat::mcset $lang "se locale" "Svenska (se)"
43 ::msgcat::mcset $lang "zh_tw locale" "\u4E2D\u6587\u7E41\u9AD4 (zh_tw)"
44 ::msgcat::mcset $lang "zh_cn locale" "\u4e2d\u6587\u7b80\u4f53 (zh_cn)"