1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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
81
82
83
84
85
86
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
|
<?php $lang['System User'] = ''; $lang['English'] = ''; $lang['Traditional Chinese'] = ''; $lang['Simplified Chinese'] = ''; $lang['Profile'] = ''; $lang['Sign Out'] = ''; $lang['MAIN NAVIGATION'] = ''; $lang['Application'] = ''; $lang['Judge'] = ''; $lang['Group'] = ''; $lang['Score'] = ''; $lang['Home'] = ''; $lang['Create'] = ''; $lang['Login ID'] = ''; $lang['Login Role'] = ''; $lang['Login Name'] = ''; $lang['Action'] = ''; $lang['Active'] = ''; $lang['Modify'] = ''; $lang['Delete'] = ''; $lang['All'] = ''; $lang['Cancel'] = ''; $lang['Confirm to delete?'] = ''; $lang['Save'] = ''; $lang['Confirm to save?'] = ''; $lang['Search'] = ''; $lang['Confirm'] = ''; $lang['Resolution of uploaded images should be lower than 2000px.'] = ''; $lang['Uploaded file size should be smaller than 2MB.'] = ''; $lang['Total uploaded file size should be smaller than 10MB.'] = ''; $lang['Category'] = ''; $lang['Title'] = ''; $lang['Date of Birth'] = ''; $lang['Place of Birth'] = ''; $lang['Contact Tel./ Mobile No.'] = ''; $lang['Wechat Account'] = ''; $lang['Assistant Title'] = ''; $lang['Assistant Email'] = ''; $lang['Assistant Phone No.'] = ''; $lang['Name of Present Company Name'] = ''; $lang['Address of Present Company Name'] = ''; $lang['Present Position'] = ''; $lang['Number of years in present position'] = ''; $lang['Is the nominee a founder of current company?'] = ''; $lang['Is it a family business?'] = ''; $lang['What year was the company founded'] = ''; $lang['Industry'] = ''; $lang['Company website'] = ''; $lang['Is the company listed?'] = ''; $lang['Stock code'] = ''; $lang['Enterprise Management and Development'] = ''; $lang['by bullet points'] = ''; $lang['Industry Influence and achievement'] = ''; $lang['Contribution for the Greater Bay Area Development'] = ''; $lang['Corporate and Social Responsibility'] = ''; $lang['Personal Reputation and Recognition'] = ''; $lang['Job Title'] = ''; $lang['Company Name'] = ''; $lang['Phone No.'] = ''; $lang['Correspondence Address'] = ''; $lang['Reason for nomination'] = ''; $lang['Nominee Email'] = ''; $lang['Nominator Email'] = ''; $lang['Name of Organization'] = ''; $lang['Year of Participation'] = ''; $lang['Community Service Involvement'] = ''; $lang['Achievement and Contributions'] = ''; $lang['Name'] = ''; $lang['Assistant Name'] = ''; $lang['Please enter validated '] = ''; $lang['TC'] = '繁'; $lang['EN'] = 'EN'; $lang['SC'] = '简'; $lang['Login'] = ''; $lang['Reference No.'] = ''; $lang['Nominee'] = ''; $lang['Category Entered'] = ''; $lang['Nominator'] = ''; $lang['Nominee submitted'] = ''; $lang['Nominator submitted'] = ''; $lang['Condition'] = ''; $lang['Reference No'] = ''; $lang['If "approve" this appliaction, [Nominee submitted] and [Nominator submitted] must be "Yes"'] = ''; $lang['Confirm Password'] = ''; $lang['Groups'] = ''; $lang['modify'] = ''; $lang['Submit'] = ''; $lang['If you do not need to change password, leave it as blank.'] = ''; $lang['Sign in to start your session'] = ''; $lang['Login Password'] = ''; $lang['Sign In'] = ''; $lang['Please enter'] = ''; $lang['The {field} field is required.'] = ''; $lang['The {field} field must have a value.'] = ''; $lang['The {field} field must contain a valid email address.'] = ''; $lang['The {field} field must contain all valid email addresses.'] = ''; $lang['The {field} field must contain a valid URL.'] = ''; $lang['The {field} field must contain a valid IP.'] = ''; $lang['The {field} field must be at least {param} characters in length.'] = ''; $lang['The {field} field cannot exceed {param} characters in length.'] = ''; $lang['The {field} field must be exactly {param} characters in length.'] = ''; $lang['The {field} field may only contain alphabetical characters.'] = ''; $lang['The {field} field may only contain alpha-numeric characters.'] = ''; $lang['The {field} field may only contain alpha-numeric characters and spaces.'] = ''; $lang['The {field} field may only contain alpha-numeric characters, underscores, and dashes.'] = ''; $lang['The {field} field must contain only numbers.'] = ''; $lang['The {field} field must contain only numeric characters.'] = ''; $lang['The {field} field must contain an integer.'] = ''; $lang['The {field} field is not in the correct format.'] = ''; $lang['The {field} field does not match the {param} field.'] = ''; $lang['The {field} field must differ from the {param} field.'] = ''; $lang['The {field} field must contain a unique value.'] = ''; $lang['The {field} field must only contain digits.'] = ''; $lang['The {field} field must only contain digits and must be greater than zero.'] = ''; $lang['The {field} field must contain a decimal number.'] = ''; $lang['The {field} field must contain a number less than {param}.'] = ''; $lang['The {field} field must contain a number less than or equal to {param}.'] = ''; $lang['The {field} field must contain a number greater than {param}.'] = ''; $lang['The {field} field must contain a number greater than or equal to {param}.'] = ''; $lang['Unable to access an error message corresponding to your field name {field}.'] = ''; $lang['The {field} field must be one of: {param}.'] = ''; $lang['Update successfully'] = ''; $lang['Judge Login'] = ''; $lang['Password'] = ''; $lang['Five or more characters'] = ''; $lang['Log in'] = ''; $lang['Your account or password is incorrect'] = ''; $lang['Score Fom'] = ''; $lang['Form'] = ''; $lang['Back'] = ''; $lang['Ref no.: '] = ''; $lang['Personal Particulars of Nominee'] = ''; $lang['Ms'] = ''; $lang['Mrs'] = ''; $lang['Miss'] = ''; $lang['Dr'] = ''; $lang['Mr'] = ''; $lang['Company Information'] = ''; $lang['Yes'] = ''; $lang['No'] = ''; $lang['Family-owned is multi-generational and where the family holds more than 20% equity'] = ''; $lang['for listed company only'] = ''; $lang['Affiliated Community Service Organizations And Community'] = ''; $lang['Narratives'] = ''; $lang['The following application notes cover five areas, and the jury will select based on all relevant information submitted to enrich the personal and business stories behind the nominees.'] = ''; $lang['History of the company , business strategies and evolution'] = ''; $lang['Major development projects and sustainability'] = ''; $lang['Nominee\'s vision or planning for the future growth of the business'] = ''; $lang['Positive contribution to the further development of the industry'] = ''; $lang['Achievement in innovating new product/service, or developed new markets'] = ''; $lang['Demonstrate how to align with GBA development to create a mutual benefit business model'] = ''; $lang['How does the nominee give back to the community?'] = ''; $lang['How to be a key driver of corporate social responsibility in the enterprise'] = ''; $lang['Details of awards and/or honors received by nominee'] = ''; $lang['Past media coverages related to nominee'] = ''; $lang['Terms and conditions'] = ''; $lang['I agree that the Organizers may obtain publicly available information through any means (including but not limited to information) available on social media, and/or the internet) as to confirm or addition to this nomination; and agree the Organizers submit the collected information together with the nomination form and attachments to the Panel of Judges for evaluation purpose.'] = ''; $lang['If I am the winner of this Women Entrepreneur Award, I agree to further provide more detailed information as requested by the Organizers and hereby authorize the Organizers to use, edit publicize, copy and reproduce my name and other relevant information of mine, including but not limited to picture, portrait, photograph, film, videotape, or recordings of my voice for marketing and promotional purposes, such as production, printing materials, media publications, broadcast.'] = ''; $lang['If I am the winner of this Women Entrepreneur Award, I *'] = ''; $lang['The contribution amount will be used for 2 complimentary seats at the Award Presentation Banquet, trophy, exposure on newspaper/magazine and social media promotion arranged by the Organizers, right to use the Official logo by awardees (details will be given by the Organizers via email after the submission of nomination form)'] = ''; $lang['Declaration'] = ''; $lang['I hereby certify that all the facts in this nomination form and supporting documents are true and accurate. I declare that I agree to the selection rules of "GBA Outstanding Women Entrepreneur Awards 2018", and accept the decision of the Panel of Judges as the final decision.'] = ''; $lang['Personal Particulars of Nominator'] = ''; $lang['Delete previous record'] = ''; $lang['Add record'] = ''; $lang['Register'] = ''; $lang['Sign up'] = ''; $lang['Email'] = ''; $lang['Forgot password?'] = ''; $lang['Confirm password'] = ''; $lang['Captcha code'] = ''; $lang['Judge Logout'] = ''; $lang['Reference no'] = ''; $lang['Point'] = ''; $lang['Inactive'] = ''; $lang['Total'] = ''; $lang['Count'] = ''; $lang['Account'] = ''; $lang['Logout'] = ''; $lang['Application Fom'] = ''; $lang['Upload File'] = ''; $lang['Download'] = ''; $lang['Format: jpg, png, pdf | Size: 5MB'] = ''; $lang['Loading...'] = ''; $lang['Upload'] = ''; $lang['Please upload file.'] = ''; $lang['Please enter title.'] = ''; $lang['File size should lower than 5 MB.'] = ''; $lang['New Application'] = ''; $lang['Application File'] = ''; $lang['Introduction'] = ''; $lang['GUIDELINES'] = ''; $lang['Awards will be judged by a judging committee based on nominations received.'] = ''; $lang['The awards will be given on an industry categories.'] = ''; $lang['The awards is for companies in headquartered in Hong Kong and projects which have significantly enhanced the company’s business in Hong Kong. '] = ''; $lang['Companies can nominate for as many projects for one industry category as desired.'] = ''; $lang['ELIGIBILITY'] = ''; $lang['The firm must be a homegrown Hong Kong company.'] = ''; $lang['The project was launched, in part or full, over the last 24 calendar months'] = ''; $lang['The project was launched prior to 24 calendar months and had recent innovations to improve the product/service/project.'] = ''; $lang['COST'] = ''; $lang['Nomination is free.'] = ''; $lang['If your company wins, you are obliged to attend the event and book any of the winners package options for the Awards Ceremony. '] = ''; $lang['KEY DATES'] = ''; $lang['Deadline for submission of entries: 29 June 2018, Friday'] = ''; $lang['Awards dinner: 6 September 2018, Thursday'] = ''; $lang['ONLINE NOMINATION'] = ''; $lang['Step 1: Login / Register account.'] = ''; $lang['Step 2: (New Registration) Check registered email account and complete email verification.'] = ''; $lang['Step 3: Create Nomination - Enter nominee and nominator email.'] = ''; $lang['Step 4: Fill nomination form (nominee fills nominee’ part, nominator fills nominator’ part.)'] = ''; $lang['Step 5: Upload files.'] = ''; $lang['Step 6: Submit nomination form.'] = ''; $lang['Next'] = ''; $lang['Your account or password is incorrect, or should verify email first'] = ''; $lang['should contain at least 8 characters, at least 1 upper letter, at least 1 lower letter and at least 1 number.'] = ''; $lang['Forget Password'] = ''; $lang['There is no account registered for this email address.'] = ''; $lang['Cannot send duplicate email within 1 hour'] = ''; $lang['Reset password'] = ''; $lang['Please reset password by clicking the link below'] = ''; $lang['Reset Password'] = ''; $lang[' not matches'] = ''; $lang[' must be an integer'] = ''; $lang[' must be a number'] = ''; $lang['GBA Outstanding Women Entrepreneur Awards'] = ''; $lang['A mail has been sent.'] = ''; $lang['A email has been sent.'] = ''; $lang['Please check email'] = ''; $lang['Password have been updated'] = ''; $lang['Token is not available'] = ''; $lang['Your account or password is incorrect, or should verify email first.'] = ''; $lang['Provide narrative content below covering five topics. Then judging panel will evaluate the nominee according to submitted material relevant to personal and/or enterprise of the nominee.'] = ''; $lang['Reference No.'] = ''; $lang['Change Nominee or Nominator Email'] = ''; $lang['Upload Files'] = ''; $lang['Please enter nominee and nominator email. If you are not nominee or nominator, system will send email and login information to those email account to do online nomination.'] = ''; $lang['nominee'] = ''; $lang['You are nominee, please check detail by clicking the link below'] = ''; $lang['Check detail'] = ''; $lang['nominee of GBA'] = ''; $lang['nominator'] = ''; $lang['You are nominator, please confirm your account by clicking the link below'] = ''; $lang['Confirm Email'] = ''; $lang['nominator of GBA'] = ''; $lang['You are nominator, please check detail by clicking the link below'] = ''; $lang['Application Crated. Reference No.: '] = ''; $lang['An account using this email address has already been registered.'] = ''; $lang['Register Email'] = ''; $lang['Format: jpg, png, gif, tif, doc, ppt, pdf | Size: 5MB'] = ''; $lang['Upload Successfully.'] = ''; $lang['format is invalid.'] = ''; $lang['Format: jpg, png, gif, tif, doc, docx, ppt, pptx, pdf | Size: 5MB'] = ''; $lang['Assistant Chinese Name'] = ''; $lang['Assistant English Name'] = '';
$lang[' decline to * accept the award and attend the award and attend the Award Presentation Banquet to be held on 4 December, 2018 (have to contribute HK$30,000 for banquet), and participating in Organizers' relevant promotion activities. *If you want to decline the offer, please put ✔ in the box'] = ''; $lang['The awards is for companies in headquartered in Hong Kong and projects which have significantly enhanced the company's business in Hong Kong. '] = ''; $lang['Step 4: Fill nomination form (nominee fills nominee's part, nominator fills nominator's part.)'] = ''; $lang['Password should contain at least 8 characters, at least 1 upper letter, at least 1 lower letter and at least 1 number.'] = ''; $lang['Login Fail. Please try again.'] = ''; $lang['If "approve" this application, [Nominee submitted] and [Nominator submitted] must be "Yes"'] = ''; $lang['create'] = ''; $lang['Access Denied!'] = ''; $lang['You do not allow the access this resource.'] = ''; $lang['Deleted successfully'] = ''; $lang['Super Admin Account'] = ''; $lang['Admin Account'] = ''; $lang['User Account'] = ''; $lang['Create Successfully.'] = ''; $lang['Please check email to verify registration'] = ''; $lang['申請'] = ''; $lang['評審'] = ''; $lang['組別'] = ''; $lang['評分'] = ''; $lang['系統用戶'] = ''; $lang['View'] = ''; $lang['Create successfully'] = ''; $lang['Member'] = ''; $lang['if update [Group], all of related scoring records will be delted'] = ''; $lang['if update [Condition], all of related scoring records will be delted'] = ''; $lang['Export'] = ''; $lang['Exp1ort'] = ''; $lang['Nominee Chinese Name'] = ''; $lang['Nominee English Name'] = ''; $lang['Nominator Chinese Name'] = ''; $lang['Nominator English Name'] = ''; $lang['Done'] = ''; $lang['From'] = ''; $lang['To'] = ''; $lang['export'] = ''; $lang['Exporting...'] = ''; $lang['Plase enter validated '] = ''; $lang['date'] = ''; $lang['Delete successfully'] = ''; $lang['Notification email'] = ''; $lang['Just registered "GBA Outstanding Women Entrepreneur Awards"'] = ''; $lang['reference number is'] = ''; $lang['Please click on the link below to fill out the form.'] = ''; $lang['Application Created. Reference No.:'] = ''; $lang['Online nomination'] = ''; $lang['Nomination Deadline'] = ''; $lang['August 9, 2019, Friday'] = ''; $lang['Important Notice'] = ''; $lang['Auto email confirmation will be received once nomination form is submitted within the day. '] = ''; $lang['Nominee will be requested to provide the entrant information and supporting documents when the nomination is received.'] = ''; $lang['The Organisers reserve the rights to amend any selection rules and criteria as deemed necessary. In case of any conflicts between the Chinese & English versions, the Chinese version shall prevail. '] = ''; $lang['Nominee Form'] = ''; $lang['Nominator Form'] = ''; $lang['I agree that the Organizers may obtain publicly available information through any means (including but not limited to information available on social media, and / or the internet) as to confirm or addition to this nomination; and agree the Organizers submit the collected information together with the nomination form and supporting documents to the Panel of Judges for evaluation purpose.'] = ''; $lang['If I am the winner of this Women Entrepreneur Award, I agree to further provide more detailed information as requested by the Organizers and hereby authorize the Organizers to use, edit, publicize, copy and reproduce my name and other relevant information of mine, including but not limited to picture, portrait, photograph, film, videotape, or recordings of my voice for marketing and promotional purposes, such as production of printing materials, media publications or broadcast.'] = ''; $lang[' decline to* accept the award and attend the Award Presentation Ceremony to be held on 1 November, 2019 (have to contribute HK$38,000 for the banquet and project-related production cost), and participating in Organizers’ relevant promotion activities. *If you want to decline the offer, please select ☐ in the box '] = ''; $lang['The contribution amount will be used for 4 complimentary seats at the Award Presentation Banquet (including the winner and the nominator), trophy, awardee’s interview on radio progarmme, an article coverage of awardee in Award Presentation booklet, exposure on newspaper / magazine and social media promotion arranged by the Organizers, right to use the Official Logo by awardees. (Details will be given by the Organizers via email while result announcement)'] = ''; $lang['I hereby certify that all the facts in this submission form and supporting documents are true and accurate. I declare that I agree to the selection rules of “GBA Outstanding Women Entrepreneur Awards 2019”, and accept the decision of the Panel of Judges as the final decision.'] = ''; $lang['RESULT'] = ''; $lang['HIGHLIGHT'] = ''; $lang['GBA Outstanding Women Entrepreneur Awards 2018 Result Photos'] = ''; $lang['AWARDS'] = ''; $lang['GBA Outstanding Women Entrepreneur Award'] = ''; $lang['GBA Outstanding Women Entrepreneur Award in Family Business'] = ''; $lang['GBA Outstanding Young Women Entrepreneur Award'] = ''; $lang['Awards'] = ''; $lang['Nomination'] = ''; $lang['Judging'] = ''; $lang['Judging Process & Criteria'] = ''; $lang['Judging Panel'] = ''; $lang['Structure'] = ''; $lang['Organizers'] = ''; $lang['Sponsors and Supporting Organizations'] = ''; $lang['Result'] = ''; $lang['Award Results'] = ''; $lang['Photos'] = ''; $lang['Press'] = ''; $lang['Contacts'] = ''; $lang['GBA Outstanding Women Entrepreneur Awards {%year%} Result Photos'] = ''; $lang['GBA Outstanding Women Entrepreneur Awards {%year%}'] = ''; $lang['{%year%} GBA Outstanding Women Entrepreneur Award'] = ''; $lang['{%year%} GBA Outstanding Women Entrepreneur Award in Family Business'] = ''; $lang['{%year%} GBA Outstanding Young Women Entrepreneur Award'] = ''; $lang['{%year%} Award Results'] = ''; $lang['More'] = ''; $lang['Sponsors / Supporting Organizations'] = ''; $lang['Mission'] = ''; $lang['Hong Kong Small and Medium Enterprises Association jointly organize with FM 104 Metro Finance to host the first-ever “The Greater Bay Area Outstanding Women Entrepreneur Awards 2018” to recognize women entrepreneurs with distinguished achievements and contributions for the development of the Guangdong-Hong Kong-Macau The Greater Bay Area (GBA).<br>To encourage and sustain the feminist entrepreneurial spirit with the goals of growing economy and community of Hong Kong and the Greater Bay Area is the core value of the Awards.'] = ''; $lang['Objectives'] = ''; $lang['Hong Kong Small and Medium Enterprises Association jointly organize with FM 104 Metro Finance to host the first-ever “The Greater Bay Area Outstanding Women Entrepreneur Awards 2018” to recognize women entrepreneurs with distinguished achievements and contributions for the development of the Guangdong-Hong Kong-Macau The Greater Bay Area (GBA).<br><br>To encourage and sustain the feminist entrepreneurial spirit with the goals of growing economy and community of Hong Kong and the Greater Bay Area is the core value of the Awards.'] = ''; $lang['Acknowledge the achievement and contribution of women’s business elites in the industry and society in the Guangdong-Hong Kong-Macau The Greater Bay Area (GBA)'] = ''; $lang['Boost the synergy effect via the exchange of elites from diverse industries and enterprises'] = ''; $lang['Inspire and encourage the younger generation through the life experience of the women elites'] = ''; $lang['Pave the way for creating more business legends in the future'] = ''; $lang['Videos'] = ''; $lang['VIDEOS'] = ''; $lang['EVENTS CALENDAR'] = ''; $lang['Application / Nomination'] = ''; $lang['Press Conference'] = ''; $lang['Judging Period'] = ''; $lang['Result Announcement'] = ''; $lang['Award Ceremony & Banquet'] = ''; $lang['Post-event promotion'] = ''; $lang['Co-Host'] = ''; $lang['Principal Sponsor'] = ''; $lang['Co-organizers'] = ''; $lang['Fully Support'] = ''; $lang['IT Sponsor'] = ''; $lang['Media Sponsor'] = ''; $lang['judging'] = ''; $lang['Eligibility of '] = ''; $lang['The candidate must be a current corporate executive or senior management with leading position in the company for more than 3 years'] = ''; $lang['The candidate has to have at least one or more nominators who are social elite, corporate executive or senior management of companies'] = ''; $lang['For the entry of “GBA Outstanding Young Women Entrepreneur Award” , age of candidate must below 45 (i.e. Born on or after 10 Aug 1974)'] = ''; $lang['For the entry of “GBA Outstanding Women Entrepreneur Award in Family Business”, if the candidate’s present company must be a family-owned and multigenerations inhertance business where the family members hold more than 20% equity'] = ''; $lang['Members from the judging panel of the event, the organizers and their employees and their family members are not eligible to participate the GBA Outstanding Women Entrepreneur Awards 2019.'] = ''; $lang['Eligibility of Nominee'] = ''; $lang['Eligibility of Nominator'] = ''; $lang['The nominator must be age of 21 or above, representing or former senior management in business communities / public sector / private corporation, or renowned social elites.'] = ''; $lang['Each nominator can nominate more than one candidate (self-nomination will '] = ''; $lang[' decline to* accept the award and attend the Award Presentation Ceremony to be held on 1 November, 2019 with contribution of HK$38,000 for the banquet and project-related production cost, and participating in Organizers’ relevant promotion activities.*If you want to decline the offer, please select ✓ in the box ☐'] = ''; $lang[' decline to* accept the award and attend the Award Presentation Ceremony to be held on 1 November, 2019 with contribution of HK$38,000 for the banquet and project-related production cost, and participating in Organizers’ relevant promotion activities.*If you want to decline the offer, please select ✓ in the box '] = ''; $lang[' decline to* accept the award and attend the Award Presentation Ceremony to be held on 1 November, 2019 <span style="color:red">with contribution of HK$38,000 for the banquet and project-related production cost, and participating in Organizers’ relevant promotion activities</span>.*If you want to decline the offer, please select ✓ in the box ☐'] = ''; $lang['The contribution amount is consisted of 4 complimentary seats at the Award Presentation Banquet (including the winner and the nominator), trophy, awardee’s interview on radio programme, an article coverage of awardee in Award Presentation booklet, exposure on newspaper / magazine and social media promotion arranged by the Organizers, right to use the official logo by awardees. <span style="color:red">(Details will be provided by the Organizers after the result is announced)</span>'] = ''; $lang['Family business means multigenerations inheritance and where the family members hold more than 20% equity'] = ''; $lang['Assistant Contact No.'] = ''; $lang['Position(s) held / Year'] = ''; $lang['Office Tel./ Mobile No.'] = ''; $lang['Name of Present Company'] = ''; $lang['Chinese Name'] = ''; $lang['English Name'] = ''; $lang['No submission fee is required for the GBA Women Entrepreneur Award 2019.'] = ''; $lang['If you are the winner of the GBA Women Entrepreneur Award 2019, you are obliged to attend the event and book a winner package for the Award Ceremony and post-event promotion.<span style="color:red">(Details will be provided by the Organizers after the result is announced)</span>'] = ''; $lang['Please fill out the submission form and submitted with the supporting documents. You will be receiving an auto email confirmation of your submission within the day.'] = ''; $lang['Upon receiving your submission, the organizer will contact the nominator for endorsement.'] = ''; $lang['All submitted personal informations, supporting documents and/or materials shall not be returned and shall be destroyed within 6 months after the completion of the events.'] = ''; $lang['The organisers reserve the rights to amend any selection rules and criteria as deemed necessary. In case of any conflicts between the Chinese & English versions, the Chinese version shall prevail.'] = ''; $lang['Enquiries'] = ''; $lang['Tel'] = ''; $lang['Website'] = ''; $lang['Introduction of the Online {%membership%} Form'] = ''; $lang['Eligibility of {%membership%}'] = ''; $lang['Online {%membership%} Form Introduction'] = ''; $lang['Online {%membership%} Form'] = ''; $lang['Introduction Online Candidate Form'] = ''; $lang['Introduction Online Nominate Form'] = ''; $lang['Your submission has been received via online system. Thank you so much for your participation in GBA Outstanding Women Entrepreneur Awards 2019.<br><br>The nominator will soon be reached by email to ask for confirmation reply before the deadline.'] = ''; $lang['To : {%name%}'] = ''; $lang['We are glad to inform you that Ms {%creator_name%} would like to participate in GBA Outstanding Women Entrepreneur Awards 2019, and invite you to be the nominator.<br><br>Please click the link below to read the Awards details, then fill out the nomination form and submit by no later than Aug 9, 2019.'] = ''; $lang['Submitted Application. Reference No.:'] = ''; $lang['We are glad to inform you that Mr / Ms {%creator_name%} would like to nominate you for the GBA Outstanding Women Entrepreneur Awards 2019.<br><br>Please click the link below to read the Awards details and fill out the submission form, then submit together with supporting files by no later than Aug 15, 2019.'] = ''; $lang['Your nomination has been received via online system. Thank you so much for your support to GBA Outstanding Women Entrepreneur Awards 2019.<br><br>The nominee will soon be reached by email to ask for providing entrant information and supporting documents before the deadline'] = ''; $lang['To : <u>{%name%}</u>'] = ''; $lang['We are glad to inform you that Mr / Ms <u>{%creator_name%}</u> would like to nominate you for the GBA Outstanding Women Entrepreneur Awards 2019.<br><br>Please click the link below to read the Awards details and fill out the submission form, then submit together with supporting files by no later than Aug 15, 2019.'] = ''; $lang['We are glad to inform you that Ms <u>{%creator_name%}</u> would like to participate in GBA Outstanding Women Entrepreneur Awards 2019, and invite you to be the nominator.<br><br>Please click the link below to read the Awards details, then fill out the nomination form and submit by no later than Aug 9, 2019.'] = ''; $lang['Award'] = ''; $lang['Online Candidate Form'] = ''; $lang['Online Nominate Form'] = ''; $lang['Eligibility of Enrollment'] = ''; $lang['A current Corporate Executive / a Chairman / a General Manager who has led the company for more than 3 years'] = ''; $lang['Has minimum 1 nominator / advisor from either senior management of enterprise or social leader'] = ''; $lang['Age below 45 (i.e. Born on or after 1 October 1973) '] = ''; $lang['How to Enter'] = ''; $lang['Applicants need to complete the submission / nomination forms (with both the countersigns of nominator and nominee), then mail or email the filled form on or before 30 Sept., 2018 (according to the postal date for submission by mail) '] = ''; $lang['Delete Successfully.'] = ''; $lang['Some files have not been uploaded yet'] = ''; $lang['Online Nomination Form'] = ''; $lang['Introduction Online Nomination Form'] = ''; $lang['Introduction Online Submission Form'] = ''; $lang['Submission Form'] = ''; $lang['Nomination Form'] = ''; $lang['Deadline - Auguest 9, 2019, Friday'] = ''; $lang['Online Submission Form'] = ''; $lang['Press conference'] = ''; $lang['Official Sponsor'] = ''; $lang['GBA Outstanding Young Women Entrepreneur Award Form'] = ''; $lang['GBA Outstanding Women Entrepreneur Award Form'] = ''; $lang['The nominator must be age of 21 or above, representing or former senior management in business communities / public sector / private corporation, or social elites.'] = ''; $lang['Each nominator can nominate more than one candidate (self-nomination will not be accepted)'] = ''; $lang['The candidate’s present company must be a family-owned and multi-generations inheritance business where the family members hold more than 20% equity'] = ''; $lang['Age of candidate must below 45 (i.e. Born on or after 10 Aug 1974)'] = ''; $lang['The candidate's present company must be a family-owned and multi-generations inheritance business where the family members hold more than 20% equity'] = ''; $lang['To enter a submission, please click the link of <span style="color:red">Submission Form<span> below, then fill out the required information and submit your entry and supporting document. Your nominator will then be contacted for endorsement.'] = ''; $lang['To enter a submission, please click the link of <span style="color:red">Submission Form</span> below, then fill out the required information and submit your entry and supporting document. Your nominator will then be contacted for endorsement.'] = ''; $lang['To nominate an individual, please click the link of <span style="color:red">Nomination Form</span> below, then fill out the entrant details field and submit. The nominee will then be contacted and invited to put forward a submission. (Note: Each nomination form is valid for 1 entry only. If you are nominating several candidates, please enter each entry separately.)'] = ''; $lang['Nomination deadline'] = ''; $lang['August 9, 2019 (Friday)'] = ''; $lang['Judging process criteria'] = ''; $lang['Judging Process'] = ''; $lang['All the application /nomination submitted for the Awards will be verified and screened by a working committee.'] = ''; $lang['The appointed judging panel will according the stipulated criteria to conduct independent assessment of shortlisted candidates that has been prepared by the working committee, final choices of winners will be made in each category.'] = ''; $lang['The Organizers will notify the Winners of the result by email and phone on September 5, 2019.'] = ''; $lang['The winners will be invited to attend the awards ceremony and dinner on 1st November, 2019 (6:00pm – 10:00pm) at HK Convention & Exhibition Centre.'] = ''; $lang['Judging Criteria'] = ''; $lang['Based on 5 major spheres'] = ''; $lang['Nominee's enterprise is at the satisfactory operation condition and sustainable development'] = ''; $lang['Nominee has a pioneer role in the industry'] = ''; $lang['Nominee's own strength is beneficial to the development, social and talent training for the Greater Bay Area'] = ''; $lang['Nominee has actively participated in social welfare and charity activities'] = ''; $lang['Nominee's integrity and sincerity in daily performance'] = ''; $lang['Ordering list by Surname'] = ''; $lang['Established in 1996, Hong Kong Small and Medium Enterprises Association (HKSME) has been striving to unite industries, create a favorable business environment for industries and enhance the competitiveness of small and medium-sized enterprises. Highly emphasizing the importance of the commerce and trade developments, HKSME endeavors to be a communication bridge between the government, the business community and the political sector to support the HKSAR Government to promote economic development and improve people's livelihood.'] = ''; $lang['Metro Broadcast Corporation Limited currently operates 3 channels namely Metro Finance, Metro Info and Metro Plus, simultaneously providing AM and FM services. The 3 channels offer listeners updates on global finance, music, entertainment, lifestyle, multi-cultural exchange etc.'] = ''; $lang['Metro Finance is the first 24-hour Cantonese finance radio channel in the world. Its goal is to provide the audience in Hong Kong and other parts of the world with accurate, real-time and market-moving news and important information of global financial markets. Being a breakthrough in the local radio industry, Metro Finance provides the simulcast programmes with Radio Guangdong, Shanghai Media Group and Shenzhen News Radio 89.8, to report up-to-date information of the financial markets.'] = ''; $lang['Organizing Committee'] = ''; $lang['Co - Chairman'] = ''; $lang['Ms. Pam Mak, Mr. M. H. Sung'] = ''; $lang['Co – Vice Chairman'] = ''; $lang['Ms. Pienna Ip, Mr. Anthony Leung'] = ''; $lang['Chief Executive Secretary'] = ''; $lang['Ms. Janet Yeung, Ms. Letty Ma'] = ''; $lang['Treasurer'] = ''; $lang['Ms. Catherine Chan, Mr. Alfred Chan'] = ''; $lang['Project Director'] = ''; $lang['Michelle Ngai'] = ''; $lang['IT Director'] = ''; $lang['Mr. Man Fok'] = ''; $lang['Media Sponso'] = ''; $lang['2018 Award Results'] = ''; $lang['GBA Outstanding Women Entrepreneur Award - Supreme Honorable Winner {%year%}'] = ''; $lang['GBA Outstanding Women Entrepreneur Award - Winners {%year%}'] = ''; $lang['GBA Outstanding Women Entrepreneur Award in Family Business - Winners {%year%}'] = ''; $lang['GBA Outstanding Young Women Entrepreneur Award - Winners {%year%}'] = ''; $lang['Awardee introduction'] = ''; $lang['Winner introduction'] = ''; $lang['Pansy Ho Chiu-king'] = ''; $lang['Shun Tak Holdings Limited'] = ''; $lang['Group Executive Chairman and Managing Director'] = ''; $lang['Chow Yuen Mei'] = ''; $lang['Sea Horse (HK) Limited'] = ''; $lang['Director & CEO'] = ''; $lang['Winning testimonial'] = ''; $lang['Testimonial'] = ''; $lang['Juliana Lam'] = ''; $lang['Man Lai Hung, Wendy'] = ''; $lang['Maggie Kwok'] = ''; $lang['Mingli Chen'] = ''; $lang['Chen Lingmei'] = ''; $lang['Leung Ho Ki, June'] = ''; $lang['Wong Bik Kwan, Bikie'] = ''; $lang['Fung Kit Yi, Kitty'] = ''; $lang['Poon Suk Han, Patty'] = ''; $lang['Tse King Ha, Grace'] = ''; $lang['Tan Guo Ying'] = ''; $lang['Yim Tsui Yuk Shan MH'] = ''; $lang['Chan Ka Yin, Karen'] = ''; $lang['Amy Chow'] = ''; $lang['Cecilia Chan'] = ''; $lang['Chui Yiu Ngan Michelle'] = ''; $lang['Wong Yan Yan, Jannie'] = ''; $lang['Yip Chi Yan'] = ''; $lang['So Yau Mei, May'] = ''; $lang['Wong Wing Yee, Carlotta'] = ''; $lang['Sung Chun Fei, Sophia'] = ''; $lang['Yolanda Ng'] = ''; $lang['Chue Oi Yin'] = ''; $lang['Packy Lai'] = ''; $lang['Chang Chen'] = ''; $lang['Christine Fung'] = ''; $lang['Carmen Ho'] = ''; $lang['Stephanie Law'] = ''; $lang['Julius Industries Ltd'] = ''; $lang['Managing Director'] = ''; $lang['Clifford Group'] = ''; $lang['Vice Chairman'] = ''; $lang['Spa Collection'] = ''; $lang['Founder & Chairman'] = ''; $lang['Enesoon Holding Group Company'] = ''; $lang['Chairman of the board'] = ''; $lang['Shenzhen EEFA Fashion Co. Ltd'] = ''; $lang['Chairman'] = ''; $lang['BExcellent Group Holdings Limited'] = ''; $lang['Grand Brilliance Group Holdings Ltd.'] = ''; $lang['Chairman, CEO & Executive Director'] = ''; $lang['Dah Chong Hong Holdings Ltd'] = ''; $lang['Executive Director and Group Chief Financial Officer'] = ''; $lang['Lundbeck HK Limited'] = ''; $lang['Country Manager'] = ''; $lang['I Dance Enterprise Limited'] = ''; $lang['Zhao Qing Hua Feng Electronic Aluminium Foil Co., Ltd.'] = ''; $lang['S.A.S Electric Company Limited'] = ''; $lang['Director'] = ''; $lang['German Pool (Hong Kong) Limited'] = ''; $lang['Executive Director'] = ''; $lang['Gordon C & Co Ltd'] = ''; $lang['Vice President'] = ''; $lang['White Pan and Wok Co. Ltd.'] = ''; $lang['South Asia Real Estate Holding Co. Ltd'] = ''; $lang['New Fair International Investment Limited'] = ''; $lang['Tsoi Man Sze, Mence'] = ''; $lang['Mence Skin Care & Body Toning Authority'] = ''; $lang['Leadsky International Ent. Ltd'] = ''; $lang['Founder'] = ''; $lang['Designlink Jewellery (mfg.) Ltd'] = ''; $lang['Jewelery Creative Director'] = ''; $lang['Wong Lan Sze, Nancy'] = ''; $lang['Luk Fook Holdings Co Ltd.'] = ''; $lang['Deputy CEO'] = ''; $lang['Wong Man Kit, Vivian'] = ''; $lang['Ambree International Ltd.'] = ''; $lang['Lexington Limited'] = ''; $lang['Co-founder / Managing Director'] = ''; $lang['Achiever Technology Limited'] = ''; $lang['KING'S Rhythmic Gymnastics Ballet Academy of Hong Kong'] = ''; $lang['Founder & Principal'] = ''; $lang['Soul Marketing Group Limited'] = ''; $lang['Art House Oriental Company Limited'] = ''; $lang['Contemporary Calligraphy Artist'] = ''; $lang['Chinese Essence Medical Group Ltd.'] = ''; $lang['Founder & CEO'] = ''; $lang['Wide Grand International Development Ltd'] = ''; $lang['Founder & Director'] = ''; $lang['AUSupreme International Holdings Limited'] = ''; $lang['Culture Homes'] = ''; $lang['GBA-OWEA Award Ceremony 2018 – Cocktail'] = ''; $lang['GBA-OWEA Award Ceremony 2018 – Award Presentation'] = ''; $lang['GBA-OWEA Award Ceremony 2018 – Banquet'] = ''; $lang['Creator'] = ''; $lang['Confirm?'] = ''; $lang['Email have been sent'] = ''; $lang['The candidate must be a current corporate executive or senior management with leading position in the company for more than 3 years.'] = ''; $lang['The candidate has to have at least one or more nominators who are social elite, corporate executive or senior management of companies.'] = ''; $lang['For the entry of “GBA Outstanding Women Entrepreneur Award in Family Business”, if the candidate’s present company must be a family-owned and multigenerations inheritance business where the family members hold more than 20% equity'] = ''; $lang['Auto email confirmation will be received once nomination form is submitted within the day.'] = ''; $lang['The Organizers reserve the rights to amend any selection rules and criteria as deemed necessary. In case of any conflicts between the Chinese & English versions, the Chinese version shall prevail.'] = ''; $lang['Introduction of Online Submission Form'] = ''; $lang['Please read the following guidelines before fill in the form.'] = ''; $lang['Position held'] = ''; $lang['Year'] = ''; $lang['Participation Year'] = ''; $lang['We are glad to inform you that Ms <u>{%creator_name%}</u> would like to participate in GBA Outstanding Women Entrepreneur Awards 2019, and invite you to be the nominator.<br><br>Please click the link below to read the Awards details, then fill out the nomination form and submit by no later than Aug 9, 2019. (or within 5 days of the date marked on this email)'] = ''; $lang['Submitted Nomination. Reference No.:'] = ''; $lang['We are glad to inform you that Mr / Ms <u>{%creator_name%}</u> would like to nominate you for the GBA Outstanding Women Entrepreneur Awards 2019.<br><br>Please click the link below to read the Awards details and fill out the submission form, then submit together with supporting files by no later than Aug 9, 2019. (or within 5 days of the date marked on this email)'] = ''; $lang['Industry Influence and Achievement'] = ''; $lang['Demonstrate how to align with GBA development to create a mutual benefit business model (including aspects of economic development, personnel empowerment, innovative technology, social connection)'] = ''; $lang['provide supporting information'] = ''; $lang['How to be a key driver of corporate social responsibility in the enterprise?'] = ''; $lang['If I am the winner of this Women Entrepreneur Award, I agree to be automatically registered as the member of HK Small and Medium Enterprises Association.'] = ''; $lang['I agree to receive information related to marketing activities provided by HK Small and Medium Enterprises Association and/or Metro Broadcast Corporation Ltd.'] = ''; $lang['Cost'] = ''; $lang['If you are the winner of the GBA Women Entrepreneur Award 2019, you are obliged to attend the event and book a winner package for the Award Ceremony and post-event promotion. (Details will be provided by the Organizers after the result is announced)'] = ''; $lang['Please fill out the submission form and submitted with the supporting documents. You will be receiving an auto email confirmation of your submission within the day.'] = ''; $lang['All submitted personal information, supporting documents and/or materials shall not be returned and shall be destroyed within 6 months after the completion of the events.'] = ''; $lang['The organizers reserve the rights to amend any selection rules and criteria as deemed necessary. In case of any conflicts between the Chinese & English versions, the Chinese version shall prevail.'] = ''; $lang['For the entry of “GBA Outstanding Women Entrepreneur Award in Family Business”, if the candidate’s present company must be a family-owned and multigenerations inheritance business where the family members hold more than 20% equity.'] = ''; $lang['Position Held'] = ''; $lang['ENQUIRY'] = ''; $lang['enquiry'] = ''; $lang['Message'] = ''; $lang['Captcha Code'] = ''; $lang['Assistant's Title'] = ''; $lang['Assistant's Email'] = ''; $lang['Assistant's Contact No.'] = ''; $lang['Assistant's Name'] = ''; $lang['Assistant's Chinese Name'] = ''; $lang['Assistant's English Name'] = ''; $lang['What year was the company established?'] = ''; $lang['Is the company publicly listed?'] = ''; $lang['Achievement in innovating new product/service, or developing new markets'] = ''; $lang['Demonstrate how to align with GBA development to create a mutual benefit business model (including aspects of Economic Development, Personnel Empowerment, Innovative Technology, and Social Connection)'] = ''; $lang['How does the nominee dedicate herself to the community?'] = ''; $lang['Details of awards and/or honors received by the nominee'] = ''; $lang['Introduction of Online Nomination Form'] = ''; $lang['Past media coverages related to the nominee'] = ''; $lang['Resend email to Nominee'] = ''; $lang['Resend email to Nominator'] = ''; $lang['Not Attend'] = ''; $lang[' Name'] = ''; $lang['Assistant's Name'] = ''; $lang['Contact Tel./ Moile No.'] = ''; $lang['Attend'] = ''; $lang['Created At'] = ''; $lang['Assistant’s Title'] = ''; $lang['Assistant’s Email'] = ''; $lang['Assistant’s Contact No.'] = ''; $lang['Remark'] = ''; $lang['Assistant’s Name'] = ''; $lang['Event Video'] = ''; $lang['Scoring summary'] = ''; $lang['Score Form'] = ''; $lang['Not Submitted'] = ''; $lang['Nominee’s Personal Info'] = ''; $lang['Nominee’s Assistant Info'] = ''; $lang['Nominee’s Company Info'] = ''; $lang['Nominator’s Personal Info'] = ''; $lang['Demonstrate how to align with GBA development to create a mutual benefit business model (including aspects of Economic Development, Youth and Talent Training, Innovative Technology, and Social Connection)'] = ''; $lang[' will* accept the award and attend the Award Presentation Ceremony to be held on 16 November, 2020 <span style="color:red">with contribution of HK$38,000 for the project-related production cost, and participating in Organizers’ relevant promotion activities</span>.*If you want to decline the offer, please delete ✓ in the box ☐'] = ''; $lang['The contribution amount is consisted of 4 complimentary seats at the Award Presentation Ceremony (including the winner and the nominator), trophy, awardee’s interview on radio programme, an article coverage of awardee in Award Presentation booklet, exposure on newspaper / magazine and social media promotion arranged by the Organizers, right to use the official logo by awardees. <span style="color:red">(Details will be provided by the Organizers after the result is announced)</span>'] = ''; $lang['I hereby certify that all the facts in this submission form and supporting documents are true and accurate. I declare that I agree to the selection rules of “GBA Outstanding Women Entrepreneur Awards 2020”, and accept the decision of the Panel of Judges as the final decision.'] = ''; $lang['香港浸會大學'] = ''; $lang['香港中華廠商聯合會'] = ''; $lang['香港工業總會'] = ''; $lang['香港總商會'] = ''; $lang['香港商業專業評審中心'] = ''; $lang['香港創新科技及製造業聯合總會'] = ''; $lang['香港星級品牌協會'] = ''; $lang['青年創新企業家協會'] = ''; $lang['國際女企業家協會'] = ''; $lang['香港大中華中小企業商會'] = ''; $lang['香港中小企經貿促進會'] = ''; $lang['香港中小企促進聯會'] = ''; $lang['香港中小企業促進發展協會'] = ''; $lang['香港中小型企業大聯盟'] = ''; $lang['中小企國際聯盟'] = ''; $lang['總裁協會'] = ''; $lang['互聯網專業協會'] = ''; $lang['內地 - 香港聯合調解中心'] = ''; $lang['亞太女企業家協會'] = ''; $lang['亞太品牌發展及加盟協會'] = ''; $lang['前海國際聯絡服務有限公司'] = ''; $lang['香港工商品牌保護陣綫'] = ''; $lang['香港工程及科技學會'] = ''; $lang['香港五金商會總會'] = ''; $lang['香港各界婦女聯合協進會'] = ''; $lang['香港汽車進出口商會'] = ''; $lang['香港和解中心'] = ''; $lang['香港物資採購與供銷學會'] = ''; $lang['香港表面處理學會'] = ''; $lang['香港表廠商會'] = ''; $lang['香港金屬製造業協會'] = ''; $lang['香港長沙商會'] = ''; $lang['香港建造業總工會'] = ''; $lang['香港美容業總會'] = ''; $lang['香港家私協會'] = ''; $lang['香港珠寶玉石廠商會'] = ''; $lang['香港貨運物流業協會'] = ''; $lang['香港註冊承建商商會'] = ''; $lang['香港塑膠機械協會'] = ''; $lang['香港經貿商會'] = ''; $lang['香港電商協會'] = ''; $lang['香港模具及產品科技協會'] = ''; $lang['香港鞋業商會'] = ''; $lang['香港鞋業總會'] = ''; $lang['香港寶石廠商會'] = ''; $lang['香港鑄造業總會'] = ''; $lang['國際美容健康總聯合會'] = ''; $lang['國際商會香港區會'] = ''; $lang['國際專業保險諮詢協會'] = ''; $lang['國際專業發展聯盟'] = ''; $lang['創二會'] = ''; $lang['潮僑工商塑膠聯合總會'] = ''; $lang['Other'] = ''; $lang['Recommended Supporting Organization (if any)'] = ''; $lang['Support Units'] = ''; $lang['Please select recommended supporting organization'] = ''; $lang['Format: jpg, png, gif, tif, doc, docx, ppt, pptx, pdf | Size: 20MB'] = ''; $lang['File size should lower than 20 MB.'] = ''; $lang['will* accept the award and attend the Award Presentation Ceremony to be held on 22 November, 2021 <span style="color:red">with contribution of HK$48,000 for the project-related production cost, and participating in Organizers’ relevant promotion activities</span>.*If you want to decline the offer, please delete ✓ in the box ☐'] = ''; $lang['The contribution amount is consisted of 4 complimentary seats at the Award Presentation Ceremony (including the winner and the nominator), trophy, awardee’s interview on radio programme, an article coverage of awardee and 1 page congratulatory ad in Award Presentation booklet, exposure on newspaper, digital platforms, social media and billboard joint promotion arranged by the Organizers, right to use the official logo by awardees. <span style="color:red">(Details will be provided by the Organizers after the result is announced)</span>'] = ''; $lang['I hereby certify that all the facts in this submission form and supporting documents are true and accurate. I declare that I agree to the selection rules of “GBA Outstanding Women Entrepreneur Awards 2021”, and accept the decision of the Panel of Judges as the final decision.'] = ''; $lang['ACQUIRED NOMINATION'] = ''; $lang['Step 1 – download the nomination form'] = ''; $lang['Step 2 – Pass the form to your nominator for filling-in and signing confirmation'] = ''; $lang['Step 3 – Upload the signed nomination form while submitting online application'] = ''; $lang['For the entry of “GBA Outstanding Young Women Entrepreneur Award” , age of candidate must below 45 (i.e. Born on or after 20 Aug 1976)'] = ''; $lang['Members from the judging panel of the event, the organizers and their employees and their family members are not eligible to participate the GBA Outstanding Women Entrepreneur Awards 2021.'] = ''; $lang['Members from the judging panel of the event and the Organizing Committee cannot take part in nomination.'] = ''; $lang['August 20, 2021, Friday'] = ''; $lang['No submission fee is required for the GBA Women Entrepreneur Award 2021.'] = ''; $lang['If you are the winner of the GBA Women Entrepreneur Award 2021, you are obliged to attend the event and sponsor a winner package for the Award Ceremony and post-event promotion. (Details will be provided by the Organizers after the result is announced)'] = ''; $lang['Awards Introduction'] = ''; $lang['Application Form'] = ''; $lang['同意參加得獎宣傳活動之機構 請填妥下列確認書:'] = ''; $lang['參加機構 / 公司資料'] = ''; $lang['聯絡人資料'] = ''; $lang['參加者請上載以下資料:'] = ''; $lang['香港股票分析師協會上市公司年度大獎{%year%}'] = ''; $lang['2021年度上市公司年度大獎'] = ''; $lang['報名表格'] = '';
|