]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Contacts/contactSeedData_jp.php
Add .gitignore
[Github/sugarcrm.git] / modules / Contacts / contactSeedData_jp.php
1 <?php
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
3 /*********************************************************************************
4  * SugarCRM is a customer relationship management program developed by
5  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
6  * 
7  * This program is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU Affero General Public License version 3 as published by the
9  * Free Software Foundation with the addition of the following permission added
10  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
11  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
12  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
13  * 
14  * This program is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
17  * details.
18  * 
19  * You should have received a copy of the GNU Affero General Public License along with
20  * this program; if not, see http://www.gnu.org/licenses or write to the Free
21  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22  * 02110-1301 USA.
23  * 
24  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
25  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
26  * 
27  * The interactive user interfaces in modified source and object code versions
28  * of this program must display Appropriate Legal Notices, as required under
29  * Section 5 of the GNU Affero General Public License version 3.
30  * 
31  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
32  * these Appropriate Legal Notices must retain the display of the "Powered by
33  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
34  * technical reasons, the Appropriate Legal Notices must display the words
35  * "Powered by SugarCRM".
36  ********************************************************************************/
37
38 /*********************************************************************************
39
40  * Description:  TODO: To be written.
41  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
42  * All Rights Reserved.
43  * Contributor(s): ______________________________________..
44  ********************************************************************************/
45 // FILE SUGAR INT ONLY
46 $last_name_array = array(
47         "Cumberbund",
48         "Reînhold",
49         "für Büurigérre",
50         "Înténåénd",
51         "Väestörekisterikeskus",
52         "Elenå",
53         "あおき",
54         "オーラム",
55         "タイロー",
56         "ノルドウエル",
57         "ロベルトス",
58         "上原",
59         "伊藤",
60         "吉田",
61         "土見",
62         "大空寺",
63         "天川",
64         "小林",
65         "平",
66         "玉野",
67         "石橋",
68         "窪田",
69         "真田",
70         "徳川",
71         "菊地",
72         "谷山",
73         "速瀬",
74         "野島",
75         "青木",
76         "香月",
77         "鳴海",
78 );
79
80 $first_name_array = array(
81         "Johånnes",
82         "Hénri",
83         "Marîe",
84         "Lars",
85         "Österreich",
86         "Klaüse",
87         "Александра",
88         "Валерия",
89         "Виктория",
90         "あゆ",
91         "クリス",
92         "クリント",
93         "さやか",
94         "ジェイコブ",
95         "ジョン",
96         "はるか",
97         "ひと美",
98         "まゆ",
99         "まりこ",
100         "モトコ",
101         "ラーズ",
102         "孝之",
103         "五郎",
104         "徹",
105         "紀章",
106         "勝昭",
107         "正二",
108         "健太",
109         "敏文",
110 );
111
112
113 $company_name_array = array(
114         "Butée Torique",
115         "Targéte",
116         "Wally Marté",
117         "Bünde-Mitte",
118         "Fabriqué Interationål",
119         "Életriqué Géneråle",
120         "Bénellî GMBh",
121         "реклама",
122         "Berufskolleg für Elektrotechnik",
123         "プロダクションG.I.",
124         "パンダビジュアル",
125         "A.B.ケアブレインズ",
126         "株式会社未来商事",
127 );
128
129
130 $street_address_array = array(
131         "123 Any Street",
132         "562 38th Avenue",
133         "2 Penultimate Loop",
134         "3 Ôester Ĭsland",
135         "777 ΩΔΠβκτηηκμ",
136         "10 Besançon Ave",
137         "4542 Rue Chambéry",
138         "678 Rue St. Angoulême",
139         "三番町1-2-5",
140         "富士見が丘545",
141         "北見通り659",
142         "海岸通り975",
143         "3丁目2-5",
144         "金岡町54654",
145         "多古4678",
146         "大洲5454",
147         "海浜幕張4789",
148         "御茶ノ水647",
149 );
150
151
152 $city_array = array (
153         "Nice",
154         "Orléans",
155         "San Francisco",
156         "Cupertino",
157         "New York",
158         "London",
159         "Moscow",
160         "Lisbon",
161         "Böblingen",
162         "Thüringen",
163         "中央区",
164         "京都市",
165         "ニューヨーク",
166         "サンフランシスコ",
167         "ロサンゼルス",
168         "ロンドン",
169         "シカゴ",
170 );
171
172 $last_name_count = count($last_name_array);
173 $first_name_count = count($first_name_array);
174 $company_name_count = count($company_name_array);
175 $street_address_count = count($street_address_array);
176 $city_array_count = count($city_array);
177
178 ?>