No regular expressions were active.
1 |
|
--
|
|
|
2 |
|
-- Databas
e: v 6.0
|
|
|
3 |
|
--
|
|
|
4 |
|
|
|
|
5 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
6 |
|
|
|
|
7 |
|
SET NAMES
'utf8';
|
|
|
8 |
|
DROP TABLE
IF EXISTS
`AccountC
ompose`, `
AdminLinks
`, `AdminM
enu`, `Adm
inMenuCate
g`, `Admin
s`, `aff`,
`aff_bann
ers`, `aff
_members`,
`Articles
`, `Articl
esCategory
`, `Banner
s`, `Banne
rsClicks`,
`BannersS
hows`, `Bl
ockList`,
`BlogCateg
ories`, `B
logPostCom
ments`, `B
logPosts`,
`Blogs`,
`BoughtCon
tacts`, `C
lassifieds
`, `Classi
fiedsAdver
tisements`
, `Classif
iedsAdvert
isementsMe
dia`, `Cla
ssifiedsSu
bs`, `ClsA
dvComments
`, `ClsAdv
Compose`,
`ColorBase
`, `Contac
tDiscounts
`, `Countr
ies`, `Dai
lyQuotes`,
`FriendLi
st`, `Gall
eryAlbums`
, `Gallery
Objects`,
`GlParams`
, `GlParam
sKateg`, `
gmusic_rat
ing`, `gmu
sic_voting
_track`, `
gphoto_rat
ing`, `gph
oto_voting
_track`, `
Groups`, `
GroupsCate
g`, `Group
sGallery`,
`GroupsMe
mbers`, `g
rp_forum`,
`grp_foru
m_cat`, `g
rp_forum_f
lag`, `grp
_forum_pos
t`, `grp_f
orum_repor
t`, `grp_f
orum_topic
`, `grp_fo
rum_user`,
`grp_foru
m_user_act
ivity`, `g
rp_forum_u
ser_stat`,
`grp_foru
m_vote`, `
Guestbook`
, `gvideo_
rating`, `
gvideo_vot
ing_track`
, `HotList
`, `IMessa
ges`, `Ind
exCompose`
, `Links`,
`Localiza
tionCatego
ries`, `Lo
calization
Keys`, `Lo
calization
Languages`
, `Localiz
ationStrin
gParams`,
`Localizat
ionStrings
`, `media`
, `media_r
ating`, `m
edia_votin
g_track`,
`MemAction
s`, `MemAc
tionsTrack
`, `Member
Menu`, `me
mbers_as_a
ff`, `MemC
redits`, `
MemLevelAc
tions`, `M
emLevelPri
ces`, `Mem
Levels`, `
Messages`,
`moderato
rs`, `Modu
les`, `New
s`, `Notif
yEmails`,
`NotifyMsg
s`, `Notif
yQueue`, `
PaymentPar
ameters`,
`PaymentPr
oviders`,
`PaymentSu
bscription
s`, `polls
_a`, `poll
s_q`, `pre
_forum`, `
pre_forum_
cat`, `pre
_forum_fla
g`, `pre_f
orum_post`
, `pre_for
um_report`
, `pre_for
um_topic`,
`pre_foru
m_user`, `
pre_forum_
user_activ
ity`, `pre
_forum_use
r_stat`, `
pre_forum_
vote`, `Pr
ivPhotosRe
quests`, `
ProfileCom
pose`, `Pr
ofileMemLe
vels`, `Pr
ofiles`, `
ProfilesCo
mments`, `
ProfilesDe
sc`, `Prof
ilesPolls`
, `Profile
sRelations
`, `Profil
esSettings
`, `Profil
esTrack`,
`profile_r
ating`, `p
rofile_vot
ing_track`
, `RayBoar
dBoards`,
`RayChatCu
rrentUsers
`, `RayCha
tMessages`
, `RayChat
Profiles`,
`RayChatR
ooms`, `Ra
yGlobalTra
ckUsers`,
`RayImCont
acts`, `Ra
yImMessage
s`, `RayIm
Pendings`,
`RayImPro
files`, `R
ayMovieFil
es`, `RayM
oviePlayLi
sts`, `Ray
Mp3Categor
ies`, `Ray
Mp3Files`,
`RayMp3Pl
ayLists`,
`RayMusicC
ategories`
, `RayMusi
cFiles`, `
RayMusicPl
ayLists`,
`RayShoutb
oxMessages
`, `RayVid
eoStats`,
`SDatingEv
ents`, `SD
atingMatch
es`, `SDat
ingPartici
pants`, `s
hareMusicC
omments`,
`shareMusi
cCompose`,
`shareMus
icFavorite
s`, `share
PhotoComme
nts`, `sha
rePhotoCom
pose`, `sh
arePhotoFa
vorites`,
`sharePhot
oFiles`, `
shareVideo
Comments`,
`shareVid
eoCompose`
, `shareVi
deoFavorit
es`, `shou
tbox`, `sm
iles`, `St
ories`, `T
ags`, `Top
Menu`, `Tr
ansactions
`, `VKisse
s`, `Votes
`, `VotesP
hotos`, `Z
IPCodes`;
|
|
|
9 |
|
ALTER DATA
BASE DEFAU
LT CHARACT
ER SET 'ut
f8' COLLAT
E 'utf8_un
icode_ci';
|
|
|
10 |
|
|
|
|
11 |
|
--
|
|
|
12 |
|
-- Table s
tructure f
or table `
AccountCom
pose`
|
|
|
13 |
|
--
|
|
|
14 |
|
|
|
|
15 |
|
CREATE TAB
LE `Accoun
tCompose`
(
|
|
|
16 |
|
`ID` int
(8) unsign
ed NOT NUL
L auto_inc
rement,
|
|
|
17 |
|
`Title`
varchar(25
5) NOT NUL
L default
'',
|
|
|
18 |
|
`Div` va
rchar(255)
NOT NULL
default ''
,
|
|
|
19 |
|
`Caption
` varchar(
255) NOT N
ULL defaul
t '',
|
|
|
20 |
|
`Desc` v
archar(255
) NOT NULL
default '
',
|
|
|
21 |
|
`Func` v
archar(40)
NOT NULL
default ''
,
|
|
|
22 |
|
`Content
` text NOT
NULL,
|
|
|
23 |
|
`Visible
` set('non
','memb')
NOT NULL d
efault '',
|
|
|
24 |
|
`Column`
int(11) N
OT NULL de
fault '0',
|
|
|
25 |
|
`Order`
int(11) NO
T NULL def
ault '0',
|
|
|
26 |
|
PRIMARY
KEY (`ID`
)
|
|
|
27 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
28 |
|
|
|
|
29 |
|
--
|
|
|
30 |
|
-- Dumping
data for
table `Acc
ountCompos
e`
|
|
|
31 |
|
--
|
|
|
32 |
|
|
|
|
33 |
|
INSERT INT
O `Account
Compose` V
ALUES (1,
'My Photos
', 'my_pho
tos', '_My
Photos',
'', 'MyPho
tos', '',
'', 1, 0);
|
|
|
34 |
|
INSERT INT
O `Account
Compose` V
ALUES (2,
'Site Stat
s', 'membe
r_stat', '
_Site Stat
s', '', 'M
embersStat
s', '', ''
, 1, 1);
|
|
|
35 |
|
INSERT INT
O `Account
Compose` V
ALUES (3,
'Member In
fo', 'memb
er_info',
'_member i
nfo', '',
'MemberInf
o', '', ''
, 2, 0);
|
|
|
36 |
|
INSERT INT
O `Account
Compose` V
ALUES (4,
'Contacts'
, 'contact
s', '_cont
acts', '',
'Contacts
', '', '',
2, 1);
|
|
|
37 |
|
INSERT INT
O `Account
Compose` V
ALUES (5,
'Latest Ne
ws', 'late
st_news',
'_latest n
ews', '',
'News', ''
, '', 2, 2
);
|
|
|
38 |
|
INSERT INT
O `Account
Compose` V
ALUES (6,
'RSS Feed'
, '', '_Bo
onEx News'
, '', 'RSS
', 'http:/
/www.boone
x.com/unit
y/blog/fea
tured_post
s/?rss=1#4
', 'non,me
mb', 0, 0)
;
|
|
|
39 |
|
INSERT INT
O `Account
Compose` V
ALUES (7,
'Classifie
ds', '', '
_Classifie
ds', 'Clas
sifieds',
'Classifie
ds', '', '
non,memb',
1, 2);
|
|
|
40 |
|
INSERT INT
O `Account
Compose` V
ALUES (8,
'Events',
'', '_Even
ts', 'Even
ts', 'Even
ts', '', '
non,memb',
1, 3);
|
|
|
41 |
|
INSERT INT
O `Account
Compose` V
ALUES (9,
'Groups',
'', '_Grou
ps', 'Grou
ps', 'Grou
ps', '', '
non,memb',
1, 4);
|
|
|
42 |
|
INSERT INT
O `Account
Compose` V
ALUES (10,
'Forum RS
S Feed', '
', '_Forum
Posts', '
', 'RSS',
'{SiteUrl}
orca/?acti
on=rss_use
r&user={Ni
ckName}#4'
, 'non,mem
b', 2, 3);
|
|
|
43 |
|
INSERT INT
O `Account
Compose` V
ALUES (11,
'My Music
Gallery',
'', '_My
Music Gall
ery', '',
'ShareMusi
c', '', 'n
on,memb',
2, 4);
|
|
|
44 |
|
INSERT INT
O `Account
Compose` V
ALUES (12,
'My Photo
Gallery',
'', '_My
Photo Gall
ery', '',
'SharePhot
os', '', '
non,memb',
2, 5);
|
|
|
45 |
|
INSERT INT
O `Account
Compose` V
ALUES (13,
'My Video
Gallery',
'', '_My
Video Gall
ery', '',
'ShareVide
os', '', '
non,memb',
2, 6);
|
|
|
46 |
|
|
|
|
47 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
48 |
|
|
|
|
49 |
|
--
|
|
|
50 |
|
-- Table s
tructure f
or table `
AdminLinks
`
|
|
|
51 |
|
--
|
|
|
52 |
|
|
|
|
53 |
|
CREATE TAB
LE `AdminL
inks` (
|
|
|
54 |
|
`Title`
varchar(30
) NOT NULL
default '
',
|
|
|
55 |
|
`Url` va
rchar(150)
NOT NULL
default ''
|
|
|
56 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
57 |
|
|
|
|
58 |
|
--
|
|
|
59 |
|
-- Dumping
data for
table `Adm
inLinks`
|
|
|
60 |
|
--
|
|
|
61 |
|
|
|
|
62 |
|
INSERT INT
O `AdminLi
nks` VALUE
S ('Websit
e Homepage
', '{site}
');
|
|
|
63 |
|
INSERT INT
O `AdminLi
nks` VALUE
S('Search
Profiles',
'profiles
.php');
|
|
|
64 |
|
INSERT INT
O `AdminLi
nks` VALUE
S ('Dolphi
n Document
ation', 'h
ttp://www.
boonex.net
/dolphin/w
iki/Dolphi
nDocs');
|
|
|
65 |
|
INSERT INT
O `AdminLi
nks` VALUE
S ('Dolphi
n Support'
, 'http://
www.expert
zzz.com/fo
rumz/');
|
|
|
66 |
|
INSERT INT
O `AdminLi
nks` VALUE
S ('Dolphi
n Developm
ent', 'htt
p://www.bo
onex.net/d
olphin/');
|
|
|
67 |
|
INSERT INT
O `AdminLi
nks` VALUE
S ('Dolphi
n Extras',
'http://w
ww.expertz
zz.com/Dow
nloadz/hom
e/dolphin/
');
|
|
|
68 |
|
INSERT INT
O `AdminLi
nks` VALUE
S ('BoonEx
', 'http:/
/www.boone
x.com/');
|
|
|
69 |
|
INSERT INT
O `AdminLi
nks` VALUE
S ('BoonEx
Blog', 'h
ttp://www.
boonex.org
/');
|
|
|
70 |
|
INSERT INT
O `AdminLi
nks` VALUE
S ('BoonEx
Dolphin',
'http://w
ww.boonex.
com/produc
ts/dolphin
/');
|
|
|
71 |
|
INSERT INT
O `AdminLi
nks` VALUE
S ('BoonEx
Ray', 'ht
tp://www.b
oonex.com/
products/r
ay/');
|
|
|
72 |
|
INSERT INT
O `AdminLi
nks` VALUE
S ('BoonEx
Orca', 'h
ttp://www.
boonex.com
/products/
orca/');
|
|
|
73 |
|
INSERT INT
O `AdminLi
nks` VALUE
S ('BoonEx
Barracuda
', 'http:/
/www.boone
x.com/prod
ucts/barra
cuda/');
|
|
|
74 |
|
INSERT INT
O `AdminLi
nks` VALUE
S ('BoonEx
Shark', '
http://www
.boonex.co
m/products
/shark/');
|
|
|
75 |
|
|
|
|
76 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
77 |
|
|
|
|
78 |
|
--
|
|
|
79 |
|
-- Table s
tructure f
or table `
AdminMenu`
|
|
|
80 |
|
--
|
|
|
81 |
|
|
|
|
82 |
|
CREATE TAB
LE `AdminM
enu`(
|
|
|
83 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
84 |
|
`Title`
varchar(50
) NOT NULL
default '
',
|
|
|
85 |
|
`Url` va
rchar(255)
NOT NULL
default ''
,
|
|
|
86 |
|
`Desc` v
archar(255
) NOT NULL
default '
',
|
|
|
87 |
|
`Check`
varchar(25
5) NOT NUL
L default
'',
|
|
|
88 |
|
`Order`
float NOT
NULL defau
lt '0',
|
|
|
89 |
|
`Categ`
int(10) un
signed NOT
NULL defa
ult '0',
|
|
|
90 |
|
`Icon` v
archar(100
) NOT NULL
default '
',
|
|
|
91 |
|
PRIMARY
KEY (`ID`
)
|
|
|
92 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
93 |
|
|
|
|
94 |
|
--
|
|
|
95 |
|
-- Dumping
data for
table `Adm
inMenu`
|
|
|
96 |
|
--
|
|
|
97 |
|
|
|
|
98 |
|
INSERT INT
O `AdminMe
nu` VALUES
(1, 'Memb
ers', 'pro
files.php'
, 'For mem
bers profi
les manage
ment\n', '
', 0, 1, '
members.gi
f');
|
|
|
99 |
|
INSERT INT
O `AdminMe
nu` VALUES
(75, 'Acc
ount Build
er', 'acco
untCompose
.php', 'Co
mpose bloc
ks for mem
ber accoun
t page', '
', 7, 7, '
account_bu
ilder.gif'
);
|
|
|
100 |
|
INSERT INT
O `AdminMe
nu` VALUES
(2, 'Affi
liates', '
../aff/par
tners.php'
, 'This is
for setti
ng up your
affiliate
programs
and your a
ffiliate p
rogram mem
bers', '',
1, 1, 'af
filates.gi
f');
|
|
|
101 |
|
INSERT INT
O `AdminMe
nu` VALUES
(3, 'Mode
rators', '
moderators
.php', 'Fo
r managing
your mode
rators who
can help
you with s
ite admini
stration',
'', 2, 1,
'moderato
rs.gif');
|
|
|
102 |
|
INSERT INT
O `AdminMe
nu` VALUES
(4, 'Even
ts', 'sdat
ing_admin.
php', 'Pro
vides you
with the a
bility to
manage Eve
nts create
d by membe
rs and by
the admini
strator, t
oo. You ha
ve the cap
acity to e
dit, delet
e or view
event part
icipants a
nd matches
', '', 6,
2, 'events
.gif');
|
|
|
103 |
|
INSERT INT
O `AdminMe
nu` VALUES
(5, 'Grou
ps', 'grou
ps.php', '
Here you a
re able to
manage gr
oups and i
ts categor
ies', '',
8, 2, 'gro
ups.gif');
|
|
|
104 |
|
INSERT INT
O `AdminMe
nu` VALUES
(6, 'Feed
back', '..
/story.php
', 'This i
s for feed
back admin
istration,
and you c
an edit, d
elete or a
ctivate si
te member
feedback',
'', 12, 2
, 'feedbac
k.gif');
|
|
|
105 |
|
INSERT INT
O `AdminMe
nu` VALUES
(74, 'Adm
in Polls',
'polls.ph
p', 'For s
ite poll p
osting and
managemen
t', '', 3,
3, 'admin
_polls.gif
');
|
|
|
106 |
|
INSERT INT
O `AdminMe
nu` VALUES
(8, 'Link
s Page', '
links.php'
, 'Here yo
u can mana
ge links o
n your lin
ks page',
'', 4, 3,
'links_pag
e.gif');
|
|
|
107 |
|
INSERT INT
O `AdminMe
nu` VALUES
(9, 'Admi
n Articles
', 'articl
es.php', '
This is th
e place fo
r controll
ing your s
ite articl
es: edit,
delete or
add them',
'', 5, 3,
'articles
.gif');
|
|
|
108 |
|
INSERT INT
O `AdminMe
nu` VALUES
(10, 'Sit
e News', '
news.php',
'This is
for managi
ng the new
s area on
your web s
ite - add,
edit, act
ivate or d
elete the
old items'
, '', 6, 3
, 'site_ne
ws.gif');
|
|
|
109 |
|
INSERT INT
O `AdminMe
nu` VALUES
(11, 'Ran
dom Quotes
', 'quotes
.php', 'Yo
u can mana
ge quotes,
which app
ear on the
index pag
e, from th
is section
', '', 7,
3, 'random
_quotes.gi
f');
|
|
|
110 |
|
INSERT INT
O `AdminMe
nu` VALUES
(12, 'Mas
s Mailer',
'notifies
.php', 'Us
ing this f
unction yo
u are able
to send a
newslette
r to your
site membe
rs', '', 0
, 3, 'mass
_mailer.gi
f');
|
|
|
111 |
|
INSERT INT
O `AdminMe
nu` VALUES
(13, 'Mon
ey Calcula
tor', 'fin
ance.php',
'Provides
you with
site incom
e informat
ion to hel
p you in a
dministrat
ion', '',
1, 3, 'mon
ey_calcula
tor.gif');
|
|
|
112 |
|
INSERT INT
O `AdminMe
nu` VALUES
(14, 'Dat
abase Back
up', 'db.p
hp', 'Make
a backup
of your si
te databas
e with thi
s utility'
, '', 2, 3
, 'databas
e_backup.g
if');
|
|
|
113 |
|
INSERT INT
O `AdminMe
nu` VALUES
(15, 'Ray
Suite', '
javascript
:openRayWi
dget(''glo
bal'', ''a
dmin'', ''
{adminLogi
n}'', ''{a
dminPass}'
');', 'Ray
Community
Widget Su
ite admini
stration p
anel is av
ailable he
re', 'retu
rn ( ''on'
' == getPa
ram( ''ena
ble_ray''
) );', 0,
4, 'boonex
_ray_widge
ts.gif');
|
|
|
114 |
|
INSERT INT
O `AdminMe
nu` VALUES
(16, 'Orc
a Forum',
'../orca/'
, 'Adminis
tration Pa
nel for Or
ca - Inter
active For
um Script'
, '', 1, 4
, 'boonex_
orca_forum
.gif');
|
|
|
115 |
|
INSERT INT
O `AdminMe
nu` VALUES
(17, 'Pol
ls', 'post
_mod_ppoll
s.php', 'M
embers can
create th
eir own po
lls, and y
ou can mod
erate them
right her
e', '', 10
, 2, 'poll
s.gif');
|
|
|
116 |
|
INSERT INT
O `AdminMe
nu` VALUES
(19, 'Ban
ners', 'ba
nners.php'
, 'Provide
s you with
the abili
ty to mana
ge banners
on your w
eb site',
'', 8, 3,
'banners.g
if');
|
|
|
117 |
|
INSERT INT
O `AdminMe
nu` VALUES
(20, 'Pho
tos', 'bro
wsePhoto.p
hp', 'For
management
of pictur
es uploade
d / shared
by site m
embers', '
', 0, 2, '
photos.gif
');
|
|
|
118 |
|
INSERT INT
O `AdminMe
nu` VALUES
(22, 'Blo
gs', 'post
_mod_blog.
php', 'Sit
e administ
rators can
check the
content w
ritten in
the users'
' blog to
avoid unwa
nted or pr
ohibited e
xpressions
', '', 4,
2, 'blogs.
gif');
|
|
|
119 |
|
INSERT INT
O `AdminMe
nu` VALUES
(23, 'Pro
files', '.
./aff/prof
iles.php',
'', '', 0
, 6, '');
|
|
|
120 |
|
INSERT INT
O `AdminMe
nu` VALUES
(24, 'Mon
ey Calcula
tor', '../
aff/financ
e.php', ''
, '', 1, 6
, 'money_c
alculator.
gif');
|
|
|
121 |
|
INSERT INT
O `AdminMe
nu` VALUES
(25, 'My
Link', '..
/aff/help.
php', '',
'', 2, 6,
'links_pag
e.gif');
|
|
|
122 |
|
INSERT INT
O `AdminMe
nu` VALUES
(26, 'Adm
in Passwor
d', 'globa
l_settings
.php?cat=a
p', 'Chang
e a passwo
rd for acc
ess to adm
inistratio
n panel he
re', '', 0
, 5, 'admi
n_password
.gif');
|
|
|
123 |
|
INSERT INT
O `AdminMe
nu` VALUES
(27, 'Ema
il Templat
es', 'glob
al_setting
s.php?cat=
4', 'For s
etting up
email text
s which ar
e sent fro
m your web
site to me
mbers auto
matically'
, '', 4, 5
, 'email_t
emplates.g
if');
|
|
|
124 |
|
INSERT INT
O `AdminMe
nu` VALUES
(28, 'Mem
bership Le
vels', 'me
mb_levels.
php', 'For
setting u
p differen
t membersh
ip levels,
different
actions f
or each me
mbership l
evel and a
ction limi
ts', '', 6
, 5, 'memb
ership_lev
els.gif');
|
|
|
125 |
|
INSERT INT
O `AdminMe
nu` VALUES
(31, 'CSS
Styles Ed
itor', 'cs
s_file.php
', 'For CS
S files ma
nagement:
to make ch
anges in y
our curren
t template
', '', 7,
5, 'css_st
yles_edito
r.gif');
|
|
|
126 |
|
INSERT INT
O `AdminMe
nu` VALUES
(34, 'Pay
ments Sett
ings', 'pa
yment_prov
iders.php'
, 'For set
ting up Pa
yment Prov
iders you
want to us
e', '', 8,
5, 'payme
nt_setting
s.gif');
|
|
|
127 |
|
INSERT INT
O `AdminMe
nu` VALUES
(35, 'Pro
file Field
s Manager'
, 'profile
_fields.ph
p', 'For m
ember prof
ile fields
managemen
t', '', 3,
5, 'photo
_page_buil
der.gif');
|
|
|
128 |
|
INSERT INT
O `AdminMe
nu` VALUES
(36, 'Joi
n Form Bui
lder', 'sp
lit_join.p
hp', 'For
join form
fields man
agement',
'', 1, 7,
'profile_f
ields_mana
ger.gif');
|
|
|
129 |
|
INSERT INT
O `AdminMe
nu` VALUES
(39, 'Blo
gs Setting
s', 'globa
l_settings
.php?cat=2
2', 'For m
ember blog
s settings
managemen
t', '', 9,
5, 'blogs
_settings.
gif');
|
|
|
130 |
|
INSERT INT
O `AdminMe
nu` VALUES
(40, 'New
s Settings
', 'global
_settings.
php?cat=10
', 'For se
tting up N
ews parame
ters', '',
10, 5, 'n
ews_settin
gs.gif');
|
|
|
131 |
|
INSERT INT
O `AdminMe
nu` VALUES
(41, 'Pol
ls Setting
s', 'globa
l_settings
.php?cat=2
0', 'For e
nabling/di
sabling po
lls, setti
ng up numb
er of poll
s a site m
ember can
create', '
', 13, 5,
'polls.gif
');
|
|
|
132 |
|
INSERT INT
O `AdminMe
nu` VALUES
(42, 'Gro
ups Settin
gs', 'glob
al_setting
s.php?cat=
24', 'Grou
p feature
management
: notifica
tion email
s, the thu
mbs size,
etc.', '',
11, 5, 'g
roups_sett
ings.gif')
;
|
|
|
133 |
|
INSERT INT
O `AdminMe
nu` VALUES
(43, 'Tag
s Settings
', 'global
_settings.
php?cat=25
', 'For ta
gs setting
s, which w
ill work f
or search
and browse
options',
'', 12, 5
, 'tags_se
ttings.gif
');
|
|
|
134 |
|
INSERT INT
O `AdminMe
nu` VALUES
(66, 'Adv
anced Sett
ings', 'gl
obal_setti
ngs.php?ca
t=1&', 'Mo
re enhance
d settings
for your
site featu
res', '',
2, 5, 'adv
_settings.
gif');
|
|
|
135 |
|
INSERT INT
O `AdminMe
nu` VALUES
(50, 'Dat
abase Prun
ing', 'glo
bal_settin
gs.php?cat
=11', 'For
Database
management
: clearing
of old, u
nnecessary
informati
on', '', 1
6, 5, 'dat
abase_prun
ning.gif')
;
|
|
|
136 |
|
INSERT INT
O `AdminMe
nu` VALUES
(52, 'Bas
ic Setting
s', 'basic
_settings.
php', 'For
managing
site syste
m settings
', '', 1,
5, 'basic_
settings.g
if');
|
|
|
137 |
|
INSERT INT
O `AdminMe
nu` VALUES
(55, 'Met
a Tags', '
global_set
tings.php?
cat=19', '
Setting up
Meta Tags
to facili
tate searc
h engine i
ndexing fo
r your web
site', '',
17, 5, 'm
eta_tags.g
if');
|
|
|
138 |
|
INSERT INT
O `AdminMe
nu` VALUES
(56, 'Eve
nts Settin
gs', 'glob
al_setting
s.php?cat=
21', 'You
can manage
the "even
t" functio
n for your
members h
ere', '',
14, 5, 'ev
ents_setti
ngs.gif');
|
|
|
139 |
|
INSERT INT
O `AdminMe
nu` VALUES
(59, 'Mod
eration Se
ttings', '
global_set
tings.php?
cat=6', 'T
o enable/d
isable pre
-moderatio
n of membe
rs profile
s, members
photos, e
tc.', '',
15, 5, 'me
mbers.gif'
);
|
|
|
140 |
|
INSERT INT
O `AdminMe
nu` VALUES
(60, 'Lan
guages Set
tings', 'l
ang_file.p
hp', 'For
languages
management
your webs
ite is usi
ng and mak
ing change
s in your
website co
ntent', ''
, 5, 5, 'l
anguages_s
ettings.gi
f');
|
|
|
141 |
|
INSERT INT
O `AdminMe
nu` VALUES
(62, 'Hom
epage Buil
der', 'ind
exCompose.
php', 'Com
pose block
s for home
page here
', '', 2,
7, 'homepa
ge_builder
.gif');
|
|
|
142 |
|
INSERT INT
O `AdminMe
nu` VALUES
(63, 'Nav
igation Me
nu Builder
', 'menu_c
ompose.php
', 'For to
p menu ite
ms managem
ent', '',
0, 7, 'nav
igation_me
nu_builder
.gif');
|
|
|
143 |
|
INSERT INT
O `AdminMe
nu` VALUES
(64, 'Pro
file Build
er', 'prof
ileCompose
.php', 'Co
mpose memb
er profile
page here
', '', 3,
7, 'profil
e_builder.
gif');
|
|
|
144 |
|
INSERT INT
O `AdminMe
nu` VALUES
(65, 'Cla
ssifieds',
'manage_c
lassifieds
.php', 'Ad
ministrato
r can mana
ge classif
ieds categ
ories, sub
categories
, etc.', '
', 11, 2,
'classifie
ds.gif');
|
|
|
145 |
|
INSERT INT
O `AdminMe
nu` VALUES
(67, 'Vid
eos', 'bro
wseVideo.p
hp', 'For
management
of video
files whic
h have bee
n uploaded
/ shared
by site me
mbers', ''
, 1, 2, 'v
ideos.gif'
);
|
|
|
146 |
|
INSERT INT
O `AdminMe
nu` VALUES
(68, 'Mus
ic', 'brow
seMusic.ph
p', 'For m
anagement
of music f
iles which
have been
uploaded
/ shared b
y site mem
bers', '',
2, 2, 'mu
sic.gif');
|
|
|
147 |
|
INSERT INT
O `AdminMe
nu` VALUES
(69, 'Vid
eo Page Bu
ilder', 'v
ideoCompos
e.php', 'S
et up a pa
ge for sha
red Video
files', ''
, 4, 7, 'v
ideo_page_
builder.gi
f');
|
|
|
148 |
|
INSERT INT
O `AdminMe
nu` VALUES
(70, 'Mus
ic Page Bu
ilder', 'm
usicCompos
e.php', 'S
et up a pa
ge for sha
red Music
files', ''
, 5, 7, 'm
usic_page_
builder.gi
f');
|
|
|
149 |
|
INSERT INT
O `AdminMe
nu` VALUES
(71, 'Pho
to Page Bu
ilder', 'p
hotoCompos
e.php', 'S
et up a pa
ge for sha
red Photo
files', ''
, 6, 7, 'p
hoto_page_
builder.gi
f');
|
|
|
150 |
|
INSERT INT
O `AdminMe
nu` VALUES
(72, 'Cla
ssifieds B
uilder', '
classifCom
pose.php',
'Compose
blocks for
Classifie
ds page',
'', 8, 7,
'classifie
ds.gif');
|
|
|
151 |
|
INSERT INT
O `AdminMe
nu` VALUES
(76, 'Pro
file Photo
s', 'post_
mod_photos
.php?media
=photo&sta
tus=passiv
e', 'For p
ictures up
loaded by
a member f
or pre-mod
eration. T
his can be
helpful t
o protect
your site
from nude
or other u
nsuitable
pics', '',
3, 2, 'ph
otos.gif')
;
|
|
|
152 |
|
INSERT INT
O `AdminMe
nu` VALUES
(77, 'Pro
file Music
', 'post_m
od_audio.p
hp', 'For
management
of music
files whic
h have bee
n uploaded
by member
s to their
profiles.
', '', 7,
2, 'music.
gif');
|
|
|
153 |
|
INSERT INT
O `AdminMe
nu` VALUES
(78, 'Pro
file Video
s', 'javas
cript:wind
ow.open(\'
../ray/mod
ules/video
/app/admin
.swf?nick=
{adminLogi
n}&passwor
d={adminPa
ss}&url=..
/../../XML
.php\',\'R
ayVideoAdm
in\',\'wid
th=700,hei
ght=330,to
olbar=0,di
rectories=
0,menubar=
0,status=0
,location=
0,scrollba
rs=0,resiz
able=0\');
', 'For ma
nagement o
f video fi
les which
have been
uploaded b
y members
to their p
rofiles.',
'', 5, 2,
'videos.g
if');
|
|
|
154 |
|
INSERT INT
O `AdminMe
nu` VALUES
(79, 'Pro
file Backg
rounds', '
post_mod_p
rofiles.ph
p', 'For p
ost-modera
tion of pi
ctures whi
ch have be
en uploade
d by membe
rs for the
ir profile
backgroun
d.', '', 9
, 2, 'back
grounds.gi
f');
|
|
|
155 |
|
INSERT INT
O `AdminMe
nu` VALUES
(80, 'Mod
ules', 'mo
dules.php'
, 'Manage
and config
ure integr
ation modu
les for 3d
party scr
ipts', '',
9, 3, 'mo
dules.gif'
);
|
|
|
156 |
|
|
|
|
157 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
158 |
|
|
|
|
159 |
|
--
|
|
|
160 |
|
-- Table s
tructure f
or table `
AdminMenuC
ateg`
|
|
|
161 |
|
--
|
|
|
162 |
|
|
|
|
163 |
|
CREATE TAB
LE `AdminM
enuCateg`
(
|
|
|
164 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
165 |
|
`Title`
varchar(50
) NOT NULL
default '
',
|
|
|
166 |
|
`Order`
int(11) NO
T NULL def
ault '0',
|
|
|
167 |
|
`Icon` v
archar(50)
NOT NULL
default ''
,
|
|
|
168 |
|
`Icon_th
umb` varch
ar(50) NOT
NULL defa
ult '',
|
|
|
169 |
|
`User` e
num('admin
','aff','m
oderator')
NOT NULL
default 'a
dmin',
|
|
|
170 |
|
PRIMARY
KEY (`ID`
)
|
|
|
171 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
172 |
|
|
|
|
173 |
|
--
|
|
|
174 |
|
-- Dumping
data for
table `Adm
inMenuCate
g`
|
|
|
175 |
|
--
|
|
|
176 |
|
|
|
|
177 |
|
INSERT INT
O `AdminMe
nuCateg` V
ALUES (1,
'Users', 0
, 'guy.png
', 'guy_t.
png', 'adm
in');
|
|
|
178 |
|
INSERT INT
O `AdminMe
nuCateg` V
ALUES (2,
'Content',
1, 'attac
h.png', 'a
ttach_t.pn
g', 'admin
');
|
|
|
179 |
|
INSERT INT
O `AdminMe
nuCateg` V
ALUES (3,
'Tools', 2
, 'tools.p
ng', 'tool
s_t.png',
'admin');
|
|
|
180 |
|
INSERT INT
O `AdminMe
nuCateg` V
ALUES (4,
'Plugins',
3, 'plugi
n.png', 'p
lugin_t.pn
g', 'admin
');
|
|
|
181 |
|
INSERT INT
O `AdminMe
nuCateg` V
ALUES (5,
'Settings'
, 5, 'setu
p.png', 's
etup_t.png
', 'admin'
);
|
|
|
182 |
|
INSERT INT
O `AdminMe
nuCateg` V
ALUES (6,
'Affiliate
', 6, 'guy
.png', 'gu
y_t.png',
'aff');
|
|
|
183 |
|
INSERT INT
O `AdminMe
nuCateg` V
ALUES (7,
'Builders'
, 4, 'cube
s.png', 'c
ubes_t.png
', 'admin'
);
|
|
|
184 |
|
|
|
|
185 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
186 |
|
|
|
|
187 |
|
--
|
|
|
188 |
|
-- Table s
tructure f
or table `
Admins`
|
|
|
189 |
|
--
|
|
|
190 |
|
|
|
|
191 |
|
CREATE TAB
LE `Admins
` (
|
|
|
192 |
|
`Name` v
archar(10)
NOT NULL
default ''
,
|
|
|
193 |
|
`Passwor
d` varchar
(32) NOT N
ULL defaul
t '',
|
|
|
194 |
|
PRIMARY
KEY (`Nam
e`)
|
|
|
195 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
196 |
|
|
|
|
197 |
|
--
|
|
|
198 |
|
-- Dumping
data for
table `Adm
ins`
|
|
|
199 |
|
--
|
|
|
200 |
|
|
|
|
201 |
|
INSERT INT
O `Admins`
VALUES (
'admin', '
36cdf8b887
a5cffc78dc
d5c08991b9
93');
|
|
|
202 |
|
|
|
|
203 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
204 |
|
|
|
|
205 |
|
--
|
|
|
206 |
|
-- Table s
tructure f
or table `
aff`
|
|
|
207 |
|
--
|
|
|
208 |
|
|
|
|
209 |
|
CREATE TAB
LE `aff` (
|
|
|
210 |
|
`ID` big
int(8) NOT
NULL auto
_increment
,
|
|
|
211 |
|
`Name` v
archar(10)
NOT NULL
default ''
,
|
|
|
212 |
|
`email`
varchar(25
5) NOT NUL
L default
'',
|
|
|
213 |
|
`Passwor
d` varchar
(32) NOT N
ULL defaul
t '',
|
|
|
214 |
|
`Percent
` double N
OT NULL de
fault '0',
|
|
|
215 |
|
`seed` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
216 |
|
`RegDate
` datetime
NOT NULL
default '0
000-00-00
00:00:00',
|
|
|
217 |
|
`Status`
enum('App
roval','Ac
tive') NOT
NULL defa
ult 'Appro
val',
|
|
|
218 |
|
`www1` v
archar(10)
NOT NULL
default ''
,
|
|
|
219 |
|
`www2` v
archar(10)
NOT NULL
default ''
,
|
|
|
220 |
|
PRIMARY
KEY (`ID`
)
|
|
|
221 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
222 |
|
|
|
|
223 |
|
--
|
|
|
224 |
|
-- Dumping
data for
table `aff
`
|
|
|
225 |
|
--
|
|
|
226 |
|
|
|
|
227 |
|
|
|
|
228 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
229 |
|
|
|
|
230 |
|
--
|
|
|
231 |
|
-- Table s
tructure f
or table `
aff_banner
s`
|
|
|
232 |
|
--
|
|
|
233 |
|
|
|
|
234 |
|
CREATE TAB
LE `aff_ba
nners` (
|
|
|
235 |
|
`ID` int
(11) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
236 |
|
`XSize`
smallint(1
1) unsigne
d NOT NULL
default '
0',
|
|
|
237 |
|
`YSize`
smallint(1
1) unsigne
d NOT NULL
default '
0',
|
|
|
238 |
|
`Banner`
varchar(3
2) NOT NUL
L default
'',
|
|
|
239 |
|
`BannerN
ame` varch
ar(32) NOT
NULL defa
ult '',
|
|
|
240 |
|
`Text` t
ext NOT NU
LL,
|
|
|
241 |
|
`Added`
tinyint(4)
unsigned
NOT NULL d
efault '1'
,
|
|
|
242 |
|
`Status`
enum('App
roval','Ac
tive') NOT
NULL defa
ult 'Activ
e',
|
|
|
243 |
|
PRIMARY
KEY (`ID`
)
|
|
|
244 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
245 |
|
|
|
|
246 |
|
--
|
|
|
247 |
|
-- Dumping
data for
table `aff
_banners`
|
|
|
248 |
|
--
|
|
|
249 |
|
|
|
|
250 |
|
|
|
|
251 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
252 |
|
|
|
|
253 |
|
--
|
|
|
254 |
|
-- Table s
tructure f
or table `
aff_member
s`
|
|
|
255 |
|
--
|
|
|
256 |
|
|
|
|
257 |
|
CREATE TAB
LE `aff_me
mbers` (
|
|
|
258 |
|
`idAff`
bigint(8)
NOT NULL d
efault '0'
,
|
|
|
259 |
|
`idProfi
le` bigint
(8) NOT NU
LL default
'0',
|
|
|
260 |
|
PRIMARY
KEY (`idA
ff`,`idPro
file`),
|
|
|
261 |
|
UNIQUE K
EY `idProf
ile` (`idP
rofile`)
|
|
|
262 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
263 |
|
|
|
|
264 |
|
--
|
|
|
265 |
|
-- Dumping
data for
table `aff
_members`
|
|
|
266 |
|
--
|
|
|
267 |
|
|
|
|
268 |
|
|
|
|
269 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
270 |
|
|
|
|
271 |
|
--
|
|
|
272 |
|
-- Table s
tructure f
or table `
Articles`
|
|
|
273 |
|
--
|
|
|
274 |
|
|
|
|
275 |
|
CREATE TAB
LE `Articl
es` (
|
|
|
276 |
|
`Article
sID` bigin
t(11) NOT
NULL auto_
increment,
|
|
|
277 |
|
`Categor
yID` int(1
1) default
NULL,
|
|
|
278 |
|
`Date` d
ate NOT NU
LL default
'0000-00-
00',
|
|
|
279 |
|
`Title`
varchar(10
0) NOT NUL
L default
'',
|
|
|
280 |
|
`Text` m
ediumtext,
|
|
|
281 |
|
`Article
Flag` enum
('Text','H
TML') NOT
NULL defau
lt 'Text',
|
|
|
282 |
|
PRIMARY
KEY (`Art
iclesID`),
|
|
|
283 |
|
KEY `Cat
egoryID` (
`CategoryI
D`)
|
|
|
284 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
285 |
|
|
|
|
286 |
|
--
|
|
|
287 |
|
-- Dumping
data for
table `Art
icles`
|
|
|
288 |
|
--
|
|
|
289 |
|
|
|
|
290 |
|
|
|
|
291 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
292 |
|
|
|
|
293 |
|
--
|
|
|
294 |
|
-- Table s
tructure f
or table `
ArticlesCa
tegory`
|
|
|
295 |
|
--
|
|
|
296 |
|
|
|
|
297 |
|
CREATE TAB
LE `Articl
esCategory
` (
|
|
|
298 |
|
`Categor
yID` int(1
1) NOT NUL
L auto_inc
rement,
|
|
|
299 |
|
`Categor
yName` var
char(255)
NOT NULL d
efault '',
|
|
|
300 |
|
`Categor
yDescripti
on` varcha
r(255) def
ault NULL,
|
|
|
301 |
|
PRIMARY
KEY (`Cat
egoryID`)
|
|
|
302 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
303 |
|
|
|
|
304 |
|
--
|
|
|
305 |
|
-- Dumping
data for
table `Art
iclesCateg
ory`
|
|
|
306 |
|
--
|
|
|
307 |
|
|
|
|
308 |
|
|
|
|
309 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
310 |
|
|
|
|
311 |
|
--
|
|
|
312 |
|
-- Table s
tructure f
or table `
Banners`
|
|
|
313 |
|
--
|
|
|
314 |
|
|
|
|
315 |
|
CREATE TAB
LE `Banner
s` (
|
|
|
316 |
|
`ID` int
(11) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
317 |
|
`Title`
varchar(32
) NOT NULL
default '
',
|
|
|
318 |
|
`Url` va
rchar(255)
NOT NULL
default ''
,
|
|
|
319 |
|
`Text` m
ediumtext
NOT NULL,
|
|
|
320 |
|
`Active`
tinyint(4
) NOT NULL
default '
0',
|
|
|
321 |
|
`Created
` date NOT
NULL defa
ult '0000-
00-00',
|
|
|
322 |
|
`campaig
n_start` d
ate NOT NU
LL default
'2005-01-
01',
|
|
|
323 |
|
`campaig
n_end` dat
e NOT NULL
default '
2007-01-01
',
|
|
|
324 |
|
`Positio
n` int(4)
NOT NULL d
efault '4'
,
|
|
|
325 |
|
`lhshift
` int(5) N
OT NULL de
fault '-20
0',
|
|
|
326 |
|
`lvshift
` int(5) N
OT NULL de
fault '-75
0',
|
|
|
327 |
|
`rhshift
` int(5) N
OT NULL de
fault '100
',
|
|
|
328 |
|
`rvshift
` int(5) N
OT NULL de
fault '-75
0',
|
|
|
329 |
|
PRIMARY
KEY (`ID`
)
|
|
|
330 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8 PAC
K_KEYS=0;
|
|
|
331 |
|
|
|
|
332 |
|
--
|
|
|
333 |
|
-- Dumping
data for
table `Ban
ners`
|
|
|
334 |
|
--
|
|
|
335 |
|
|
|
|
336 |
|
|
|
|
337 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
338 |
|
|
|
|
339 |
|
--
|
|
|
340 |
|
-- Table s
tructure f
or table `
BannersCli
cks`
|
|
|
341 |
|
--
|
|
|
342 |
|
|
|
|
343 |
|
CREATE TAB
LE `Banner
sClicks` (
|
|
|
344 |
|
`ID` int
(10) unsig
ned NOT NU
LL default
'0',
|
|
|
345 |
|
`Date` d
ate NOT NU
LL default
'0000-00-
00',
|
|
|
346 |
|
`IP` var
char(16) N
OT NULL de
fault '',
|
|
|
347 |
|
UNIQUE K
EY `ID_2`
(`ID`,`Dat
e`,`IP`),
|
|
|
348 |
|
KEY `ID`
(`ID`)
|
|
|
349 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
350 |
|
|
|
|
351 |
|
--
|
|
|
352 |
|
-- Dumping
data for
table `Ban
nersClicks
`
|
|
|
353 |
|
--
|
|
|
354 |
|
|
|
|
355 |
|
|
|
|
356 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
357 |
|
|
|
|
358 |
|
--
|
|
|
359 |
|
-- Table s
tructure f
or table `
BannersSho
ws`
|
|
|
360 |
|
--
|
|
|
361 |
|
|
|
|
362 |
|
CREATE TAB
LE `Banner
sShows` (
|
|
|
363 |
|
`ID` int
(10) unsig
ned NOT NU
LL default
'0',
|
|
|
364 |
|
`Date` d
ate NOT NU
LL default
'0000-00-
00',
|
|
|
365 |
|
`IP` var
char(16) N
OT NULL de
fault '',
|
|
|
366 |
|
KEY `ID`
(`ID`)
|
|
|
367 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
368 |
|
|
|
|
369 |
|
--
|
|
|
370 |
|
-- Dumping
data for
table `Ban
nersShows`
|
|
|
371 |
|
--
|
|
|
372 |
|
|
|
|
373 |
|
|
|
|
374 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
375 |
|
|
|
|
376 |
|
--
|
|
|
377 |
|
-- Table s
tructure f
or table `
BlockList`
|
|
|
378 |
|
--
|
|
|
379 |
|
|
|
|
380 |
|
CREATE TAB
LE `BlockL
ist` (
|
|
|
381 |
|
`ID` big
int(8) NOT
NULL defa
ult '0',
|
|
|
382 |
|
`Profile
` bigint(8
) NOT NULL
default '
0',
|
|
|
383 |
|
UNIQUE K
EY `BlockP
air` (`ID`
,`Profile`
),
|
|
|
384 |
|
KEY `ID`
(`ID`),
|
|
|
385 |
|
KEY `Pro
file` (`Pr
ofile`)
|
|
|
386 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
387 |
|
|
|
|
388 |
|
--
|
|
|
389 |
|
-- Dumping
data for
table `Blo
ckList`
|
|
|
390 |
|
--
|
|
|
391 |
|
|
|
|
392 |
|
|
|
|
393 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
394 |
|
|
|
|
395 |
|
--
|
|
|
396 |
|
-- Table s
tructure f
or table `
BlogCatego
ries`
|
|
|
397 |
|
--
|
|
|
398 |
|
|
|
|
399 |
|
CREATE TAB
LE `BlogCa
tegories`
(
|
|
|
400 |
|
`Categor
yID` int(1
1) NOT NUL
L auto_inc
rement,
|
|
|
401 |
|
`OwnerID
` int(11)
default NU
LL,
|
|
|
402 |
|
`Categor
yName` var
char(150)
default NU
LL,
|
|
|
403 |
|
`Categor
yType` int
(4) unsign
ed NOT NUL
L default
'1',
|
|
|
404 |
|
`Categor
yPhoto` va
rchar(150)
default N
ULL,
|
|
|
405 |
|
`Date` d
ate NOT NU
LL default
'0000-00-
00',
|
|
|
406 |
|
PRIMARY
KEY (`Cat
egoryID`),
|
|
|
407 |
|
KEY `Own
erID` (`Ow
nerID`)
|
|
|
408 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
409 |
|
|
|
|
410 |
|
--
|
|
|
411 |
|
-- Dumping
data for
table `Blo
gCategorie
s`
|
|
|
412 |
|
--
|
|
|
413 |
|
|
|
|
414 |
|
|
|
|
415 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
416 |
|
|
|
|
417 |
|
--
|
|
|
418 |
|
-- Table s
tructure f
or table `
BlogPostCo
mments`
|
|
|
419 |
|
--
|
|
|
420 |
|
|
|
|
421 |
|
CREATE TAB
LE `BlogPo
stComments
` (
|
|
|
422 |
|
`Comment
ID` int(11
) NOT NULL
auto_incr
ement,
|
|
|
423 |
|
`PostID`
int(11) N
OT NULL de
fault '0',
|
|
|
424 |
|
`SenderI
D` int(11)
NOT NULL
default '0
',
|
|
|
425 |
|
`Comment
Text` medi
umtext,
|
|
|
426 |
|
`ReplyTo
` int(11)
NOT NULL d
efault '0'
,
|
|
|
427 |
|
`IP` var
char(16) d
efault NUL
L,
|
|
|
428 |
|
`Date` d
atetime NO
T NULL def
ault '0000
-00-00 00:
00:00',
|
|
|
429 |
|
PRIMARY
KEY (`Com
mentID`),
|
|
|
430 |
|
KEY `Pos
tID` (`Pos
tID`)
|
|
|
431 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
432 |
|
|
|
|
433 |
|
--
|
|
|
434 |
|
-- Dumping
data for
table `Blo
gPostComme
nts`
|
|
|
435 |
|
--
|
|
|
436 |
|
|
|
|
437 |
|
|
|
|
438 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
439 |
|
|
|
|
440 |
|
--
|
|
|
441 |
|
-- Table s
tructure f
or table `
BlogPosts`
|
|
|
442 |
|
--
|
|
|
443 |
|
|
|
|
444 |
|
CREATE TAB
LE `BlogPo
sts` (
|
|
|
445 |
|
`PostID`
int(11) N
OT NULL au
to_increme
nt,
|
|
|
446 |
|
`Categor
yID` int(1
1) default
NULL,
|
|
|
447 |
|
`PostCap
tion` varc
har(255) N
OT NULL de
fault '',
|
|
|
448 |
|
`PostTex
t` text NO
T NULL,
|
|
|
449 |
|
`PostDat
e` datetim
e NOT NULL
default '
0000-00-00
00:00:00'
,
|
|
|
450 |
|
`PostRea
dPermissio
n` enum('p
ublic','fr
iends') NO
T NULL def
ault 'publ
ic',
|
|
|
451 |
|
`PostCom
mentPermis
sion` enum
('public',
'friends')
NOT NULL
default 'p
ublic',
|
|
|
452 |
|
`PostSta
tus` enum(
'approval'
,'disappro
val') NOT
NULL defau
lt 'disapp
roval',
|
|
|
453 |
|
`PostPho
to` varcha
r(50) defa
ult NULL,
|
|
|
454 |
|
`Tags` v
archar(255
) NOT NULL
default '
',
|
|
|
455 |
|
PRIMARY
KEY (`Pos
tID`),
|
|
|
456 |
|
KEY `Cat
egoryID` (
`CategoryI
D`)
|
|
|
457 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
458 |
|
|
|
|
459 |
|
--
|
|
|
460 |
|
-- Dumping
data for
table `Blo
gPosts`
|
|
|
461 |
|
--
|
|
|
462 |
|
|
|
|
463 |
|
|
|
|
464 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
465 |
|
|
|
|
466 |
|
--
|
|
|
467 |
|
-- Table s
tructure f
or table `
Blogs`
|
|
|
468 |
|
--
|
|
|
469 |
|
|
|
|
470 |
|
CREATE TAB
LE `Blogs`
(
|
|
|
471 |
|
`ID` int
(5) unsign
ed NOT NUL
L auto_inc
rement,
|
|
|
472 |
|
`OwnerID
` int(3) u
nsigned NO
T NULL def
ault '0',
|
|
|
473 |
|
`Descrip
tion` varc
har(255) N
OT NULL de
fault '',
|
|
|
474 |
|
`Other`
varchar(50
) NOT NULL
default '
',
|
|
|
475 |
|
PRIMARY
KEY (`ID`
),
|
|
|
476 |
|
KEY `Own
erID` (`Ow
nerID`)
|
|
|
477 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
478 |
|
|
|
|
479 |
|
--
|
|
|
480 |
|
-- Dumping
data for
table `Blo
gs`
|
|
|
481 |
|
--
|
|
|
482 |
|
|
|
|
483 |
|
|
|
|
484 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
485 |
|
|
|
|
486 |
|
--
|
|
|
487 |
|
-- Table s
tructure f
or table `
BoughtCont
acts`
|
|
|
488 |
|
--
|
|
|
489 |
|
|
|
|
490 |
|
CREATE TAB
LE `Bought
Contacts`
(
|
|
|
491 |
|
`IDBuyer
` bigint(2
0) unsigne
d NOT NULL
default '
0',
|
|
|
492 |
|
`IDConta
ct` bigint
(20) unsig
ned NOT NU
LL default
'0',
|
|
|
493 |
|
`Transac
tionID` bi
gint(20) u
nsigned de
fault NULL
,
|
|
|
494 |
|
`HideFro
mBuyer` ti
nyint(1) N
OT NULL de
fault '0',
|
|
|
495 |
|
`HideFro
mContact`
tinyint(1)
NOT NULL
default '0
',
|
|
|
496 |
|
PRIMARY
KEY (`IDB
uyer`,`IDC
ontact`)
|
|
|
497 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
498 |
|
|
|
|
499 |
|
--
|
|
|
500 |
|
-- Dumping
data for
table `Bou
ghtContact
s`
|
|
|
501 |
|
--
|
|
|
502 |
|
|
|
|
503 |
|
|
|
|
504 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
505 |
|
|
|
|
506 |
|
--
|
|
|
507 |
|
-- Table s
tructure f
or table `
Classified
s`
|
|
|
508 |
|
--
|
|
|
509 |
|
|
|
|
510 |
|
CREATE TAB
LE `Classi
fieds` (
|
|
|
511 |
|
`ID` int
(11) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
512 |
|
`Name` v
archar(64)
NOT NULL
default ''
,
|
|
|
513 |
|
`Descrip
tion` varc
har(128) d
efault NUL
L,
|
|
|
514 |
|
`CustomF
ieldName1`
varchar(5
0) default
NULL,
|
|
|
515 |
|
`CustomF
ieldName2`
varchar(5
0) default
NULL,
|
|
|
516 |
|
`CustomA
ction1` va
rchar(10)
default NU
LL,
|
|
|
517 |
|
`CustomA
ction2` va
rchar(10)
default NU
LL,
|
|
|
518 |
|
`Unit` v
archar(8)
NOT NULL d
efault '$'
,
|
|
|
519 |
|
PRIMARY
KEY (`ID`
)
|
|
|
520 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
521 |
|
|
|
|
522 |
|
--
|
|
|
523 |
|
-- Dumping
data for
table `Cla
ssifieds`
|
|
|
524 |
|
--
|
|
|
525 |
|
|
|
|
526 |
|
INSERT INT
O `Classif
ieds` VALU
ES (1, 'Jo
bs', 'Ther
e is Jobs
descriptio
n', 'salar
y', 'salar
y', '>', '
<', 'EUR')
;
|
|
|
527 |
|
INSERT INT
O `Classif
ieds` VALU
ES (2, 'Mu
sic Exchan
ge', 'musi
c exchange
desc', 'p
rice', 'pr
ice', '>',
'<', '$')
;
|
|
|
528 |
|
INSERT INT
O `Classif
ieds` VALU
ES (4, 'Ho
using & Re
ntals', 'H
ousing & R
entals des
c', 'renta
l', NULL,
'>', NULL,
'$');
|
|
|
529 |
|
INSERT INT
O `Classif
ieds` VALU
ES (5, 'Se
rvices', '
Services d
esc', 'pri
ce', NULL,
'=', NULL
, '$');
|
|
|
530 |
|
INSERT INT
O `Classif
ieds` VALU
ES (7, 'Ca
sting Call
s', 'Casti
ng Calls d
esc', NULL
, NULL, NU
LL, NULL,
'$');
|
|
|
531 |
|
INSERT INT
O `Classif
ieds` VALU
ES (8, 'Pe
rsonals',
'Personals
desc', 'p
ayment', N
ULL, '=',
NULL, '$')
;
|
|
|
532 |
|
INSERT INT
O `Classif
ieds` VALU
ES (9, 'Fo
r Sale', '
For Sale d
esc', 'pri
ce', 'pric
e', '>', '
<', '$');
|
|
|
533 |
|
INSERT INT
O `Classif
ieds` VALU
ES(10, 'Ca
rs For Sal
e', 'Cars
For Sale d
esc', 'pri
ce', 'pric
e', '>', '
<', '€');
|
|
|
534 |
|
|
|
|
535 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
536 |
|
|
|
|
537 |
|
--
|
|
|
538 |
|
-- Table s
tructure f
or table `
Classified
sAdvertise
ments`
|
|
|
539 |
|
--
|
|
|
540 |
|
|
|
|
541 |
|
CREATE TAB
LE `Classi
fiedsAdver
tisements`
(
|
|
|
542 |
|
`ID` int
(11) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
543 |
|
`IDProfi
le` int(11
) unsigned
NOT NULL
default '0
',
|
|
|
544 |
|
`IDClass
ifiedsSubs
` int(11)
unsigned N
OT NULL de
fault '0',
|
|
|
545 |
|
`DateTim
e` datetim
e NOT NULL
default '
0000-00-00
00:00:00'
,
|
|
|
546 |
|
`Subject
` varchar(
50) NOT NU
LL default
'',
|
|
|
547 |
|
`Message
` text NOT
NULL,
|
|
|
548 |
|
`Status`
enum('new
','active'
,'inactive
') NOT NUL
L default
'new',
|
|
|
549 |
|
`CustomF
ieldValue1
` varchar(
50) defaul
t NULL,
|
|
|
550 |
|
`CustomF
ieldValue2
` varchar(
50) defaul
t NULL,
|
|
|
551 |
|
`LifeTim
e` int(3)
NOT NULL d
efault '30
',
|
|
|
552 |
|
`Media`
varchar(50
) default
NULL,
|
|
|
553 |
|
`Tags` t
ext NOT NU
LL,
|
|
|
554 |
|
PRIMARY
KEY (`ID`
),
|
|
|
555 |
|
KEY `IDP
rofile` (`
IDProfile`
),
|
|
|
556 |
|
KEY `IDC
lassifieds
Subs` (`ID
Classified
sSubs`)
|
|
|
557 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
558 |
|
|
|
|
559 |
|
--
|
|
|
560 |
|
-- Dumping
data for
table `Cla
ssifiedsAd
vertisemen
ts`
|
|
|
561 |
|
--
|
|
|
562 |
|
|
|
|
563 |
|
|
|
|
564 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
565 |
|
|
|
|
566 |
|
--
|
|
|
567 |
|
-- Table s
tructure f
or table `
Classified
sAdvertise
mentsMedia
`
|
|
|
568 |
|
--
|
|
|
569 |
|
|
|
|
570 |
|
CREATE TAB
LE `Classi
fiedsAdver
tisementsM
edia` (
|
|
|
571 |
|
`MediaID
` int(11)
unsigned N
OT NULL au
to_increme
nt,
|
|
|
572 |
|
`MediaPr
ofileID` i
nt(11) uns
igned NOT
NULL defau
lt '0',
|
|
|
573 |
|
`MediaTy
pe` enum('
photo','ot
her') NOT
NULL defau
lt 'photo'
,
|
|
|
574 |
|
`MediaFi
le` varcha
r(50) NOT
NULL defau
lt '',
|
|
|
575 |
|
`MediaDa
te` dateti
me NOT NUL
L default
'0000-00-0
0 00:00:00
',
|
|
|
576 |
|
PRIMARY
KEY (`Med
iaID`),
|
|
|
577 |
|
KEY `med
_prof_id`
(`MediaPro
fileID`)
|
|
|
578 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
579 |
|
|
|
|
580 |
|
--
|
|
|
581 |
|
-- Dumping
data for
table `Cla
ssifiedsAd
vertisemen
tsMedia`
|
|
|
582 |
|
--
|
|
|
583 |
|
|
|
|
584 |
|
|
|
|
585 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
586 |
|
|
|
|
587 |
|
--
|
|
|
588 |
|
-- Table s
tructure f
or table `
Classified
sSubs`
|
|
|
589 |
|
--
|
|
|
590 |
|
|
|
|
591 |
|
CREATE TAB
LE `Classi
fiedsSubs`
(
|
|
|
592 |
|
`ID` int
(11) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
593 |
|
`IDClass
ified` int
(11) unsig
ned defaul
t NULL,
|
|
|
594 |
|
`NameSub
` varchar(
128) NOT N
ULL defaul
t '',
|
|
|
595 |
|
`Descrip
tion` varc
har(150) d
efault 'No
descripti
on',
|
|
|
596 |
|
PRIMARY
KEY (`ID`
),
|
|
|
597 |
|
KEY `IDC
lassified`
(`IDClass
ified`)
|
|
|
598 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
599 |
|
|
|
|
600 |
|
--
|
|
|
601 |
|
-- Dumping
data for
table `Cla
ssifiedsSu
bs`
|
|
|
602 |
|
--
|
|
|
603 |
|
|
|
|
604 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (4,
2, 'posit
ions and o
penings',
'positions
and openi
ngs desc')
;
|
|
|
605 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (5,
2, 'instr
uments for
sale', 'i
nstruments
for sale
desc');
|
|
|
606 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (6,
2, 'instr
uments wan
ted', 'ins
truments w
anted desc
');
|
|
|
607 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (7,
3, 'activ
ities', 'a
ctivities
desc');
|
|
|
608 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (8,
3, 'artis
ts', 'arti
sts desc')
;
|
|
|
609 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (9,
3, 'child
care', 'ch
ildcare de
sc');
|
|
|
610 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (10
, 4, 'apar
tments / h
ousing', '
apartments
/ housing
descripti
on');
|
|
|
611 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (11
, 4, 'real
estate fo
r sale', '
real estat
e for sale
descripti
on');
|
|
|
612 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (12
, 4, 'room
mates', 'r
oommates d
escription
');
|
|
|
613 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (38
, 1, 'acco
unting / f
inance', '
accounting
/ finance
desc');
|
|
|
614 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (36
, 5, 'auto
motive', '
automotive
desc');
|
|
|
615 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (43
, 1, 'educ
ation / no
nprofit se
c', 'educa
tion / non
profit sec
tor desc')
;
|
|
|
616 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (47
, 1, 'gove
rnment / l
egal', 'go
vernment/l
egal desc'
);
|
|
|
617 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (84
, 1, 'prog
ramming /
web design
', 'progra
mming / we
b design d
esc');
|
|
|
618 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (54
, 1, 'othe
r', 'other
desc');
|
|
|
619 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (55
, 4, 'temp
orary vaca
tion renta
l', 'tempo
rary vacat
ion rental
s desc');
|
|
|
620 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (56
, 4, 'offi
ce / comme
rcial', 'o
ffice / co
mmercial
desc');
|
|
|
621 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (58
, 5, 'fina
ncial', 'f
inancial')
;
|
|
|
622 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (60
, 5, 'labo
r / move',
'labor/mo
ve desc');
|
|
|
623 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (61
, 5, 'lega
l', 'legal
desc');
|
|
|
624 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (62
, 5, 'educ
ational',
'education
al desc');
|
|
|
625 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (64
, 7, 'acti
ng', 'acti
ng desc');
|
|
|
626 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (65
, 7, 'danc
e', 'dance
desc');
|
|
|
627 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (83
, 7, 'musi
cians', 'm
usicians d
esc');
|
|
|
628 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (67
, 7, 'mode
ling', 'mo
deling des
c');
|
|
|
629 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (68
, 7, 'real
ity shows'
, 'reality
shows de
sc');
|
|
|
630 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (69
, 8, 'men
seeking wo
men', 'men
seeking w
omen desc'
);
|
|
|
631 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (70
, 8, 'wome
n seeking
men', 'wom
en seeking
men desc'
);
|
|
|
632 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (71
, 8, 'wome
n seeking
women', 'w
omen seeki
ng women d
esc');
|
|
|
633 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (72
, 8, 'men
seeking me
n', 'men s
eeking men
desc');
|
|
|
634 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (73
, 8, 'miss
ed connect
ions', 'mi
ssed conne
ctions des
c');
|
|
|
635 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (74
, 9, 'bart
er', 'bart
er desc');
|
|
|
636 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (77
, 9, 'clot
hing', 'cl
othing des
c');
|
|
|
637 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (78
, 9, 'coll
ectibles',
'collecti
bles desc'
);
|
|
|
638 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (79
, 9, 'misc
ellaneous'
, 'miscell
aneous des
c');
|
|
|
639 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (80
, 10, 'aut
os / truck
s', 'autos
/ trucks
desc');
|
|
|
640 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (81
, 10, 'mot
orcycles',
'motorcyc
les desc')
;
|
|
|
641 |
|
INSERT INT
O `Classif
iedsSubs`
VALUES (82
, 10, 'aut
o parts',
'auto part
s desc');
|
|
|
642 |
|
|
|
|
643 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
644 |
|
|
|
|
645 |
|
--
|
|
|
646 |
|
-- Table s
tructure f
or table `
ClsAdvComm
ents`
|
|
|
647 |
|
--
|
|
|
648 |
|
|
|
|
649 |
|
CREATE TAB
LE `ClsAdv
Comments`
(
|
|
|
650 |
|
`ID` int
(11) NOT N
ULL auto_i
ncrement,
|
|
|
651 |
|
`IDAdv`
int(11) NO
T NULL def
ault '0',
|
|
|
652 |
|
`IDProfi
le` int(11
) NOT NULL
default '
0',
|
|
|
653 |
|
`Message
` text NOT
NULL,
|
|
|
654 |
|
`DateTim
e` datetim
e NOT NULL
default '
0000-00-00
00:00:00'
,
|
|
|
655 |
|
PRIMARY
KEY (`ID`
),
|
|
|
656 |
|
KEY `IDA
dv` (`IDAd
v`,`IDProf
ile`)
|
|
|
657 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8 COM
MENT='Tabl
e with com
ments at A
dvertiseme
nts';
|
|
|
658 |
|
|
|
|
659 |
|
--
|
|
|
660 |
|
-- Dumping
data for
table `Cls
AdvComment
s`
|
|
|
661 |
|
--
|
|
|
662 |
|
|
|
|
663 |
|
|
|
|
664 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
665 |
|
|
|
|
666 |
|
--
|
|
|
667 |
|
-- Table s
tructure f
or table `
ClsAdvComp
ose`
|
|
|
668 |
|
--
|
|
|
669 |
|
|
|
|
670 |
|
CREATE TAB
LE `ClsAdv
Compose` (
|
|
|
671 |
|
`ID` int
(8) unsign
ed NOT NUL
L auto_inc
rement,
|
|
|
672 |
|
`Title`
varchar(25
5) NOT NUL
L default
'',
|
|
|
673 |
|
`Desc` v
archar(255
) NOT NULL
default '
',
|
|
|
674 |
|
`Caption
` varchar(
255) NOT N
ULL defaul
t '',
|
|
|
675 |
|
`Visible
` set('non
','memb')
NOT NULL d
efault '',
|
|
|
676 |
|
`Func` v
archar(40)
NOT NULL
default ''
,
|
|
|
677 |
|
`Content
` text NOT
NULL,
|
|
|
678 |
|
`Column`
int(11) N
OT NULL de
fault '0',
|
|
|
679 |
|
`Order`
int(11) NO
T NULL def
ault '0',
|
|
|
680 |
|
PRIMARY
KEY (`ID`
)
|
|
|
681 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
682 |
|
|
|
|
683 |
|
--
|
|
|
684 |
|
-- Dumping
data for
table `Cls
AdvCompose
`
|
|
|
685 |
|
--
|
|
|
686 |
|
|
|
|
687 |
|
INSERT INT
O `ClsAdvC
ompose` VA
LUES (1, '
Advertisem
ent Photos
', '', '_A
dvertiseme
nt Photos'
, 'non,mem
b', 'Adver
tisement P
hotos', ''
, 1, 0);
|
|
|
688 |
|
INSERT INT
O `ClsAdvC
ompose` VA
LUES (2, '
Actions',
'', '_Acti
ons', 'non
,memb', 'A
ctions', '
', 1, 1);
|
|
|
689 |
|
INSERT INT
O `ClsAdvC
ompose` VA
LUES (3, '
Comments',
'', '_Com
ments', 'n
on,memb',
'Comments'
, '', 1, 2
);
|
|
|
690 |
|
INSERT INT
O `ClsAdvC
ompose` VA
LUES (4, '
Adv Info',
'', '_Inf
o', 'non,m
emb', 'Adv
Info', ''
, 2, 0);
|
|
|
691 |
|
INSERT INT
O `ClsAdvC
ompose` VA
LUES (5, '
Descriptio
n', '', '_
Descriptio
n', 'non,m
emb', 'Des
cription',
'', 2, 1)
;
|
|
|
692 |
|
INSERT INT
O `ClsAdvC
ompose` VA
LUES (6, '
Users Othe
r Listing'
, '', '_Us
ers Other
Listing',
'non,memb'
, 'Users O
ther Listi
ng', '', 2
, 2);
|
|
|
693 |
|
INSERT INT
O `ClsAdvC
ompose` VA
LUES (7, '
RSS Feed',
'', '_Boo
nEx News',
'non,memb
', 'RSS',
'http://ww
w.boonex.c
om/unity/b
log/featur
ed_posts/?
rss=1#4',
0, 0);
|
|
|
694 |
|
|
|
|
695 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
696 |
|
|
|
|
697 |
|
--
|
|
|
698 |
|
-- Table s
tructure f
or table `
ColorBase`
|
|
|
699 |
|
--
|
|
|
700 |
|
|
|
|
701 |
|
CREATE TAB
LE `ColorB
ase` (
|
|
|
702 |
|
`ColorNa
me` varcha
r(20) NOT
NULL defau
lt '',
|
|
|
703 |
|
`ColorCo
de` varcha
r(10) NOT
NULL defau
lt '',
|
|
|
704 |
|
UNIQUE K
EY `ColorN
ame` (`Col
orName`)
|
|
|
705 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
706 |
|
|
|
|
707 |
|
--
|
|
|
708 |
|
-- Dumping
data for
table `Col
orBase`
|
|
|
709 |
|
--
|
|
|
710 |
|
|
|
|
711 |
|
INSERT INT
O `ColorBa
se` VALUES
('AliceBl
ue', '#F0F
8FF');
|
|
|
712 |
|
INSERT INT
O `ColorBa
se` VALUES
('Antique
White', '#
FAEBD7');
|
|
|
713 |
|
INSERT INT
O `ColorBa
se` VALUES
('Aqua',
'#00FFFF')
;
|
|
|
714 |
|
INSERT INT
O `ColorBa
se` VALUES
('Aquamar
ine', '#7F
FFD4');
|
|
|
715 |
|
INSERT INT
O `ColorBa
se` VALUES
('Azure',
'#F0FFFF'
);
|
|
|
716 |
|
INSERT INT
O `ColorBa
se` VALUES
('Beige',
'#F5F5DC'
);
|
|
|
717 |
|
INSERT INT
O `ColorBa
se` VALUES
('Bisque'
, '#FFE4C4
');
|
|
|
718 |
|
INSERT INT
O `ColorBa
se` VALUES
('Black',
'#000000'
);
|
|
|
719 |
|
INSERT INT
O `ColorBa
se` VALUES
('Blanche
dAlmond',
'#FFEBCD')
;
|
|
|
720 |
|
INSERT INT
O `ColorBa
se` VALUES
('Blue',
'#0000FF')
;
|
|
|
721 |
|
INSERT INT
O `ColorBa
se` VALUES
('BlueVio
let', '#8A
2BE2');
|
|
|
722 |
|
INSERT INT
O `ColorBa
se` VALUES
('Brown',
'#A52A2A'
);
|
|
|
723 |
|
INSERT INT
O `ColorBa
se` VALUES
('BurlyWo
od', '#DEB
887');
|
|
|
724 |
|
INSERT INT
O `ColorBa
se` VALUES
('CadetBl
ue', '#5F9
EA0');
|
|
|
725 |
|
INSERT INT
O `ColorBa
se` VALUES
('Chartre
use', '#7F
FF00');
|
|
|
726 |
|
INSERT INT
O `ColorBa
se` VALUES
('Chocola
te', '#D26
91E');
|
|
|
727 |
|
INSERT INT
O `ColorBa
se` VALUES
('Coral',
'#FF7F50'
);
|
|
|
728 |
|
INSERT INT
O `ColorBa
se` VALUES
('Cornflo
werBlue',
'#6495ED')
;
|
|
|
729 |
|
INSERT INT
O `ColorBa
se` VALUES
('Cornsil
k', '#FFF8
DC');
|
|
|
730 |
|
INSERT INT
O `ColorBa
se` VALUES
('Crimson
', '#DC143
C');
|
|
|
731 |
|
INSERT INT
O `ColorBa
se` VALUES
('Cyan',
'#00FFFF')
;
|
|
|
732 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkBlu
e', '#0000
8B');
|
|
|
733 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkCya
n', '#008B
8B');
|
|
|
734 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkGol
denRod', '
#B8860B');
|
|
|
735 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkGra
y', '#A9A9
A9');
|
|
|
736 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkGre
en', '#006
400');
|
|
|
737 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkKha
ki', '#BDB
76B');
|
|
|
738 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkMag
enta', '#8
B008B');
|
|
|
739 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkOli
veGreen',
'#556B2F')
;
|
|
|
740 |
|
INSERT INT
O `ColorBa
se` VALUES
('Darkora
nge', '#FF
8C00');
|
|
|
741 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkOrc
hid', '#99
32CC');
|
|
|
742 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkRed
', '#8B000
0');
|
|
|
743 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkSal
mon', '#E9
967A');
|
|
|
744 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkSea
Green', '#
8FBC8F');
|
|
|
745 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkSla
teBlue', '
#483D8B');
|
|
|
746 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkSla
teGray', '
#2F4F4F');
|
|
|
747 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkTur
quoise', '
#00CED1');
|
|
|
748 |
|
INSERT INT
O `ColorBa
se` VALUES
('DarkVio
let', '#94
00D3');
|
|
|
749 |
|
INSERT INT
O `ColorBa
se` VALUES
('DeepPin
k', '#FF14
93');
|
|
|
750 |
|
INSERT INT
O `ColorBa
se` VALUES
('DeepSky
Blue', '#0
0BFFF');
|
|
|
751 |
|
INSERT INT
O `ColorBa
se` VALUES
('DimGray
', '#69696
9');
|
|
|
752 |
|
INSERT INT
O `ColorBa
se` VALUES
('DodgerB
lue', '#1E
90FF');
|
|
|
753 |
|
INSERT INT
O `ColorBa
se` VALUES
('Feldspa
r', '#D192
75');
|
|
|
754 |
|
INSERT INT
O `ColorBa
se` VALUES
('FireBri
ck', '#B22
222');
|
|
|
755 |
|
INSERT INT
O `ColorBa
se` VALUES
('FloralW
hite', '#F
FFAF0');
|
|
|
756 |
|
INSERT INT
O `ColorBa
se` VALUES
('ForestG
reen', '#2
28B22');
|
|
|
757 |
|
INSERT INT
O `ColorBa
se` VALUES
('Fuchsia
', '#FF00F
F');
|
|
|
758 |
|
INSERT INT
O `ColorBa
se` VALUES
('Gainsbo
ro', '#DCD
CDC');
|
|
|
759 |
|
INSERT INT
O `ColorBa
se` VALUES
('GhostWh
ite', '#F8
F8FF');
|
|
|
760 |
|
INSERT INT
O `ColorBa
se` VALUES
('Gold',
'#FFD700')
;
|
|
|
761 |
|
INSERT INT
O `ColorBa
se` VALUES
('GoldenR
od', '#DAA
520');
|
|
|
762 |
|
INSERT INT
O `ColorBa
se` VALUES
('Gray',
'#808080')
;
|
|
|
763 |
|
INSERT INT
O `ColorBa
se` VALUES
('Green',
'#008000'
);
|
|
|
764 |
|
INSERT INT
O `ColorBa
se` VALUES
('GreenYe
llow', '#A
DFF2F');
|
|
|
765 |
|
INSERT INT
O `ColorBa
se` VALUES
('HoneyDe
w', '#F0FF
F0');
|
|
|
766 |
|
INSERT INT
O `ColorBa
se` VALUES
('HotPink
', '#FF69B
4');
|
|
|
767 |
|
INSERT INT
O `ColorBa
se` VALUES
('IndianR
ed', '#CD5
C5C');
|
|
|
768 |
|
INSERT INT
O `ColorBa
se` VALUES
('Indigo'
, '#4B0082
');
|
|
|
769 |
|
INSERT INT
O `ColorBa
se` VALUES
('Ivory',
'#FFFFF0'
);
|
|
|
770 |
|
INSERT INT
O `ColorBa
se` VALUES
('Khaki',
'#F0E68C'
);
|
|
|
771 |
|
INSERT INT
O `ColorBa
se` VALUES
('Lavende
r', '#E6E6
FA');
|
|
|
772 |
|
INSERT INT
O `ColorBa
se` VALUES
('Lavende
rBlush', '
#FFF0F5');
|
|
|
773 |
|
INSERT INT
O `ColorBa
se` VALUES
('LawnGre
en', '#7CF
C00');
|
|
|
774 |
|
INSERT INT
O `ColorBa
se` VALUES
('LemonCh
iffon', '#
FFFACD');
|
|
|
775 |
|
INSERT INT
O `ColorBa
se` VALUES
('LightBl
ue', '#ADD
8E6');
|
|
|
776 |
|
INSERT INT
O `ColorBa
se` VALUES
('LightCo
ral', '#F0
8080');
|
|
|
777 |
|
INSERT INT
O `ColorBa
se` VALUES
('LightCy
an', '#E0F
FFF');
|
|
|
778 |
|
INSERT INT
O `ColorBa
se` VALUES
('LightGo
ldenRodYel
low', '#FA
FAD2');
|
|
|
779 |
|
INSERT INT
O `ColorBa
se` VALUES
('LightGr
ey', '#D3D
3D3');
|
|
|
780 |
|
INSERT INT
O `ColorBa
se` VALUES
('LightGr
een', '#90
EE90');
|
|
|
781 |
|
INSERT INT
O `ColorBa
se` VALUES
('LightPi
nk', '#FFB
6C1');
|
|
|
782 |
|
INSERT INT
O `ColorBa
se` VALUES
('LightSa
lmon', '#F
FA07A');
|
|
|
783 |
|
INSERT INT
O `ColorBa
se` VALUES
('LightSe
aGreen', '
#20B2AA');
|
|
|
784 |
|
INSERT INT
O `ColorBa
se` VALUES
('LightSk
yBlue', '#
87CEFA');
|
|
|
785 |
|
INSERT INT
O `ColorBa
se` VALUES
('LightSl
ateBlue',
'#8470FF')
;
|
|
|
786 |
|
INSERT INT
O `ColorBa
se` VALUES
('LightSl
ateGray',
'#778899')
;
|
|
|
787 |
|
INSERT INT
O `ColorBa
se` VALUES
('LightSt
eelBlue',
'#B0C4DE')
;
|
|
|
788 |
|
INSERT INT
O `ColorBa
se` VALUES
('LightYe
llow', '#F
FFFE0');
|
|
|
789 |
|
INSERT INT
O `ColorBa
se` VALUES
('Lime',
'#00FF00')
;
|
|
|
790 |
|
INSERT INT
O `ColorBa
se` VALUES
('LimeGre
en', '#32C
D32');
|
|
|
791 |
|
INSERT INT
O `ColorBa
se` VALUES
('Linen',
'#FAF0E6'
);
|
|
|
792 |
|
INSERT INT
O `ColorBa
se` VALUES
('Magenta
', '#FF00F
F');
|
|
|
793 |
|
INSERT INT
O `ColorBa
se` VALUES
('Maroon'
, '#800000
');
|
|
|
794 |
|
INSERT INT
O `ColorBa
se` VALUES
('MediumA
quaMarine'
, '#66CDAA
');
|
|
|
795 |
|
INSERT INT
O `ColorBa
se` VALUES
('MediumB
lue', '#00
00CD');
|
|
|
796 |
|
INSERT INT
O `ColorBa
se` VALUES
('MediumO
rchid', '#
BA55D3');
|
|
|
797 |
|
INSERT INT
O `ColorBa
se` VALUES
('MediumP
urple', '#
9370D8');
|
|
|
798 |
|
INSERT INT
O `ColorBa
se` VALUES
('MediumS
eaGreen',
'#3CB371')
;
|
|
|
799 |
|
INSERT INT
O `ColorBa
se` VALUES
('MediumS
lateBlue',
'#7B68EE'
);
|
|
|
800 |
|
INSERT INT
O `ColorBa
se` VALUES
('MediumS
pringGreen
', '#00FA9
A');
|
|
|
801 |
|
INSERT INT
O `ColorBa
se` VALUES
('MediumT
urquoise',
'#48D1CC'
);
|
|
|
802 |
|
INSERT INT
O `ColorBa
se` VALUES
('MediumV
ioletRed',
'#C71585'
);
|
|
|
803 |
|
INSERT INT
O `ColorBa
se` VALUES
('Midnigh
tBlue', '#
191970');
|
|
|
804 |
|
INSERT INT
O `ColorBa
se` VALUES
('MintCre
am', '#F5F
FFA');
|
|
|
805 |
|
INSERT INT
O `ColorBa
se` VALUES
('MistyRo
se', '#FFE
4E1');
|
|
|
806 |
|
INSERT INT
O `ColorBa
se` VALUES
('Moccasi
n', '#FFE4
B5');
|
|
|
807 |
|
INSERT INT
O `ColorBa
se` VALUES
('NavajoW
hite', '#F
FDEAD');
|
|
|
808 |
|
INSERT INT
O `ColorBa
se` VALUES
('Navy',
'#000080')
;
|
|
|
809 |
|
INSERT INT
O `ColorBa
se` VALUES
('OldLace
', '#FDF5E
6');
|
|
|
810 |
|
INSERT INT
O `ColorBa
se` VALUES
('Olive',
'#808000'
);
|
|
|
811 |
|
INSERT INT
O `ColorBa
se` VALUES
('OliveDr
ab', '#6B8
E23');
|
|
|
812 |
|
INSERT INT
O `ColorBa
se` VALUES
('Orange'
, '#FFA500
');
|
|
|
813 |
|
INSERT INT
O `ColorBa
se` VALUES
('OrangeR
ed', '#FF4
500');
|
|
|
814 |
|
INSERT INT
O `ColorBa
se` VALUES
('Orchid'
, '#DA70D6
');
|
|
|
815 |
|
INSERT INT
O `ColorBa
se` VALUES
('PaleGol
denRod', '
#EEE8AA');
|
|
|
816 |
|
INSERT INT
O `ColorBa
se` VALUES
('PaleGre
en', '#98F
B98');
|
|
|
817 |
|
INSERT INT
O `ColorBa
se` VALUES
('PaleTur
quoise', '
#AFEEEE');
|
|
|
818 |
|
INSERT INT
O `ColorBa
se` VALUES
('PaleVio
letRed', '
#D87093');
|
|
|
819 |
|
INSERT INT
O `ColorBa
se` VALUES
('PapayaW
hip', '#FF
EFD5');
|
|
|
820 |
|
INSERT INT
O `ColorBa
se` VALUES
('PeachPu
ff', '#FFD
AB9');
|
|
|
821 |
|
INSERT INT
O `ColorBa
se` VALUES
('Peru',
'#CD853F')
;
|
|
|
822 |
|
INSERT INT
O `ColorBa
se` VALUES
('Pink',
'#FFC0CB')
;
|
|
|
823 |
|
INSERT INT
O `ColorBa
se` VALUES
('Plum',
'#DDA0DD')
;
|
|
|
824 |
|
INSERT INT
O `ColorBa
se` VALUES
('PowderB
lue', '#B0
E0E6');
|
|
|
825 |
|
INSERT INT
O `ColorBa
se` VALUES
('Purple'
, '#800080
');
|
|
|
826 |
|
INSERT INT
O `ColorBa
se` VALUES
('Red', '
#FF0000');
|
|
|
827 |
|
INSERT INT
O `ColorBa
se` VALUES
('RosyBro
wn', '#BC8
F8F');
|
|
|
828 |
|
INSERT INT
O `ColorBa
se` VALUES
('RoyalBl
ue', '#416
9E1');
|
|
|
829 |
|
INSERT INT
O `ColorBa
se` VALUES
('SaddleB
rown', '#8
B4513');
|
|
|
830 |
|
INSERT INT
O `ColorBa
se` VALUES
('Salmon'
, '#FA8072
');
|
|
|
831 |
|
INSERT INT
O `ColorBa
se` VALUES
('SandyBr
own', '#F4
A460');
|
|
|
832 |
|
INSERT INT
O `ColorBa
se` VALUES
('SeaGree
n', '#2E8B
57');
|
|
|
833 |
|
INSERT INT
O `ColorBa
se` VALUES
('SeaShel
l', '#FFF5
EE');
|
|
|
834 |
|
INSERT INT
O `ColorBa
se` VALUES
('Sienna'
, '#A0522D
');
|
|
|
835 |
|
INSERT INT
O `ColorBa
se` VALUES
('Silver'
, '#C0C0C0
');
|
|
|
836 |
|
INSERT INT
O `ColorBa
se` VALUES
('SkyBlue
', '#87CEE
B');
|
|
|
837 |
|
INSERT INT
O `ColorBa
se` VALUES
('SlateBl
ue', '#6A5
ACD');
|
|
|
838 |
|
INSERT INT
O `ColorBa
se` VALUES
('SlateGr
ay', '#708
090');
|
|
|
839 |
|
INSERT INT
O `ColorBa
se` VALUES
('Snow',
'#FFFAFA')
;
|
|
|
840 |
|
INSERT INT
O `ColorBa
se` VALUES
('SpringG
reen', '#0
0FF7F');
|
|
|
841 |
|
INSERT INT
O `ColorBa
se` VALUES
('SteelBl
ue', '#468
2B4');
|
|
|
842 |
|
INSERT INT
O `ColorBa
se` VALUES
('Tan', '
#D2B48C');
|
|
|
843 |
|
INSERT INT
O `ColorBa
se` VALUES
('Teal',
'#008080')
;
|
|
|
844 |
|
INSERT INT
O `ColorBa
se` VALUES
('Thistle
', '#D8BFD
8');
|
|
|
845 |
|
INSERT INT
O `ColorBa
se` VALUES
('Tomato'
, '#FF6347
');
|
|
|
846 |
|
INSERT INT
O `ColorBa
se` VALUES
('Turquoi
se', '#40E
0D0');
|
|
|
847 |
|
INSERT INT
O `ColorBa
se` VALUES
('Violet'
, '#EE82EE
');
|
|
|
848 |
|
INSERT INT
O `ColorBa
se` VALUES
('VioletR
ed', '#D02
090');
|
|
|
849 |
|
INSERT INT
O `ColorBa
se` VALUES
('Wheat',
'#F5DEB3'
);
|
|
|
850 |
|
INSERT INT
O `ColorBa
se` VALUES
('White',
'#FFFFFF'
);
|
|
|
851 |
|
INSERT INT
O `ColorBa
se` VALUES
('WhiteSm
oke', '#F5
F5F5');
|
|
|
852 |
|
INSERT INT
O `ColorBa
se` VALUES
('Yellow'
, '#FFFF00
');
|
|
|
853 |
|
INSERT INT
O `ColorBa
se` VALUES
('YellowG
reen', '#9
ACD32');
|
|
|
854 |
|
|
|
|
855 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
856 |
|
|
|
|
857 |
|
--
|
|
|
858 |
|
-- Table s
tructure f
or table `
ContactDis
counts`
|
|
|
859 |
|
--
|
|
|
860 |
|
|
|
|
861 |
|
CREATE TAB
LE `Contac
tDiscounts
` (
|
|
|
862 |
|
`Profile
sNumber` i
nt(8) unsi
gned NOT N
ULL defaul
t '0',
|
|
|
863 |
|
`Discoun
tPercent`
float(5,2)
NOT NULL
default '0
.00',
|
|
|
864 |
|
PRIMARY
KEY (`Pro
filesNumbe
r`)
|
|
|
865 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
866 |
|
|
|
|
867 |
|
--
|
|
|
868 |
|
-- Dumping
data for
table `Con
tactDiscou
nts`
|
|
|
869 |
|
--
|
|
|
870 |
|
|
|
|
871 |
|
INSERT INT
O `Contact
Discounts`
VALUES (3
1, 50.00);
|
|
|
872 |
|
INSERT INT
O `Contact
Discounts`
VALUES (2
1, 20.00);
|
|
|
873 |
|
INSERT INT
O `Contact
Discounts`
VALUES (1
1, 10.00);
|
|
|
874 |
|
|
|
|
875 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
876 |
|
|
|
|
877 |
|
--
|
|
|
878 |
|
-- Table s
tructure f
or table `
Countries`
|
|
|
879 |
|
--
|
|
|
880 |
|
|
|
|
881 |
|
CREATE TAB
LE `Countr
ies` (
|
|
|
882 |
|
`ISO2` v
archar(2)
NOT NULL d
efault '',
|
|
|
883 |
|
`ISO3` v
archar(3)
NOT NULL d
efault '',
|
|
|
884 |
|
`ISONo`
smallint(3
) NOT NULL
default '
0',
|
|
|
885 |
|
`Country
` varchar(
100) NOT N
ULL defaul
t '',
|
|
|
886 |
|
`Region`
varchar(1
00) defaul
t NULL,
|
|
|
887 |
|
`Currenc
y` varchar
(100) defa
ult NULL,
|
|
|
888 |
|
`Currenc
yCode` var
char(3) de
fault NULL
,
|
|
|
889 |
|
PRIMARY
KEY (`ISO
2`),
|
|
|
890 |
|
KEY `Cur
rencyCode`
(`Currenc
yCode`)
|
|
|
891 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
892 |
|
|
|
|
893 |
|
--
|
|
|
894 |
|
-- Dumping
data for
table `Cou
ntries`
|
|
|
895 |
|
--
|
|
|
896 |
|
|
|
|
897 |
|
INSERT INT
O `Countri
es` VALUES
('AD', 'A
ND', 20, '
Andorra',
'Europe',
'Euro', 'E
UR');
|
|
|
898 |
|
INSERT INT
O `Countri
es` VALUES
('AE', 'A
RE', 784,
'United Ar
ab Emirate
s', 'Middl
e East', '
UAE Dirham
', 'AED');
|
|
|
899 |
|
INSERT INT
O `Countri
es` VALUES
('AF', 'A
FG', 4, 'A
fghanistan
', 'Asia',
'Afghani'
, 'AFA');
|
|
|
900 |
|
INSERT INT
O `Countri
es` VALUES
('AG', 'A
TG', 28, '
Antigua an
d Barbuda'
, 'Central
America a
nd the Car
ibbean', '
East Carib
bean Dolla
r', 'XCD')
;
|
|
|
901 |
|
INSERT INT
O `Countri
es` VALUES
('AI', 'A
IA', 660,
'Anguilla'
, 'Central
America a
nd the Car
ibbean', '
East Carib
bean Dolla
r', 'XCD')
;
|
|
|
902 |
|
INSERT INT
O `Countri
es` VALUES
('AL', 'A
LB', 8, 'A
lbania', '
Europe', '
Lek', 'ALL
');
|
|
|
903 |
|
INSERT INT
O `Countri
es` VALUES
('AM', 'A
RM', 51, '
Armenia',
'Commonwea
lth of Ind
ependent S
tates', 'A
rmenian Dr
am', 'AMD'
);
|
|
|
904 |
|
INSERT INT
O `Countri
es` VALUES
('AN', 'A
NT', 530,
'Netherlan
ds Antille
s', 'Centr
al America
and the C
aribbean',
'Netherla
nds Antill
ean guilde
r', 'ANG')
;
|
|
|
905 |
|
INSERT INT
O `Countri
es` VALUES
('AO', 'A
GO', 24, '
Angola', '
Africa', '
Kwanza', '
AOA');
|
|
|
906 |
|
INSERT INT
O `Countri
es` VALUES
('AQ', 'A
TA', 10, '
Antarctica
', 'Antarc
tic Region
', NULL, N
ULL);
|
|
|
907 |
|
INSERT INT
O `Countri
es` VALUES
('AR', 'A
RG', 32, '
Argentina'
, 'South A
merica', '
Argentine
Peso', 'AR
S');
|
|
|
908 |
|
INSERT INT
O `Countri
es` VALUES
('AS', 'A
SM', 16, '
American S
amoa', 'Oc
eania', 'U
S Dollar',
'USD');
|
|
|
909 |
|
INSERT INT
O `Countri
es` VALUES
('AT', 'A
UT', 40, '
Austria',
'Europe',
'Euro', 'E
UR');
|
|
|
910 |
|
INSERT INT
O `Countri
es` VALUES
('AU', 'A
US', 36, '
Australia'
, 'Oceania
', 'Austra
lian dolla
r', 'AUD')
;
|
|
|
911 |
|
INSERT INT
O `Countri
es` VALUES
('AW', 'A
BW', 533,
'Aruba', '
Central Am
erica and
the Caribb
ean', 'Aru
ban Guilde
r', 'AWG')
;
|
|
|
912 |
|
INSERT INT
O `Countri
es` VALUES
('AZ', 'A
ZE', 31, '
Azerbaijan
', 'Common
wealth of
Independen
t States',
'Azerbaij
ani Manat'
, 'AZM');
|
|
|
913 |
|
INSERT INT
O `Countri
es` VALUES
('BA', 'B
IH', 70, '
Bosnia and
Herzegovi
na', 'Bosn
ia and Her
zegovina,
Europe', '
Convertibl
e Marka',
'BAM');
|
|
|
914 |
|
INSERT INT
O `Countri
es` VALUES
('BB', 'B
RB', 52, '
Barbados',
'Central
America an
d the Cari
bbean', 'B
arbados Do
llar', 'BB
D');
|
|
|
915 |
|
INSERT INT
O `Countri
es` VALUES
('BD', 'B
GD', 50, '
Bangladesh
', 'Asia',
'Taka', '
BDT');
|
|
|
916 |
|
INSERT INT
O `Countri
es` VALUES
('BE', 'B
EL', 56, '
Belgium',
'Europe',
'Euro', 'E
UR');
|
|
|
917 |
|
INSERT INT
O `Countri
es` VALUES
('BF', 'B
FA', 854,
'Burkina F
aso', 'Afr
ica', 'CFA
Franc BCE
AO', 'XOF'
);
|
|
|
918 |
|
INSERT INT
O `Countri
es` VALUES
('BG', 'B
GR', 100,
'Bulgaria'
, 'Europe'
, 'Lev', '
BGL');
|
|
|
919 |
|
INSERT INT
O `Countri
es` VALUES
('BH', 'B
HR', 48, '
Bahrain',
'Middle Ea
st', 'Bahr
aini Dinar
', 'BHD');
|
|
|
920 |
|
INSERT INT
O `Countri
es` VALUES
('BI', 'B
DI', 108,
'Burundi',
'Africa',
'Burundi
Franc', 'B
IF');
|
|
|
921 |
|
INSERT INT
O `Countri
es` VALUES
('BJ', 'B
EN', 204,
'Benin', '
Africa', '
CFA Franc
BCEAO', 'X
OF');
|
|
|
922 |
|
INSERT INT
O `Countri
es` VALUES
('BM', 'B
MU', 60, '
Bermuda',
'North Ame
rica', 'Be
rmudian Do
llar', 'BM
D');
|
|
|
923 |
|
INSERT INT
O `Countri
es` VALUES
('BN', 'B
RN', 96, '
Brunei Dar
ussalam',
'Southeast
Asia', 'B
runei Doll
ar', 'BND'
);
|
|
|
924 |
|
INSERT INT
O `Countri
es` VALUES
('BO', 'B
OL', 68, '
Bolivia',
'South Ame
rica', 'Bo
liviano',
'BOB');
|
|
|
925 |
|
INSERT INT
O `Countri
es` VALUES
('BR', 'B
RA', 76, '
Brazil', '
South Amer
ica', 'Bra
zilian Rea
l', 'BRL')
;
|
|
|
926 |
|
INSERT INT
O `Countri
es` VALUES
('BS', 'B
HS', 44, '
The Bahama
s', 'Centr
al America
and the C
aribbean',
'Bahamian
Dollar',
'BSD');
|
|
|
927 |
|
INSERT INT
O `Countri
es` VALUES
('BT', 'B
TN', 64, '
Bhutan', '
Asia', 'Ng
ultrum', '
BTN');
|
|
|
928 |
|
INSERT INT
O `Countri
es` VALUES
('BV', 'B
VT', 74, '
Bouvet Isl
and', 'Ant
arctic Reg
ion', 'Nor
wegian Kro
ne', 'NOK'
);
|
|
|
929 |
|
INSERT INT
O `Countri
es` VALUES
('BW', 'B
WA', 72, '
Botswana',
'Africa',
'Pula', '
BWP');
|
|
|
930 |
|
INSERT INT
O `Countri
es` VALUES
('BY', 'B
LR', 112,
'Belarus',
'Commonwe
alth of In
dependent
States', '
Belarussia
n Ruble',
'BYR');
|
|
|
931 |
|
INSERT INT
O `Countri
es` VALUES
('BZ', 'B
LZ', 84, '
Belize', '
Central Am
erica and
the Caribb
ean', 'Bel
ize Dollar
', 'BZD');
|
|
|
932 |
|
INSERT INT
O `Countri
es` VALUES
('CA', 'C
AN', 124,
'Canada',
'North Ame
rica', 'Ca
nadian Dol
lar', 'CAD
');
|
|
|
933 |
|
INSERT INT
O `Countri
es` VALUES
('CC', 'C
CK', 166,
'Cocos (Ke
eling) Isl
ands', 'So
utheast As
ia', 'Aust
ralian Dol
lar', 'AUD
');
|
|
|
934 |
|
INSERT INT
O `Countri
es` VALUES
('CD', 'C
OD', 180,
'Congo, De
mocratic R
epublic of
the', 'Af
rica', 'Fr
anc Congol
ais', 'CDF
');
|
|
|
935 |
|
INSERT INT
O `Countri
es` VALUES
('CF', 'C
AF', 140,
'Central A
frican Rep
ublic', 'A
frica', 'C
FA Franc B
EAC', 'XAF
');
|
|
|
936 |
|
INSERT INT
O `Countri
es` VALUES
('CG', 'C
OG', 178,
'Congo, Re
public of
the', 'Afr
ica', 'CFA
Franc BEA
C', 'XAF')
;
|
|
|
937 |
|
INSERT INT
O `Countri
es` VALUES
('CH', 'C
HE', 756,
'Switzerla
nd', 'Euro
pe', 'Swis
s Franc',
'CHF');
|
|
|
938 |
|
INSERT INT
O `Countri
es` VALUES
('CI', 'C
IV', 384,
'Cote d''I
voire', 'A
frica', 'C
FA Franc B
CEAO', 'XO
F');
|
|
|
939 |
|
INSERT INT
O `Countri
es` VALUES
('CK', 'C
OK', 184,
'Cook Isla
nds', 'Oce
ania', 'Ne
w Zealand
Dollar', '
NZD');
|
|
|
940 |
|
INSERT INT
O `Countri
es` VALUES
('CL', 'C
HL', 152,
'Chile', '
South Amer
ica', 'Chi
lean Peso'
, 'CLP');
|
|
|
941 |
|
INSERT INT
O `Countri
es` VALUES
('CM', 'C
MR', 120,
'Cameroon'
, 'Africa'
, 'CFA Fra
nc BEAC',
'XAF');
|
|
|
942 |
|
INSERT INT
O `Countri
es` VALUES
('CN', 'C
HN', 156,
'China', '
Asia', 'Yu
an Renminb
i', 'CNY')
;
|
|
|
943 |
|
INSERT INT
O `Countri
es` VALUES
('CO', 'C
OL', 170,
'Colombia'
, 'South A
merica, Ce
ntral Amer
ica and th
e Caribbea
n', 'Colom
bian Peso'
, 'COP');
|
|
|
944 |
|
INSERT INT
O `Countri
es` VALUES
('CR', 'C
RI', 188,
'Costa Ric
a', 'Centr
al America
and the C
aribbean',
'Costa Ri
can Colon'
, 'CRC');
|
|
|
945 |
|
INSERT INT
O `Countri
es` VALUES
('CU', 'C
UB', 192,
'Cuba', 'C
entral Ame
rica and t
he Caribbe
an', 'Cuba
n Peso', '
CUP');
|
|
|
946 |
|
INSERT INT
O `Countri
es` VALUES
('CV', 'C
PV', 132,
'Cape Verd
e', 'World
', 'Cape V
erdean Esc
udo', 'CVE
');
|
|
|
947 |
|
INSERT INT
O `Countri
es` VALUES
('CX', 'C
XR', 162,
'Christmas
Island',
'Southeast
Asia', 'A
ustralian
Dollar', '
AUD');
|
|
|
948 |
|
INSERT INT
O `Countri
es` VALUES
('CY', 'C
YP', 196,
'Cyprus',
'Middle Ea
st', 'Cypr
us Pound',
'CYP');
|
|
|
949 |
|
INSERT INT
O `Countri
es` VALUES
('CZ', 'C
ZE', 203,
'Czech Rep
ublic', 'E
urope', 'C
zech Korun
a', 'CZK')
;
|
|
|
950 |
|
INSERT INT
O `Countri
es` VALUES
('DE', 'D
EU', 276,
'Germany',
'Europe',
'Euro', '
EUR');
|
|
|
951 |
|
INSERT INT
O `Countri
es` VALUES
('DJ', 'D
JI', 262,
'Djibouti'
, 'Africa'
, 'Djibout
i Franc',
'DJF');
|
|
|
952 |
|
INSERT INT
O `Countri
es` VALUES
('DK', 'D
NK', 208,
'Denmark',
'Europe',
'Danish K
rone', 'DK
K');
|
|
|
953 |
|
INSERT INT
O `Countri
es` VALUES
('DM', 'D
MA', 212,
'Dominica'
, 'Central
America a
nd the Car
ibbean', '
East Carib
bean Dolla
r', 'XCD')
;
|
|
|
954 |
|
INSERT INT
O `Countri
es` VALUES
('DO', 'D
OM', 214,
'Dominican
Republic'
, 'Central
America a
nd the Car
ibbean', '
Dominican
Peso', 'DO
P');
|
|
|
955 |
|
INSERT INT
O `Countri
es` VALUES
('DZ', 'D
ZA', 12, '
Algeria',
'Africa',
'Algerian
Dinar', 'D
ZD');
|
|
|
956 |
|
INSERT INT
O `Countri
es` VALUES
('EC', 'E
CU', 218,
'Ecuador',
'South Am
erica', 'U
S dollar',
'USD');
|
|
|
957 |
|
INSERT INT
O `Countri
es` VALUES
('EE', 'E
ST', 233,
'Estonia',
'Europe',
'Kroon',
'EEK');
|
|
|
958 |
|
INSERT INT
O `Countri
es` VALUES
('EG', 'E
GY', 818,
'Egypt', '
Africa', '
Egyptian P
ound', 'EG
P');
|
|
|
959 |
|
INSERT INT
O `Countri
es` VALUES
('EH', 'E
SH', 732,
'Western S
ahara', 'A
frica', 'M
oroccan Di
rham', 'MA
D');
|
|
|
960 |
|
INSERT INT
O `Countri
es` VALUES
('ER', 'E
RI', 232,
'Eritrea',
'Africa',
'Nakfa',
'ERN');
|
|
|
961 |
|
INSERT INT
O `Countri
es` VALUES
('ES', 'E
SP', 724,
'Spain', '
Europe', '
Euro', 'EU
R');
|
|
|
962 |
|
INSERT INT
O `Countri
es` VALUES
('ET', 'E
TH', 231,
'Ethiopia'
, 'Africa'
, 'Ethiopi
an Birr',
'ETB');
|
|
|
963 |
|
INSERT INT
O `Countri
es` VALUES
('FI', 'F
IN', 246,
'Finland',
'Europe',
'Euro', '
EUR');
|
|
|
964 |
|
INSERT INT
O `Countri
es` VALUES
('FJ', 'F
JI', 242,
'Fiji', 'O
ceania', '
Fijian Dol
lar', 'FJD
');
|
|
|
965 |
|
INSERT INT
O `Countri
es` VALUES
('FK', 'F
LK', 238,
'Falkland
Islands (I
slas Malvi
nas)', 'So
uth Americ
a', 'Falkl
and Island
s Pound',
'FKP');
|
|
|
966 |
|
INSERT INT
O `Countri
es` VALUES
('FM', 'F
SM', 583,
'Micronesi
a, Federat
ed States
of', 'Ocea
nia', 'US
dollar', '
USD');
|
|
|
967 |
|
INSERT INT
O `Countri
es` VALUES
('FO', 'F
RO', 234,
'Faroe Isl
ands', 'Eu
rope', 'Da
nish Krone
', 'DKK');
|
|
|
968 |
|
INSERT INT
O `Countri
es` VALUES
('FR', 'F
RA', 250,
'France',
'Europe',
'Euro', 'E
UR');
|
|
|
969 |
|
INSERT INT
O `Countri
es` VALUES
('GA', 'G
AB', 266,
'Gabon', '
Africa', '
CFA Franc
BEAC', 'XA
F');
|
|
|
970 |
|
INSERT INT
O `Countri
es` VALUES
('GB', 'G
BR', 826,
'United Ki
ngdom', 'E
urope', 'P
ound Sterl
ing', 'GBP
');
|
|
|
971 |
|
INSERT INT
O `Countri
es` VALUES
('GD', 'G
RD', 308,
'Grenada',
'Central
America an
d the Cari
bbean', 'E
ast Caribb
ean Dollar
', 'XCD');
|
|
|
972 |
|
INSERT INT
O `Countri
es` VALUES
('GE', 'G
EO', 268,
'Georgia',
'Commonwe
alth of In
dependent
States', '
Lari', 'GE
L');
|
|
|
973 |
|
INSERT INT
O `Countri
es` VALUES
('GF', 'G
UF', 254,
'French Gu
iana', 'So
uth Americ
a', 'Euro'
, 'EUR');
|
|
|
974 |
|
INSERT INT
O `Countri
es` VALUES
('GH', 'G
HA', 288,
'Ghana', '
Africa', '
Cedi', 'GH
C');
|
|
|
975 |
|
INSERT INT
O `Countri
es` VALUES
('GI', 'G
IB', 292,
'Gibraltar
', 'Europe
', 'Gibral
tar Pound'
, 'GIP');
|
|
|
976 |
|
INSERT INT
O `Countri
es` VALUES
('GL', 'G
RL', 304,
'Greenland
', 'Arctic
Region',
'Danish Kr
one', 'DKK
');
|
|
|
977 |
|
INSERT INT
O `Countri
es` VALUES
('GM', 'G
MB', 270,
'The Gambi
a', 'Afric
a', 'Dalas
i', 'GMD')
;
|
|
|
978 |
|
INSERT INT
O `Countri
es` VALUES
('GN', 'G
IN', 324,
'Guinea',
'Africa',
'Guinean F
ranc', 'GN
F');
|
|
|
979 |
|
INSERT INT
O `Countri
es` VALUES
('GP', 'G
LP', 312,
'Guadeloup
e', 'Centr
al America
and the C
aribbean',
'Euro', '
EUR');
|
|
|
980 |
|
INSERT INT
O `Countri
es` VALUES
('GQ', 'G
NQ', 226,
'Equatoria
l Guinea',
'Africa',
'CFA Fran
c BEAC', '
XAF');
|
|
|
981 |
|
INSERT INT
O `Countri
es` VALUES
('GR', 'G
RC', 300,
'Greece',
'Europe',
'Euro', 'E
UR');
|
|
|
982 |
|
INSERT INT
O `Countri
es` VALUES
('GS', 'S
GS', 239,
'South Geo
rgia and t
he South S
andwich Is
lands', 'A
ntarctic R
egion', 'P
ound Sterl
ing', 'GBP
');
|
|
|
983 |
|
INSERT INT
O `Countri
es` VALUES
('GT', 'G
TM', 320,
'Guatemala
', 'Centra
l America
and the Ca
ribbean',
'Quetzal',
'GTQ');
|
|
|
984 |
|
INSERT INT
O `Countri
es` VALUES
('GU', 'G
UM', 316,
'Guam', 'O
ceania', '
US Dollar'
, 'USD');
|
|
|
985 |
|
INSERT INT
O `Countri
es` VALUES
('GW', 'G
NB', 624,
'Guinea-Bi
ssau', 'Af
rica', 'CF
A Franc BC
EAO', 'XOF
');
|
|
|
986 |
|
INSERT INT
O `Countri
es` VALUES
('GY', 'G
UY', 328,
'Guyana',
'South Ame
rica', 'Gu
yana Dolla
r', 'GYD')
;
|
|
|
987 |
|
INSERT INT
O `Countri
es` VALUES
('HK', 'H
KG', 344,
'Hong Kong
(SAR)', '
Southeast
Asia', 'Ho
ng Kong Do
llar', 'HK
D');
|
|
|
988 |
|
INSERT INT
O `Countri
es` VALUES
('HM', 'H
MD', 334,
'Heard Isl
and and Mc
Donald Isl
ands', 'An
tarctic Re
gion', 'Au
stralian D
ollar', 'A
UD');
|
|
|
989 |
|
INSERT INT
O `Countri
es` VALUES
('HN', 'H
ND', 340,
'Honduras'
, 'Central
America a
nd the Car
ibbean', '
Lempira',
'HNL');
|
|
|
990 |
|
INSERT INT
O `Countri
es` VALUES
('HR', 'H
RV', 191,
'Croatia',
'Europe',
'Kuna', '
HRK');
|
|
|
991 |
|
INSERT INT
O `Countri
es` VALUES
('HT', 'H
TI', 332,
'Haiti', '
Central Am
erica and
the Caribb
ean', 'Gou
rde', 'HTG
');
|
|
|
992 |
|
INSERT INT
O `Countri
es` VALUES
('HU', 'H
UN', 348,
'Hungary',
'Europe',
'Forint',
'HUF');
|
|
|
993 |
|
INSERT INT
O `Countri
es` VALUES
('ID', 'I
DN', 360,
'Indonesia
', 'Southe
ast Asia',
'Rupiah',
'IDR');
|
|
|
994 |
|
INSERT INT
O `Countri
es` VALUES
('IE', 'I
RL', 372,
'Ireland',
'Europe',
'Euro', '
EUR');
|
|
|
995 |
|
INSERT INT
O `Countri
es` VALUES
('IL', 'I
SR', 376,
'Israel',
'Middle Ea
st', 'New
Israeli Sh
eqel', 'IL
S');
|
|
|
996 |
|
INSERT INT
O `Countri
es` VALUES
('IN', 'I
ND', 356,
'India', '
Asia', 'In
dian Rupee
', 'INR');
|
|
|
997 |
|
INSERT INT
O `Countri
es` VALUES
('IO', 'I
OT', 86, '
British In
dian Ocean
Territory
', 'World'
, 'US Doll
ar', 'USD'
);
|
|
|
998 |
|
INSERT INT
O `Countri
es` VALUES
('IQ', 'I
RQ', 368,
'Iraq', 'M
iddle East
', 'Iraqi
Dinar', 'I
QD');
|
|
|
999 |
|
INSERT INT
O `Countri
es` VALUES
('IR', 'I
RN', 364,
'Iran', 'M
iddle East
', 'Irania
n Rial', '
IRR');
|
|
|
1000 |
|
INSERT INT
O `Countri
es` VALUES
('IS', 'I
SL', 352,
'Iceland',
'Arctic R
egion', 'I
celand Kro
na', 'ISK'
);
|
|
|
1001 |
|
INSERT INT
O `Countri
es` VALUES
('IT', 'I
TA', 380,
'Italy', '
Europe', '
Euro', 'EU
R');
|
|
|
1002 |
|
INSERT INT
O `Countri
es` VALUES
('JM', 'J
AM', 388,
'Jamaica',
'Central
America an
d the Cari
bbean', 'J
amaican do
llar', 'JM
D');
|
|
|
1003 |
|
INSERT INT
O `Countri
es` VALUES
('JO', 'J
OR', 400,
'Jordan',
'Middle Ea
st', 'Jord
anian Dina
r', 'JOD')
;
|
|
|
1004 |
|
INSERT INT
O `Countri
es` VALUES
('JP', 'J
PN', 392,
'Japan', '
Asia', 'Ye
n', 'JPY')
;
|
|
|
1005 |
|
INSERT INT
O `Countri
es` VALUES
('KE', 'K
EN', 404,
'Kenya', '
Africa', '
Kenyan shi
lling', 'K
ES');
|
|
|
1006 |
|
INSERT INT
O `Countri
es` VALUES
('KG', 'K
GZ', 417,
'Kyrgyzsta
n', 'Commo
nwealth of
Independe
nt States'
, 'Som', '
KGS');
|
|
|
1007 |
|
INSERT INT
O `Countri
es` VALUES
('KH', 'K
HM', 116,
'Cambodia'
, 'Southea
st Asia',
'Riel', 'K
HR');
|
|
|
1008 |
|
INSERT INT
O `Countri
es` VALUES
('KI', 'K
IR', 296,
'Kiribati'
, 'Oceania
', 'Austra
lian dolla
r', 'AUD')
;
|
|
|
1009 |
|
INSERT INT
O `Countri
es` VALUES
('KM', 'C
OM', 174,
'Comoros',
'Africa',
'Comoro F
ranc', 'KM
F');
|
|
|
1010 |
|
INSERT INT
O `Countri
es` VALUES
('KN', 'K
NA', 659,
'Saint Kit
ts and Nev
is', 'Cent
ral Americ
a and the
Caribbean'
, 'East Ca
ribbean Do
llar', 'XC
D');
|
|
|
1011 |
|
INSERT INT
O `Countri
es` VALUES
('KP', 'P
RK', 408,
'Korea, No
rth', 'Asi
a', 'North
Korean Wo
n', 'KPW')
;
|
|
|
1012 |
|
INSERT INT
O `Countri
es` VALUES
('KR', 'K
OR', 410,
'Korea, So
uth', 'Asi
a', 'Won',
'KRW');
|
|
|
1013 |
|
INSERT INT
O `Countri
es` VALUES
('KW', 'K
WT', 414,
'Kuwait',
'Middle Ea
st', 'Kuwa
iti Dinar'
, 'KWD');
|
|
|
1014 |
|
INSERT INT
O `Countri
es` VALUES
('KY', 'C
YM', 136,
'Cayman Is
lands', 'C
entral Ame
rica and t
he Caribbe
an', 'Caym
an Islands
Dollar',
'KYD');
|
|
|
1015 |
|
INSERT INT
O `Countri
es` VALUES
('KZ', 'K
AZ', 398,
'Kazakhsta
n', 'Commo
nwealth of
Independe
nt States'
, 'Tenge',
'KZT');
|
|
|
1016 |
|
INSERT INT
O `Countri
es` VALUES
('LA', 'L
AO', 418,
'Laos', 'S
outheast A
sia', 'Kip
', 'LAK');
|
|
|
1017 |
|
INSERT INT
O `Countri
es` VALUES
('LB', 'L
BN', 422,
'Lebanon',
'Middle E
ast', 'Leb
anese Poun
d', 'LBP')
;
|
|
|
1018 |
|
INSERT INT
O `Countri
es` VALUES
('LC', 'L
CA', 662,
'Saint Luc
ia', 'Cent
ral Americ
a and the
Caribbean'
, 'East Ca
ribbean Do
llar', 'XC
D');
|
|
|
1019 |
|
INSERT INT
O `Countri
es` VALUES
('LI', 'L
IE', 438,
'Liechtens
tein', 'Eu
rope', 'Sw
iss Franc'
, 'CHF');
|
|
|
1020 |
|
INSERT INT
O `Countri
es` VALUES
('LK', 'L
KA', 144,
'Sri Lanka
', 'Asia',
'Sri Lank
a Rupee',
'LKR');
|
|
|
1021 |
|
INSERT INT
O `Countri
es` VALUES
('LR', 'L
BR', 430,
'Liberia',
'Africa',
'Liberian
Dollar',
'LRD');
|
|
|
1022 |
|
INSERT INT
O `Countri
es` VALUES
('LS', 'L
SO', 426,
'Lesotho',
'Africa',
'Loti', '
LSL');
|
|
|
1023 |
|
INSERT INT
O `Countri
es` VALUES
('LT', 'L
TU', 440,
'Lithuania
', 'Europe
', 'Lithua
nian Litas
', 'LTL');
|
|
|
1024 |
|
INSERT INT
O `Countri
es` VALUES
('LU', 'L
UX', 442,
'Luxembour
g', 'Europ
e', 'Euro'
, 'EUR');
|
|
|
1025 |
|
INSERT INT
O `Countri
es` VALUES
('LV', 'L
VA', 428,
'Latvia',
'Europe',
'Latvian L
ats', 'LVL
');
|
|
|
1026 |
|
INSERT INT
O `Countri
es` VALUES
('LY', 'L
BY', 434,
'Libya', '
Africa', '
Libyan Din
ar', 'LYD'
);
|
|
|
1027 |
|
INSERT INT
O `Countri
es` VALUES
('MA', 'M
AR', 504,
'Morocco',
'Africa',
'Moroccan
Dirham',
'MAD');
|
|
|
1028 |
|
INSERT INT
O `Countri
es` VALUES
('MC', 'M
CO', 492,
'Monaco',
'Europe',
'Euro', 'E
UR');
|
|
|
1029 |
|
INSERT INT
O `Countri
es` VALUES
('MD', 'M
DA', 498,
'Moldova',
'Commonwe
alth of In
dependent
States', '
Moldovan L
eu', 'MDL'
);
|
|
|
1030 |
|
INSERT INT
O `Countri
es` VALUES
('MG', 'M
DG', 450,
'Madagasca
r', 'Afric
a', 'Malag
asy Franc'
, 'MGF');
|
|
|
1031 |
|
INSERT INT
O `Countri
es` VALUES
('MH', 'M
HL', 584,
'Marshall
Islands',
'Oceania',
'US dolla
r', 'USD')
;
|
|
|
1032 |
|
INSERT INT
O `Countri
es` VALUES
('MK', 'M
KD', 807,
'Macedonia
, The Form
er Yugosla
v Republic
of', 'Eur
ope', 'Den
ar', 'MKD'
);
|
|
|
1033 |
|
INSERT INT
O `Countri
es` VALUES
('ML', 'M
LI', 466,
'Mali', 'A
frica', 'C
FA Franc B
CEAO', 'XO
F');
|
|
|
1034 |
|
INSERT INT
O `Countri
es` VALUES
('MM', 'M
MR', 104,
'Burma', '
Southeast
Asia', 'ky
at', 'MMK'
);
|
|
|
1035 |
|
INSERT INT
O `Countri
es` VALUES
('MN', 'M
NG', 496,
'Mongolia'
, 'Asia',
'Tugrik',
'MNT');
|
|
|
1036 |
|
INSERT INT
O `Countri
es` VALUES
('MO', 'M
AC', 446,
'Macao', '
Southeast
Asia', 'Pa
taca', 'MO
P');
|
|
|
1037 |
|
INSERT INT
O `Countri
es` VALUES
('MP', 'M
NP', 580,
'Northern
Mariana Is
lands', 'O
ceania', '
US Dollar'
, 'USD');
|
|
|
1038 |
|
INSERT INT
O `Countri
es` VALUES
('MQ', 'M
TQ', 474,
'Martiniqu
e', 'Centr
al America
and the C
aribbean',
'Euro', '
EUR');
|
|
|
1039 |
|
INSERT INT
O `Countri
es` VALUES
('MR', 'M
RT', 478,
'Mauritani
a', 'Afric
a', 'Ougui
ya', 'MRO'
);
|
|
|
1040 |
|
INSERT INT
O `Countri
es` VALUES
('MS', 'M
SR', 500,
'Montserra
t', 'Centr
al America
and the C
aribbean',
'East Car
ibbean Dol
lar', 'XCD
');
|
|
|
1041 |
|
INSERT INT
O `Countri
es` VALUES
('MT', 'M
LT', 470,
'Malta', '
Europe', '
Maltese Li
ra', 'MTL'
);
|
|
|
1042 |
|
INSERT INT
O `Countri
es` VALUES
('MU', 'M
US', 480,
'Mauritius
', 'World'
, 'Mauriti
us Rupee',
'MUR');
|
|
|
1043 |
|
INSERT INT
O `Countri
es` VALUES
('MV', 'M
DV', 462,
'Maldives'
, 'Asia',
'Rufiyaa',
'MVR');
|
|
|
1044 |
|
INSERT INT
O `Countri
es` VALUES
('MW', 'M
WI', 454,
'Malawi',
'Africa',
'Kwacha',
'MWK');
|
|
|
1045 |
|
INSERT INT
O `Countri
es` VALUES
('MX', 'M
EX', 484,
'Mexico',
'North Ame
rica', 'Me
xican Peso
', 'MXN');
|
|
|
1046 |
|
INSERT INT
O `Countri
es` VALUES
('MY', 'M
YS', 458,
'Malaysia'
, 'Southea
st Asia',
'Malaysian
Ringgit',
'MYR');
|
|
|
1047 |
|
INSERT INT
O `Countri
es` VALUES
('MZ', 'M
OZ', 508,
'Mozambiqu
e', 'Afric
a', 'Metic
al', 'MZM'
);
|
|
|
1048 |
|
INSERT INT
O `Countri
es` VALUES
('NA', 'N
AM', 516,
'Namibia',
'Africa',
'Namibian
Dollar',
'NAD');
|
|
|
1049 |
|
INSERT INT
O `Countri
es` VALUES
('NC', 'N
CL', 540,
'New Caled
onia', 'Oc
eania', 'C
FP Franc',
'XPF');
|
|
|
1050 |
|
INSERT INT
O `Countri
es` VALUES
('NE', 'N
ER', 562,
'Niger', '
Africa', '
CFA Franc
BCEAO', 'X
OF');
|
|
|
1051 |
|
INSERT INT
O `Countri
es` VALUES
('NF', 'N
FK', 574,
'Norfolk I
sland', 'O
ceania', '
Australian
Dollar',
'AUD');
|
|
|
1052 |
|
INSERT INT
O `Countri
es` VALUES
('NG', 'N
GA', 566,
'Nigeria',
'Africa',
'Naira',
'NGN');
|
|
|
1053 |
|
INSERT INT
O `Countri
es` VALUES
('NI', 'N
IC', 558,
'Nicaragua
', 'Centra
l America
and the Ca
ribbean',
'Cordoba O
ro', 'NIO'
);
|
|
|
1054 |
|
INSERT INT
O `Countri
es` VALUES
('NL', 'N
LD', 528,
'Netherlan
ds', 'Euro
pe', 'Euro
', 'EUR');
|
|
|
1055 |
|
INSERT INT
O `Countri
es` VALUES
('NO', 'N
OR', 578,
'Norway',
'Europe',
'Norwegian
Krone', '
NOK');
|
|
|
1056 |
|
INSERT INT
O `Countri
es` VALUES
('NP', 'N
PL', 524,
'Nepal', '
Asia', 'Ne
palese Rup
ee', 'NPR'
);
|
|
|
1057 |
|
INSERT INT
O `Countri
es` VALUES
('NR', 'N
RU', 520,
'Nauru', '
Oceania',
'Australia
n Dollar',
'AUD');
|
|
|
1058 |
|
INSERT INT
O `Countri
es` VALUES
('NU', 'N
IU', 570,
'Niue', 'O
ceania', '
New Zealan
d Dollar',
'NZD');
|
|
|
1059 |
|
INSERT INT
O `Countri
es` VALUES
('NZ', 'N
ZL', 554,
'New Zeala
nd', 'Ocea
nia', 'New
Zealand D
ollar', 'N
ZD');
|
|
|
1060 |
|
INSERT INT
O `Countri
es` VALUES
('OM', 'O
MN', 512,
'Oman', 'M
iddle East
', 'Rial O
mani', 'OM
R');
|
|
|
1061 |
|
INSERT INT
O `Countri
es` VALUES
('PA', 'P
AN', 591,
'Panama',
'Central A
merica and
the Carib
bean', 'ba
lboa', 'PA
B');
|
|
|
1062 |
|
INSERT INT
O `Countri
es` VALUES
('PE', 'P
ER', 604,
'Peru', 'S
outh Ameri
ca', 'Nuev
o Sol', 'P
EN');
|
|
|
1063 |
|
INSERT INT
O `Countri
es` VALUES
('PF', 'P
YF', 258,
'French Po
lynesia',
'Oceania',
'CFP Fran
c', 'XPF')
;
|
|
|
1064 |
|
INSERT INT
O `Countri
es` VALUES
('PG', 'P
NG', 598,
'Papua New
Guinea',
'Oceania',
'Kina', '
PGK');
|
|
|
1065 |
|
INSERT INT
O `Countri
es` VALUES
('PH', 'P
HL', 608,
'Philippin
es', 'Sout
heast Asia
', 'Philip
pine Peso'
, 'PHP');
|
|
|
1066 |
|
INSERT INT
O `Countri
es` VALUES
('PK', 'P
AK', 586,
'Pakistan'
, 'Asia',
'Pakistan
Rupee', 'P
KR');
|
|
|
1067 |
|
INSERT INT
O `Countri
es` VALUES
('PL', 'P
OL', 616,
'Poland',
'Europe',
'Zloty', '
PLN');
|
|
|
1068 |
|
INSERT INT
O `Countri
es` VALUES
('PM', 'S
PM', 666,
'Saint Pie
rre and Mi
quelon', '
North Amer
ica', 'Eur
o', 'EUR')
;
|
|
|
1069 |
|
INSERT INT
O `Countri
es` VALUES
('PN', 'P
CN', 612,
'Pitcairn
Islands',
'Oceania',
'New Zeal
and Dollar
', 'NZD');
|
|
|
1070 |
|
INSERT INT
O `Countri
es` VALUES
('PR', 'P
RI', 630,
'Puerto Ri
co', 'Cent
ral Americ
a and the
Caribbean'
, 'US doll
ar', 'USD'
);
|
|
|
1071 |
|
INSERT INT
O `Countri
es` VALUES
('PS', 'P
SE', 275,
'Palestini
an Territo
ry, Occupi
ed', NULL,
NULL, NUL
L);
|
|
|
1072 |
|
INSERT INT
O `Countri
es` VALUES
('PT', 'P
RT', 620,
'Portugal'
, 'Europe'
, 'Euro',
'EUR');
|
|
|
1073 |
|
INSERT INT
O `Countri
es` VALUES
('PW', 'P
LW', 585,
'Palau', '
Oceania',
'US dollar
', 'USD');
|
|
|
1074 |
|
INSERT INT
O `Countri
es` VALUES
('PY', 'P
RY', 600,
'Paraguay'
, 'South A
merica', '
Guarani',
'PYG');
|
|
|
1075 |
|
INSERT INT
O `Countri
es` VALUES
('QA', 'Q
AT', 634,
'Qatar', '
Middle Eas
t', 'Qatar
i Rial', '
QAR');
|
|
|
1076 |
|
INSERT INT
O `Countri
es` VALUES
('RE', 'R
EU', 638,
'Reunion',
'World',
'Euro', 'E
UR');
|
|
|
1077 |
|
INSERT INT
O `Countri
es` VALUES
('RO', 'R
OU', 642,
'Romania',
'Europe',
'Leu', 'R
OL');
|
|
|
1078 |
|
INSERT INT
O `Countri
es` VALUES
('RU', 'R
US', 643,
'Russia',
'Asia', 'R
ussian Rub
le', 'RUB'
);
|
|
|
1079 |
|
INSERT INT
O `Countri
es` VALUES
('RW', 'R
WA', 646,
'Rwanda',
'Africa',
'Rwanda Fr
anc', 'RWF
');
|
|
|
1080 |
|
INSERT INT
O `Countri
es` VALUES
('SA', 'S
AU', 682,
'Saudi Ara
bia', 'Mid
dle East',
'Saudi Ri
yal', 'SAR
');
|
|
|
1081 |
|
INSERT INT
O `Countri
es` VALUES
('SB', 'S
LB', 90, '
Solomon Is
lands', 'O
ceania', '
Solomon Is
lands Doll
ar', 'SBD'
);
|
|
|
1082 |
|
INSERT INT
O `Countri
es` VALUES
('SC', 'S
YC', 690,
'Seychelle
s', 'Afric
a', 'Seych
elles Rupe
e', 'SCR')
;
|
|
|
1083 |
|
INSERT INT
O `Countri
es` VALUES
('SD', 'S
DN', 736,
'Sudan', '
Africa', '
Sudanese D
inar', 'SD
D');
|
|
|
1084 |
|
INSERT INT
O `Countri
es` VALUES
('SE', 'S
WE', 752,
'Sweden',
'Europe',
'Swedish K
rona', 'SE
K');
|
|
|
1085 |
|
INSERT INT
O `Countri
es` VALUES
('SG', 'S
GP', 702,
'Singapore
', 'Southe
ast Asia',
'Singapor
e Dollar',
'SGD');
|
|
|
1086 |
|
INSERT INT
O `Countri
es` VALUES
('SH', 'S
HN', 654,
'Saint Hel
ena', 'Afr
ica', 'Sai
nt Helenia
n Pound',
'SHP');
|
|
|
1087 |
|
INSERT INT
O `Countri
es` VALUES
('SI', 'S
VN', 705,
'Slovenia'
, 'Europe'
, 'Tolar',
'SIT');
|
|
|
1088 |
|
INSERT INT
O `Countri
es` VALUES
('SJ', 'S
JM', 744,
'Svalbard'
, 'Arctic
Region', '
Norwegian
Krone', 'N
OK');
|
|
|
1089 |
|
INSERT INT
O `Countri
es` VALUES
('SK', 'S
VK', 703,
'Slovakia'
, 'Europe'
, 'Slovak
Koruna', '
SKK');
|
|
|
1090 |
|
INSERT INT
O `Countri
es` VALUES
('SL', 'S
LE', 694,
'Sierra Le
one', 'Afr
ica', 'Leo
ne', 'SLL'
);
|
|
|
1091 |
|
INSERT INT
O `Countri
es` VALUES
('SM', 'S
MR', 674,
'San Marin
o', 'Europ
e', 'Euro'
, 'EUR');
|
|
|
1092 |
|
INSERT INT
O `Countri
es` VALUES
('SN', 'S
EN', 686,
'Senegal',
'Africa',
'CFA Fran
c BCEAO',
'XOF');
|
|
|
1093 |
|
INSERT INT
O `Countri
es` VALUES
('SO', 'S
OM', 706,
'Somalia',
'Africa',
'Somali S
hilling',
'SOS');
|
|
|
1094 |
|
INSERT INT
O `Countri
es` VALUES
('SR', 'S
UR', 740,
'Suriname'
, 'South A
merica', '
Suriname G
uilder', '
SRG');
|
|
|
1095 |
|
INSERT INT
O `Countri
es` VALUES
('ST', 'S
TP', 678,
'Sao Tome
and Princi
pe', 'Afri
ca', 'Dobr
a', 'STD')
;
|
|
|
1096 |
|
INSERT INT
O `Countri
es` VALUES
('SV', 'S
LV', 222,
'El Salvad
or', 'Cent
ral Americ
a and the
Caribbean'
, 'El Salv
ador Colon
', 'SVC');
|
|
|
1097 |
|
INSERT INT
O `Countri
es` VALUES
('SY', 'S
YR', 760,
'Syria', '
Middle Eas
t', 'Syria
n Pound',
'SYP');
|
|
|
1098 |
|
INSERT INT
O `Countri
es` VALUES
('SZ', 'S
WZ', 748,
'Swaziland
', 'Africa
', 'Lilang
eni', 'SZL
');
|
|
|
1099 |
|
INSERT INT
O `Countri
es` VALUES
('TC', 'T
CA', 796,
'Turks and
Caicos Is
lands', 'C
entral Ame
rica and t
he Caribbe
an', 'US D
ollar', 'U
SD');
|
|
|
1100 |
|
INSERT INT
O `Countri
es` VALUES
('TD', 'T
CD', 148,
'Chad', 'A
frica', 'C
FA Franc B
EAC', 'XAF
');
|
|
|
1101 |
|
INSERT INT
O `Countri
es` VALUES
('TF', 'A
TF', 260,
'French So
uthern and
Antarctic
Lands', '
Antarctic
Region', '
Euro', 'EU
R');
|
|
|
1102 |
|
INSERT INT
O `Countri
es` VALUES
('TG', 'T
GO', 768,
'Togo', 'A
frica', 'C
FA Franc B
CEAO', 'XO
F');
|
|
|
1103 |
|
INSERT INT
O `Countri
es` VALUES
('TH', 'T
HA', 764,
'Thailand'
, 'Southea
st Asia',
'Baht', 'T
HB');
|
|
|
1104 |
|
INSERT INT
O `Countri
es` VALUES
('TJ', 'T
JK', 762,
'Tajikista
n', 'Commo
nwealth of
Independe
nt States'
, 'Somoni'
, 'TJS');
|
|
|
1105 |
|
INSERT INT
O `Countri
es` VALUES
('TK', 'T
KL', 772,
'Tokelau',
'Oceania'
, 'New Zea
land Dolla
r', 'NZD')
;
|
|
|
1106 |
|
INSERT INT
O `Countri
es` VALUES
('TL', 'T
LS', 626,
'East Timo
r', NULL,
'Timor Esc
udo', 'TPE
');
|
|
|
1107 |
|
INSERT INT
O `Countri
es` VALUES
('TM', 'T
KM', 795,
'Turkmenis
tan', 'Com
monwealth
of Indepen
dent State
s', 'Manat
', 'TMM');
|
|
|
1108 |
|
INSERT INT
O `Countri
es` VALUES
('TN', 'T
UN', 788,
'Tunisia',
'Africa',
'Tunisian
Dinar', '
TND');
|
|
|
1109 |
|
INSERT INT
O `Countri
es` VALUES
('TO', 'T
ON', 776,
'Tonga', '
Oceania',
'Pa''anga'
, 'TOP');
|
|
|
1110 |
|
INSERT INT
O `Countri
es` VALUES
('TR', 'T
UR', 792,
'Turkey',
'Middle Ea
st', 'Turk
ish Lira',
'TRL');
|
|
|
1111 |
|
INSERT INT
O `Countri
es` VALUES
('TT', 'T
TO', 780,
'Trinidad
and Tobago
', 'Centra
l America
and the Ca
ribbean',
'Trinidad
and Tobago
Dollar',
'TTD');
|
|
|
1112 |
|
INSERT INT
O `Countri
es` VALUES
('TV', 'T
UV', 798,
'Tuvalu',
'Oceania',
'Australi
an Dollar'
, 'AUD');
|
|
|
1113 |
|
INSERT INT
O `Countri
es` VALUES
('TW', 'T
WN', 158,
'Taiwan',
'Southeast
Asia', 'N
ew Taiwan
Dollar', '
TWD');
|
|
|
1114 |
|
INSERT INT
O `Countri
es` VALUES
('TZ', 'T
ZA', 834,
'Tanzania'
, 'Africa'
, 'Tanzani
an Shillin
g', 'TZS')
;
|
|
|
1115 |
|
INSERT INT
O `Countri
es` VALUES
('UA', 'U
KR', 804,
'Ukraine',
'Commonwe
alth of In
dependent
States', '
Hryvnia',
'UAH');
|
|
|
1116 |
|
INSERT INT
O `Countri
es` VALUES
('UG', 'U
GA', 800,
'Uganda',
'Africa',
'Uganda Sh
illing', '
UGX');
|
|
|
1117 |
|
INSERT INT
O `Countri
es` VALUES
('UM', 'U
MI', 581,
'United St
ates Minor
Outlying
Islands',
NULL, 'US
Dollar', '
USD');
|
|
|
1118 |
|
INSERT INT
O `Countri
es` VALUES
('US', 'U
SA', 840,
'United St
ates', 'No
rth Americ
a', 'US Do
llar', 'US
D');
|
|
|
1119 |
|
INSERT INT
O `Countri
es` VALUES
('UY', 'U
RY', 858,
'Uruguay',
'South Am
erica', 'P
eso Urugua
yo', 'UYU'
);
|
|
|
1120 |
|
INSERT INT
O `Countri
es` VALUES
('UZ', 'U
ZB', 860,
'Uzbekista
n', 'Commo
nwealth of
Independe
nt States'
, 'Uzbekis
tan Sum',
'UZS');
|
|
|
1121 |
|
INSERT INT
O `Countri
es` VALUES
('VA', 'V
AT', 336,
'Holy See
(Vatican C
ity)', 'Eu
rope', 'Eu
ro', 'EUR'
);
|
|
|
1122 |
|
INSERT INT
O `Countri
es` VALUES
('VC', 'V
CT', 670,
'Saint Vin
cent and t
he Grenadi
nes', 'Cen
tral Ameri
ca and the
Caribbean
', 'East C
aribbean D
ollar', 'X
CD');
|
|
|
1123 |
|
INSERT INT
O `Countri
es` VALUES
('VE', 'V
EN', 862,
'Venezuela
', 'South
America, C
entral Ame
rica and t
he Caribbe
an', 'Boli
var', 'VEB
');
|
|
|
1124 |
|
INSERT INT
O `Countri
es` VALUES
('VG', 'V
GB', 92, '
British Vi
rgin Islan
ds', 'Cent
ral Americ
a and the
Caribbean'
, 'US doll
ar', 'USD'
);
|
|
|
1125 |
|
INSERT INT
O `Countri
es` VALUES
('VI', 'V
IR', 850,
'Virgin Is
lands', 'C
entral Ame
rica and t
he Caribbe
an', 'US D
ollar', 'U
SD');
|
|
|
1126 |
|
INSERT INT
O `Countri
es` VALUES
('VN', 'V
NM', 704,
'Vietnam',
'Southeas
t Asia', '
Dong', 'VN
D');
|
|
|
1127 |
|
INSERT INT
O `Countri
es` VALUES
('VU', 'V
UT', 548,
'Vanuatu',
'Oceania'
, 'Vatu',
'VUV');
|
|
|
1128 |
|
INSERT INT
O `Countri
es` VALUES
('WF', 'W
LF', 876,
'Wallis an
d Futuna',
'Oceania'
, 'CFP Fra
nc', 'XPF'
);
|
|
|
1129 |
|
INSERT INT
O `Countri
es` VALUES
('WS', 'W
SM', 882,
'Samoa', '
Oceania',
'Tala', 'W
ST');
|
|
|
1130 |
|
INSERT INT
O `Countri
es` VALUES
('YE', 'Y
EM', 887,
'Yemen', '
Middle Eas
t', 'Yemen
i Rial', '
YER');
|
|
|
1131 |
|
INSERT INT
O `Countri
es` VALUES
('YT', 'M
YT', 175,
'Mayotte',
'Africa',
'Euro', '
EUR');
|
|
|
1132 |
|
INSERT INT
O `Countri
es` VALUES
('YU', 'Y
UG', 891,
'Yugoslavi
a', 'Europ
e', 'Yugos
lavian Din
ar', 'YUM'
);
|
|
|
1133 |
|
INSERT INT
O `Countri
es` VALUES
('ZA', 'Z
AF', 710,
'South Afr
ica', 'Afr
ica', 'Ran
d', 'ZAR')
;
|
|
|
1134 |
|
INSERT INT
O `Countri
es` VALUES
('ZM', 'Z
WB', 894,
'Zambia',
'Africa',
'Kwacha',
'ZMK');
|
|
|
1135 |
|
INSERT INT
O `Countri
es` VALUES
('ZW', 'Z
WE', 716,
'Zimbabwe'
, 'Africa'
, 'Zimbabw
e Dollar',
'ZWD');
|
|
|
1136 |
|
|
|
|
1137 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1138 |
|
|
|
|
1139 |
|
--
|
|
|
1140 |
|
-- Table s
tructure f
or table `
DailyQuote
s`
|
|
|
1141 |
|
--
|
|
|
1142 |
|
|
|
|
1143 |
|
CREATE TAB
LE `DailyQ
uotes` (
|
|
|
1144 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
1145 |
|
`Text` m
ediumtext
NOT NULL,
|
|
|
1146 |
|
`Author`
varchar(1
28) NOT NU
LL default
'',
|
|
|
1147 |
|
PRIMARY
KEY (`ID`
)
|
|
|
1148 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1149 |
|
|
|
|
1150 |
|
--
|
|
|
1151 |
|
-- Dumping
data for
table `Dai
lyQuotes`
|
|
|
1152 |
|
--
|
|
|
1153 |
|
|
|
|
1154 |
|
INSERT INT
O `DailyQu
otes` VALU
ES (1, 'Gi
ve me a wo
man who lo
ves beer a
nd I will
conquer th
e world.',
'Kaiser W
ilhelm');
|
|
|
1155 |
|
INSERT INT
O `DailyQu
otes` VALU
ES (2, 'Al
l right, B
rain, I do
n t like y
ou and you
don t lik
e me - so
let''s jus
t do this
and I''ll
get back t
o killing
you with b
eer.', 'Ho
mer Simpso
n');
|
|
|
1156 |
|
INSERT INT
O `DailyQu
otes` VALU
ES (3, 'If
it was so
, it might
be; and i
f it were
so,it woul
d be; but
as it isn
t, it ain
t. That''s
logic.',
'Lewis Car
rol');
|
|
|
1157 |
|
INSERT INT
O `DailyQu
otes` VALU
ES (4, 'Go
d does not
care abou
t our math
ematical d
ifficultie
s. He inte
grates emp
irically.'
, 'Albert
Einstein')
;
|
|
|
1158 |
|
INSERT INT
O `DailyQu
otes` VALU
ES (5, 'Tr
eat your f
riend as i
f he might
become an
enemy.',
'Publilius
Syrus');
|
|
|
1159 |
|
INSERT INT
O `DailyQu
otes` VALU
ES (13, 'T
ime to hav
e tea!', '
Me');
|
|
|
1160 |
|
|
|
|
1161 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1162 |
|
|
|
|
1163 |
|
--
|
|
|
1164 |
|
-- Table s
tructure f
or table `
FriendList
`
|
|
|
1165 |
|
--
|
|
|
1166 |
|
|
|
|
1167 |
|
CREATE TAB
LE `Friend
List` (
|
|
|
1168 |
|
`ID` big
int(8) NOT
NULL defa
ult '0',
|
|
|
1169 |
|
`Profile
` bigint(8
) NOT NULL
default '
0',
|
|
|
1170 |
|
`Check`
tinyint(2)
NOT NULL
default '0
',
|
|
|
1171 |
|
UNIQUE K
EY `Friend
Pair` (`ID
`,`Profile
`),
|
|
|
1172 |
|
KEY `ID`
(`ID`),
|
|
|
1173 |
|
KEY `Pro
file` (`Pr
ofile`)
|
|
|
1174 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1175 |
|
|
|
|
1176 |
|
--
|
|
|
1177 |
|
-- Dumping
data for
table `Fri
endList`
|
|
|
1178 |
|
--
|
|
|
1179 |
|
|
|
|
1180 |
|
|
|
|
1181 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1182 |
|
|
|
|
1183 |
|
--
|
|
|
1184 |
|
-- Table s
tructure f
or table `
GalleryAlb
ums`
|
|
|
1185 |
|
--
|
|
|
1186 |
|
|
|
|
1187 |
|
CREATE TAB
LE `Galler
yAlbums` (
|
|
|
1188 |
|
`ID` int
(8) unsign
ed NOT NUL
L auto_inc
rement,
|
|
|
1189 |
|
`IDMembe
r` bigint(
8) unsigne
d NOT NULL
default '
0',
|
|
|
1190 |
|
`Name` v
archar(255
) NOT NULL
default '
',
|
|
|
1191 |
|
`Comment
` tinytext
,
|
|
|
1192 |
|
`Created
` datetime
NOT NULL
default '0
000-00-00
00:00:00',
|
|
|
1193 |
|
`Modifie
d` datetim
e NOT NULL
default '
0000-00-00
00:00:00'
,
|
|
|
1194 |
|
`Access`
enum('pub
lic','priv
ate','frie
nds') NOT
NULL defau
lt 'public
',
|
|
|
1195 |
|
PRIMARY
KEY (`ID`
),
|
|
|
1196 |
|
KEY `IDM
ember` (`I
DMember`)
|
|
|
1197 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1198 |
|
|
|
|
1199 |
|
--
|
|
|
1200 |
|
-- Dumping
data for
table `Gal
leryAlbums
`
|
|
|
1201 |
|
--
|
|
|
1202 |
|
|
|
|
1203 |
|
|
|
|
1204 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1205 |
|
|
|
|
1206 |
|
--
|
|
|
1207 |
|
-- Table s
tructure f
or table `
GalleryObj
ects`
|
|
|
1208 |
|
--
|
|
|
1209 |
|
|
|
|
1210 |
|
CREATE TAB
LE `Galler
yObjects`
(
|
|
|
1211 |
|
`ID` big
int(10) un
signed NOT
NULL auto
_increment
,
|
|
|
1212 |
|
`IDAlbum
` int(8) u
nsigned NO
T NULL def
ault '0',
|
|
|
1213 |
|
`Filenam
e` varchar
(255) NOT
NULL defau
lt '',
|
|
|
1214 |
|
`ThumbFi
lename` va
rchar(255)
default N
ULL,
|
|
|
1215 |
|
`ObjectT
ype` enum(
'photo','a
udio','vid
eo') NOT N
ULL defaul
t 'photo',
|
|
|
1216 |
|
`Comment
` tinytext
,
|
|
|
1217 |
|
`Created
` datetime
NOT NULL
default '0
000-00-00
00:00:00',
|
|
|
1218 |
|
`Modifie
d` datetim
e NOT NULL
default '
0000-00-00
00:00:00'
,
|
|
|
1219 |
|
`OrderIn
Album` int
(4) unsign
ed NOT NUL
L default
'0',
|
|
|
1220 |
|
`Approve
d` tinyint
(1) unsign
ed NOT NUL
L default
'0',
|
|
|
1221 |
|
PRIMARY
KEY (`ID`
),
|
|
|
1222 |
|
KEY `IDA
lbum` (`ID
Album`)
|
|
|
1223 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1224 |
|
|
|
|
1225 |
|
--
|
|
|
1226 |
|
-- Dumping
data for
table `Gal
leryObject
s`
|
|
|
1227 |
|
--
|
|
|
1228 |
|
|
|
|
1229 |
|
|
|
|
1230 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1231 |
|
|
|
|
1232 |
|
--
|
|
|
1233 |
|
-- Table s
tructure f
or table `
GlParams`
|
|
|
1234 |
|
--
|
|
|
1235 |
|
|
|
|
1236 |
|
CREATE TAB
LE `GlPara
ms` (
|
|
|
1237 |
|
`Name` v
archar(32)
NOT NULL
default ''
,
|
|
|
1238 |
|
`VALUE`
mediumtext
NOT NULL,
|
|
|
1239 |
|
`kateg`
int(11) NO
T NULL def
ault '0',
|
|
|
1240 |
|
`desc` v
archar(255
) NOT NULL
default '
',
|
|
|
1241 |
|
`Type` e
num('digit
','text','
checkbox',
'select','
combobox')
NOT NULL
default 'd
igit',
|
|
|
1242 |
|
`check`
text NOT N
ULL,
|
|
|
1243 |
|
`err_tex
t` varchar
(255) NOT
NULL defau
lt '',
|
|
|
1244 |
|
`order_i
n_kateg` f
loat defau
lt NULL,
|
|
|
1245 |
|
PRIMARY
KEY (`Nam
e`),
|
|
|
1246 |
|
KEY `kat
eg` (`kate
g`)
|
|
|
1247 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1248 |
|
|
|
|
1249 |
|
--
|
|
|
1250 |
|
-- Dumping
data for
table `GlP
arams`
|
|
|
1251 |
|
--
|
|
|
1252 |
|
|
|
|
1253 |
|
INSERT INT
O `GlParam
s` VALUES
('anon_mod
e', '', 1,
'Anonymou
s mode (no
contact i
nformation
)', 'check
box', '',
'', 12);
|
|
|
1254 |
|
INSERT INT
O `GlParam
s` VALUES
('autoAppr
oval_ifJoi
n', 'on',
6, 'Automa
tic profil
e activati
on after j
oining', '
checkbox',
'', '', N
ULL);
|
|
|
1255 |
|
INSERT INT
O `GlParam
s` VALUES
('autoAppr
oval_ifPho
to', 'on',
6, 'Do no
t change p
rofile sta
tus after
photo uplo
ading', 'c
heckbox',
'', '', NU
LL);
|
|
|
1256 |
|
INSERT INT
O `GlParam
s` VALUES
('autoAppr
oval_ifPro
file', 'on
', 6, 'Do
not change
profile s
tatus afte
r editing
profile in
formation'
, 'checkbo
x', '', ''
, NULL);
|
|
|
1257 |
|
INSERT INT
O `GlParam
s` VALUES
('autoAppr
oval_ifSou
nd', 'on',
6, 'Do no
t change p
rofile sta
tus after
sound uplo
ading', 'c
heckbox',
'', '', NU
LL);
|
|
|
1258 |
|
INSERT INT
O `GlParam
s` VALUES
('autoAppr
oval_ifVid
eo', 'on',
6, 'Do no
t change p
rofile sta
tus after
video uplo
ading', 'c
heckbox',
'', '', NU
LL);
|
|
|
1259 |
|
INSERT INT
O `GlParam
s` VALUES
('autoAppr
oval_Photo
', 'on', 6
, 'Automat
ic photo a
ctivation
after uplo
ading', 'c
heckbox',
'', '', NU
LL);
|
|
|
1260 |
|
INSERT INT
O `GlParam
s` VALUES
('breadCra
mpDivider'
, '/', 22,
'Bread cr
umb divide
r', 'digit
', '', '',
7);
|
|
|
1261 |
|
INSERT INT
O `GlParam
s` VALUES
('blogCapt
ionMaxLeng
ht', '150'
, 22, 'Max
imum lengt
h of Blog
Caption',
'digit', '
', '', 5);
|
|
|
1262 |
|
INSERT INT
O `GlParam
s` VALUES
('blogCate
goryCaptio
nMaxLenght
', '150',
22, 'Maxim
um length
of Blog Ca
tegory cap
tion', 'di
git', '',
'', 3);
|
|
|
1263 |
|
INSERT INT
O `GlParam
s` VALUES
('blogCate
goryDescMa
xLenght',
'300', 22,
'Maximum
length of
Blog Categ
ory descri
ption', 'd
igit', '',
'', 4);
|
|
|
1264 |
|
INSERT INT
O `GlParam
s` VALUES
('blogComm
entMaxLeng
ht', '250'
, 22, 'Max
imum lengt
h of Blog
comment',
'digit', '
', '', 2);
|
|
|
1265 |
|
INSERT INT
O `GlParam
s` VALUES
('blogText
MaxLenght'
, '2000',
22, 'Maxim
um length
of Blog Te
xt', 'digi
t', '', ''
, 6);
|
|
|
1266 |
|
INSERT INT
O `GlParam
s` VALUES
('blogAuto
Approval',
'on', 22,
'Enable A
utoApprova
l of Blogs
', 'checkb
ox', '', '
', 7);
|
|
|
1267 |
|
INSERT INT
O `GlParam
s` VALUES
('blog_ste
p', '10',
1, 'How ma
ny blogs s
howing on
page', 'di
git', '',
'', 15);
|
|
|
1268 |
|
INSERT INT
O `GlParam
s` VALUES
('chicks_f
or_free',
'', 1, 'Ch
icks for f
ree', 'sel
ect', '',
'', 22);
|
|
|
1269 |
|
INSERT INT
O `GlParam
s` VALUES
('chicks_f
or_free_me
mbership',
'2', 1, '
Membership
level ass
igned to c
hicks for
free', 'co
mbobox', '
', '', 23)
;
|
|
|
1270 |
|
INSERT INT
O `GlParam
s` VALUES
('cmdDay',
'10', 0,
'', 'digit
', '', '',
NULL);
|
|
|
1271 |
|
INSERT INT
O `GlParam
s` VALUES
('compose_
index_cols
', 'conten
t,menu', 0
, '', 'sel
ect', '',
'', NULL);
|
|
|
1272 |
|
INSERT INT
O `GlParam
s` VALUES
('credit2m
oney', '4'
, 14, 'Cur
rency/cred
it rate',
'digit', '
', '', 7);
|
|
|
1273 |
|
INSERT INT
O `GlParam
s` VALUES
('credit_d
iscount_st
ep', '0',
14, 'Disco
unt step i
n USD ( 0
- no disco
unts )', '
digit', ''
, '', 2);
|
|
|
1274 |
|
INSERT INT
O `GlParam
s` VALUES
('credit_s
tep', '20'
, 14, 'Ste
p in credi
ts', 'digi
t', 'retur
n $arg0 !=
0;', 'Can
not be eq
ual to 0 (
zero)', 3)
;
|
|
|
1275 |
|
INSERT INT
O `GlParam
s` VALUES
('currency
_code', 'U
SD', 0, 'C
urrency co
de (for ch
eckout sys
tem)', 'co
mbobox', '
return str
len($arg0)
> 0;', 'c
annot be e
mpty.', NU
LL);
|
|
|
1276 |
|
INSERT INT
O `GlParam
s` VALUES
('currency
_sign', '$
', 15, 'Cu
rrency sig
n (for dis
play purpo
ses only)'
, 'digit',
'return s
trlen($arg
0) > 0;',
'cannot be
empty.',
9);
|
|
|
1277 |
|
INSERT INT
O `GlParam
s` VALUES
('date_for
mat', '%m-
%d-%y %H:%
i', 15, 'L
ong Date F
ormat <a h
ref="#" on
click="jav
ascript: w
indow.open
(''/admin/
help.html'
', ''DateF
ormat'', '
'width=500
,height=40
0,scrollba
rs=yes,men
ubar=no,re
sizable=no
''); retur
n false;">
?</a>', 'd
igit', '',
'', 15);
|
|
|
1278 |
|
INSERT INT
O `GlParam
s` VALUES
('db_clean
_msg', '18
0', 11, 'C
lean old m
essages (
days )', '
digit', ''
, '', NULL
);
|
|
|
1279 |
|
INSERT INT
O `GlParam
s` VALUES
('db_clean
_priv_msg'
, '2', 11,
'Clean ol
d private
messages (
days )',
'digit', '
', '', NUL
L);
|
|
|
1280 |
|
INSERT INT
O `GlParam
s` VALUES
('db_clean
_profiles'
, '180', 1
1, 'Clean
old profil
es by last
log in (
days )', '
digit', ''
, '', NULL
);
|
|
|
1281 |
|
INSERT INT
O `GlParam
s` VALUES
('db_clean
_views', '
180', 11,
'Clean old
profile v
iews ( day
s )', 'dig
it', '', '
', NULL);
|
|
|
1282 |
|
INSERT INT
O `GlParam
s` VALUES
('db_clean
_vkiss', '
90', 11, '
Clean old
greetings
( days )',
'digit',
'', '', NU
LL);
|
|
|
1283 |
|
INSERT INT
O `GlParam
s` VALUES
('default_
country',
'US', 0, '
Default Co
untry on I
ndex Page'
, 'text',
'', '', NU
LL);
|
|
|
1284 |
|
INSERT INT
O `GlParam
s` VALUES
('default_
online_use
rs_num', '
50', 3, 'M
aximum num
ber of onl
ine member
s shown in
the membe
r control
panel', 'd
igit', '',
'', 6);
|
|
|
1285 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_a
ff', '', 1
5, 'Enable
affiliate
support',
'checkbox
', '', '',
1);
|
|
|
1286 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_a
udio_uploa
d', 'on',
23, 'Enabl
e uploadin
g of audio
files', '
checkbox',
'', '', 3
);
|
|
|
1287 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_b
log', 'on'
, 1, 'Enab
le blog',
'checkbox'
, '', '',
14);
|
|
|
1288 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_c
ontact_for
m', 'on',
15, 'Show
contact fo
rm on cont
act us pag
e', 'check
box', '',
'', 2);
|
|
|
1289 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_c
upid', 'on
', 12, 'En
able cupid
mails', '
checkbox',
'', '', N
ULL);
|
|
|
1290 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_c
ustomizati
on', 'on',
1, 'Enabl
e profile
customizat
ion', 'che
ckbox', ''
, '', 10);
|
|
|
1291 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_e
vent_creat
ing', 'on'
, 21, 'All
ow members
to create
events',
'checkbox'
, '', '',
NULL);
|
|
|
1292 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_g
allery', '
on', 2, 'E
nable gall
ery', 'che
ckbox', ''
, '', 1);
|
|
|
1293 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_g
d', 'on',
15, 'Use G
D library
for image
processing
', 'checkb
ox', '', '
', 5);
|
|
|
1294 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_g
uestbook',
'on', 1,
'Enable gu
estbook',
'checkbox'
, '', '',
13);
|
|
|
1295 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_i
m', '', 3,
'Enable I
nstant Mes
senger', '
checkbox',
'', '', 1
);
|
|
|
1296 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_i
nbox_notif
y', '', 17
, 'Enable
new messag
e notifica
tions', 'c
heckbox',
'', '', NU
LL);
|
|
|
1297 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_m
atch', 'on
', 12, 'En
able match
making', '
checkbox',
'', '', N
ULL);
|
|
|
1298 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_m
sg_dest_ch
oice', 'on
', 17, 'En
able messa
ge destina
tion user
choice', '
checkbox',
'', '', N
ULL);
|
|
|
1299 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_p
oll', 'on'
, 20, 'Ena
ble member
s polls',
'checkbox'
, '', '',
NULL);
|
|
|
1300 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_p
rofileComm
ents', 'on
', 1, 'Ena
ble Commen
ts for pro
files', 'c
heckbox',
'', '', 7)
;
|
|
|
1301 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_p
romotion_m
embership'
, 'on', 7,
'Enable p
romotional
membershi
p', 'check
box', '',
'', 1);
|
|
|
1302 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_r
ay', 'on',
15, 'Enab
le Ray', '
checkbox',
'', '', 2
);
|
|
|
1303 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_r
ay_pro', '
', 15, 'En
able Ray P
ro (must b
e installe
d and Ray
must be en
abled)', '
checkbox',
'', '', 7
);
|
|
|
1304 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_r
ecurring',
'on', 0,
'Enable re
curring bi
llings', '
checkbox',
'', '', N
ULL);
|
|
|
1305 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_s
dating', '
on', 21, '
Enable Spe
edDating',
'checkbox
', '', '',
NULL);
|
|
|
1306 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_s
ecurity_im
age', 'on'
, 3, 'Enab
le securit
y image on
join page
', 'checkb
ox', '', '
', 2);
|
|
|
1307 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_s
houtBox',
'on', 15,
'Enable Sh
outBox', '
checkbox',
'', '', 6
);
|
|
|
1308 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_t
emplate',
'', 15, 'E
nable User
s to Chang
e Template
s', 'check
box', '',
'', NULL);
|
|
|
1309 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_v
ideo_uploa
d', 'on',
23, 'Enabl
e uploadin
g of video
files', '
checkbox',
'', '', 2
);
|
|
|
1310 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_w
atermark',
'on', 16,
'Enable W
atermark',
'checkbox
', '', '',
1);
|
|
|
1311 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_z
ip_loc', '
on', 15, '
Enable sea
rch by ZIP
codes', '
checkbox',
'', '', 0
);
|
|
|
1312 |
|
INSERT INT
O `GlParam
s` VALUES(
'en_credit
s', '', 14
, 'Enable
credits',
'checkbox'
, '', '',
1);
|
|
|
1313 |
|
INSERT INT
O `GlParam
s` VALUES
('expire_n
otificatio
n_days', '
1', 5, 'Nu
mber of da
ys before
membership
expiratio
n to notif
y members
( -1 = aft
er expirat
ion )', 'd
igit', '',
'', NULL)
;
|
|
|
1314 |
|
INSERT INT
O `GlParam
s` VALUES
('expire_n
otify_once
', 'on', 5
, 'Notify
members ab
out member
ship expir
ation only
once (eve
ry day oth
erwise)',
'checkbox'
, '', '',
NULL);
|
|
|
1315 |
|
INSERT INT
O `GlParam
s` VALUES
('featured
_mode', 'h
orizontal'
, 0, 'Feat
ured membe
rs layout
direction'
, 'combobo
x', 'retur
n $arg0 ==
''vertica
l'' || $ar
g0 == ''ho
rizontal''
? true :
false;', '
posible va
lues : hor
izontal, v
ertical',
NULL);
|
|
|
1316 |
|
INSERT INT
O `GlParam
s` VALUES
('featured
_num', '6'
, 0, 'Numb
er of feat
ured membe
rs display
ed on fron
t page', '
digit', 'r
eturn $arg
0 >= 0;',
'must be e
qual to or
greater t
han zero.'
, NULL);
|
|
|
1317 |
|
INSERT INT
O `GlParam
s` VALUES
('free_mod
e', 'on',
0, 'Site i
s running
in free mo
de', 'chec
kbox', '',
'', NULL)
;
|
|
|
1318 |
|
INSERT INT
O `GlParam
s` VALUES
('friendli
st', 'on',
15, 'Show
Friend Li
st', 'chec
kbox', '',
'', 3);
|
|
|
1319 |
|
INSERT INT
O `GlParam
s` VALUES
('gallery_
alboms', '
20', 2, 'H
ow many al
bums allow
ed for one
member in
one categ
ory', 'dig
it', '', '
', 3);
|
|
|
1320 |
|
INSERT INT
O `GlParam
s` VALUES
('gallery_
audio_size
', '167772
16', 2, 'M
aximum siz
e for audi
o file in
gallery (i
n byte)',
'digit', '
', '', 8);
|
|
|
1321 |
|
INSERT INT
O `GlParam
s` VALUES
('gallery_
objects',
'100', 2,
'How many
objects al
lowed for
one member
in one al
bum', 'dig
it', '', '
', 4);
|
|
|
1322 |
|
INSERT INT
O `GlParam
s` VALUES
('gallery_
objects_st
ep', '9',
2, 'How ma
ny objects
showing o
n page', '
digit', ''
, '', 4);
|
|
|
1323 |
|
INSERT INT
O `GlParam
s` VALUES
('gallery_
photo_heig
ht', '250'
, 2, 'Heig
ht of gall
ery photo
in pixels'
, 'digit',
'', '', 6
);
|
|
|
1324 |
|
INSERT INT
O `GlParam
s` VALUES
('gallery_
photo_size
', '838860
80', 2, 'M
aximum siz
e for phot
o file in
gallery (i
n byte)',
'digit', '
', '', 7);
|
|
|
1325 |
|
INSERT INT
O `GlParam
s` VALUES
('gallery_
photo_widt
h', '250',
2, 'Width
of galler
y photo in
pixels',
'digit', '
', '', 5);
|
|
|
1326 |
|
INSERT INT
O `GlParam
s` VALUES
('gallery_
show_unapp
roved', 'o
n', 2, 'Sh
ow unappro
ved object
s in galle
ry', 'chec
kbox', '',
'', 2);
|
|
|
1327 |
|
INSERT INT
O `GlParam
s` VALUES
('gallery_
video_size
', '167772
16', 2, 'M
aximum siz
e for vide
o file in
gallery (i
n byte)',
'digit', '
', '', 9);
|
|
|
1328 |
|
INSERT INT
O `GlParam
s` VALUES
('lang_def
ault', 'En
glish', 0,
'Default
site langu
age', 'tex
t', '', ''
, NULL);
|
|
|
1329 |
|
INSERT INT
O `GlParam
s` VALUES
('lang_ena
ble', '1',
0, 'Enabl
es languag
e switchin
g', 'digit
', '', '',
NULL);
|
|
|
1330 |
|
INSERT INT
O `GlParam
s` VALUES
('match_pe
rcent', '7
0', 12, 'S
end a cupi
d mail if
the recent
ly joined
profile ma
tches more
than this
percentag
e', 'digit
', '', '',
NULL);
|
|
|
1331 |
|
INSERT INT
O `GlParam
s` VALUES
('max_audi
o_files',
'20', 23,
'Max numbe
r of audio
files in
profile',
'digit', '
', '', 17)
;
|
|
|
1332 |
|
INSERT INT
O `GlParam
s` VALUES
('max_audi
o_size', '
2', 23, 'M
ax size of
audio fil
e (in MB)'
, 'digit',
'', '', 1
8);
|
|
|
1333 |
|
INSERT INT
O `GlParam
s` VALUES
('max_cred
it_a', '20
0', 14, 'M
aximum cre
dit sum',
'digit', '
', '', 6);
|
|
|
1334 |
|
INSERT INT
O `GlParam
s` VALUES
('max_icon
_height',
'45', 23,
'Max heigh
t of profi
le icon (i
n pixels)'
, 'digit',
'', '', 8
);
|
|
|
1335 |
|
INSERT INT
O `GlParam
s` VALUES
('max_icon
_width', '
45', 23, '
Max width
of profile
icon (in
pixels)',
'digit', '
', '', 7);
|
|
|
1336 |
|
INSERT INT
O `GlParam
s` VALUES
('max_inbo
x_messages
', '5', 3,
'Maximum
number of
messages s
tored in i
nbox', 'di
git', '',
'', 3);
|
|
|
1337 |
|
INSERT INT
O `GlParam
s` VALUES
('max_inbo
x_message_
size', '15
00', 3, 'M
aximum mes
sage size
in symbols
', 'digit'
, '', '',
4);
|
|
|
1338 |
|
INSERT INT
O `GlParam
s` VALUES
('max_medi
a_title',
'150', 23,
'Max leng
th of titl
e for medi
a file', '
digit', ''
, '', 3.1)
;
|
|
|
1339 |
|
INSERT INT
O `GlParam
s` VALUES
('max_news
_header',
'50', 10,
'Maximum l
ength of n
ews header
', 'digit'
, '', '',
NULL);
|
|
|
1340 |
|
INSERT INT
O `GlParam
s` VALUES
('max_news
_on_home',
'2', 10,
'Maximum n
umber of n
ews items
to show on
homepage'
, 'digit',
'', '', N
ULL);
|
|
|
1341 |
|
INSERT INT
O `GlParam
s` VALUES
('max_news
_preview',
'128', 10
, 'Maximum
length of
news prev
iew', 'dig
it', '', '
', NULL);
|
|
|
1342 |
|
INSERT INT
O `GlParam
s` VALUES
('max_news
_text', '4
096', 10,
'Maximum l
ength of n
ews text',
'digit',
'', '', NU
LL);
|
|
|
1343 |
|
INSERT INT
O `GlParam
s` VALUES
('max_phot
o_files',
'20', 23,
'Max numbe
r of profi
le photos'
, 'digit',
'', '', 1
3);
|
|
|
1344 |
|
INSERT INT
O `GlParam
s` VALUES
('max_phot
o_height',
'340', 23
, 'Max hei
ght of pro
file photo
(in pixel
s)', 'digi
t', '', ''
, 12);
|
|
|
1345 |
|
INSERT INT
O `GlParam
s` VALUES
('max_phot
o_width',
'340', 23,
'Max widt
h of profi
le photo (
in pixels)
', 'digit'
, '', '',
11);
|
|
|
1346 |
|
INSERT INT
O `GlParam
s` VALUES
('max_stor
y_header',
'32', 10,
'Maximum
length of
story head
er', 'digi
t', '', ''
, NULL);
|
|
|
1347 |
|
INSERT INT
O `GlParam
s` VALUES
('max_stor
y_preview'
, '400', 1
0, 'Maximu
m length o
f story pr
eview text
', 'digit'
, '', '',
NULL);
|
|
|
1348 |
|
INSERT INT
O `GlParam
s` VALUES
('max_stor
y_text', '
4096', 10,
'Maximum
length of
story text
', 'digit'
, '', '',
NULL);
|
|
|
1349 |
|
INSERT INT
O `GlParam
s` VALUES
('max_thum
b_height',
'110', 23
, 'Max hei
ght of pro
file thumb
nail (in p
ixels)', '
digit', ''
, '', 10);
|
|
|
1350 |
|
INSERT INT
O `GlParam
s` VALUES
('max_thum
b_width',
'110', 23,
'Max widt
h of profi
le thumbna
il (in pix
els)', 'di
git', '',
'', 9);
|
|
|
1351 |
|
INSERT INT
O `GlParam
s` VALUES
('max_vide
o_files',
'20', 23,
'Max numbe
r of video
files in
profile',
'digit', '
', '', 15)
;
|
|
|
1352 |
|
INSERT INT
O `GlParam
s` VALUES
('max_vide
o_size', '
2', 23, 'M
ax size of
video fil
e (in MB)'
, 'digit',
'return $
arg0 > 0;'
, 'must be
greater t
han zero.'
, 16);
|
|
|
1353 |
|
INSERT INT
O `GlParam
s` VALUES
('membersh
ip_only',
'on', 5, '
Membership
only (wit
hout shopp
ing cart)'
, 'checkbo
x', '', ''
, NULL);
|
|
|
1354 |
|
INSERT INT
O `GlParam
s` VALUES
('member_o
nline_time
', '5', 3,
'Time per
iod in min
utes withi
n which a
member is
considered
to be onl
ine', 'dig
it', '', '
', 5);
|
|
|
1355 |
|
INSERT INT
O `GlParam
s` VALUES
('MetaDesc
ription',
'', 19, 'I
nsert Meta
descripti
on on site
pages',
'text', ''
, '', NULL
);
|
|
|
1356 |
|
INSERT INT
O `GlParam
s` VALUES
('MetaKeyW
ords', '',
19, 'Inse
rt Meta ke
ywords on
site pages
(comma-se
parated li
st)', 'tex
t', '', ''
, NULL);
|
|
|
1357 |
|
INSERT INT
O `GlParam
s` VALUES
('min_cred
it_a', '20
', 14, 'Mi
nimum cred
it sum', '
digit', ''
, '', 5);
|
|
|
1358 |
|
INSERT INT
O `GlParam
s` VALUES
('min_medi
a_title',
'1', 23, '
Min length
of title
for media
file', 'di
git', '',
'', 3.2);
|
|
|
1359 |
|
INSERT INT
O `GlParam
s` VALUES
('more_pho
tos_on_sea
rchrow', '
on', 1, 'S
how "More
Photos" li
nk on sear
ch result'
, 'checkbo
x', '', ''
, 11);
|
|
|
1360 |
|
INSERT INT
O `GlParam
s` VALUES
('msgs_per
_start', '
20', 8, 'S
end emails
from queu
e, it happ
ens every
cron execu
tion (5m-1
h)', 'digi
t', '', ''
, NULL);
|
|
|
1361 |
|
INSERT INT
O `GlParam
s` VALUES
('msg_cred
its', '4',
14, 'Cost
of the on
e message
(in credit
s)', 'digi
t', '', ''
, 4);
|
|
|
1362 |
|
INSERT INT
O `GlParam
s` VALUES
('news_ena
ble', '1',
0, 'show
boonex new
s in admin
panel', '
digit', ''
, '', NULL
);
|
|
|
1363 |
|
INSERT INT
O `GlParam
s` VALUES
('newusern
otify', 'o
n', 1, 'Ne
w User Not
ify', 'che
ckbox', ''
, '', 2);
|
|
|
1364 |
|
INSERT INT
O `GlParam
s` VALUES
('profile_
pic_num',
'5', 15, '
Maximum nu
mber of pr
ofile pict
ures', 'di
git', 'ret
urn $arg0
> 0 and $a
rg0 <= 10;
', 'Only 1
to 10 max
imum numbe
r of profi
le picture
s allowed.
', 10);
|
|
|
1365 |
|
INSERT INT
O `GlParam
s` VALUES
('profile_
poll_num',
'4', 20,
'Number of
polls tha
t user can
create',
'digit', '
', '', NUL
L);
|
|
|
1366 |
|
INSERT INT
O `GlParam
s` VALUES
('profile_
poll_act',
'on', 20,
'Enable p
rofile pol
ls activat
ion', 'che
ckbox', ''
, '', NULL
);
|
|
|
1367 |
|
INSERT INT
O `GlParam
s` VALUES
('promotio
n_membersh
ip_days',
'7', 7, 'N
umber of d
ays for pr
omotional
membership
', 'digit'
, '', '',
2);
|
|
|
1368 |
|
INSERT INT
O `GlParam
s` VALUES
('sdating_
count_days
_for_match
es', '3',
0, '', 'di
git', '',
'', NULL);
|
|
|
1369 |
|
INSERT INT
O `GlParam
s` VALUES
('search_e
nd_age', '
75', 1, 'H
ighest age
possible
for site m
embers', '
digit', ''
, '', 21);
|
|
|
1370 |
|
INSERT INT
O `GlParam
s` VALUES
('search_s
tart_age',
'18', 1,
'Lowest ag
e possible
for site
members',
'digit', '
', '', 20)
;
|
|
|
1371 |
|
INSERT INT
O `GlParam
s` VALUES
('short_da
te_format'
, '%m-%d-%
y', 15, 'S
hort Date
Format <a
href="#" o
nclick="ja
vascript:
window.ope
n(''/admin
/help.html
'', ''Date
Format'',
''width=50
0,height=4
00,scrollb
ars=yes,me
nubar=no,r
esizable=n
o''); retu
rn false;"
>?</a>', '
digit', ''
, '', 14);
|
|
|
1372 |
|
INSERT INT
O `GlParam
s` VALUES
('template
', 'uni',
15, 'Templ
ate', 'com
bobox', 'g
lobal $dir
; return (
strlen($ar
g0) > 0 &&
file_exis
ts($dir["r
oot"]."tem
plates/tmp
l_".$arg0)
) ? true
: false;',
'cannot b
e empty an
d template
must be v
alid.', 17
);
|
|
|
1373 |
|
INSERT INT
O `GlParam
s` VALUES
('top_memb
ers_max_nu
m', '6', 0
, 'How man
y results
show on in
dex page i
n top memb
ers area',
'digit',
'', '', NU
LL);
|
|
|
1374 |
|
INSERT INT
O `GlParam
s` VALUES
('top_memb
ers_mode',
'rand', 0
, 'Show me
mbers on i
ndex page<
br /> (if
enabled in
the templ
ate)', 'co
mbobox', '
return $ar
g0 == ''on
line'' ||
$arg0 == '
'rand'' ||
$arg0 ==
''last'' |
| $arg0 ==
''top'' ?
true : fa
lse;', 'po
sible valu
es : onlin
e, rand, l
ast, top',
NULL);
|
|
|
1375 |
|
INSERT INT
O `GlParam
s` VALUES
('track_pr
ofile_view
', 'on', 1
, 'Track a
ll profile
views. La
ter a memb
er can man
age these
"views".',
'checkbox
', '', '',
1);
|
|
|
1376 |
|
INSERT INT
O `GlParam
s` VALUES
('transpar
ent1', '15
', 16, 'Tr
ansparency
for first
image', '
digit', ''
, '', 2);
|
|
|
1377 |
|
INSERT INT
O `GlParam
s` VALUES
('transpar
ent2', '15
', 16, 'Tr
ansparency
for secon
d image',
'digit', '
', '', NUL
L);
|
|
|
1378 |
|
INSERT INT
O `GlParam
s` VALUES
('t_Activa
tion', '<h
tml><head>
</head><bo
dy style="
font: 12px
Verdana;
color:#000
000">\r\n<
p><b>Dear
<RealName>
</b>,</p>\
r\n\r\n<p>
Your profi
le was rev
iewed and
activated
!</p>\r\n\
r\n<p>Simp
ly follow
the link b
elow to en
joy our se
rvices:<br
/><a href
="<Domain>
member.php
"><Domain>
member.php
</a></p>\r
\n\r\n<p>Y
our identi
fication n
umber (ID)
: <span st
yle="color
:#FF6633">
<recipient
ID></span>
</p>\r\n\r
\n<p>Your
e-mail use
d for regi
stration:
<span styl
e="color:#
FF6633"><E
mail></spa
n></p>\r\n
\r\n<p><b>
Thank you
for using
our servic
es!</b></p
>\r\n\r\n<
p>--</p>\r
\n<p style
="font: bo
ld 10px Ve
rdana; col
or:red"><S
iteName> m
ail delive
ry system!
!!\r\n<br
/>Auto-gen
erated e-m
ail, pleas
e, do not
reply!!!</
p></body><
/html>', 4
, 'Profile
activatio
n message
template.
Automatica
lly sent t
o a member
, when pro
file statu
s is chang
ed to "Act
ive".', 't
ext', '',
'', NULL);
|
|
|
1379 |
|
INSERT INT
O `GlParam
s` VALUES
('t_Activa
tion_subje
ct', 'Prof
ile status
was chang
ed to Acti
ve', 4, ''
, 'text',
'', '', NU
LL);
|
|
|
1380 |
|
INSERT INT
O `GlParam
s` VALUES
('t_AdminE
mail', '<h
tml><head>
</head><bo
dy style="
font: 12px
Verdana;
color:#000
000">\r\n<
p><b>Dear
<RealName>
</b>,</p>\
r\n\r\n<p>
Administra
tion of th
e <a href=
"<Domain>"
><SiteName
></a> is g
lad to inf
orm you th
at </p>\r\
n\r\n<p>==
==========
==========
===</p>\r\
n<p style=
"color:#3B
5C8E"><Mes
sageText><
/p>\r\n<p>
==========
==========
=====</p>\
r\n\r\n\r\
n <p style
="font-siz
e:10px;">N
OTE: You r
eceived th
is message
because o
ur records
show that
you are a
registere
d member o
f <a href=
"<Domain>"
><SiteName
></a> (<Do
main>).\r\
n If you w
ish to unr
egister, l
og in to y
our member
account a
nd hit "Un
register".
</p>\r\n\r
\n<p>-----
</p>\r\n<p
style="fo
nt: bold 1
0px Verdan
a; color:r
ed"><SiteN
ame> mail
delivery s
ystem!!!\r
\nAuto-gen
erated e-m
ail, pleas
e, do not
reply!!!</
p></body><
/html>', 4
, 'Email t
emplate fo
r message
sending fr
om the Adm
in Panel.'
, 'text',
'', '', NU
LL);
|
|
|
1381 |
|
INSERT INT
O `GlParam
s` VALUES
('t_AdminE
mail_subje
ct', 'Mess
age from <
SiteName>
Admin', 4,
'', 'text
', '', '',
NULL);
|
|
|
1382 |
|
INSERT INT
O `GlParam
s` VALUES
('t_Compos
e', '<html
><head></h
ead><body
style="fon
t: 12px Ve
rdana; col
or:#000000
">\r\n<p><
b>Hello <R
ealName></
b>,</p>\r\
n\r\n<p>Yo
u have rec
eived a me
ssage from
<ProfileR
eference>!
</p>\r\n\r
\n<p>To ch
eck this m
essage log
in to your
account h
ere: <a hr
ef="<Domai
n>member.p
hp"><Domai
n>member.p
hp</a></p>
\r\n\r\n<p
>---</p>\r
\nBest reg
ards, <Si
teName> \r
\n<p style
="font: bo
ld 10px Ve
rdana; col
or:red">!!
!Auto-gene
rated e-ma
il, please
, do not r
eply!!!</p
></body></
html>', 4,
'Email te
mplate for
notificat
ion about
new messag
es in the
inbox.', '
text', '',
'', NULL)
;
|
|
|
1383 |
|
INSERT INT
O `GlParam
s` VALUES
('t_Compos
e_subject'
, 'Notific
ation abou
t new mess
ages in th
e inbox',
4, '', 'te
xt', '', '
', NULL);
|
|
|
1384 |
|
INSERT INT
O `GlParam
s` VALUES
('t_Confir
mation', '
<html><hea
d></head><
body style
="font: 12
px Verdana
; color:#0
00000">\r\
n<p><b>Dea
r <RealNam
e></b>,</p
>\r\n\r\n<
p>Thank yo
u for regi
stering at
<SiteName
>!</p>\r\n
\r\n<p sty
le="color:
#3B5C8E">C
ONFIRMATIO
N CODE: <C
onfCode></
p>\r\n\r\n
<p>Or you
can also s
imply foll
ow the lin
k below:\r
\n<a href=
"<Confirma
tionLink>"
><Confirma
tionLink><
/a></p>\r\
n\r\n<p>Th
is is nece
ssary to c
omplete yo
ur registr
ation.<br
/>Without
doing that
you won''
t be submi
tted to ou
r database
.</p>\r\n\
r\n<p>Your
identific
ation numb
er (ID): <
span style
="color:#F
F6633; fon
t-weight:b
old;"><rec
ipientID><
/span></p>
\r\n\r\n<p
>Your e-ma
il used fo
r registra
tion: \r\n
<span styl
e="color:#
FF6633"><E
mail></spa
n></p>\r\n
\r\n<p><b>
Thank you
for using
our servic
es!</b></p
>\r\n\r\n<
p>--</p>\r
\n<p style
="font: bo
ld 10px Ve
rdana; col
or:red"><S
iteName> m
ail delive
ry system!
!!\r\n<br
/>Auto-gen
erated e-m
ail, pleas
e, do not
reply!!!</
p></body><
/html>', 4
, 'Profile
e-mail co
nfirmation
message t
emplate. A
utomatical
ly sent to
a registe
red member
, and also
can be se
nt by admi
n to the "
Unconfirme
d" members
.', 'text'
, '', '',
NULL);
|
|
|
1385 |
|
INSERT INT
O `GlParam
s` VALUES
('t_Confir
mation_sub
ject', 'Co
nfirm your
profile',
4, '', 't
ext', '',
'', NULL);
|
|
|
1386 |
|
INSERT INT
O `GlParam
s` VALUES
('t_CupidM
ail', '<ht
ml><head><
/head><bod
y style="f
ont: 12px
Verdana; c
olor:#0000
00">\r\n<p
><b>Hello
<RealName>
</b>,</p>\
r\n\r\n<p>
We are gla
d to infor
m you that
a profile
was added
or modifi
ed at <Dom
ain> that
matches yo
urs.</p>\r
\n\r\n<p>M
atch profi
le:<span s
tyle="colo
r:#FF6633"
><a href="
<MatchProf
ileLink>">
<MatchProf
ileLink></
a></span><
/p>\r\n\r\
n<p>Your M
ember ID:<
span style
="color:#F
F6633"><St
rID></span
></p>\r\n\
r\n<p>--</
p>\r\n<p s
tyle="font
: bold 10p
x Verdana;
color:red
"><SiteNam
e> mail de
livery sys
tem!!!\r\n
<br />Auto
-generated
e-mail, p
lease, do
not reply!
!!</p></bo
dy></html>
', 4, 'Cup
id mail te
mplate', '
text', '',
'', NULL)
;
|
|
|
1387 |
|
INSERT INT
O `GlParam
s` VALUES
('t_CupidM
ail_subjec
t', '<your
subject h
ere>', 4,
'', 'text'
, '', '',
NULL);
|
|
|
1388 |
|
INSERT INT
O `GlParam
s` VALUES
('t_Forgot
', '<html>
<head></he
ad><body s
tyle="font
: 12px Ver
dana; colo
r:#000000"
>\r\n<p><b
>Dear <Rea
lName></b>
,</p>\r\n\
r\n<p>Your
member ID
: <span st
yle="color
:#FF6633">
<recipient
ID></span>
</p>\r\n\r
\n<p>Your
password:
<span styl
e="color:#
FF6633"><P
assword></
span></p>\
r\n\r\n<p>
You must l
ogin here:
<span sty
le="color:
#FF6633"><
a href="<D
omain>memb
er.php"><D
omain>memb
er.php</a>
</span></p
>\r\n\r\n<
p><b>Thank
you for u
sing our s
ervices!</
b></p>\r\n
\r\n<p>--<
/p>\r\n<p
style="fon
t: bold 10
px Verdana
; color:re
d"><SiteNa
me> mail d
elivery sy
stem!!!\r\
n<br />Aut
o-generate
d e-mail,
please, do
not reply
!!!</p></b
ody></html
>', 4, 'Fo
rgot passw
ord email
message',
'text', ''
, '', NULL
);
|
|
|
1389 |
|
INSERT INT
O `GlParam
s` VALUES
('t_Forgot
_subject',
'Forgot p
assword em
ail messag
e', 4, '',
'text', '
', '', NUL
L);
|
|
|
1390 |
|
INSERT INT
O `GlParam
s` VALUES
('t_FreeEm
ail', '<ht
ml><head><
/head><bod
y style="f
ont: 12px
Verdana; c
olor:#0000
00">\r\n<p
><b>Dear <
RealName><
/b>,</p>\r
\n\r\n<p>Y
ou have re
quested <s
trong><pro
fileNickNa
me></stron
g>''s cont
act inform
ation.</p>
\r\n\r\n<p
><ContactI
nfo></p>\r
\n\r\n<p>V
iew member
''s profil
e: <a href
="<Domain>
profile.ph
p?ID=<prof
ileID>"><D
omain>prof
ile.php?ID
=<profileI
D></a></p>
\r\n\r\n<p
><b>Thank
you for us
ing our se
rvices!</b
></p>\r\n\
r\n<p>--</
p>\r\n<p s
tyle="font
: bold 10p
x Verdana;
color:red
"><SiteNam
e> mail de
livery sys
tem!!!\r\n
<br />Auto
-generated
e-mail, p
lease, do
not reply!
!!</p></bo
dy></html>
', 4, 'Fre
e contact
informatio
n letter t
emplate se
nt to memb
ers reques
ting conta
ct informa
tion of th
ose member
s availabl
e for free
.', 'text'
, '', '',
NULL);
|
|
|
1391 |
|
INSERT INT
O `GlParam
s` VALUES
('t_FreeEm
ail_subjec
t', 'Free
contact in
formation'
, 4, '', '
text', '',
'', NULL)
;
|
|
|
1392 |
|
INSERT INT
O `GlParam
s` VALUES
('t_MemExp
iration',
'<html><he
ad></head>
<body styl
e="font: 1
2px Verdan
a; color:#
000000">\r
\n<p><b>He
llo <RealN
ame></b>,<
/p>\r\n\r\
n<p>We are
notifying
you that
your <Site
Name> <Mem
bershipNam
e> will ex
pire in <E
xpireDays>
days (-1
= already
expired).\
r\n\r\n To
renew you
r membersh
ip login t
o your <Si
teName> ac
count at <
a href="<D
omain>memb
er.php"><D
omain>memb
er.php</a>
and go to
<a href="
<Domain>me
mbership.p
hp"><Domai
n>membersh
ip.php</a>
</p>\r\n\r
\n<p>Your
Member ID:
<span sty
le="color:
#FF6633; f
ont-weight
:bold;"><r
ecipientID
></span></
p>\r\n\r\n
<p>--</p>\
r\n<p styl
e="font: b
old 10px V
erdana; co
lor:red"><
SiteName>
mail deliv
ery system
!!!\r\n<br
/>Auto-ge
nerated e-
mail, plea
se, do not
reply!!!<
/p></body>
</html>',
4, 'Member
ship expir
ation lett
er sent to
members w
hose membe
rship leve
l expires.
', 'text',
'', '', N
ULL);
|
|
|
1393 |
|
INSERT INT
O `GlParam
s` VALUES
('t_MemExp
iration_su
bject', '<
your subje
ct here>',
4, '', 't
ext', '',
'', NULL);
|
|
|
1394 |
|
INSERT INT
O `GlParam
s` VALUES
('t_Messag
e', '<html
><head></h
ead><body
style="fon
t: 12px Ve
rdana; col
or:#000000
">\r\n<p><
b>Dear <Re
alName></b
>,</p>\r\n
\r\n<p>We
are glad t
o inform y
ou that th
e member\r
\n<Profile
Reference>
has sent
you a mess
age! </p>\
r\n\r\n<p>
-------- M
essage ---
----------
----------
----------
----------
-----<br /
>\r\n<span
style="co
lor:#3B5C8
E"><Messag
eText></sp
an><br />\
r\n-------
----------
----------
----------
----------
----------
----------
--\r\n</p>
\r\n\r\n<p
><b>Thank
you for us
ing our se
rvices!</b
></p>\r\n\
r\n<p>--</
p>\r\n<p s
tyle="font
: bold 10p
x Verdana;
color:red
"><SiteNam
e> mail de
livery sys
tem!!!\r\n
<br />Auto
-generated
e-mail, p
lease, do
not reply!
!!</p></bo
dy></html>
', 4, 'Mes
sage templ
ate sent t
o members
when they
receive me
ssages fro
m other me
mbers.', '
text', '',
'', NULL)
;
|
|
|
1395 |
|
INSERT INT
O `GlParam
s` VALUES
('t_Messag
e_subject'
, 'You rec
eive messa
ges from o
ther membe
rs', 4, ''
, 'text',
'', '', NU
LL);
|
|
|
1396 |
|
INSERT INT
O `GlParam
s` VALUES
('t_PrivPh
otosAnswer
', '<html>
<head></he
ad><body s
tyle="font
: 12px Ver
dana; colo
r:#000000"
>\r\n<p><b
>Hello <Ni
ckName></b
>,</p>\r\n
\r\n<p>We
are inform
ing you th
at <PrivPh
otosMember
> granted
you a pass
word for t
heir priva
te photos.
</p>\r\n\r
\n<p>Link
to <PrivPh
otosMember
> profile
<a href="<
Profile>">
<Profile><
/a></p>\r\
n\r\n<p>--
</p>\r\n<p
style="fo
nt: bold 1
0px Verdan
a; color:r
ed"><SiteN
ame> mail
delivery s
ystem!!!\r
\n<br />Au
to-generat
ed e-mail,
please, d
o not repl
y!!!</p></
body></htm
l>', 4, 'A
nswer for
Private Ph
otos Reque
st templat
e', 'text'
, '', '',
NULL);
|
|
|
1397 |
|
INSERT INT
O `GlParam
s` VALUES
('t_PrivPh
otosAnswer
_subject',
'<your su
bject here
>', 4, '',
'text', '
', '', NUL
L);
|
|
|
1398 |
|
INSERT INT
O `GlParam
s` VALUES
('t_PrivPh
otosReques
t', '<html
><head></h
ead><body
style="fon
t: 12px Ve
rdana; col
or:#000000
">\r\n<p><
b>Hello <N
ickName></
b>,</p>\r\
n\r\n<p>We
are infor
ming you t
hat <stron
g><profile
NickName><
/strong> a
sks for a
password f
or your pr
ivate phot
os.</p>\r\
n\r\n<p>Li
nk to <pro
fileNickNa
me>''s pro
file <a hr
ef="<Domai
n>profile.
php?ID=<pr
ofileID>">
<Domain>pr
ofile.php?
ID=<profil
eID></a></
p>\r\n\r\n
<p>-------
---</p>\r\
n\r\n<p st
yle="font:
bold 10px
Verdana;
color:red"
><site></p
></body></
html>', 4,
'Request
fot Privat
e Photos t
emplate',
'text', ''
, '', NULL
);
|
|
|
1399 |
|
INSERT INT
O `GlParam
s` VALUES
('t_PrivPh
otosReques
t_subject'
, 'Request
for priva
te photo p
assword at
<SiteName
>', 4, '',
'text', '
', '', NUL
L);
|
|
|
1400 |
|
INSERT INT
O `GlParam
s` VALUES
('t_Purcha
seContacts
', '<html>
<head></he
ad><body s
tyle="font
: 12px Ver
dana; colo
r:#000000"
>\r\n<p><b
>Hello <Re
alName></b
>,</p>\r\n
\r\n<p>You
purchased
the follo
wing profi
les on <b>
<SiteName>
</b>:</p>\
r\n\r\n<Pr
ofileList>
\r\n\r\n<p
>--</p>\r\
n<p style=
"font: bol
d 10px Ver
dana; colo
r:red"><Si
teName> ma
il deliver
y system!!
!\r\n<br /
>Auto-gene
rated e-ma
il, please
, do not r
eply!!!</p
></body></
html>', 4,
'Purchase
contacts
letter tem
plate', 't
ext', '',
'', NULL);
|
|
|
1401 |
|
INSERT INT
O `GlParam
s` VALUES
('t_Purcha
seContacts
_subject',
'Your pur
chase at <
SiteName>'
, 4, '', '
text', '',
'', NULL)
;
|
|
|
1402 |
|
INSERT INT
O `GlParam
s` VALUES
('t_Reject
ion', '<ht
ml><head><
/head><bod
y style="f
ont: 12px
Verdana; c
olor:#0000
00">\r\n<p
><b>Dear <
RealName><
/b>,</p>\r
\n\r\n<p>Y
our profil
e was revi
ewed and r
ejected du
e to the f
ollowing r
easons:</p
>\r\n\r\n<
p>1) Your
profile in
formation
was suppli
ed in the
wrong lan
guage. <br
/>\r\n2)
Your profi
le contain
s illegal
informatio
n. Make su
re that yo
u: do not
use black
language,
do not spe
cify your
contact in
formation
in the wro
ng text fi
elds;<br /
>\r\n3) Yo
u have upl
oaded unac
ceptable p
hotos to y
our profil
e;<br />\r
\n4) We do
ubt that y
ou are a r
eal person
. </p>\r\n
\r\n<p>--<
/p>\r\n<p
style="fon
t: bold 10
px Verdana
; color:re
d"><SiteNa
me> mail d
elivery sy
stem!!!\r\
n<br />Aut
o-generate
d e-mail,
please, do
not reply
!!!</p></b
ody></html
>', 4, 'Pr
ofile reje
ction mess
age templa
te. Automa
tically se
nt to a me
mber, when
profile s
tatus is c
hanged to
"Reject".'
, 'text',
'', '', NU
LL);
|
|
|
1403 |
|
INSERT INT
O `GlParam
s` VALUES
('t_Reject
ion_subjec
t', 'Profi
le status
was change
d to Rejec
ted', 4, '
', 'text',
'', '', N
ULL);
|
|
|
1404 |
|
INSERT INT
O `GlParam
s` VALUES
('t_SDatin
gAdminEmai
l', '<html
><head></h
ead><body
style="fon
t: 12px Ve
rdana; col
or:#000000
">\r\n<p><
b>Dear <Re
alName></b
>,</p>\r\n
\r\n<p>Adm
inistratio
n of the <
a href="<D
omain>"><D
omain></a>
<b><SiteN
ame></b> i
s glad to
inform you
that</p>\
r\n\r\n<p>
<MessageTe
xt></p>\r\
n\r\n<p>We
are remin
ding you t
hat your U
nique ID i
s <b><Pers
onalUID></
b>.</p>\r\
n\r\n<p>--
---</p>\r\
n<p>NOTE:
You receiv
ed this me
ssage beca
use you ar
e a regist
ered membe
r of <b><S
iteName></
b>\r\nand
also are a
participa
nt of the
SpeedDatin
g "<NameSD
ating>" he
ld at "<Pl
aceSDating
>" <WhenSt
arSDating>
.<br />\r\
nPlease vi
sit <a hre
f="<LinkSD
atingEvent
>"><LinkSD
atingEvent
></a> to s
ee the eve
nt details
.</p>\r\n\
r\n<p>---<
/p>\r\n<p
style="fon
t: bold 10
px Verdana
; color:re
d">!!!Auto
-generated
e-mail, p
lease, do
not reply!
!!</p></bo
dy></html>
', 4, 'Ema
il templat
e for mess
age sendin
g from the
SpeedDati
ng''s Admi
n Panel.',
'text', '
', '', NUL
L);
|
|
|
1405 |
|
INSERT INT
O `GlParam
s` VALUES
('t_SDatin
gAdminEmai
l_subject'
, 'Additio
nal inform
ation on S
peedDating
.', 4, '',
'text', '
', '', NUL
L);
|
|
|
1406 |
|
INSERT INT
O `GlParam
s` VALUES
('t_SDatin
gCongratul
ation', '<
html><head
></head><b
ody style=
"font: 12p
x Verdana;
color:#00
0000">\r\n
<p><b>Dear
<RealName
></b>,</p>
\r\n\r\n<p
>We are gl
ad to info
rm you tha
t You succ
essfully p
urchased a
ticket fo
r SpeedDat
ing "<Name
SDating>"
which will
take plac
e at "<Pla
ceSDating>
" <WhenSta
rSDating>.
<br />\r\n
Your perso
nal Unique
ID is <b>
<PersonalU
ID></b>. I
f you want
to change
it please
click <a
href="<Lin
kSDatingEv
ent>">here
</a>.</p>\
r\n\r\n<p>
Please vis
it <a href
="<LinkSDa
tingEvent>
"><LinkSDa
tingEvent>
</a> to se
e event de
tails.</p>
\r\n\r\n<p
><b>Thank
you for us
ing our se
rvices!</b
></p>\r\n\
r\n<p>---<
/p>\r\n<p
style="fon
t: bold 10
px Verdana
; color:re
d">!!!Auto
-generated
e-mail, p
lease, do
not reply!
!!</p></bo
dy></html>
', 4, 'Spe
edDating m
essage tem
plate. Aut
omatically
sent to a
member af
ter ticket
purchase.
', 'text',
'', '', N
ULL);
|
|
|
1407 |
|
INSERT INT
O `GlParam
s` VALUES
('t_SDatin
gCongratul
ation_subj
ect', 'Spe
edDating t
icket purc
hase', 4,
'', 'text'
, '', '',
NULL);
|
|
|
1408 |
|
INSERT INT
O `GlParam
s` VALUES
('t_SDatin
gMatch', '
<html><hea
d></head><
body style
="font: 12
px Verdana
; color:#0
00000">\r\
n<p><b>Dea
r <RealNam
e></b>,</p
>\r\n\r\n<
p>We are g
lad to inf
orm you th
at You wer
e matched
with the f
ollowing p
articipant
of SpeedD
ating "<Na
meSDating>
" which to
ok place a
t "<PlaceS
Dating>" <
WhenStarSD
ating>: <a
href="<Ma
tchLink>">
<MatchLink
></a></p>\
r\n\r\n<p>
Please vis
it <a href
="<LinkSDa
tingEvent>
"><LinkSDa
tingEvent>
</a> to se
e the even
t details.
</p>\r\n\r
\n<p><b>Th
ank you fo
r using ou
r services
!</b></p>\
r\n\r\n<p>
---</p>\r\
n<p style=
"font: bol
d 10px Ver
dana; colo
r:red">!!!
Auto-gener
ated e-mai
l, please,
do not re
ply!!!</p>
</body></h
tml>', 4,
'SpeedDati
ng message
template.
Automatic
ally sent
to a membe
r when the
re is a ma
tch.', 'te
xt', '', '
', NULL);
|
|
|
1409 |
|
INSERT INT
O `GlParam
s` VALUES
('t_SDatin
gMatch_sub
ject', 'Co
ngratulati
ons! You w
ere succes
sfully mat
ched durin
g SpeedDat
ing!', 4,
'', 'text'
, '', '',
NULL);
|
|
|
1410 |
|
INSERT INT
O `GlParam
s` VALUES
('t_SpamRe
port', '<h
tml><head>
</head><bo
dy style="
font: 12px
Verdana;
color:#000
000">\r\n<
p><a href=
"<Domain>p
rofile.php
?ID=<repor
terID>">Us
er <b><rep
orterNick>
(<reporte
rID>)</b><
/a> report
ed that us
er <a href
="<Domain>
profile.ph
p?ID=<spam
erID>"><b>
<spamerNic
k> (<spame
rID>)</b><
/a> spamme
d.</p>\r\n
\r\n<p>Rep
orter: <sp
an style="
color:#FF6
633;"><a h
ref="<Doma
in>profile
.php?ID=<r
eporterID>
"><Domain>
profile.ph
p?ID=<repo
rterID></a
></span>\r
\n<br />Sp
ammer: <sp
an style="
color:#FF6
633;"><a h
ref="<Doma
in>profile
.php?ID=<s
pamerID>">
<Domain>pr
ofile.php?
ID=<spamer
ID></a></s
pan></p></
body></htm
l>', 4, 'T
emplate fo
r a "Repor
t Spam" fe
ature.', '
text', '',
'', NULL)
;
|
|
|
1411 |
|
INSERT INT
O `GlParam
s` VALUES
('t_SpamRe
port_subje
ct', 'Spam
report fr
om <SiteNa
me>', 4, '
', 'text',
'', '', N
ULL);
|
|
|
1412 |
|
INSERT INT
O `GlParam
s` VALUES
('t_TellFr
iend', '<h
tml><head>
</head><bo
dy style="
font: 12px
Verdana;
color:#000
000">\r\n<
p><b>Hello
</b>,</p>\
r\n\r\n<p>
I surfed t
he web and
found a c
ool site:
<a href="<
Link>"><Li
nk></a><br
/>\r\nI t
hought it
might be i
nteresting
to you.</
p>\r\n\r\n
<p><span s
tyle="colo
r:#FF6633"
><FromName
></span></
p></body><
/html>', 4
, 'Templat
e for "Inv
ite a Frie
nd" featur
e.', 'text
', '', '',
NULL);
|
|
|
1413 |
|
INSERT INT
O `GlParam
s` VALUES
('t_TellFr
iendProfil
e', '<html
><head></h
ead><body
style="fon
t: 12px Ve
rdana; col
or:#000000
">\r\n<p><
b>Hello</b
>,</p>\r\n
\r\n<p>I s
urfed the
web and fo
und a cool
member''s
profile:
<a href="<
Link>"><Li
nk></a><br
/>\r\nI t
hought it
might be i
nteresting
to you.</
p>\r\n\r\n
<p><span s
tyle="colo
r:#FF6633"
><FromName
></span></
p></body><
/html>', 4
, 'Templat
e for "Ema
il profile
to a frie
nd" featur
e.', 'text
', '', '',
NULL);
|
|
|
1414 |
|
INSERT INT
O `GlParam
s` VALUES
('t_TellFr
iendProfil
e_subject'
, 'Email p
rofile to
a friend',
4, '', 't
ext', '',
'', NULL);
|
|
|
1415 |
|
INSERT INT
O `GlParam
s` VALUES
('t_TellFr
iend_subje
ct', 'Invi
te a Frien
d', 4, '',
'text', '
', '', NUL
L);
|
|
|
1416 |
|
INSERT INT
O `GlParam
s` VALUES
('t_VKiss'
, '<html><
head></hea
d><body st
yle="font:
12px Verd
ana; color
:#000000">
\r\n<p><b>
Dear <Real
Name></b>,
</p>\r\n\r
\n<p>We ar
e glad to
inform you
that memb
er <Profil
eReference
> sent you
a greetin
g!</p>\r\n
\r\n<p>A g
reeting me
ans that t
he member
is interes
ted in con
tacting yo
u. Please,
be polite
and answe
r with you
r greeting
in return
. You can
send it by
merely fo
llowing th
e link:<br
/>\r\n<VK
issLink>\r
\n</p>\r\n
\r\n<p><b>
Thank you
for using
our servic
es!</b></p
>\r\n\r\n<
p>--</p>\r
\n<p style
="font: bo
ld 10px Ve
rdana; col
or:red"><S
iteName> m
ail delive
ry system!
!!\r\n<br
/>Auto-gen
erated e-m
ail, pleas
e, do not
reply!!!</
p></body><
/html>', 4
, 'Greetin
g notifica
tion lette
r template
sent to m
embers whe
n they rec
eive greet
ings from
other memb
ers. The l
etter also
allows yo
u to insta
ntly send
a greeting
back.', '
text', '',
'', NULL)
;
|
|
|
1417 |
|
INSERT INT
O `GlParam
s` VALUES
('t_VKiss_
visitor',
'<html><he
ad></head>
<body styl
e="font: 1
2px Verdan
a; color:#
000000">\r
\n<p><b>De
ar <RealNa
me></b>,</
p>\r\n\r\n
<p>We are
glad to in
form you t
hat <b>Vis
itor</b> s
ent you a
greeting!<
/p>\r\n\r\
n<p>A gree
ting means
that the
person vis
ited your
profile an
d liked it
. Have a n
ice day an
d enjoy!</
p>\r\n\r\n
<p>Thank y
ou for usi
ng our ser
vices!</p>
\r\n\r\n<p
>--</p>\r\
n<p style=
"font: bol
d 10px Ver
dana; colo
r:red"><Si
teName> ma
il deliver
y system!!
!\r\n<br /
>Auto-gene
rated e-ma
il, please
, do not r
eply!!!</p
></body></
html>', 4,
'Greeting
notificat
ion letter
template
sent to me
mbers when
they rece
ive greeti
ngs from o
ther membe
rs. The le
tter also
allows you
to instan
tly send a
greeting
back.', 't
ext', '',
'', NULL);
|
|
|
1418 |
|
INSERT INT
O `GlParam
s` VALUES
('t_VKiss_
subject',
'Greeting
notificati
on', 4, ''
, 'text',
'', '', NU
LL);
|
|
|
1419 |
|
INSERT INT
O `GlParam
s` VALUES
('votes',
'on', 1, '
Enable pro
file votes
', 'checkb
ox', '', '
', 5);
|
|
|
1420 |
|
INSERT INT
O `GlParam
s` VALUES
('votes_pi
c', 'on',
1, 'Enable
photos vo
tes', 'che
ckbox', ''
, '', 6);
|
|
|
1421 |
|
INSERT INT
O `GlParam
s` VALUES
('Water_Ma
rk', '', 1
6, 'Water
Mark', 'te
xt', '', '
', 3);
|
|
|
1422 |
|
INSERT INT
O `GlParam
s` VALUES
('zodiac',
'', 1, 'S
how zodiac
signs', '
checkbox',
'', '', 9
);
|
|
|
1423 |
|
INSERT INT
O `GlParam
s` VALUES
('php_date
_format',
'F j, Y',
15, 'PHP d
ate format
', 'digit'
, '', '',
16);
|
|
|
1424 |
|
INSERT INT
O `GlParam
s` VALUES
('group_im
g_width',
'600', 24,
'Gallery
max image
width', 'd
igit', '',
'', 1);
|
|
|
1425 |
|
INSERT INT
O `GlParam
s` VALUES
('group_im
g_height',
'600', 24
, 'Gallery
max image
height',
'digit', '
', '', 2);
|
|
|
1426 |
|
INSERT INT
O `GlParam
s` VALUES
('group_im
g_tmb_widt
h', '100',
24, 'Gall
ery max im
age thumb
width', 'd
igit', '',
'', 3);
|
|
|
1427 |
|
INSERT INT
O `GlParam
s` VALUES
('group_im
g_tmb_heig
ht', '100'
, 24, 'Gal
lery max i
mage thumb
height',
'digit', '
', '', 4);
|
|
|
1428 |
|
INSERT INT
O `GlParam
s` VALUES
('group_in
vitation_t
ext', '<b>
{sender}</
b> has inv
ited you t
o join <b>
{group}</b
>.<br />\r
\nGroups a
llow users
to commun
icate on t
he forums
on interes
ting topic
s, share p
ictures, e
tc.<br />\
r\nYou may
accept or
reject th
is invitat
ion below:
<br />\r\n
<b>{accept
} &
nbsp; &nbs
p; {reject
}</b>', 24
, 'Group i
nvitation
text', 'te
xt', '', '
', 5);
|
|
|
1429 |
|
INSERT INT
O `GlParam
s` VALUES
('group_ap
prove_noti
fy', 'The
creator of
the {grou
p} allows
you to joi
n the grou
p.<br />\r
\nNow you'
're an act
ive member
of this g
roup and y
ou can sha
re your op
inion, pos
t images a
nd communi
cate on me
ssage boar
ds.\r\n',
24, 'Group
member ap
prove noti
fication',
'text', '
', '', 6);
|
|
|
1430 |
|
INSERT INT
O `GlParam
s` VALUES
('group_cr
eator_requ
est', 'Hel
lo, {creat
or}.<br />
\r\nMember
{member}
would like
to join y
our group
{group}.<b
r />\r\nYo
u may appr
ove or rej
ect this j
oin reques
t below:<b
r />\r\n{a
pprove} &n
bsp;  
; {
reject}',
24, 'Reque
st message
to group
creator',
'text', ''
, '', 8);
|
|
|
1431 |
|
INSERT INT
O `GlParam
s` VALUES
('group_re
ject_notif
y', 'Dear
{member},<
br />\r\nS
orry but t
he creator
of the gr
oup {group
} doesn''t
allow you
to join t
he group.
If you wis
h try agai
n later.\r
\n', 24, '
Group memb
er reject
notificati
on', 'text
', '', '',
7);
|
|
|
1432 |
|
INSERT INT
O `GlParam
s` VALUES
('top_phot
os_max_num
', '6', 0,
'How many
photos sh
ow on inde
x page in
photos are
a', 'digit
', '', '',
NULL);
|
|
|
1433 |
|
INSERT INT
O `GlParam
s` VALUES
('top_phot
os_mode',
'rand', 0,
'Show mem
bers on in
dex page<b
r /> (if e
nabled in
the templa
te)', 'com
bobox', 'r
eturn $arg
0 == ''ran
d'' || $ar
g0 == ''la
st'' || $a
rg0 == ''t
op'' ? tru
e : false;
', 'posibl
e values:
rand, last
, top', NU
LL);
|
|
|
1434 |
|
INSERT INT
O `GlParam
s` VALUES
('tags_non
_parsable'
, 'hi, hey
, hello, a
ll, i, i''
m, i''d, a
m, for, in
, to, a, t
he, on, it
''s, is, m
y, of, are
, from, i'
'm, me, yo
u, and, we
, not, wil
l, at, whe
re, there'
, 25, 'Non
-parsable
tags (type
all tags
in lower c
ase, delim
it them by
comma)',
'text', ''
, '', 0);
|
|
|
1435 |
|
INSERT INT
O `GlParam
s` VALUES
('tags_las
t_parse_ti
me', '0',
0, 'Tempor
ary value
when tags
cron-job w
as runed l
ast time',
'digit',
'', '', NU
LL);
|
|
|
1436 |
|
INSERT INT
O `GlParam
s` VALUES
('tags_min
_rating',
'2', 25, '
Minimum ra
ting of ta
g to show
it', 'digi
t', '', ''
, 2);
|
|
|
1437 |
|
INSERT INT
O `GlParam
s` VALUES
('max_blog
s_on_home'
, '3', 22,
'Maximum
number of
Blogs to s
how on hom
epage', 'd
igit', '',
'', 2);
|
|
|
1438 |
|
INSERT INT
O `GlParam
s` VALUES
('max_blog
_preview',
'128', 22
, 'Maximum
length of
Blog prev
iew', 'dig
it', '', '
', 3);
|
|
|
1439 |
|
INSERT INT
O `GlParam
s` VALUES
('profile_
view_cols'
, 'thin,th
ick', 0, '
Profile vi
ew columns
order', '
digit', ''
, '', NULL
);
|
|
|
1440 |
|
INSERT INT
O `GlParam
s` VALUES
('a_max_li
ve_days_cl
assifieds'
, '30', 3,
'How long
can Class
ifieds liv
e (days)',
'digit',
'', '', 10
);
|
|
|
1441 |
|
INSERT INT
O `GlParam
s` VALUES
('autoAppr
oval_ifNoC
onfEmail',
'on', 6,
'Automatic
profile c
onfirmatio
n without
Confirmati
on Email',
'checkbox
', '', '',
NULL);
|
|
|
1442 |
|
INSERT INT
O `GlParam
s` VALUES(
'enable_pa
id_system'
, 'on', 3,
'Enable A
bility to
work with
Buy Now bu
tton in Cl
assifieds'
, 'checkbo
x', '', ''
, 9);
|
|
|
1443 |
|
INSERT INT
O `GlParam
s` VALUES(
't_BuyNow'
, '<html><
head></hea
d><body st
yle="font:
12px Verd
ana; color
:#000000">
\r\n<div s
tyle="bord
er:1px sol
id #CCCCCC
;">\r\n<di
v style="c
olor:#6666
66; font-w
eight:bold
; height:2
3px; paddi
ng:3px 0px
0px 6px;
text-trans
form:upper
case;">\r\
nCongratul
ations! <S
tring1>.\r
\n</div>\r
\n<div sty
le="paddin
g:3px 3px
10px;">\r\
nItem titl
e: <Subjec
t><br/>\r\
nSeller`s
Name: <Nic
kName><br/
>\r\nSelle
r`s email:
<EmailS><
br/><br/>\
r\nBuyer N
ame: <Nick
NameB><br/
>\r\nBuyer
email: <E
mailB><br/
><br/>\r\n
Price deta
ils: <sCus
tDetails><
br/><br/>\
r\nLink to
Item<br/>
\r\n<a hre
f="<ShowAd
vLnk>"><Sh
owAdvLnk><
/a><br/><b
r/>\r\nCon
tact the <
Who> direc
tly to arr
ange payme
nt and del
ivery. To
avoid frau
d, we reco
mmend deal
ing locall
y, avoidin
g Western
Union and
wire trans
fers.<br/>
<br/>\r\nT
hank you f
or using o
ur site,<b
r/>\r\n<sP
owDol><br/
>\r\nP.S.
If you eve
r need sup
port or ha
ve comment
s for us,
e-mail us
at <site['
'email'']>
</div></di
v>\r\n</bo
dy></html>
', 4, 'Buy
Now notifi
cation let
ter templa
te for Buy
er', 'text
', '', '',
NULL);
|
|
|
1444 |
|
INSERT INT
O `GlParam
s` VALUES(
't_BuyNow_
subject',
'You have
purchased
an item',
4, '', 'te
xt', '', '
', NULL);
|
|
|
1445 |
|
INSERT INT
O `GlParam
s` VALUES(
't_BuyNowS
', '<html>
<head></he
ad><body s
tyle="font
: 12px Ver
dana; colo
r:#000000"
>\r\n<div
style="bor
der:1px so
lid #CCCCC
C;">\r\n<d
iv style="
color:#666
666; font-
weight:bol
d; height:
23px; padd
ing:3px 0p
x 0px 6px;
text-tran
sform:uppe
rcase;">\r
\nCongratu
lations! <
String1>.\
r\n</div>\
r\n<div st
yle="paddi
ng:3px 3px
10px;">\r
\nItem tit
le: <Subje
ct><br/>\r
\nSeller`s
Name: <Ni
ckName><br
/>\r\nSell
er`s email
: <EmailS>
<br/><br/>
\r\nBuyer
Name: <Nic
kNameB><br
/>\r\nBuye
r email: <
EmailB><br
/><br/>\r\
nPrice det
ails: <sCu
stDetails>
<br/><br/>
\r\nLink t
o Item<br/
>\r\n<a hr
ef="<ShowA
dvLnk>"><S
howAdvLnk>
</a><br/><
br/>\r\nCo
ntact the
<Who> dire
ctly to ar
range paym
ent and de
livery. To
avoid fra
ud, we rec
ommend dea
ling local
ly, avoidi
ng Western
Union and
wire tran
sfers.<br/
><br/>\r\n
Thank you
for using
our site,<
br/>\r\n<s
PowDol><br
/>\r\nP.S.
If you ev
er need su
pport or h
ave commen
ts for us,
e-mail us
at <site[
''email'']
></div></d
iv>\r\n</b
ody></html
>', 4, 'Bu
yNow notif
ication le
tter templ
ate for Se
ller', 'te
xt', '', '
', NULL);
|
|
|
1446 |
|
INSERT INT
O `GlParam
s` VALUES(
't_BuyNowS
_subject',
'An item
offered by
you has
been purch
ased', 4,
'', 'text'
, '', '',
NULL);
|
|
|
1447 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_s
hPhotoActi
vation', '
on', 23, '
Enable aut
o-activati
on for gal
lery photo
s', 'check
box', '',
'', 19);
|
|
|
1448 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_m
odrewrite'
, 'on', 3,
'Enable f
riendly pr
ofile perm
alinks', '
checkbox',
'', '', 1
1);
|
|
|
1449 |
|
INSERT INT
O `GlParam
s` VALUES
('flash_pr
omo_code',
'<div cla
ss="indexP
hoto">\r\n
<objec
t classid=
"clsid:d27
cdb6e-ae6d
-11cf-96b8
-444553540
000"\r\n
codeba
se="http:/
/fpdownloa
d.macromed
ia.com/pub
/shockwave
/cabs/flas
h/swflash.
cab#versio
n=8,0,0,0"
\r\n wi
dth="754"
height="20
7" align="
middle">\r
\n <p
aram name=
"movie" va
lue="__ima
ges__logo.
swf" />\r\
n <p
aram name=
"quality"
value="hig
h" />\r\n
<par
am name="w
mode" valu
e="transpa
rent" />\r
\n <p
aram name=
"FlashVars
" value="t
ext1=__Wel
come__&tex
t2=__To_Th
e_Communit
y__&url=__
promo_url_
_&images=_
_promo_ima
ges__&inte
rval=3" />
\r\n
<embed\r
\n
src="__i
mages__log
o.swf"\r\n
quality=
"high"\r\n
width="754
" height="
207"\r\n
align="mid
dle"\r\n
wm
ode="trans
parent"\r\
n
FlashVars=
"text1=__W
elcome__&t
ext2=__To_
The_Commun
ity__&url=
__promo_ur
l__&images
=__promo_i
mages__&in
terval=3"\
r\n
plugin
spage="htt
p://www.ma
cromedia.c
om/go/getf
lashplayer
" />\r\n
</object
>\r\n</div
>\r\n', 0,
'', 'text
', '', '',
NULL);
|
|
|
1450 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_f
lash_promo
', 'on', 0
, '', 'che
ckbox', ''
, '', NULL
);
|
|
|
1451 |
|
INSERT INT
O `GlParam
s` VALUES
('custom_p
romo_code'
, '', 0, '
', 'text',
'', '', N
ULL);
|
|
|
1452 |
|
INSERT INT
O `GlParam
s` VALUES
('license_
code', '',
1, 'Dolph
in License
Code', 'd
igit', '',
'', 0);
|
|
|
1453 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_g
et_boonex_
id', 'on',
1, 'Enabl
e BoonEx I
D import',
'checkbox
', '', '',
0.1);
|
|
|
1454 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_b
oonex_foot
ers', '1',
0, 'enabl
e boonex f
ooters', '
checkbox',
'', '', N
ULL);
|
|
|
1455 |
|
INSERT INT
O `GlParam
s` VALUES
('enable_c
lassifieds
_sort', 'o
n', 3, 'En
able Sort
in Classif
ieds', 'ch
eckbox', '
', '', 12)
;
|
|
|
1456 |
|
INSERT INT
O `GlParam
s` VALUES(
'topmenu_i
tems_perli
ne', '0',
15, 'Numbe
r of items
per line
in top men
u. 0 - no
breaking.'
, 'digit',
'', '', 2
0);
|
|
|
1457 |
|
INSERT INT
O `GlParam
s` VALUES
('autoAppr
oval_Class
ifieds', '
on', 3, 'A
utomatic a
dvertiseme
nts activa
tion after
adding',
'checkbox'
, '', '',
13);
|
|
|
1458 |
|
|
|
|
1459 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1460 |
|
|
|
|
1461 |
|
--
|
|
|
1462 |
|
-- Table s
tructure f
or table `
GlParamsKa
teg`
|
|
|
1463 |
|
--
|
|
|
1464 |
|
|
|
|
1465 |
|
CREATE TAB
LE `GlPara
msKateg` (
|
|
|
1466 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
1467 |
|
`name` v
archar(50)
NOT NULL
default ''
,
|
|
|
1468 |
|
`menu_or
der` float
default N
ULL,
|
|
|
1469 |
|
PRIMARY
KEY (`ID`
)
|
|
|
1470 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1471 |
|
|
|
|
1472 |
|
--
|
|
|
1473 |
|
-- Dumping
data for
table `GlP
aramsKateg
`
|
|
|
1474 |
|
--
|
|
|
1475 |
|
|
|
|
1476 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (1, '
Profiles',
1);
|
|
|
1477 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (2, '
Galleries'
, 2);
|
|
|
1478 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (3, '
Other', 3)
;
|
|
|
1479 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (4, '
Emails', 4
);
|
|
|
1480 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (5, '
Membership
s', 5);
|
|
|
1481 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (6, '
Postmodera
tion', 6);
|
|
|
1482 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (7, '
Promotions
', 7);
|
|
|
1483 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (8, '
Notifies',
8);
|
|
|
1484 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (10,
'News', 10
);
|
|
|
1485 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (11,
'Pruning',
11);
|
|
|
1486 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (12,
'Matches',
12);
|
|
|
1487 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (14,
'Credits',
13);
|
|
|
1488 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (15,
'Variables
', 14);
|
|
|
1489 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (16,
'Watermark
s', 15);
|
|
|
1490 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (17,
'Messages'
, 16);
|
|
|
1491 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (19,
'Meta Tags
', 18);
|
|
|
1492 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (20,
'Polls', 2
1);
|
|
|
1493 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (21,
'Events',
20);
|
|
|
1494 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (22,
'Blogs', 9
);
|
|
|
1495 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (23,
'Media', 2
2);
|
|
|
1496 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (24,
'Groups',
24);
|
|
|
1497 |
|
INSERT INT
O `GlParam
sKateg` VA
LUES (25,
'Tags', 25
);
|
|
|
1498 |
|
|
|
|
1499 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1500 |
|
|
|
|
1501 |
|
--
|
|
|
1502 |
|
-- Table s
tructure f
or table `
gmusic_rat
ing`
|
|
|
1503 |
|
--
|
|
|
1504 |
|
|
|
|
1505 |
|
CREATE TAB
LE `gmusic
_rating` (
|
|
|
1506 |
|
`gal_id`
int(12) N
OT NULL de
fault '0',
|
|
|
1507 |
|
`gal_rat
ing_count`
int(11) N
OT NULL de
fault '0',
|
|
|
1508 |
|
`gal_rat
ing_sum` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
1509 |
|
UNIQUE K
EY `med_id
` (`gal_id
`)
|
|
|
1510 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1511 |
|
|
|
|
1512 |
|
--
|
|
|
1513 |
|
-- Dumping
data for
table `gmu
sic_rating
`
|
|
|
1514 |
|
--
|
|
|
1515 |
|
|
|
|
1516 |
|
|
|
|
1517 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1518 |
|
|
|
|
1519 |
|
--
|
|
|
1520 |
|
-- Table s
tructure f
or table `
gmusic_vot
ing_track`
|
|
|
1521 |
|
--
|
|
|
1522 |
|
|
|
|
1523 |
|
CREATE TAB
LE `gmusic
_voting_tr
ack` (
|
|
|
1524 |
|
`gal_id`
int(12) N
OT NULL de
fault '0',
|
|
|
1525 |
|
`gal_ip`
varchar(2
0) default
NULL,
|
|
|
1526 |
|
`gal_dat
e` datetim
e default
NULL,
|
|
|
1527 |
|
KEY `med
_ip` (`gal
_ip`,`gal_
id`)
|
|
|
1528 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1529 |
|
|
|
|
1530 |
|
--
|
|
|
1531 |
|
-- Dumping
data for
table `gmu
sic_voting
_track`
|
|
|
1532 |
|
--
|
|
|
1533 |
|
|
|
|
1534 |
|
|
|
|
1535 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1536 |
|
|
|
|
1537 |
|
--
|
|
|
1538 |
|
-- Table s
tructure f
or table `
gphoto_rat
ing`
|
|
|
1539 |
|
--
|
|
|
1540 |
|
|
|
|
1541 |
|
CREATE TAB
LE `gphoto
_rating` (
|
|
|
1542 |
|
`gal_id`
int(12) N
OT NULL de
fault '0',
|
|
|
1543 |
|
`gal_rat
ing_count`
int(11) N
OT NULL de
fault '0',
|
|
|
1544 |
|
`gal_rat
ing_sum` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
1545 |
|
UNIQUE K
EY `med_id
` (`gal_id
`)
|
|
|
1546 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1547 |
|
|
|
|
1548 |
|
--
|
|
|
1549 |
|
-- Dumping
data for
table `gph
oto_rating
`
|
|
|
1550 |
|
--
|
|
|
1551 |
|
|
|
|
1552 |
|
|
|
|
1553 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1554 |
|
|
|
|
1555 |
|
--
|
|
|
1556 |
|
-- Table s
tructure f
or table `
gphoto_vot
ing_track`
|
|
|
1557 |
|
--
|
|
|
1558 |
|
|
|
|
1559 |
|
CREATE TAB
LE `gphoto
_voting_tr
ack` (
|
|
|
1560 |
|
`gal_id`
int(12) N
OT NULL de
fault '0',
|
|
|
1561 |
|
`gal_ip`
varchar(2
0) default
NULL,
|
|
|
1562 |
|
`gal_dat
e` datetim
e default
NULL,
|
|
|
1563 |
|
KEY `med
_ip` (`gal
_ip`,`gal_
id`)
|
|
|
1564 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1565 |
|
|
|
|
1566 |
|
--
|
|
|
1567 |
|
-- Dumping
data for
table `gph
oto_voting
_track`
|
|
|
1568 |
|
--
|
|
|
1569 |
|
|
|
|
1570 |
|
|
|
|
1571 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1572 |
|
|
|
|
1573 |
|
--
|
|
|
1574 |
|
-- Table s
tructure f
or table `
Groups`
|
|
|
1575 |
|
--
|
|
|
1576 |
|
|
|
|
1577 |
|
CREATE TAB
LE `Groups
` (
|
|
|
1578 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
1579 |
|
`categID
` int(10)
unsigned N
OT NULL de
fault '0',
|
|
|
1580 |
|
`Name` v
archar(64)
NOT NULL
default ''
,
|
|
|
1581 |
|
`open_jo
in` tinyin
t(1) NOT N
ULL defaul
t '0',
|
|
|
1582 |
|
`hidden_
group` tin
yint(1) NO
T NULL def
ault '0',
|
|
|
1583 |
|
`members
_post_imag
es` tinyin
t(1) NOT N
ULL defaul
t '0',
|
|
|
1584 |
|
`members
_invite` t
inyint(1)
NOT NULL d
efault '0'
,
|
|
|
1585 |
|
`Country
` varchar(
2) NOT NUL
L default
'',
|
|
|
1586 |
|
`City` v
archar(64)
NOT NULL
default ''
,
|
|
|
1587 |
|
`About`
varchar(25
5) NOT NUL
L default
'',
|
|
|
1588 |
|
`Desc` t
ext NOT NU
LL,
|
|
|
1589 |
|
`thumb`
int(10) un
signed NOT
NULL defa
ult '0',
|
|
|
1590 |
|
`creator
ID` int(10
) unsigned
NOT NULL
default '0
',
|
|
|
1591 |
|
`created
` date NOT
NULL defa
ult '0000-
00-00',
|
|
|
1592 |
|
`status`
enum('Act
ive','Susp
ended') NO
T NULL def
ault 'Acti
ve',
|
|
|
1593 |
|
PRIMARY
KEY (`ID`
),
|
|
|
1594 |
|
KEY `cat
egID` (`ca
tegID`),
|
|
|
1595 |
|
KEY `cre
atorID` (`
creatorID`
)
|
|
|
1596 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1597 |
|
|
|
|
1598 |
|
--
|
|
|
1599 |
|
-- Dumping
data for
table `Gro
ups`
|
|
|
1600 |
|
--
|
|
|
1601 |
|
|
|
|
1602 |
|
|
|
|
1603 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1604 |
|
|
|
|
1605 |
|
--
|
|
|
1606 |
|
-- Table s
tructure f
or table `
GroupsCate
g`
|
|
|
1607 |
|
--
|
|
|
1608 |
|
|
|
|
1609 |
|
CREATE TAB
LE `Groups
Categ` (
|
|
|
1610 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
1611 |
|
`Name` v
archar(255
) NOT NULL
default '
',
|
|
|
1612 |
|
PRIMARY
KEY (`ID`
)
|
|
|
1613 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1614 |
|
|
|
|
1615 |
|
--
|
|
|
1616 |
|
-- Dumping
data for
table `Gro
upsCateg`
|
|
|
1617 |
|
--
|
|
|
1618 |
|
|
|
|
1619 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (9, 'Ar
ts & Liter
ature');
|
|
|
1620 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (8, 'An
imals & Pe
ts');
|
|
|
1621 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (7, 'Ac
tivities')
;
|
|
|
1622 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (10, 'A
utomotive'
);
|
|
|
1623 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (11, 'B
usiness &
Money');
|
|
|
1624 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (12, 'C
ompanies &
Co-worker
s');
|
|
|
1625 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (13, 'C
ultures &
Nations');
|
|
|
1626 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (14, 'D
olphin Com
munity');
|
|
|
1627 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (15, 'F
amily & Fr
iends');
|
|
|
1628 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (16, 'F
an Clubs')
;
|
|
|
1629 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (17, 'F
ashion & S
tyle');
|
|
|
1630 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (18, 'F
itness & B
ody Buildi
ng');
|
|
|
1631 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (19, 'F
ood & Drin
k');
|
|
|
1632 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (20, 'G
ay, Lesbia
n & Bi');
|
|
|
1633 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (21, 'H
ealth & We
llness');
|
|
|
1634 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (22, 'H
obbies & E
ntertainme
nt');
|
|
|
1635 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (23, 'I
nternet &
Computers'
);
|
|
|
1636 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (24, 'L
ove & Rela
tionships'
);
|
|
|
1637 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (25, 'M
ass Media'
);
|
|
|
1638 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (26, 'M
usic & Cin
ema');
|
|
|
1639 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (27, 'O
ther');
|
|
|
1640 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (28, 'P
laces & Tr
avel');
|
|
|
1641 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (29, 'P
olitics');
|
|
|
1642 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (30, 'R
ecreation
& Sports')
;
|
|
|
1643 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (31, 'R
eligion');
|
|
|
1644 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (32, 'S
cience & I
nnovations
');
|
|
|
1645 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (33, 'S
ex');
|
|
|
1646 |
|
INSERT INT
O `GroupsC
ateg` VALU
ES (34, 'T
eens & Sch
ools');
|
|
|
1647 |
|
|
|
|
1648 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1649 |
|
|
|
|
1650 |
|
--
|
|
|
1651 |
|
-- Table s
tructure f
or table `
GroupsGall
ery`
|
|
|
1652 |
|
--
|
|
|
1653 |
|
|
|
|
1654 |
|
CREATE TAB
LE `Groups
Gallery` (
|
|
|
1655 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
1656 |
|
`groupID
` int(10)
unsigned N
OT NULL de
fault '0',
|
|
|
1657 |
|
`ext` en
um('jpg','
gif','png'
) NOT NULL
default '
jpg',
|
|
|
1658 |
|
`width`
int(10) un
signed NOT
NULL defa
ult '0',
|
|
|
1659 |
|
`height`
int(10) u
nsigned NO
T NULL def
ault '0',
|
|
|
1660 |
|
`width_`
int(10) u
nsigned NO
T NULL def
ault '0',
|
|
|
1661 |
|
`height_
` int(10)
unsigned N
OT NULL de
fault '0',
|
|
|
1662 |
|
`by` int
(10) unsig
ned NOT NU
LL default
'0',
|
|
|
1663 |
|
`seed` v
archar(10)
NOT NULL
default ''
,
|
|
|
1664 |
|
PRIMARY
KEY (`ID`
),
|
|
|
1665 |
|
KEY `gro
upID` (`gr
oupID`)
|
|
|
1666 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1667 |
|
|
|
|
1668 |
|
--
|
|
|
1669 |
|
-- Dumping
data for
table `Gro
upsGallery
`
|
|
|
1670 |
|
--
|
|
|
1671 |
|
|
|
|
1672 |
|
|
|
|
1673 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1674 |
|
|
|
|
1675 |
|
--
|
|
|
1676 |
|
-- Table s
tructure f
or table `
GroupsMemb
ers`
|
|
|
1677 |
|
--
|
|
|
1678 |
|
|
|
|
1679 |
|
CREATE TAB
LE `Groups
Members` (
|
|
|
1680 |
|
`memberI
D` int(10)
unsigned
NOT NULL d
efault '0'
,
|
|
|
1681 |
|
`groupID
` int(10)
unsigned N
OT NULL de
fault '0',
|
|
|
1682 |
|
`status`
varchar(2
5) NOT NUL
L default
'',
|
|
|
1683 |
|
`Date` d
atetime NO
T NULL def
ault '0000
-00-00 00:
00:00',
|
|
|
1684 |
|
KEY `gro
upID` (`gr
oupID`,`me
mberID`)
|
|
|
1685 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1686 |
|
|
|
|
1687 |
|
--
|
|
|
1688 |
|
-- Dumping
data for
table `Gro
upsMembers
`
|
|
|
1689 |
|
--
|
|
|
1690 |
|
|
|
|
1691 |
|
|
|
|
1692 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1693 |
|
|
|
|
1694 |
|
--
|
|
|
1695 |
|
-- Table s
tructure f
or table `
grp_forum`
|
|
|
1696 |
|
--
|
|
|
1697 |
|
|
|
|
1698 |
|
CREATE TAB
LE `grp_fo
rum` (
|
|
|
1699 |
|
`forum_i
d` int(10)
unsigned
NOT NULL a
uto_increm
ent,
|
|
|
1700 |
|
`cat_id`
int(11) N
OT NULL de
fault '0',
|
|
|
1701 |
|
`forum_t
itle` varc
har(64) NO
T NULL def
ault '',
|
|
|
1702 |
|
`forum_d
esc` varch
ar(255) NO
T NULL def
ault '',
|
|
|
1703 |
|
`forum_p
osts` int(
11) NOT NU
LL default
'0',
|
|
|
1704 |
|
`forum_t
opics` int
(11) NOT N
ULL defaul
t '0',
|
|
|
1705 |
|
`forum_l
ast` int(1
1) NOT NUL
L default
'0',
|
|
|
1706 |
|
`forum_t
ype` enum(
'public','
private')
NOT NULL d
efault 'pu
blic',
|
|
|
1707 |
|
PRIMARY
KEY (`for
um_id`),
|
|
|
1708 |
|
KEY `cat
_id` (`cat
_id`)
|
|
|
1709 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1710 |
|
|
|
|
1711 |
|
--
|
|
|
1712 |
|
-- Dumping
data for
table `grp
_forum`
|
|
|
1713 |
|
--
|
|
|
1714 |
|
|
|
|
1715 |
|
|
|
|
1716 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1717 |
|
|
|
|
1718 |
|
--
|
|
|
1719 |
|
-- Table s
tructure f
or table `
grp_forum_
cat`
|
|
|
1720 |
|
--
|
|
|
1721 |
|
|
|
|
1722 |
|
CREATE TAB
LE `grp_fo
rum_cat` (
|
|
|
1723 |
|
`cat_id`
int(10) u
nsigned NO
T NULL aut
o_incremen
t,
|
|
|
1724 |
|
`cat_nam
e` varchar
(32) NOT N
ULL defaul
t '',
|
|
|
1725 |
|
`cat_ico
n` varchar
(32) NOT N
ULL defaul
t '',
|
|
|
1726 |
|
`cat_ord
er` float
NOT NULL d
efault '0'
,
|
|
|
1727 |
|
PRIMARY
KEY (`cat
_id`),
|
|
|
1728 |
|
KEY `cat
_order` (`
cat_order`
)
|
|
|
1729 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1730 |
|
|
|
|
1731 |
|
--
|
|
|
1732 |
|
-- Dumping
data for
table `grp
_forum_cat
`
|
|
|
1733 |
|
--
|
|
|
1734 |
|
|
|
|
1735 |
|
INSERT INT
O `grp_for
um_cat` VA
LUES (1, '
Groups', '
', 0);
|
|
|
1736 |
|
|
|
|
1737 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1738 |
|
|
|
|
1739 |
|
--
|
|
|
1740 |
|
-- Table s
tructure f
or table `
grp_forum_
flag`
|
|
|
1741 |
|
--
|
|
|
1742 |
|
|
|
|
1743 |
|
CREATE TAB
LE `grp_fo
rum_flag`
(
|
|
|
1744 |
|
`user` v
archar(16)
NOT NULL
default ''
,
|
|
|
1745 |
|
`topic_i
d` int(11)
NOT NULL
default '0
',
|
|
|
1746 |
|
`when` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
1747 |
|
PRIMARY
KEY (`use
r`,`topic_
id`)
|
|
|
1748 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1749 |
|
|
|
|
1750 |
|
--
|
|
|
1751 |
|
-- Dumping
data for
table `grp
_forum_fla
g`
|
|
|
1752 |
|
--
|
|
|
1753 |
|
|
|
|
1754 |
|
|
|
|
1755 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1756 |
|
|
|
|
1757 |
|
--
|
|
|
1758 |
|
-- Table s
tructure f
or table `
grp_forum_
post`
|
|
|
1759 |
|
--
|
|
|
1760 |
|
|
|
|
1761 |
|
CREATE TAB
LE `grp_fo
rum_post`
(
|
|
|
1762 |
|
`post_id
` int(10)
unsigned N
OT NULL au
to_increme
nt,
|
|
|
1763 |
|
`topic_i
d` int(11)
NOT NULL
default '0
',
|
|
|
1764 |
|
`forum_i
d` int(11)
NOT NULL
default '0
',
|
|
|
1765 |
|
`user` v
archar(32)
NOT NULL
default '0
',
|
|
|
1766 |
|
`post_te
xt` medium
text NOT N
ULL,
|
|
|
1767 |
|
`when` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
1768 |
|
`votes`
int(11) NO
T NULL def
ault '0',
|
|
|
1769 |
|
`reports
` int(11)
NOT NULL d
efault '0'
,
|
|
|
1770 |
|
PRIMARY
KEY (`pos
t_id`),
|
|
|
1771 |
|
KEY `top
ic_id` (`t
opic_id`),
|
|
|
1772 |
|
KEY `for
um_id` (`f
orum_id`),
|
|
|
1773 |
|
KEY `use
r` (`user`
),
|
|
|
1774 |
|
KEY `whe
n` (`when`
)
|
|
|
1775 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1776 |
|
|
|
|
1777 |
|
--
|
|
|
1778 |
|
-- Dumping
data for
table `grp
_forum_pos
t`
|
|
|
1779 |
|
--
|
|
|
1780 |
|
|
|
|
1781 |
|
|
|
|
1782 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1783 |
|
|
|
|
1784 |
|
--
|
|
|
1785 |
|
-- Table s
tructure f
or table `
grp_forum_
report`
|
|
|
1786 |
|
--
|
|
|
1787 |
|
|
|
|
1788 |
|
CREATE TAB
LE `grp_fo
rum_report
` (
|
|
|
1789 |
|
`user_na
me` varcha
r(16) NOT
NULL defau
lt '',
|
|
|
1790 |
|
`post_id
` int(11)
NOT NULL d
efault '0'
,
|
|
|
1791 |
|
PRIMARY
KEY (`use
r_name`,`p
ost_id`)
|
|
|
1792 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1793 |
|
|
|
|
1794 |
|
--
|
|
|
1795 |
|
-- Dumping
data for
table `grp
_forum_rep
ort`
|
|
|
1796 |
|
--
|
|
|
1797 |
|
|
|
|
1798 |
|
|
|
|
1799 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1800 |
|
|
|
|
1801 |
|
--
|
|
|
1802 |
|
-- Table s
tructure f
or table `
grp_forum_
topic`
|
|
|
1803 |
|
--
|
|
|
1804 |
|
|
|
|
1805 |
|
CREATE TAB
LE `grp_fo
rum_topic`
(
|
|
|
1806 |
|
`topic_i
d` int(10)
unsigned
NOT NULL a
uto_increm
ent,
|
|
|
1807 |
|
`forum_i
d` int(11)
NOT NULL
default '0
',
|
|
|
1808 |
|
`topic_t
itle` varc
har(255) N
OT NULL de
fault '',
|
|
|
1809 |
|
`when` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
1810 |
|
`topic_p
osts` int(
11) NOT NU
LL default
'0',
|
|
|
1811 |
|
`first_p
ost_user`
varchar(32
) NOT NULL
default '
0',
|
|
|
1812 |
|
`first_p
ost_when`
int(11) NO
T NULL def
ault '0',
|
|
|
1813 |
|
`last_po
st_user` v
archar(32)
NOT NULL
default ''
,
|
|
|
1814 |
|
`last_po
st_when` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
1815 |
|
`topic_s
ticky` int
(11) NOT N
ULL defaul
t '0',
|
|
|
1816 |
|
`topic_l
ocked` tin
yint(4) NO
T NULL def
ault '0',
|
|
|
1817 |
|
PRIMARY
KEY (`top
ic_id`),
|
|
|
1818 |
|
KEY `for
um_id` (`f
orum_id`),
|
|
|
1819 |
|
KEY `for
um_id_2` (
`forum_id`
,`when`)
|
|
|
1820 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1821 |
|
|
|
|
1822 |
|
--
|
|
|
1823 |
|
-- Dumping
data for
table `grp
_forum_top
ic`
|
|
|
1824 |
|
--
|
|
|
1825 |
|
|
|
|
1826 |
|
|
|
|
1827 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1828 |
|
|
|
|
1829 |
|
--
|
|
|
1830 |
|
-- Table s
tructure f
or table `
grp_forum_
user`
|
|
|
1831 |
|
--
|
|
|
1832 |
|
|
|
|
1833 |
|
CREATE TAB
LE `grp_fo
rum_user`
(
|
|
|
1834 |
|
`user_na
me` varcha
r(16) NOT
NULL defau
lt '',
|
|
|
1835 |
|
`user_pw
d` varchar
(32) NOT N
ULL defaul
t '',
|
|
|
1836 |
|
`user_em
ail` varch
ar(128) NO
T NULL def
ault '',
|
|
|
1837 |
|
`user_jo
in_date` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
1838 |
|
PRIMARY
KEY (`use
r_name`),
|
|
|
1839 |
|
UNIQUE K
EY `user_e
mail` (`us
er_email`)
|
|
|
1840 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1841 |
|
|
|
|
1842 |
|
--
|
|
|
1843 |
|
-- Dumping
data for
table `grp
_forum_use
r`
|
|
|
1844 |
|
--
|
|
|
1845 |
|
|
|
|
1846 |
|
|
|
|
1847 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1848 |
|
|
|
|
1849 |
|
--
|
|
|
1850 |
|
-- Table s
tructure f
or table `
grp_forum_
user_activ
ity`
|
|
|
1851 |
|
--
|
|
|
1852 |
|
|
|
|
1853 |
|
CREATE TAB
LE `grp_fo
rum_user_a
ctivity` (
|
|
|
1854 |
|
`user` v
archar(16)
NOT NULL
default ''
,
|
|
|
1855 |
|
`act_cur
rent` int(
11) NOT NU
LL default
'0',
|
|
|
1856 |
|
`act_las
t` int(11)
NOT NULL
default '0
',
|
|
|
1857 |
|
PRIMARY
KEY (`use
r`)
|
|
|
1858 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1859 |
|
|
|
|
1860 |
|
--
|
|
|
1861 |
|
-- Dumping
data for
table `grp
_forum_use
r_activity
`
|
|
|
1862 |
|
--
|
|
|
1863 |
|
|
|
|
1864 |
|
|
|
|
1865 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1866 |
|
|
|
|
1867 |
|
--
|
|
|
1868 |
|
-- Table s
tructure f
or table `
grp_forum_
user_stat`
|
|
|
1869 |
|
--
|
|
|
1870 |
|
|
|
|
1871 |
|
CREATE TAB
LE `grp_fo
rum_user_s
tat` (
|
|
|
1872 |
|
`user` v
archar(16)
NOT NULL
default ''
,
|
|
|
1873 |
|
`posts`
int(11) NO
T NULL def
ault '0',
|
|
|
1874 |
|
`user_la
st_post` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
1875 |
|
KEY `use
r` (`user`
)
|
|
|
1876 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1877 |
|
|
|
|
1878 |
|
--
|
|
|
1879 |
|
-- Dumping
data for
table `grp
_forum_use
r_stat`
|
|
|
1880 |
|
--
|
|
|
1881 |
|
|
|
|
1882 |
|
|
|
|
1883 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1884 |
|
|
|
|
1885 |
|
--
|
|
|
1886 |
|
-- Table s
tructure f
or table `
grp_forum_
vote`
|
|
|
1887 |
|
--
|
|
|
1888 |
|
|
|
|
1889 |
|
CREATE TAB
LE `grp_fo
rum_vote`
(
|
|
|
1890 |
|
`user_na
me` varcha
r(16) NOT
NULL defau
lt '',
|
|
|
1891 |
|
`post_id
` int(11)
NOT NULL d
efault '0'
,
|
|
|
1892 |
|
`vote_wh
en` int(11
) NOT NULL
default '
0',
|
|
|
1893 |
|
`vote_po
int` tinyi
nt(4) NOT
NULL defau
lt '0',
|
|
|
1894 |
|
PRIMARY
KEY (`use
r_name`,`p
ost_id`)
|
|
|
1895 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1896 |
|
|
|
|
1897 |
|
--
|
|
|
1898 |
|
-- Dumping
data for
table `grp
_forum_vot
e`
|
|
|
1899 |
|
--
|
|
|
1900 |
|
|
|
|
1901 |
|
|
|
|
1902 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1903 |
|
|
|
|
1904 |
|
--
|
|
|
1905 |
|
-- Table s
tructure f
or table `
Guestbook`
|
|
|
1906 |
|
--
|
|
|
1907 |
|
|
|
|
1908 |
|
CREATE TAB
LE `Guestb
ook` (
|
|
|
1909 |
|
`ID` big
int(20) NO
T NULL aut
o_incremen
t,
|
|
|
1910 |
|
`Date` d
atetime NO
T NULL def
ault '0000
-00-00 00:
00:00',
|
|
|
1911 |
|
`IP` var
char(16) d
efault NUL
L,
|
|
|
1912 |
|
`Sender`
bigint(8)
unsigned
NOT NULL d
efault '0'
,
|
|
|
1913 |
|
`Recipie
nt` bigint
(8) unsign
ed NOT NUL
L default
'0',
|
|
|
1914 |
|
`Text` m
ediumtext
NOT NULL,
|
|
|
1915 |
|
`New` en
um('0','1'
) NOT NULL
default '
1',
|
|
|
1916 |
|
PRIMARY
KEY (`ID`
),
|
|
|
1917 |
|
KEY `Pai
r` (`Sende
r`,`Recipi
ent`)
|
|
|
1918 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1919 |
|
|
|
|
1920 |
|
--
|
|
|
1921 |
|
-- Dumping
data for
table `Gue
stbook`
|
|
|
1922 |
|
--
|
|
|
1923 |
|
|
|
|
1924 |
|
|
|
|
1925 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1926 |
|
|
|
|
1927 |
|
--
|
|
|
1928 |
|
-- Table s
tructure f
or table `
gvideo_rat
ing`
|
|
|
1929 |
|
--
|
|
|
1930 |
|
|
|
|
1931 |
|
CREATE TAB
LE `gvideo
_rating` (
|
|
|
1932 |
|
`gal_id`
int(12) N
OT NULL de
fault '0',
|
|
|
1933 |
|
`gal_rat
ing_count`
int(11) N
OT NULL de
fault '0',
|
|
|
1934 |
|
`gal_rat
ing_sum` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
1935 |
|
UNIQUE K
EY `med_id
` (`gal_id
`)
|
|
|
1936 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1937 |
|
|
|
|
1938 |
|
--
|
|
|
1939 |
|
-- Dumping
data for
table `gvi
deo_rating
`
|
|
|
1940 |
|
--
|
|
|
1941 |
|
|
|
|
1942 |
|
|
|
|
1943 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1944 |
|
|
|
|
1945 |
|
--
|
|
|
1946 |
|
-- Table s
tructure f
or table `
gvideo_vot
ing_track`
|
|
|
1947 |
|
--
|
|
|
1948 |
|
|
|
|
1949 |
|
CREATE TAB
LE `gvideo
_voting_tr
ack` (
|
|
|
1950 |
|
`gal_id`
int(12) N
OT NULL de
fault '0',
|
|
|
1951 |
|
`gal_ip`
varchar(2
0) default
NULL,
|
|
|
1952 |
|
`gal_dat
e` datetim
e default
NULL,
|
|
|
1953 |
|
KEY `med
_ip` (`gal
_ip`,`gal_
id`)
|
|
|
1954 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1955 |
|
|
|
|
1956 |
|
--
|
|
|
1957 |
|
-- Dumping
data for
table `gvi
deo_voting
_track`
|
|
|
1958 |
|
--
|
|
|
1959 |
|
|
|
|
1960 |
|
|
|
|
1961 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1962 |
|
|
|
|
1963 |
|
--
|
|
|
1964 |
|
-- Table s
tructure f
or table `
HotList`
|
|
|
1965 |
|
--
|
|
|
1966 |
|
|
|
|
1967 |
|
CREATE TAB
LE `HotLis
t` (
|
|
|
1968 |
|
`ID` big
int(8) NOT
NULL defa
ult '0',
|
|
|
1969 |
|
`Profile
` bigint(8
) NOT NULL
default '
0',
|
|
|
1970 |
|
UNIQUE K
EY `HotPai
r` (`ID`,`
Profile`),
|
|
|
1971 |
|
KEY `ID`
(`ID`),
|
|
|
1972 |
|
KEY `Pro
file` (`Pr
ofile`)
|
|
|
1973 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1974 |
|
|
|
|
1975 |
|
--
|
|
|
1976 |
|
-- Dumping
data for
table `Hot
List`
|
|
|
1977 |
|
--
|
|
|
1978 |
|
|
|
|
1979 |
|
|
|
|
1980 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
1981 |
|
|
|
|
1982 |
|
--
|
|
|
1983 |
|
-- Table s
tructure f
or table `
IMessages`
|
|
|
1984 |
|
--
|
|
|
1985 |
|
|
|
|
1986 |
|
CREATE TAB
LE `IMessa
ges` (
|
|
|
1987 |
|
`IDFrom`
bigint(8)
NOT NULL
default '0
',
|
|
|
1988 |
|
`IDTo` b
igint(8) N
OT NULL de
fault '0',
|
|
|
1989 |
|
`When` d
atetime NO
T NULL def
ault '0000
-00-00 00:
00:00',
|
|
|
1990 |
|
`Msg` ch
ar(255) NO
T NULL def
ault '',
|
|
|
1991 |
|
KEY `IDF
rom` (`IDF
rom`),
|
|
|
1992 |
|
KEY `IDT
o` (`IDTo`
),
|
|
|
1993 |
|
KEY `IDF
rom_2` (`I
DFrom`,`ID
To`)
|
|
|
1994 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
1995 |
|
|
|
|
1996 |
|
--
|
|
|
1997 |
|
-- Dumping
data for
table `IMe
ssages`
|
|
|
1998 |
|
--
|
|
|
1999 |
|
|
|
|
2000 |
|
|
|
|
2001 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
2002 |
|
|
|
|
2003 |
|
--
|
|
|
2004 |
|
-- Table s
tructure f
or table `
IndexCompo
se`
|
|
|
2005 |
|
--
|
|
|
2006 |
|
|
|
|
2007 |
|
CREATE TAB
LE `IndexC
ompose` (
|
|
|
2008 |
|
`ID` int
(8) unsign
ed NOT NUL
L auto_inc
rement,
|
|
|
2009 |
|
`Title`
varchar(25
5) NOT NUL
L default
'',
|
|
|
2010 |
|
`Desc` v
archar(255
) NOT NULL
default '
',
|
|
|
2011 |
|
`Caption
` varchar(
255) NOT N
ULL defaul
t '',
|
|
|
2012 |
|
`Visible
` set('non
','memb')
NOT NULL d
efault '',
|
|
|
2013 |
|
`Func` v
archar(40)
NOT NULL
default ''
,
|
|
|
2014 |
|
`Content
` text NOT
NULL,
|
|
|
2015 |
|
`Column`
int(11) N
OT NULL de
fault '0',
|
|
|
2016 |
|
`Order`
int(11) NO
T NULL def
ault '0',
|
|
|
2017 |
|
PRIMARY
KEY (`ID`
)
|
|
|
2018 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
2019 |
|
|
|
|
2020 |
|
--
|
|
|
2021 |
|
-- Dumping
data for
table `Ind
exCompose`
|
|
|
2022 |
|
--
|
|
|
2023 |
|
|
|
|
2024 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (1, 'S
ite Stats'
, 'Shows s
tatistic i
nformation
concernin
g your pro
files data
base', '_S
ite Stats'
, 'non,mem
b', 'Membe
rStat', ''
, 2, 0);
|
|
|
2025 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (3, 'N
ews', 'Sho
w list of
site news'
, '_latest
news', 'n
on,memb',
'News', ''
, 2, 1);
|
|
|
2026 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (4, 'S
ubscribe',
'Display
form to su
bscribe to
newslette
rs', '_Sub
scribe', '
non,memb',
'Subscrib
e', '', 2,
2);
|
|
|
2027 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (5, 'Q
uick Searc
h', 'Quick
search fo
rm', '_Qui
ck Search'
, 'non,mem
b', 'Quick
SearchInde
x', '', 2,
3);
|
|
|
2028 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (6, 'L
eaders', '
Top rated
profiles',
'_Leaders
', 'non,me
mb', 'TopR
ated', '',
1, 1);
|
|
|
2029 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (7, 'F
eedback',
'Feedback
(Success S
tory) from
your cust
omers', '_
Feedback',
'non,memb
', 'Feedba
ck', '', 1
, 2);
|
|
|
2030 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (8, 'F
eatured',
'List of f
eatured pr
ofiles ran
domly sele
cted from
database',
'_feature
d members'
, 'non,mem
b', 'Featu
red', '',
1, 3);
|
|
|
2031 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (9, 'P
olls', 'Pe
rsonal pro
file polls
', '_Polls
', 'non,me
mb', 'Prof
ilePoll',
'', 1, 4);
|
|
|
2032 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (10, '
Tags', 'Si
te Tags',
'_Tags', '
non,memb',
'Tags', '
', 1, 5);
|
|
|
2033 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (11, '
Top Member
s', 'Short
list of t
op profile
s selected
by given
criteria',
'_Members
', 'non,me
mb', 'TopM
embers', '
', 2, 4);
|
|
|
2034 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (12, '
Blogs', 'R
ecently po
sted blogs
', '_Blogs
', 'non,me
mb', 'Blog
s', '', 1,
6);
|
|
|
2035 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (13, '
Profile Ph
otos', 'To
p rated ph
otos', '_P
rofile Pho
tos', 'non
,memb', 'T
opPhotos',
'', 2, 5)
;
|
|
|
2036 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (14, '
Shoutbox',
'Shoutbox
', '_Shout
box', 'non
,memb', 'S
houtbox',
'', 2, 8);
|
|
|
2037 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (15, '
Login', 'S
hows Login
Form', '_
Member Log
in', 'non'
, 'LoginSe
ction', ''
, 1, 0);
|
|
|
2038 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (16, '
RSS Feed',
'', '_Boo
nEx News',
'non,memb
', 'RSS',
'http://ww
w.boonex.c
om/unity/b
log/featur
ed_posts/?
rss=1#4',
2, 9);
|
|
|
2039 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (17, '
Classified
s', 'Class
ifieds', '
_Classifie
ds', 'non,
memb', 'Cl
assifieds'
, '', 1, 7
);
|
|
|
2040 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (18, '
Events', '
Events', '
_Events',
'non,memb'
, 'Events'
, '', 1, 8
);
|
|
|
2041 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (19, '
Groups', '
Groups', '
_Groups',
'non,memb'
, 'Groups'
, '', 1, 9
);
|
|
|
2042 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (20, '
Forum RSS
Feed', '',
'_Forum P
osts', 'no
n,memb', '
RSS', '{Si
teUrl}orca
/?action=r
ss_all#4',
2, 6);
|
|
|
2043 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (21, '
Photo Gall
ery', 'Pho
tos Shared
By Member
s', '_Phot
o Gallery'
, 'non,mem
b', 'Share
Photos', '
', 1, 11);
|
|
|
2044 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (22, '
Video Gall
ery', 'Vid
eos Shared
By Member
s', '_Vide
o Gallery'
, 'non,mem
b', 'Share
Videos', '
', 1, 10);
|
|
|
2045 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (23, '
Music Gall
ery', 'Mus
ic Files S
hared By M
embers', '
_Music Gal
lery', 'no
n,memb', '
ShareMusic
', '', 1,
12);
|
|
|
2046 |
|
INSERT INT
O `IndexCo
mpose` VAL
UES (24, '
Articles',
'Articles
', '_Artic
les', 'non
,memb', 'A
rticles',
'', 2, 7);
|
|
|
2047 |
|
|
|
|
2048 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
2049 |
|
|
|
|
2050 |
|
--
|
|
|
2051 |
|
-- Table s
tructure f
or table `
Links`
|
|
|
2052 |
|
--
|
|
|
2053 |
|
|
|
|
2054 |
|
CREATE TAB
LE `Links`
(
|
|
|
2055 |
|
`ID` big
int(20) un
signed NOT
NULL auto
_increment
,
|
|
|
2056 |
|
`Title`
varchar(25
0) default
NULL,
|
|
|
2057 |
|
`URL` va
rchar(100)
NOT NULL
default ''
,
|
|
|
2058 |
|
`Descrip
tion` medi
umtext,
|
|
|
2059 |
|
PRIMARY
KEY (`ID`
)
|
|
|
2060 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
2061 |
|
|
|
|
2062 |
|
--
|
|
|
2063 |
|
-- Dumping
data for
table `Lin
ks`
|
|
|
2064 |
|
--
|
|
|
2065 |
|
|
|
|
2066 |
|
INSERT INT
O `Links`
VALUES (6,
'Free Onl
ine Dating
Personals
- 4ppl',
'http://ww
w.4ppl.com
/', 'Looki
ng for fri
ends, a ma
tch or pen
pals? 4PP
L is exact
ly for you
. Join the
First Abs
olutely Fr
ee dating
site witho
ut any mem
bership pa
yments or
annoying a
ds. Enjoy
its simple
, pleasura
ble design
and moder
n features
. Use it f
or free!')
;
|
|
|
2067 |
|
INSERT INT
O `Links`
VALUES (8,
'Ray Comm
unity Widg
et Suite',
'http://w
ww.boonex.
com/produc
ts/ray/',
'Expand yo
ur communi
ty site wi
th A/V cha
t, A/V Ins
tant Messe
nger, A/V
Recorder,
MP3 Player
, Web Pres
ence and D
esktop App
lication.
Bring life
to your c
ommunity s
ite!');
|
|
|
2068 |
|
INSERT INT
O `Links`
VALUES (10
, 'Expertz
zz Communi
ty Softwar
e Support'
, 'http://
www.expert
zzz.com/',
'The goal
of our si
te is to u
nite peopl
e who can
deliver su
pport for
any commun
ity softwa
re and who
want to r
eceive qua
lified sup
port. Here
you can s
ell your p
roducts an
d services
, as well
as buy eve
rything yo
u want to
make a Uni
que Commun
ity websit
e. ');
|
|
|
2069 |
|
INSERT INT
O `Links`
VALUES (11
, 'LoveLan
dia: Love
Poems', 'h
ttp://www.
lovelandia
.com/', 'L
oveLandia
is the bes
t place to
share you
r love poe
ms, love q
uotes, sto
ries, song
s, tips an
d much mor
e about Lo
ve. Just v
isit our L
oveLandia
site and e
njoy its m
odern feat
ures: chat
, A/V Reco
rder, Foru
m, "Transf
er to" and
more! Dis
close your
talent! I
mpress you
r Lover!')
;
|
|
|
2070 |
|
INSERT INT
O `Links`
VALUES (12
, 'Shark E
nterprise
Community
Platform',
'http://w
ww.boonex.
com/produc
ts/shark/'
, 'Special
ly develop
ed softwar
e for big
community
websites.
Turn your
small comm
unity site
into a se
rious mone
ymaking bu
siness!');
|
|
|
2071 |
|
INSERT INT
O `Links`
VALUES (13
, 'Orca In
teractive
Forum Scri
pt', 'http
://www.boo
nex.com/pr
oducts/orc
a/', 'The
first Inte
ractive Fo
rum Script
based on
AJAX techn
ology! Sel
f-Ruling,
Integrable
and under
General P
ublic Lice
nse.');
|
|
|
2072 |
|
INSERT INT
O `Links`
VALUES (14
, 'Barracu
da Collabo
rative Dir
ectory Sof
tware', 'h
ttp://www.
boonex.com
/products/
barracuda/
', 'Collab
orative Di
rectory So
ftware is
a free and
handy we
b director
y software
bundle, c
ombining t
he power o
f PHP+AJAX
technolog
ies, moder
n design a
nd profess
ional supp
ort by the
BoonEx te
am. Barrac
uda will h
elp you cr
eate a pow
erful link
s director
y and make
your webs
ite traffi
c grow.');
|
|
|
2073 |
|
INSERT INT
O `Links`
VALUES (15
, 'Dolphin
Smart Com
munity Bui
lder', 'ht
tp://www.b
oonex.com/
products/d
olphin/',
'Dolphin i
s secure,
modifiable
and relia
bly tested
Community
Software
which will
help you
to build a
Unique Co
mmunity we
bsite.');
|
|
|
2074 |
|
INSERT INT
O `Links`
VALUES (17
, 'DreamSC
at: Sharin
g Ideas &
Dreams', '
http://www
.dreamscat
.com/', 'S
imply the
best place
to share
and learn
genius ide
as on scie
nce, envir
onment and
fun. You
can also p
ost here y
our know-h
ow concern
ing busine
ss, beauty
and cooki
ng as well
as declar
e your mir
acles drea
ms. Look f
or creativ
e and usef
ul tips he
re on self
-improveme
nt, health
and home.
');
|
|
|
2075 |
|
INSERT INT
O `Links`
VALUES (18
, 'Make Yo
ur Car Fam
ous :: Abo
utMyCar',
'http://ww
w.aboutmyc
ar.com/',
'Car stori
es about r
eal and dr
eam cars w
ith photos
, experien
ce and imp
ressions.
Latest aut
o news on
new car mo
dels, car
high tech,
motorspor
ts; histor
ies of car
builders;
vintage a
utomotive
proverbs &
sayings,
auto humor
.');
|
|
|
2076 |
|
INSERT INT
O `Links`
VALUES (19
, 'Boonex
Community
Software E
xperts', '
http://www
.boonex.co
m/', 'Boon
Ex deliver
s quality
community
web appli
cation sof
tware with
more feat
ures you e
ver dreame
d of. We o
ffer commu
nity softw
are develo
pment call
s for rapi
d changes
in Interne
t-related
technologi
es. You ca
n find eve
rything yo
u need to
create you
r own comm
unity!\r\n
\r\n');
|
|
|
2077 |
|
INSERT INT
O `Links`
VALUES (22
, 'BoonEx
Blog', 'ht
tp://www.b
oonex.org/
', 'BoonEx
.org, host
ed by Andr
ey Sivtsov
- general
Director
of BoonEx,
is a disc
ussion ven
ue for fut
ure releas
es of Boon
Ex product
s and func
tionality
of BoonEx
websites.
BoonEx Blo
g is a par
t of Unite
People mo
vement, su
pported by
BoonEx. A
nyone is w
elcome to
participat
e by shari
ng ideas,
testing pr
oducts and
providing
suggestio
ns.');
|
|
|
2078 |
|
INSERT INT
O `Links`
VALUES (21
, 'BoonEx
Developmen
t Zone', '
http://www
.boonex.ne
t/', 'Have
a suggest
ion for th
e new Boon
Ex product
s versions
? You are
welcome to
use BoonE
x.net wher
e you can
make your
deposit in
the Ray o
r Shark de
velopment
process vi
a a "Ticke
t" system.
To be up-
to-date yo
u can view
the "Time
line" of t
he develop
ment progr
ess and th
e "Roadmap
" of what
will be do
ne. Many o
f those wh
o wish to
help build
a better
product ar
e already
there.');
|
|
|
2079 |
|
|
|
|
2080 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
2081 |
|
|
|
|
2082 |
|
--
|
|
|
2083 |
|
-- Table s
tructure f
or table `
Localizati
onCategori
es`
|
|
|
2084 |
|
--
|
|
|
2085 |
|
|
|
|
2086 |
|
CREATE TAB
LE `Locali
zationCate
gories` (
|
|
|
2087 |
|
`ID` tin
yint(3) un
signed NOT
NULL auto
_increment
,
|
|
|
2088 |
|
`Name` v
archar(255
) NOT NULL
default '
',
|
|
|
2089 |
|
PRIMARY
KEY (`ID`
),
|
|
|
2090 |
|
UNIQUE K
EY `Name`
(`Name`)
|
|
|
2091 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
2092 |
|
|
|
|
2093 |
|
--
|
|
|
2094 |
|
-- Dumping
data for
table `Loc
alizationC
ategories`
|
|
|
2095 |
|
--
|
|
|
2096 |
|
|
|
|
2097 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (1, 'P
age texts'
);
|
|
|
2098 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (2, 'P
age titles
');
|
|
|
2099 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (3, 'A
ction mess
ages');
|
|
|
2100 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (4, 'M
embership'
);
|
|
|
2101 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (5, 'B
log');
|
|
|
2102 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (6, 'G
allery');
|
|
|
2103 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (7, 'E
vents');
|
|
|
2104 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (8, 'P
romotional
texts');
|
|
|
2105 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (9, 'M
onths');
|
|
|
2106 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (10, '
Age ranges
');
|
|
|
2107 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (11, '
Body type'
);
|
|
|
2108 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (12, '
Countries'
);
|
|
|
2109 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (13, '
Education'
);
|
|
|
2110 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (14, '
Ethnicity'
);
|
|
|
2111 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (15, '
Income');
|
|
|
2112 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (16, '
Language')
;
|
|
|
2113 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (17, '
Marital st
atus');
|
|
|
2114 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (18, '
Person''s
height');
|
|
|
2115 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (19, '
Profile st
atus');
|
|
|
2116 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (20, '
Relationsh
ip');
|
|
|
2117 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (21, '
Religion')
;
|
|
|
2118 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (22, '
Smoking/dr
inking lev
els');
|
|
|
2119 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (23, '
Zodiac sig
ns');
|
|
|
2120 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (24, '
Profile fi
elds relev
ant');
|
|
|
2121 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (25, '
Instant Me
ssenger');
|
|
|
2122 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (26, '
Checkout')
;
|
|
|
2123 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (27, '
Polls');
|
|
|
2124 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (100,
'Misc');
|
|
|
2125 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (101,
'media');
|
|
|
2126 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (102,
'Groups');
|
|
|
2127 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (103,
'QSearch')
;
|
|
|
2128 |
|
INSERT INT
O `Localiz
ationCateg
ories` VAL
UES (105,
'Classifie
ds');
|
|
|
2129 |
|
|
|
|
2130 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
2131 |
|
|
|
|
2132 |
|
--
|
|
|
2133 |
|
-- Table s
tructure f
or table `
Localizati
onKeys`
|
|
|
2134 |
|
--
|
|
|
2135 |
|
|
|
|
2136 |
|
CREATE TAB
LE `Locali
zationKeys
` (
|
|
|
2137 |
|
`ID` sma
llint(5) u
nsigned NO
T NULL aut
o_incremen
t,
|
|
|
2138 |
|
`IDCateg
ory` tinyi
nt(3) unsi
gned NOT N
ULL defaul
t '0',
|
|
|
2139 |
|
`Key` va
rchar(255)
character
set utf8
collate ut
f8_bin NOT
NULL defa
ult '',
|
|
|
2140 |
|
PRIMARY
KEY (`ID`
),
|
|
|
2141 |
|
UNIQUE K
EY `Key` (
`Key`)
|
|
|
2142 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
2143 |
|
|
|
|
2144 |
|
--
|
|
|
2145 |
|
-- Dumping
data for
table `Loc
alizationK
eys`
|
|
|
2146 |
|
--
|
|
|
2147 |
|
|
|
|
2148 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
, 8, '_bot
tom_text')
;
|
|
|
2149 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
, 8, '_cop
yright');
|
|
|
2150 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
, 100, '_N
otify me a
bout News,
tips');
|
|
|
2151 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
, 100, '_c
ompose_mes
sage_notif
y');
|
|
|
2152 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
, 100, '_G
uestBook')
;
|
|
|
2153 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
2, 8, '_pr
omo_text_a
ct_1');
|
|
|
2154 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
3, 8, '_pr
omo_act_0'
);
|
|
|
2155 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
4, 8, '_pr
omo_act_1'
);
|
|
|
2156 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
5, 8, '_pr
omo_act_2'
);
|
|
|
2157 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
7, 100, '_
AOL');
|
|
|
2158 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
8, 100, '_
IM now (no
t allowed)
');
|
|
|
2159 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
9, 100, '_
im_up');
|
|
|
2160 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
0, 100, '_
aol');
|
|
|
2161 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
1, 100, '_
a man');
|
|
|
2162 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
2, 100, '_
a woman');
|
|
|
2163 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
3, 100, '_
a man or a
woman');
|
|
|
2164 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
4, 100, '_
a_female')
;
|
|
|
2165 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
5, 100, '_
a_male');
|
|
|
2166 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
6, 100, '_
a_couple')
;
|
|
|
2167 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
7, 100, '_
About me')
;
|
|
|
2168 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
0, 100, '_
About Us')
;
|
|
|
2169 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
1, 100, '_
About you'
);
|
|
|
2170 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
2, 100, '_
Activate a
ccount');
|
|
|
2171 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
3, 100, '_
active_sto
ry');
|
|
|
2172 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
4, 100, '_
Add commen
t');
|
|
|
2173 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
5, 100, '_
Add to car
t');
|
|
|
2174 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
6, 100, '_
Add New Pr
ofile');
|
|
|
2175 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
7, 100, '_
Add story'
);
|
|
|
2176 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
8, 100, '_
Add new ob
ject');
|
|
|
2177 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
9, 100, '_
add storie
s');
|
|
|
2178 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
0, 100, '_
Add to Hot
List');
|
|
|
2179 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
1, 100, '_
Add to Fri
end List')
;
|
|
|
2180 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
2, 100, '_
Adding mem
ber...');
|
|
|
2181 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
3, 100, '_
Additional
contact i
nformation
');
|
|
|
2182 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
4, 100, '_
Admin');
|
|
|
2183 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
5, 100, '_
adv_search
');
|
|
|
2184 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
6, 100, '_
Affiliates
');
|
|
|
2185 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
7, 100, '_
Aged from'
);
|
|
|
2186 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
8, 100, '_
aged');
|
|
|
2187 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
9, 100, '_
all');
|
|
|
2188 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
0, 100, '_
All');
|
|
|
2189 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
1, 100, '_
Amount');
|
|
|
2190 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
2, 100, '_
Anonymous'
);
|
|
|
2191 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
4, 9, '_Ap
ril');
|
|
|
2192 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
5, 100, '_
Articles')
;
|
|
|
2193 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
6, 100, '_
ascending'
);
|
|
|
2194 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
7, 100, '_
Attention'
);
|
|
|
2195 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
8, 9, '_Au
gust');
|
|
|
2196 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
00, 100, '
_available
');
|
|
|
2197 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
01, 100, '
_average r
ate');
|
|
|
2198 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
02, 100, '
_avff');
|
|
|
2199 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
03, 100, '
_Back to')
;
|
|
|
2200 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
04, 100, '
_Back Invi
te');
|
|
|
2201 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
05, 100, '
_Bid');
|
|
|
2202 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
06, 100, '
_Block');
|
|
|
2203 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
07, 100, '
_Block lis
t');
|
|
|
2204 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
08, 100, '
_block mem
ber');
|
|
|
2205 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
09, 100, '
_Blog');
|
|
|
2206 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
10, 24, '_
Body type'
);
|
|
|
2207 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
11, 24, '_
BodyType')
;
|
|
|
2208 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
12, 24, '_
BodyType2'
);
|
|
|
2209 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
13, 100, '
_Both');
|
|
|
2210 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
14, 100, '
_both2');
|
|
|
2211 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
15, 100, '
_Brief Pro
file');
|
|
|
2212 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
16, 100, '
_Browse Pr
ofiles');
|
|
|
2213 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
17, 100, '
_by age');
|
|
|
2214 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
18, 100, '
_by contac
t price');
|
|
|
2215 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
19, 100, '
_by rate')
;
|
|
|
2216 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
20, 100, '
_by times
contacted'
);
|
|
|
2217 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
21, 25, '_
imerr memb
ership_req
uired');
|
|
|
2218 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
22, 25, '_
imerr to_n
_active');
|
|
|
2219 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
23, 25, '_
imerr from
_n_active'
);
|
|
|
2220 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
24, 25, '_
imerr bloc
ked');
|
|
|
2221 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
25, 100, '
_character
s');
|
|
|
2222 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
26, 100, '
_chars_to_
chars');
|
|
|
2223 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
27, 100, '
_Chat');
|
|
|
2224 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
29, 100, '
_Chat Now'
);
|
|
|
2225 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
30, 100, '
_chat now'
);
|
|
|
2226 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
31, 100, '
_Chatting'
);
|
|
|
2227 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
32, 100, '
_chat wind
ow');
|
|
|
2228 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
33, 100, '
_Cancel pa
ssword(s)'
);
|
|
|
2229 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
34, 100, '
_Cart');
|
|
|
2230 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
35, 100, '
_CartDisco
unt title'
);
|
|
|
2231 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
36, 100, '
_CartDisco
unt NumOfP
rof');
|
|
|
2232 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
37, 100, '
_CartDisco
unt Discou
nt');
|
|
|
2233 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
38, 100, '
_CastVote'
);
|
|
|
2234 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
39, 100, '
_Check Out
');
|
|
|
2235 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
40, 100, '
_Check all
');
|
|
|
2236 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
41, 24, '_
Children')
;
|
|
|
2237 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
42, 100, '
_Choose fi
le for upl
oad');
|
|
|
2238 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
43, 24, '_
children')
;
|
|
|
2239 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
44, 24, '_
City');
|
|
|
2240 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
45, 3, '_C
ity reqire
d');
|
|
|
2241 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
46, 100, '
_CLICK_AGR
EE');
|
|
|
2242 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
47, 100, '
_Close');
|
|
|
2243 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
48, 100, '
_Communica
tor');
|
|
|
2244 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
49, 100, '
_Communica
tion');
|
|
|
2245 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
50, 100, '
_Community
Stats');
|
|
|
2246 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
51, 100, '
_Compose N
ew Message
');
|
|
|
2247 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
52, 100, '
_Contact S
ales');
|
|
|
2248 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
53, 100, '
_contacts'
);
|
|
|
2249 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
56, 100, '
_contact')
;
|
|
|
2250 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
57, 100, '
_contact l
ist');
|
|
|
2251 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
58, 100, '
_Confirm E
-mail');
|
|
|
2252 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
59, 100, '
_Confirm')
;
|
|
|
2253 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
60, 100, '
_Confirm p
assword');
|
|
|
2254 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
61, 100, '
_Confirm y
our e-mail
');
|
|
|
2255 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
62, 100, '
_Confirm y
our passwo
rd');
|
|
|
2256 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
63, 100, '
_Confirmat
ion code')
;
|
|
|
2257 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
64, 100, '
_Confirmat
ion e-mail
');
|
|
|
2258 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
65, 100, '
_Congratul
ations');
|
|
|
2259 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
66, 100, '
_Contact')
;
|
|
|
2260 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
68, 100, '
_Contacts'
);
|
|
|
2261 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
69, 100, '
_Contacts
purchased'
);
|
|
|
2262 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
70, 100, '
_Contact i
nformation
');
|
|
|
2263 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
71, 100, '
_Contact i
nformation
sent');
|
|
|
2264 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
72, 100, '
_Contact i
nformation
not sent'
);
|
|
|
2265 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
73, 100, '
_Contact p
rice');
|
|
|
2266 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
74, 100, '
_Contact d
etails');
|
|
|
2267 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
75, 100, '
_Continue'
);
|
|
|
2268 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
76, 100, '
_Control P
anel');
|
|
|
2269 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
77, 24, '_
Country');
|
|
|
2270 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
78, 24, '_
couple');
|
|
|
2271 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
79, 100, '
_credits')
;
|
|
|
2272 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
80, 100, '
_clc');
|
|
|
2273 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
81, 100, '
_Current d
eposit');
|
|
|
2274 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
82, 100, '
_Current m
embership'
);
|
|
|
2275 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
83, 100, '
_Currently
Online');
|
|
|
2276 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
84, 100, '
_Custom me
nu');
|
|
|
2277 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
85, 100, '
_Date');
|
|
|
2278 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
86, 24, '_
Date of bi
rth');
|
|
|
2279 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
87, 24, '_
DateOfBirt
h');
|
|
|
2280 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
88, 24, '_
DateOfBirt
h2');
|
|
|
2281 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
89, 9, '_D
ecember');
|
|
|
2282 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
90, 100, '
_Delete');
|
|
|
2283 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
91, 100, '
_Delete ac
count');
|
|
|
2284 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
92, 100, '
_Delete fr
om Friend
List');
|
|
|
2285 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
93, 100, '
_Deleting
member...'
);
|
|
|
2286 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
94, 100, '
_Details o
f the pers
on you are
looking f
or');
|
|
|
2287 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
95, 100, '
_descendin
g');
|
|
|
2288 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
96, 24, '_
Descriptio
n');
|
|
|
2289 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
730, 4, '_
ACTION_LIM
IT_REACHED
');
|
|
|
2290 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
99, 100, '
_Do you re
ally want
to delete
this entry
?');
|
|
|
2291 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
00, 100, '
_Download
and listen
');
|
|
|
2292 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
01, 100, '
_Download
and see');
|
|
|
2293 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
02, 100, '
_Doesnt ma
tter');
|
|
|
2294 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
03, 100, '
_Drinking'
);
|
|
|
2295 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
04, 100, '
_Drinking?
');
|
|
|
2296 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
05, 24, '_
Drinker');
|
|
|
2297 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
06, 24, '_
Drinker2')
;
|
|
|
2298 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
07, 100, '
_E-mail');
|
|
|
2299 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
08, 100, '
_E-mail re
quired');
|
|
|
2300 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
09, 100, '
_E-mail va
lid requir
ed');
|
|
|
2301 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
10, 100, '
_E-mail se
nt');
|
|
|
2302 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
11, 100, '
_E-mail or
ID');
|
|
|
2303 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
12, 100, '
_Email con
firmation'
);
|
|
|
2304 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
13, 100, '
_Email con
firmation
Ex');
|
|
|
2305 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
14, 100, '
_Email was
successfu
lly sent')
;
|
|
|
2306 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
15, 100, '
_Email sen
t failed')
;
|
|
|
2307 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
16, 24, '_
Education'
);
|
|
|
2308 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
17, 24, '_
Education2
');
|
|
|
2309 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
18, 100, '
_Edit Prof
ile');
|
|
|
2310 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
19, 100, '
_edit prof
ile');
|
|
|
2311 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
20, 100, '
_Edit');
|
|
|
2312 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
21, 100, '
_Empty');
|
|
|
2313 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
22, 100, '
_Empty Car
t');
|
|
|
2314 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
23, 100, '
_Emptying
cart...');
|
|
|
2315 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
24, 100, '
_Enter pro
file ID');
|
|
|
2316 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
25, 100, '
_Enter wha
t you see:
');
|
|
|
2317 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
26, 100, '
_Error');
|
|
|
2318 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
27, 100, '
_Error cod
e');
|
|
|
2319 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
28, 100, '
_Error sen
ding kiss'
);
|
|
|
2320 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
29, 24, '_
Ethnicity'
);
|
|
|
2321 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
30, 24, '_
Ethnicity2
');
|
|
|
2322 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
31, 100, '
_Extended
search');
|
|
|
2323 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
32, 100, '
_Explanati
on');
|
|
|
2324 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
33, 100, '
_F');
|
|
|
2325 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
34, 100, '
_FAQ');
|
|
|
2326 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
35, 9, '_F
ebruary');
|
|
|
2327 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
36, 100, '
_Female');
|
|
|
2328 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
37, 100, '
_Female_')
;
|
|
|
2329 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
38, 100, '
_Fetch');
|
|
|
2330 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
39, 100, '
_Find');
|
|
|
2331 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
40, 100, '
_Find!');
|
|
|
2332 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
41, 100, '
_Finance')
;
|
|
|
2333 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
42, 100, '
_First');
|
|
|
2334 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
43, 100, '
_Free e-ma
il');
|
|
|
2335 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
44, 100, '
_free_sign
_up');
|
|
|
2336 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
45, 100, '
_Free soun
d');
|
|
|
2337 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
46, 100, '
_Friend em
ail');
|
|
|
2338 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
47, 100, '
_Friends:'
);
|
|
|
2339 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
48, 100, '
_Friends')
;
|
|
|
2340 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
49, 100, '
_female');
|
|
|
2341 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
50, 100, '
_featured'
);
|
|
|
2342 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
51, 100, '
_featured
members');
|
|
|
2343 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
52, 100, '
_featured
profiles')
;
|
|
|
2344 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
53, 100, '
_for free'
);
|
|
|
2345 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
54, 100, '
_for');
|
|
|
2346 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
56, 100, '
_Forgot');
|
|
|
2347 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
57, 100, '
_Forgot?')
;
|
|
|
2348 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
58, 100, '
_Forgot pa
ssword?');
|
|
|
2349 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
59, 100, '
_former US
SR');
|
|
|
2350 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
60, 100, '
_Forum');
|
|
|
2351 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
61, 100, '
_From');
|
|
|
2352 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
62, 100, '
_From Prim
ary');
|
|
|
2353 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
63, 100, '
_from');
|
|
|
2354 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
64, 100, '
_from zip/
postal cod
e');
|
|
|
2355 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
65, 100, '
_from ZIP'
);
|
|
|
2356 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
66, 100, '
_free');
|
|
|
2357 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
67, 100, '
_Gallery')
;
|
|
|
2358 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
68, 100, '
_my_galler
y');
|
|
|
2359 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
69, 100, '
_General d
escription
');
|
|
|
2360 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
70, 100, '
_General s
elf-descri
ption');
|
|
|
2361 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
71, 100, '
_Go');
|
|
|
2362 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
72, 100, '
_Affiliate
Program')
;
|
|
|
2363 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
73, 100, '
_Congratul
ation');
|
|
|
2364 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
74, 100, '
_Got_membe
rs_part_1'
);
|
|
|
2365 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
75, 100, '
_Got_membe
rs_part_2'
);
|
|
|
2366 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
76, 100, '
_Need_more
_members')
;
|
|
|
2367 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
77, 100, '
_Choose_me
mbership')
;
|
|
|
2368 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
78, 100, '
_Got_new_m
embership_
part_1');
|
|
|
2369 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
79, 100, '
_Got_new_m
embership_
part_2');
|
|
|
2370 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
80, 100, '
_Got_new_m
embership_
part_3');
|
|
|
2371 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
81, 100, '
_Gold Memb
ers');
|
|
|
2372 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
82, 100, '
_Gold Memb
ership Sub
scriptions
');
|
|
|
2373 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
83, 100, '
_grant pas
sword');
|
|
|
2374 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
84, 100, '
_granted')
;
|
|
|
2375 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
85, 100, '
_guestbook
');
|
|
|
2376 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
86, 24, '_
GuestbookM
ode');
|
|
|
2377 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
87, 24, '_
GuestbookA
ccess');
|
|
|
2378 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
88, 100, '
_my_guestb
ook');
|
|
|
2379 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
89, 100, '
_blog');
|
|
|
2380 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
90, 100, '
_my_blog')
;
|
|
|
2381 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
91, 100, '
_no_info')
;
|
|
|
2382 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
92, 100, '
_Enable');
|
|
|
2383 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
93, 100, '
_Disable')
;
|
|
|
2384 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
94, 100, '
_Suspend')
;
|
|
|
2385 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
95, 100, '
_Registere
d only');
|
|
|
2386 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
96, 100, '
_Friends o
nly');
|
|
|
2387 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
97, 100, '
_Add recor
d');
|
|
|
2388 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
98, 100, '
_Visitor')
;
|
|
|
2389 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
99, 100, '
_Have N ch
ildren');
|
|
|
2390 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
00, 100, '
_Have no c
hildren');
|
|
|
2391 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
01, 24, '_
Height');
|
|
|
2392 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
02, 24, '_
Height2');
|
|
|
2393 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
03, 100, '
_Header');
|
|
|
2394 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
05, 24, '_
Headline')
;
|
|
|
2395 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
06, 100, '
_Hide');
|
|
|
2396 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
07, 100, '
_Home');
|
|
|
2397 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
08, 24, '_
Home addre
ss');
|
|
|
2398 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
09, 24, '_
Homepage')
;
|
|
|
2399 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
10, 100, '
_Hot list'
);
|
|
|
2400 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
11, 100, '
_hot membe
r');
|
|
|
2401 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
12, 100, '
_Friend li
st');
|
|
|
2402 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
13, 100, '
_friend me
mber');
|
|
|
2403 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
14, 100, '
_HTML');
|
|
|
2404 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
15, 100, '
_I AGREE')
;
|
|
|
2405 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
16, 100, '
_I am');
|
|
|
2406 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
17, 100, '
_I am a');
|
|
|
2407 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
18, 100, '
_I seek a'
);
|
|
|
2408 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
19, 100, '
_I can rec
eive');
|
|
|
2409 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
20, 100, '
_I look fo
r a');
|
|
|
2410 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
21, 100, '
_I prefer
not to say
');
|
|
|
2411 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
22, 100, '
_I will te
ll you lat
er');
|
|
|
2412 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
23, 24, '_
ICQ UIN');
|
|
|
2413 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
24, 24, '_
ICQ');
|
|
|
2414 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
25, 24, '_
icq');
|
|
|
2415 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
26, 24, '_
IM UIN');
|
|
|
2416 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
27, 100, '
_IM title'
);
|
|
|
2417 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
28, 100, '
_starts im
mediately'
);
|
|
|
2418 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
29, 100, '
_IM now');
|
|
|
2419 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
30, 25, '_
im_textIni
t');
|
|
|
2420 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
31, 25, '_
im_textNoC
urrUser');
|
|
|
2421 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
32, 25, '_
im_textNoA
cessA');
|
|
|
2422 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
33, 25, '_
im_textNoA
cessG');
|
|
|
2423 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
34, 25, '_
im_textLog
in');
|
|
|
2424 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
35, 25, '_
im_textSen
d');
|
|
|
2425 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
36, 100, '
_ID');
|
|
|
2426 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
37, 100, '
_Ideal mat
ch descrip
tion');
|
|
|
2427 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
38, 24, '_
Income');
|
|
|
2428 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
39, 24, '_
Income2');
|
|
|
2429 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
40, 100, '
_Incorrect
Email');
|
|
|
2430 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
42, 100, '
_Interest'
);
|
|
|
2431 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
43, 100, '
_Invalid I
D');
|
|
|
2432 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
44, 100, '
_Invite a
friend');
|
|
|
2433 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
45, 9, '_J
anuary');
|
|
|
2434 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
46, 100, '
_Join');
|
|
|
2435 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
47, 100, '
_Join For
Free');
|
|
|
2436 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
48, 100, '
_Join Free
');
|
|
|
2437 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
49, 100, '
_Join now'
);
|
|
|
2438 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
50, 9, '_J
une');
|
|
|
2439 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
51, 9, '_J
uly');
|
|
|
2440 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
52, 100, '
_kilometer
s');
|
|
|
2441 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
53, 100, '
_kb');
|
|
|
2442 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
54, 100, '
_Kisses');
|
|
|
2443 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
55, 100, '
_Language'
);
|
|
|
2444 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
56, 24, '_
Language 1
');
|
|
|
2445 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
57, 24, '_
Language 2
');
|
|
|
2446 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
58, 24, '_
Language 3
');
|
|
|
2447 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
59, 24, '_
Language1'
);
|
|
|
2448 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
60, 24, '_
Language12
');
|
|
|
2449 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
61, 100, '
_Last');
|
|
|
2450 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
62, 100, '
_Last logi
n');
|
|
|
2451 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
63, 100, '
_Last logg
ed in');
|
|
|
2452 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
64, 100, '
_Last chan
ges');
|
|
|
2453 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
65, 100, '
_Last modi
fied');
|
|
|
2454 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
66, 100, '
_latest ne
ws');
|
|
|
2455 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
67, 100, '
_Latest Me
mbers');
|
|
|
2456 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
68, 100, '
_launch IM
');
|
|
|
2457 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
69, 100, '
_Links');
|
|
|
2458 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
70, 24, '_
living wit
h me');
|
|
|
2459 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
71, 100, '
_living wi
thin');
|
|
|
2460 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
72, 100, '
_listen vo
ice');
|
|
|
2461 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
73, 100, '
_length');
|
|
|
2462 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
74, 100, '
_Location'
);
|
|
|
2463 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
75, 100, '
_Log In');
|
|
|
2464 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
76, 100, '
_Login');
|
|
|
2465 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
77, 100, '
_LOG_IN_1'
);
|
|
|
2466 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
78, 100, '
_Log Out')
;
|
|
|
2467 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
79, 100, '
_Log Out2'
);
|
|
|
2468 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
80, 100, '
_Logged in
');
|
|
|
2469 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
81, 100, '
_Login req
uired');
|
|
|
2470 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
82, 100, '
_login_tit
le');
|
|
|
2471 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
84, 100, '
_LookingFo
r');
|
|
|
2472 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
85, 100, '
_LookingAg
e');
|
|
|
2473 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
86, 100, '
_LookingHe
ight');
|
|
|
2474 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
87, 100, '
_LookingBo
dyType');
|
|
|
2475 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
88, 100, '
_Looking f
or');
|
|
|
2476 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
89, 100, '
_looking f
or');
|
|
|
2477 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
90, 100, '
_M');
|
|
|
2478 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
91, 100, '
_Must be v
alid');
|
|
|
2479 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
92, 100, '
_MSN');
|
|
|
2480 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
93, 100, '
_msn');
|
|
|
2481 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
94, 100, '
_MAIN MENU
');
|
|
|
2482 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
95, 100, '
_Main Menu
');
|
|
|
2483 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
729, 4, '_
ACTION_NOT
_ACTIVE');
|
|
|
2484 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
97, 100, '
_Make thum
b out of p
rimary');
|
|
|
2485 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
98, 100, '
_Make Fail
ed thumb o
ut of prim
ary');
|
|
|
2486 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (3
99, 100, '
_Make Succ
ess thumb
out of pri
mary');
|
|
|
2487 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
00, 100, '
_Male');
|
|
|
2488 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
01, 100, '
_Male_');
|
|
|
2489 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
02, 100, '
_Male or f
emale');
|
|
|
2490 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
03, 100, '
_Male or f
emale_');
|
|
|
2491 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
04, 9, '_M
arch');
|
|
|
2492 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
05, 100, '
_man');
|
|
|
2493 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
06, 100, '
_Men');
|
|
|
2494 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
07, 100, '
_men');
|
|
|
2495 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
08, 100, '
_men and w
omen');
|
|
|
2496 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
09, 100, '
_man_');
|
|
|
2497 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
10, 100, '
_Manage ob
jects');
|
|
|
2498 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
11, 100, '
_Manage al
boms');
|
|
|
2499 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
13, 100, '
_male');
|
|
|
2500 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
14, 24, '_
Marital st
atus');
|
|
|
2501 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
15, 24, '_
MaritalSta
tus');
|
|
|
2502 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
16, 100, '
_Mark as N
ew');
|
|
|
2503 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
17, 100, '
_Mark as o
ld');
|
|
|
2504 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
18, 100, '
_Mark as F
eatured');
|
|
|
2505 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
19, 100, '
_Maximum c
haracters'
);
|
|
|
2506 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
20, 9, '_M
ay');
|
|
|
2507 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
21, 100, '
_Maybe');
|
|
|
2508 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
22, 100, '
_MEMBER ME
NU');
|
|
|
2509 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
23, 100, '
_Member');
|
|
|
2510 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
24, 100, '
_Member co
ntrol pane
l');
|
|
|
2511 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
25, 100, '
_Member In
formation'
);
|
|
|
2512 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
26, 100, '
_Member Lo
gin');
|
|
|
2513 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
27, 100, '
_Member me
nu');
|
|
|
2514 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
28, 100, '
_Member Pr
ofile');
|
|
|
2515 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
29, 100, '
_Member Pr
ofile NA f
or view');
|
|
|
2516 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
30, 100, '
_Member so
und');
|
|
|
2517 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
31, 100, '
_Member vi
deo');
|
|
|
2518 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
32, 100, '
_members')
;
|
|
|
2519 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
33, 100, '
_members H
ot');
|
|
|
2520 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
34, 100, '
_members F
riend');
|
|
|
2521 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
35, 100, '
_members B
lock');
|
|
|
2522 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
36, 100, '
_members K
issed');
|
|
|
2523 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
37, 100, '
_members V
iewed');
|
|
|
2524 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
38, 100, '
_members C
ontacted')
;
|
|
|
2525 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
39, 100, '
_members C
ontacted f
or free');
|
|
|
2526 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
40, 100, '
_members P
rivate_pho
tos_access
');
|
|
|
2527 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
41, 100, '
_member in
fo');
|
|
|
2528 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
42, 100, '
_Membershi
p');
|
|
|
2529 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
43, 100, '
_membershi
p');
|
|
|
2530 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
44, 100, '
_Membershi
p2');
|
|
|
2531 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
48, 100, '
_COMPOSE_R
EJECT_MEMB
ER_NOT_FOU
ND');
|
|
|
2532 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
49, 100, '
_Membershi
p NEW');
|
|
|
2533 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
50, 100, '
_days');
|
|
|
2534 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
52, 100, '
_Membershi
p Credits'
);
|
|
|
2535 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
53, 100, '
_Membershi
p Status')
;
|
|
|
2536 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
54, 100, '
_Message f
rom');
|
|
|
2537 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
55, 100, '
_Message n
ot availab
le');
|
|
|
2538 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
56, 100, '
_Message P
review');
|
|
|
2539 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
57, 100, '
_Message t
ext');
|
|
|
2540 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
58, 100, '
_Messages'
);
|
|
|
2541 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
59, 100, '
_Messages
in Inbox')
;
|
|
|
2542 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
60, 100, '
_Messages
in Outbox'
);
|
|
|
2543 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
61, 100, '
_miles');
|
|
|
2544 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
62, 100, '
_km');
|
|
|
2545 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
63, 100, '
_Moderator
');
|
|
|
2546 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
64, 100, '
_More Phot
os');
|
|
|
2547 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
65, 100, '
_More Phot
os2');
|
|
|
2548 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
66, 100, '
_more');
|
|
|
2549 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
67, 100, '
_More..');
|
|
|
2550 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
68, 100, '
_My Email'
);
|
|
|
2551 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
69, 100, '
_My Inbox'
);
|
|
|
2552 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
70, 100, '
_My Outbox
');
|
|
|
2553 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
71, 100, '
_My Member
ship');
|
|
|
2554 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
72, 100, '
_My Messen
ger');
|
|
|
2555 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
73, 100, '
_My Panel'
);
|
|
|
2556 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
74, 100, '
_My Photos
');
|
|
|
2557 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
75, 100, '
_My Profil
e');
|
|
|
2558 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
76, 100, '
_NA_image'
);
|
|
|
2559 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
77, 100, '
_Name');
|
|
|
2560 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
78, 100, '
_never');
|
|
|
2561 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
79, 100, '
_new');
|
|
|
2562 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
80, 100, '
_New Messa
ge');
|
|
|
2563 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
81, 100, '
_New Membe
r');
|
|
|
2564 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
82, 100, '
_New Membe
r Add Here
');
|
|
|
2565 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
83, 100, '
_New profi
le created
');
|
|
|
2566 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
84, 100, '
_New pictu
re');
|
|
|
2567 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
85, 100, '
_New sound
');
|
|
|
2568 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
86, 100, '
_New video
');
|
|
|
2569 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
87, 100, '
_New this
week');
|
|
|
2570 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
88, 100, '
_newslette
r');
|
|
|
2571 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
89, 100, '
_Next');
|
|
|
2572 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
90, 100, '
_Next>>');
|
|
|
2573 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
91, 100, '
_news_arch
ive');
|
|
|
2574 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
92, 100, '
_NickName'
's profile
');
|
|
|
2575 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
93, 24, '_
NickName')
;
|
|
|
2576 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
94, 24, '_
Nickname')
;
|
|
|
2577 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
95, 24, '_
ProfileTyp
e');
|
|
|
2578 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
96, 100, '
_Nickname
required')
;
|
|
|
2579 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
97, 100, '
_No');
|
|
|
2580 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
98, 100, '
_No matter
s');
|
|
|
2581 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (4
99, 100, '
_No member
to add');
|
|
|
2582 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
00, 100, '
_No member
to delete
');
|
|
|
2583 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
01, 100, '
_No member
specified
');
|
|
|
2584 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
02, 100, '
_No member
ship avail
able');
|
|
|
2585 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
03, 100, '
_No messag
es in Inbo
x');
|
|
|
2586 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
04, 100, '
_No messag
es in Outb
ox');
|
|
|
2587 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
05, 100, '
_No modifi
cation');
|
|
|
2588 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
06, 100, '
_No news a
vailable')
;
|
|
|
2589 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
07, 100, '
_No polls
available'
);
|
|
|
2590 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
08, 100, '
_No pics a
vailable')
;
|
|
|
2591 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
09, 100, '
_No result
s found');
|
|
|
2592 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
10, 100, '
_No sounds
available
');
|
|
|
2593 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
11, 100, '
_No succes
s story av
ailable.')
;
|
|
|
2594 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
12, 100, '
_no such n
ame or no
message');
|
|
|
2595 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
13, 100, '
_No video
available'
);
|
|
|
2596 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
14, 100, '
_None');
|
|
|
2597 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
15, 100, '
_none');
|
|
|
2598 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
16, 100, '
_Not enoug
h credits'
);
|
|
|
2599 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
17, 100, '
_not livin
g with me'
);
|
|
|
2600 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
18, 100, '
_not grant
ed');
|
|
|
2601 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
19, 100, '
_Not read'
);
|
|
|
2602 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
20, 100, '
_not read'
);
|
|
|
2603 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
21, 100, '
_Not Recog
nized');
|
|
|
2604 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
22, 100, '
_Not sure'
);
|
|
|
2605 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
23, 24, '_
NotNotifyM
e');
|
|
|
2606 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
24, 100, '
_Notificat
ion send f
ailed');
|
|
|
2607 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
25, 100, '
_Notify me
about new
s, tips');
|
|
|
2608 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
26, 24, '_
NotifyMe')
;
|
|
|
2609 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
27, 24, '_
Notify by
e-mail');
|
|
|
2610 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
28, 9, '_N
ovember');
|
|
|
2611 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
29, 24, '_
Occupation
');
|
|
|
2612 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
30, 9, '_O
ctober');
|
|
|
2613 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
32, 100, '
_only');
|
|
|
2614 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
33, 100, '
_Online');
|
|
|
2615 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
34, 100, '
_Online Me
mbers');
|
|
|
2616 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
35, 100, '
_online on
ly');
|
|
|
2617 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
36, 100, '
_Offline')
;
|
|
|
2618 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
37, 3, '_O
k, entry n
ot deleted
.');
|
|
|
2619 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
38, 3, '_O
k, entry w
as deleted
successfu
l.');
|
|
|
2620 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
39, 3, '_O
ops, canno
t delete t
his entry.
');
|
|
|
2621 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
40, 100, '
_Open in n
ew window'
);
|
|
|
2622 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
41, 100, '
_or send r
equest for
password'
);
|
|
|
2623 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
42, 100, '
_Other det
ails');
|
|
|
2624 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
43, 100, '
_page navi
gation');
|
|
|
2625 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
44, 100, '
_Pages');
|
|
|
2626 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
45, 24, '_
Password')
;
|
|
|
2627 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
46, 100, '
_pass_adl'
);
|
|
|
2628 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
47, 100, '
_Password
granted');
|
|
|
2629 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
48, 100, '
_Password
required')
;
|
|
|
2630 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
49, 100, '
_Password
retrieval'
);
|
|
|
2631 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
50, 100, '
_Pay-per-c
ontact');
|
|
|
2632 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
51, 24, '_
Personal d
etails');
|
|
|
2633 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
52, 24, '_
Personal d
etails2');
|
|
|
2634 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
53, 24, '_
Phone');
|
|
|
2635 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
54, 3, '_P
hoto succe
ssfully de
leted');
|
|
|
2636 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
55, 100, '
_pics_only
');
|
|
|
2637 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
56, 100, '
_Picture')
;
|
|
|
2638 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
57, 100, '
_Polls');
|
|
|
2639 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
58, 100, '
_post my f
eedback');
|
|
|
2640 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
59, 24, '_
PPNotify')
;
|
|
|
2641 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
60, 24, '_
PPNotifyNo
te');
|
|
|
2642 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
61, 100, '
_Prev');
|
|
|
2643 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
62, 100, '
_Preview')
;
|
|
|
2644 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
64, 100, '
_Price,');
|
|
|
2645 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
65, 100, '
_Primary P
icture');
|
|
|
2646 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
66, 100, '
_Primary p
hoto succe
ssfully de
leted');
|
|
|
2647 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
67, 100, '
_Primary p
hoto remov
e failed')
;
|
|
|
2648 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
68, 100, '
_Private m
essage');
|
|
|
2649 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
69, 100, '
_Private p
hoto');
|
|
|
2650 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
70, 100, '
_Privacy')
;
|
|
|
2651 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
71, 100, '
_Private p
hoto passw
ord');
|
|
|
2652 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
72, 100, '
_Private p
asswod');
|
|
|
2653 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
73, 100, '
_Profile l
ast modifi
ed');
|
|
|
2654 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
74, 100, '
_Profile s
tatus');
|
|
|
2655 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
75, 100, '
_Profile N
A');
|
|
|
2656 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
76, 100, '
_Profile N
ot found')
;
|
|
|
2657 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
77, 100, '
_Profile N
ot found E
x');
|
|
|
2658 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
78, 100, '
_Profiles'
);
|
|
|
2659 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
79, 100, '
_Profile')
;
|
|
|
2660 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
80, 100, '
_Profile a
ctivation
failed');
|
|
|
2661 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
81, 100, '
_Profile o
f the week
');
|
|
|
2662 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
82, 100, '
_Profile o
f the mont
h');
|
|
|
2663 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
83, 100, '
_Purchased
contacts'
);
|
|
|
2664 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
84, 100, '
_private')
;
|
|
|
2665 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
85, 100, '
_public');
|
|
|
2666 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
86, 100, '
_friends o
nly');
|
|
|
2667 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
87, 100, '
_random pr
ofiles');
|
|
|
2668 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
88, 100, '
_Random Me
mbers');
|
|
|
2669 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
89, 100, '
_rate');
|
|
|
2670 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
90, 100, '
_rate prof
ile');
|
|
|
2671 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
91, 100, '
_rate phot
o');
|
|
|
2672 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
92, 100, '
_Rate Phot
o');
|
|
|
2673 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
93, 100, '
_Read acce
ss:');
|
|
|
2674 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
94, 100, '
_Read more
');
|
|
|
2675 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
95, 100, '
_Readed');
|
|
|
2676 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
96, 100, '
_Read news
in archiv
e');
|
|
|
2677 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
97, 24, '_
Real name'
);
|
|
|
2678 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
98, 3, '_R
eal name r
equired');
|
|
|
2679 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (5
99, 100, '
_Recognize
d');
|
|
|
2680 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
00, 100, '
_Registrat
ion error'
);
|
|
|
2681 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
01, 100, '
_Reject in
vite');
|
|
|
2682 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
02, 100, '
_Reject In
vite');
|
|
|
2683 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
03, 24, '_
Relationsh
ip');
|
|
|
2684 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
04, 3, '_R
elationshi
p required
');
|
|
|
2685 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
05, 24, '_
Religion')
;
|
|
|
2686 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
06, 24, '_
Religion2'
);
|
|
|
2687 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
07, 100, '
_Reply');
|
|
|
2688 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
08, 100, '
_Report ab
out spam w
as sent');
|
|
|
2689 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
09, 100, '
_Report ab
out spam f
ailed to s
ent');
|
|
|
2690 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
10, 100, '
_report me
mber');
|
|
|
2691 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
11, 100, '
_Results p
er page');
|
|
|
2692 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
12, 100, '
_Results')
;
|
|
|
2693 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
13, 100, '
_Retrieve'
);
|
|
|
2694 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
14, 100, '
_Retrieve
my informa
tion');
|
|
|
2695 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
15, 100, '
_Quick Lin
ks');
|
|
|
2696 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
16, 100, '
_Quick Sea
rch');
|
|
|
2697 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
17, 100, '
_Save Chan
ges');
|
|
|
2698 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
18, 100, '
_Services'
);
|
|
|
2699 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
19, 100, '
_services'
);
|
|
|
2700 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
20, 100, '
_sec');
|
|
|
2701 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
21, 100, '
_send a ki
ss');
|
|
|
2702 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
22, 100, '
_email to
frend');
|
|
|
2703 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
23, 100, '
_score');
|
|
|
2704 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
24, 100, '
_size');
|
|
|
2705 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
25, 100, '
_single');
|
|
|
2706 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
26, 100, '
_Sign Up F
REE');
|
|
|
2707 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
27, 100, '
_SIMG_ERR'
);
|
|
|
2708 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
28, 100, '
_Search');
|
|
|
2709 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
29, 100, '
_Search re
sult');
|
|
|
2710 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
30, 100, '
_Search by
ID');
|
|
|
2711 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
31, 100, '
_Search by
Nickname'
);
|
|
|
2712 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
32, 100, '
_Search by
distance'
);
|
|
|
2713 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
33, 100, '
_Search Pr
ofiles');
|
|
|
2714 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
34, 100, '
_Search pr
ofiles');
|
|
|
2715 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
35, 100, '
_Secondary
Picture')
;
|
|
|
2716 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
36, 100, '
_Secondary
photo suc
cessfully
deleted');
|
|
|
2717 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
37, 100, '
_Secondary
photo rem
ove failed
');
|
|
|
2718 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
38, 100, '
_See profi
le');
|
|
|
2719 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
39, 100, '
_See PERSO
N''s Profi
le');
|
|
|
2720 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
40, 100, '
_seeking a
');
|
|
|
2721 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
41, 100, '
_Seeking f
or a');
|
|
|
2722 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
42, 100, '
_search_Se
x');
|
|
|
2723 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
43, 100, '
_search pr
ofiles');
|
|
|
2724 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
44, 100, '
_search_Co
untry');
|
|
|
2725 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
45, 100, '
_search_Da
teOfBirth'
);
|
|
|
2726 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
46, 100, '
_search_He
ight');
|
|
|
2727 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
47, 100, '
_search_Bo
dyType');
|
|
|
2728 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
48, 100, '
_search_Re
ligion');
|
|
|
2729 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
49, 100, '
_search_Et
hnicity');
|
|
|
2730 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
50, 100, '
_search_Ma
ritalStatu
s');
|
|
|
2731 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
51, 100, '
_search_Ed
ucation');
|
|
|
2732 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
52, 100, '
_search_In
come');
|
|
|
2733 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
53, 100, '
_search_Sm
oker');
|
|
|
2734 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
54, 100, '
_search_Dr
inker');
|
|
|
2735 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
55, 100, '
_search_Lo
okingFor')
;
|
|
|
2736 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
56, 100, '
_search_La
nguage1');
|
|
|
2737 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
57, 100, '
_Selected
messages')
;
|
|
|
2738 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
58, 100, '
_Send');
|
|
|
2739 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
59, 100, '
_Send a me
ssage');
|
|
|
2740 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
60, 100, '
_Send a me
ssage to')
;
|
|
|
2741 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
61, 100, '
_Send e-ma
il');
|
|
|
2742 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
62, 100, '
_Send kiss
');
|
|
|
2743 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
63, 100, '
_Send Kiss
');
|
|
|
2744 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
64, 100, '
_Send Kiss
cannt');
|
|
|
2745 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
65, 100, '
_Send to c
ommunicato
r');
|
|
|
2746 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
66, 100, '
_Send to e
-mail');
|
|
|
2747 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
67, 100, '
_Send virt
ual kiss')
;
|
|
|
2748 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
68, 100, '
_Send virt
ual kiss2'
);
|
|
|
2749 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
69, 100, '
_Send virt
ual kiss3'
);
|
|
|
2750 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
70, 100, '
_Send Lett
er');
|
|
|
2751 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
71, 9, '_S
eptember')
;
|
|
|
2752 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
72, 100, '
_Settings'
);
|
|
|
2753 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
73, 100, '
_Set membe
rship');
|
|
|
2754 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
74, 24, '_
Sex');
|
|
|
2755 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
75, 100, '
_Shopping
Cart');
|
|
|
2756 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
76, 100, '
_Shopping
cart empti
ed');
|
|
|
2757 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
77, 100, '
_Short Pro
files Sear
ch');
|
|
|
2758 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
78, 100, '
_shout_box
_title');
|
|
|
2759 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
79, 100, '
_Show');
|
|
|
2760 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
80, 100, '
_Show me')
;
|
|
|
2761 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
83, 24, '_
Smoker');
|
|
|
2762 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
84, 24, '_
Smoker2');
|
|
|
2763 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
85, 100, '
_sometimes
living wi
th me');
|
|
|
2764 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
86, 100, '
_Sorry');
|
|
|
2765 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
87, 100, '
_sorry, i
can not de
fine you i
p adress.
IT''S TIME
TO COME O
UT !');
|
|
|
2766 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
88, 100, '
_Sorry, us
er is OFFL
INE');
|
|
|
2767 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
89, 100, '
_sort');
|
|
|
2768 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
90, 100, '
_Sort orde
r');
|
|
|
2769 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
91, 100, '
_Sort resu
lts');
|
|
|
2770 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
92, 100, '
_Sound');
|
|
|
2771 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
93, 100, '
_Spam repo
rt');
|
|
|
2772 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
94, 100, '
_spam memb
er');
|
|
|
2773 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
95, 100, '
_Special o
ffer');
|
|
|
2774 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
96, 100, '
_Spoken la
nguages');
|
|
|
2775 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
97, 100, '
_speak');
|
|
|
2776 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
98, 100, '
_Status');
|
|
|
2777 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (6
99, 100, '
_Stories')
;
|
|
|
2778 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
00, 100, '
_Stories2'
);
|
|
|
2779 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
01, 100, '
_Submit');
|
|
|
2780 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
02, 100, '
_Submit re
quest');
|
|
|
2781 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
03, 100, '
_Subscribe
');
|
|
|
2782 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
04, 100, '
_Subject')
;
|
|
|
2783 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
05, 100, '
_Successfu
lly upload
ed');
|
|
|
2784 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
06, 100, '
_success s
tory');
|
|
|
2785 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
07, 100, '
_Suspend a
ccount');
|
|
|
2786 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
08, 100, '
_survey');
|
|
|
2787 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
09, 100, '
_Text');
|
|
|
2788 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
10, 100, '
_Terms_of_
use');
|
|
|
2789 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
11, 100, '
_Tell a fr
iend');
|
|
|
2790 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
12, 100, '
_Theme');
|
|
|
2791 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
13, 3, '_T
his guestb
ook disabl
ed by it''
s owner');
|
|
|
2792 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
14, 3, '_T
his guestb
ook allowe
d for regi
stered mem
bers only'
);
|
|
|
2793 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
15, 3, '_T
his guestb
ook allowe
d for frie
nds only')
;
|
|
|
2794 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
16, 100, '
_You can n
ot write a
ny message
s, this gu
estbook is
suspended
');
|
|
|
2795 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
17, 100, '
_Thumbnail
');
|
|
|
2796 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
18, 100, '
_Thumbnail
successfu
lly delete
d');
|
|
|
2797 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
19, 100, '
_Thumbnail
remove fa
iled');
|
|
|
2798 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
20, 100, '
_Thumb');
|
|
|
2799 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
21, 100, '
_Timely');
|
|
|
2800 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
22, 100, '
_time(s)')
;
|
|
|
2801 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
23, 100, '
_to');
|
|
|
2802 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
24, 100, '
_To');
|
|
|
2803 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
25, 100, '
_to_post')
;
|
|
|
2804 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
26, 100, '
_To view t
he photos
you have t
o become a
gold memb
er. Go to
<a href="m
embership.
php" targe
t="_blank"
>Gold Memb
ership pag
e</a> to p
urchase me
mbership.'
);
|
|
|
2805 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
27, 100, '
_Top Rated
');
|
|
|
2806 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
28, 100, '
_Top Membe
rs');
|
|
|
2807 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
29, 100, '
_Total');
|
|
|
2808 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
30, 100, '
_total');
|
|
|
2809 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
31, 100, '
_Total amo
unt');
|
|
|
2810 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
32, 100, '
_Total pri
ce');
|
|
|
2811 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
33, 100, '
_Total Reg
istered');
|
|
|
2812 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
34, 100, '
_total vot
es');
|
|
|
2813 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
35, 100, '
_Uncheck a
ll');
|
|
|
2814 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
36, 100, '
_Unblock')
;
|
|
|
2815 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
37, 100, '
_Undefined
error');
|
|
|
2816 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
38, 100, '
_mem_statu
s');
|
|
|
2817 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
39, 100, '
__Silver')
;
|
|
|
2818 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
40, 100, '
__Gold');
|
|
|
2819 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
41, 100, '
__Platinum
');
|
|
|
2820 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
42, 100, '
__Standard
');
|
|
|
2821 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
43, 100, '
__silver')
;
|
|
|
2822 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
44, 100, '
__standard
');
|
|
|
2823 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
45, 100, '
_Unknown a
ction');
|
|
|
2824 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
46, 100, '
_uknown');
|
|
|
2825 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
47, 100, '
_Unregiste
r');
|
|
|
2826 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
48, 100, '
_Upload');
|
|
|
2827 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
49, 100, '
_Upload Ph
otos');
|
|
|
2828 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
50, 100, '
_Upload So
und');
|
|
|
2829 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
51, 100, '
_Upload Vi
deo');
|
|
|
2830 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
52, 100, '
_Update st
ory');
|
|
|
2831 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
53, 100, '
_Use latin
set');
|
|
|
2832 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
54, 100, '
_use credi
ts');
|
|
|
2833 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
55, 100, '
_use credi
ts msg');
|
|
|
2834 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
56, 3, '_U
ser was ad
ded to blo
ck list');
|
|
|
2835 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
57, 3, '_U
ser was ad
ded to hot
list');
|
|
|
2836 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
58, 3, '_U
ser was ad
ded to fri
end list')
;
|
|
|
2837 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
59, 3, '_U
ser was in
vited to f
riend list
');
|
|
|
2838 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
60, 3, '_a
lready_in_
friend_lis
t');
|
|
|
2839 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
61, 3, '_U
ser was ad
ded to im'
);
|
|
|
2840 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
62, 100, '
_Video');
|
|
|
2841 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
63, 100, '
_Video fil
e successf
ully delet
ed');
|
|
|
2842 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
64, 100, '
_Video fil
e remove f
ailed');
|
|
|
2843 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
65, 100, '
_view vide
o');
|
|
|
2844 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
66, 100, '
_View prof
ile');
|
|
|
2845 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
67, 100, '
_View Prof
ile');
|
|
|
2846 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
68, 100, '
_view as p
rofile det
ails');
|
|
|
2847 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
69, 100, '
_view as p
hoto galle
ry');
|
|
|
2848 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
70, 100, '
_Visitor m
enu');
|
|
|
2849 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
71, 100, '
_Vote prof
ile');
|
|
|
2850 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
72, 100, '
_VoteBad')
;
|
|
|
2851 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
73, 100, '
_VoteGood'
);
|
|
|
2852 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
74, 100, '
_Vote Aver
age Mark')
;
|
|
|
2853 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
75, 100, '
_Vote acce
pted');
|
|
|
2854 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
76, 100, '
_votes');
|
|
|
2855 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
77, 100, '
_Write Mes
sage');
|
|
|
2856 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
78, 24, '_
Want child
ren');
|
|
|
2857 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
728, 4, '_
ACTION_NOT
_ALLOWED')
;
|
|
|
2858 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
80, 100, '
_Was conta
cted');
|
|
|
2859 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
81, 100, '
_Welcome')
;
|
|
|
2860 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
82, 100, '
_with');
|
|
|
2861 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
83, 100, '
_With phot
os only');
|
|
|
2862 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
84, 100, '
_What do y
ou seek so
mebody for
?');
|
|
|
2863 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
85, 100, '
_within');
|
|
|
2864 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
86, 100, '
_Whom do y
ou look fo
r?');
|
|
|
2865 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
87, 100, '
_who is fr
om');
|
|
|
2866 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
88, 100, '
_Women');
|
|
|
2867 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
89, 100, '
_women');
|
|
|
2868 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
90, 100, '
_woman');
|
|
|
2869 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
91, 100, '
_woman_');
|
|
|
2870 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
92, 100, '
_Write acc
ess:');
|
|
|
2871 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
93, 100, '
_write mes
sage');
|
|
|
2872 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
94, 100, '
_XX match'
);
|
|
|
2873 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
95, 100, '
_y/o');
|
|
|
2874 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
96, 100, '
_your rate
');
|
|
|
2875 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
97, 100, '
_Yes');
|
|
|
2876 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
98, 100, '
_Yahoo');
|
|
|
2877 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (7
99, 100, '
_yahoo');
|
|
|
2878 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
00, 100, '
_You can g
et my');
|
|
|
2879 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
01, 100, '
_You are')
;
|
|
|
2880 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
02, 100, '
_You alrea
dy voted')
;
|
|
|
2881 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
03, 100, '
_Your emai
l');
|
|
|
2882 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
04, 100, '
_You have
to wait fo
r PERIOD m
inutes bef
ore you ca
n write an
other mess
age!');
|
|
|
2883 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
05, 100, '
_Your name
');
|
|
|
2884 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
06, 100, '
_Your Shop
ping Cart'
);
|
|
|
2885 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
07, 100, '
_Your priv
ate messag
es here');
|
|
|
2886 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
08, 24, '_
Zip/Postal
Code');
|
|
|
2887 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
09, 100, '
_Post date
');
|
|
|
2888 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
10, 2, '_A
ECHAT_H');
|
|
|
2889 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
11, 2, '_A
ECHAT_H1')
;
|
|
|
2890 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
12, 2, '_A
BOUT_US_H'
);
|
|
|
2891 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
13, 2, '_A
BOUT_US_H1
');
|
|
|
2892 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
14, 2, '_A
CTIVATION_
EMAIL_H');
|
|
|
2893 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
15, 2, '_A
CTIVATION_
EMAIL_H1')
;
|
|
|
2894 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
16, 2, '_A
FFILIATES_
H1');
|
|
|
2895 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
17, 2, '_A
FFILIATES_
H');
|
|
|
2896 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
19, 2, '_A
DD_TO_CART
');
|
|
|
2897 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
20, 2, '_A
RTICLES_H'
);
|
|
|
2898 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
21, 2, '_A
RTICLES_H1
');
|
|
|
2899 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
22, 2, '_C
ART_H');
|
|
|
2900 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
23, 2, '_C
ART_H1');
|
|
|
2901 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
24, 2, '_C
C_H');
|
|
|
2902 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
25, 2, '_C
C_H1');
|
|
|
2903 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
26, 2, '_C
HANGE_STAT
US_H');
|
|
|
2904 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
27, 2, '_C
HANGE_STAT
US_H1');
|
|
|
2905 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
28, 2, '_C
HAT_WITH_'
);
|
|
|
2906 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
29, 2, '_C
OMING_SOON
_H');
|
|
|
2907 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
30, 2, '_C
OMPOSE_H')
;
|
|
|
2908 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
31, 2, '_C
OMPOSE_H1'
);
|
|
|
2909 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
32, 2, '_C
OMPOSE_STO
RY_H');
|
|
|
2910 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
33, 2, '_C
OMPOSE_STO
RY_H1');
|
|
|
2911 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
34, 2, '_C
ONFIRM_H')
;
|
|
|
2912 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
35, 2, '_C
OMPOSE_STO
RY_VIEW_H'
);
|
|
|
2913 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
36, 2, '_C
OMPOSE_STO
RY_VIEW_H1
');
|
|
|
2914 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
37, 2, '_C
OMPOSE_NEW
S_VIEW_H')
;
|
|
|
2915 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
38, 2, '_C
OMPOSE_NEW
S_VIEW_H1'
);
|
|
|
2916 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
39, 2, '_C
ONTACT_H')
;
|
|
|
2917 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
40, 2, '_C
ONTACT_H1'
);
|
|
|
2918 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
41, 2, '_E
MAIL_CONF_
H');
|
|
|
2919 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
42, 2, '_E
XPLANATION
_H');
|
|
|
2920 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
43, 2, '_F
AQ_H');
|
|
|
2921 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
44, 2, '_F
AQ_H1');
|
|
|
2922 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
45, 2, '_F
EATURED_H'
);
|
|
|
2923 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
46, 2, '_F
EATURED_H1
');
|
|
|
2924 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
47, 2, '_F
ORGOT_H');
|
|
|
2925 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
48, 2, '_F
REEMAIL_H'
);
|
|
|
2926 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
49, 2, '_H
OTORNOT_H'
);
|
|
|
2927 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
50, 2, '_H
OTORNOT_H1
');
|
|
|
2928 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
51, 2, '_I
NBOX_H');
|
|
|
2929 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
52, 2, '_I
NBOX_H1');
|
|
|
2930 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
53, 2, '_I
NBOX_g4');
|
|
|
2931 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
54, 2, '_I
NDEX_H');
|
|
|
2932 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
56, 2, '_G
ET_EMAIL')
;
|
|
|
2933 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
58, 2, '_G
ET_SOUND')
;
|
|
|
2934 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
59, 2, '_J
OIN_H');
|
|
|
2935 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
60, 2, '_J
OIN_AFF_H'
);
|
|
|
2936 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
61, 2, '_L
INKS_H');
|
|
|
2937 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
62, 2, '_L
INKS_H1');
|
|
|
2938 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
63, 2, '_M
EMBER_LOGI
N_H');
|
|
|
2939 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
64, 2, '_M
EMBER_PANE
L_H');
|
|
|
2940 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
65, 2, '_M
EMBER_PANE
L_H1');
|
|
|
2941 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
66, 2, '_M
EMBERSHIP_
H');
|
|
|
2942 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
67, 2, '_M
EMBERSHIP_
H1');
|
|
|
2943 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
68, 2, '_N
EWS_H');
|
|
|
2944 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
69, 2, '_O
UTBOX_H');
|
|
|
2945 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
70, 2, '_O
UTBOX_H1')
;
|
|
|
2946 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
71, 2, '_O
UTBOX_g4')
;
|
|
|
2947 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
72, 2, '_O
UR_SERV');
|
|
|
2948 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
73, 2, '_P
RIVACY_H')
;
|
|
|
2949 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
74, 2, '_P
RIVACY_H1'
);
|
|
|
2950 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
75, 2, '_P
HOTOS_H');
|
|
|
2951 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
76, 2, '_P
HOTOS_H2')
;
|
|
|
2952 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
77, 2, '_P
IC_GALLERY
_H');
|
|
|
2953 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
78, 2, '_P
IC_GALLERY
_H1');
|
|
|
2954 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
82, 2, '_P
ROFILE_VIE
W_H');
|
|
|
2955 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
83, 2, '_R
ESULT0_H')
;
|
|
|
2956 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
84, 2, '_R
ESULT-1_H'
);
|
|
|
2957 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
85, 2, '_R
ESULT1_H')
;
|
|
|
2958 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
86, 2, '_S
EARCH_H');
|
|
|
2959 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
87, 2, '_S
EARCH_FOR'
);
|
|
|
2960 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
88, 2, '_S
EARCH_RESU
LT_H');
|
|
|
2961 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
89, 2, '_S
EARCH_RESU
LT_ALLOWED
_PROFILES'
);
|
|
|
2962 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
90, 2, '_S
OUND_H');
|
|
|
2963 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
91, 2, '_S
TORY_VIEW_
H1');
|
|
|
2964 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
92, 2, '_S
TORY_VIEW_
H');
|
|
|
2965 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
93, 2, '_T
ERMS_OF_US
E_H');
|
|
|
2966 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
94, 2, '_T
ERMS_OF_US
E_H1');
|
|
|
2967 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
96, 2, '_V
IDEO_H');
|
|
|
2968 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
97, 2, '_V
KISS_H');
|
|
|
2969 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (8
99, 1, '_A
BOUT_US');
|
|
|
2970 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
01, 1, '_A
DM_PROFILE
_CONFIRM_E
M');
|
|
|
2971 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
02, 1, '_A
DM_PROFILE
_SEND_MSG'
);
|
|
|
2972 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
06, 1, '_A
FFILIATES'
);
|
|
|
2973 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
07, 3, '_A
LREADY_ACT
IVATED');
|
|
|
2974 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
09, 1, '_A
TT_UNCONFI
RMED_E');
|
|
|
2975 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
10, 1, '_A
TT_UNCONFI
RMED');
|
|
|
2976 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
11, 1, '_A
TT_APPROVA
L');
|
|
|
2977 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
12, 1, '_A
TT_APPROVA
L_E');
|
|
|
2978 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
13, 1, '_A
TT_ACTIVE'
);
|
|
|
2979 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
14, 1, '_A
TT_ACTIVE_
E');
|
|
|
2980 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
17, 1, '_A
TT_REJECTE
D');
|
|
|
2981 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
18, 1, '_A
TT_REJECTE
D_E');
|
|
|
2982 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
19, 1, '_A
TT_SUSPEND
ED');
|
|
|
2983 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
20, 1, '_A
TT_SUSPEND
ED_E');
|
|
|
2984 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
21, 1, '_A
TT_MESSAGE
');
|
|
|
2985 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
23, 1, '_A
TT_VKISS')
;
|
|
|
2986 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
24, 1, '_A
TT_FRIEND'
);
|
|
|
2987 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
25, 1, '_C
ANT_SEND_V
KISS7');
|
|
|
2988 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
27, 1, '_C
ANT_VIEW_P
ROFILE');
|
|
|
2989 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
28, 3, '_C
ART_EMPTY'
);
|
|
|
2990 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
29, 3, '_C
ART_EMPTIE
D');
|
|
|
2991 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
30, 3, '_C
ITY_REQUIR
ED');
|
|
|
2992 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
32, 3, '_C
OMPOSE_REJ
ECT2');
|
|
|
2993 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
34, 1, '_C
OMING_SOON
');
|
|
|
2994 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
36, 1, '_C
ONTACT');
|
|
|
2995 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
37, 3, '_C
ONTACTS_CH
OSEN');
|
|
|
2996 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
39, 3, '_D
ELETE_SUCC
ESS');
|
|
|
2997 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
40, 1, '_D
ELETE_TEXT
');
|
|
|
2998 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
41, 3, '_P
WD_INVALID
');
|
|
|
2999 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
42, 3, '_P
WD_INVALID
2');
|
|
|
3000 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
43, 3, '_D
ESC_LEAST'
);
|
|
|
3001 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
46, 3, '_E
MAIL_ALREA
DY_USED_BY
');
|
|
|
3002 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
47, 3, '_E
MAIL_CONF_
FAILED');
|
|
|
3003 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
48, 3, '_E
MAIL_CONF_
FAILED_EX'
);
|
|
|
3004 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
49, 3, '_E
MAIL_CONF_
NOT_SENT')
;
|
|
|
3005 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
50, 3, '_E
MAIL_CONF_
SENT');
|
|
|
3006 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
51, 3, '_E
MAIL_CONF_
SUCCEEDED'
);
|
|
|
3007 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
52, 3, '_E
MAIL_INVAL
ID');
|
|
|
3008 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
53, 3, '_E
MAIL_INVAL
ID_AFF');
|
|
|
3009 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
54, 3, '_E
MAIL_REQUI
RED');
|
|
|
3010 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
56, 1, '_E
NTER_CONF_
CODE');
|
|
|
3011 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
57, 3, '_E
RROR_OCCUR
ED');
|
|
|
3012 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
58, 3, '_F
AILED_TO_U
PLOAD_SOUN
D');
|
|
|
3013 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
59, 3, '_F
AILED_TO_U
PLOAD_VIDE
O');
|
|
|
3014 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
60, 3, '_F
AILED_TO_D
ELETE_PIC'
);
|
|
|
3015 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
61, 3, '_F
AILED_TO_M
AKE_THUMB_
FROM_PRIMA
RY');
|
|
|
3016 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
62, 3, '_F
AILED_TO_S
END_MESSAG
E');
|
|
|
3017 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
64, 3, '_F
AILED_TO_S
END_MESSAG
E_BLOCK');
|
|
|
3018 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
65, 3, '_F
AILED_TO_S
END_MESSAG
E_MEMBERSH
IP');
|
|
|
3019 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
66, 3, '_F
AILED_TO_S
END_MESSAG
E_NO_CREDI
TS');
|
|
|
3020 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
67, 3, '_F
AILED_TO_S
END_MESSAG
E_NOT_ACTI
VE');
|
|
|
3021 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
68, 3, '_F
AILED_TO_U
PDATE_PROF
ILE');
|
|
|
3022 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
69, 3, '_F
AILED_TO_U
PLOAD_PIC'
);
|
|
|
3023 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
70, 1, '_F
AQ_INFO');
|
|
|
3024 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
71, 1, '_F
IELDS*_OPT
IONAL');
|
|
|
3025 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
72, 1, '_F
ORGOT');
|
|
|
3026 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
73, 3, '_F
REEMAIL_AL
READY_SENT
');
|
|
|
3027 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
74, 3, '_F
REEMAIL_CH
OOSE_ID');
|
|
|
3028 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
75, 3, '_F
REEMAIL_BL
OCK');
|
|
|
3029 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
76, 3, '_F
REEMAIL_ER
ROR');
|
|
|
3030 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
77, 3, '_F
REEMAIL_NO
T_ALLOWED'
);
|
|
|
3031 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
78, 3, '_F
REEMAIL_NO
T_KISSED')
;
|
|
|
3032 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
80, 3, '_F
REEMAIL_SE
NT');
|
|
|
3033 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
83, 3, '_I
NCORRECT_E
MAIL');
|
|
|
3034 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
87, 3, '_I
NVALID_ID'
);
|
|
|
3035 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
88, 3, '_I
NVALID_PAS
SWD');
|
|
|
3036 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
89, 1, '_J
OIN1');
|
|
|
3037 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
90, 1, '_J
OIN1_AFF')
;
|
|
|
3038 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
92, 1, '_J
OIN3');
|
|
|
3039 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
93, 1, '_J
OIN_AFF2')
;
|
|
|
3040 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
94, 1, '_J
OIN_AFF_ID
');
|
|
|
3041 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
95, 1, '_G
IVE_MY_INF
O_GM');
|
|
|
3042 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
96, 1, '_H
EADLINE_LE
AST');
|
|
|
3043 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
97, 3, '_L
OGGING_OUT
');
|
|
|
3044 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
98, 3, '_L
OGIN_ERROR
');
|
|
|
3045 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (9
99, 3, '_L
OGIN_OBSOL
ETE');
|
|
|
3046 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
000, 1, '_
LOGIN_REQU
IRED1');
|
|
|
3047 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
002, 1, '_
LOGIN_REQU
IRED_AE1')
;
|
|
|
3048 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
003, 1, '_
LOGIN_REQU
IRED_AE2')
;
|
|
|
3049 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
005, 1, '_
MAX_CHARS_
TO_CC_UNLI
M_TO_EMAIL
');
|
|
|
3050 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
006, 1, '_
MEMBER_ADD
ED_TO_CART
');
|
|
|
3051 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
007, 1, '_
MEMBER_ALR
EADY_CONTA
CTED');
|
|
|
3052 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
008, 1, '_
MEMBER_ALR
EADY_IN_CA
RT');
|
|
|
3053 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
009, 1, '_
MEMBER_NOT
_RECOGNIZE
D');
|
|
|
3054 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
011, 1, '_
MEMBER_REC
OGNIZED_MA
IL_NOT_SEN
T');
|
|
|
3055 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
012, 1, '_
MEMBER_REC
OGNIZED_MA
IL_SENT');
|
|
|
3056 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
013, 1, '_
MEMBERS_ON
LINE');
|
|
|
3057 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
014, 1, '_
MEMBERS_YO
U_CONTACTE
D');
|
|
|
3058 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
015, 1, '_
MEMBERS_YO
U_CONTACTE
D_BY');
|
|
|
3059 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
016, 1, '_
MEMBERS_YO
U_CONTACTE
D_FREE');
|
|
|
3060 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
017, 1, '_
MEMBERS_YO
U_CONTACTE
D_BY_FREE'
);
|
|
|
3061 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
018, 1, '_
MEMBERS_YO
U_KISSED')
;
|
|
|
3062 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
019, 1, '_
MEMBERS_YO
U_KISSED_B
Y');
|
|
|
3063 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
020, 1, '_
MEMBERS_YO
U_VIEWED')
;
|
|
|
3064 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
021, 1, '_
MEMBERS_YO
U_VIEWED_B
Y');
|
|
|
3065 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
022, 1, '_
MEMBERS_YO
U_HOTLISTE
D');
|
|
|
3066 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
023, 1, '_
MEMBERS_YO
U_HOTLISTE
D_BY');
|
|
|
3067 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
024, 1, '_
MEMBERS_IN
VITE_YOU_F
RIENDLIST'
);
|
|
|
3068 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
025, 1, '_
MEMBERS_YO
U_INVITED_
FRIENDLIST
');
|
|
|
3069 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
026, 1, '_
MEMBERS_YO
U_BLOCKLIS
TED');
|
|
|
3070 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
027, 1, '_
MEMBERS_YO
U_BLOCKLIS
TED_BY');
|
|
|
3071 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
028, 1, '_
MEMBERS_YO
U_PPAL_BY'
);
|
|
|
3072 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
029, 1, '_
MEMBERS_YO
U_PPAL');
|
|
|
3073 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
036, 1, '_
MEMBERSHIP
_CREDITS')
;
|
|
|
3074 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
037, 1, '_
MEMBERSHIP
_CREDITS_E
');
|
|
|
3075 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
038, 1, '_
MEMBERSHIP
_CREDITS_Y
ES');
|
|
|
3076 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
039, 1, '_
MEMBERSHIP
_CREDITS_N
O');
|
|
|
3077 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
040, 1, '_
MEMBERSHIP
_BUY_MORE_
DAYS');
|
|
|
3078 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
041, 1, '_
MEMBERSHIP
_EXPIRES_I
N_DAYS');
|
|
|
3079 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
042, 1, '_
MEMBERSHIP
_EXPIRES_N
EVER');
|
|
|
3080 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
043, 1, '_
MEMBERSHIP
_EXPIRES_T
ODAY');
|
|
|
3081 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
044, 1, '_
VIEW_MEMBE
RSHIP_ACTI
ONS');
|
|
|
3082 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
046, 1, '_
MEMBERSHIP
_PRIVILEGE
D');
|
|
|
3083 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
047, 1, '_
TODAY_EXCE
EDED');
|
|
|
3084 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
732, 4, '_
ACTION_NOT
_ALLOWED_A
FTER');
|
|
|
3085 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
055, 1, '_
MEMBERSHIP
_STANDARD'
);
|
|
|
3086 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
056, 1, '_
MEMBERSHIP
_UPGRADE_F
ROM_STANDA
RD');
|
|
|
3087 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
057, 1, '_
MEMBERSHIP
_STANDARD_
CHOOSE');
|
|
|
3088 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
058, 1, '_
MEMBERSHIP
_T_BUY_MOR
E');
|
|
|
3089 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
059, 3, '_
MESSAGE_SE
NT');
|
|
|
3090 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
060, 3, '_
MODIFICATI
ONS_APPLIE
D');
|
|
|
3091 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
061, 1, '_
MUST_BE_VA
LID');
|
|
|
3092 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
062, 1, '_
MUST_HAVE_
COOKIES');
|
|
|
3093 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
063, 1, '_
NEW_KISS_A
RRIVED');
|
|
|
3094 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
064, 1, '_
NEW_MESSAG
E_ARRIVED'
);
|
|
|
3095 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
065, 3, '_
NICK_LEAST
');
|
|
|
3096 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
066, 3, '_
NICK_LEAST
2');
|
|
|
3097 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
067, 1, '_
NICK_IS_AV
FF');
|
|
|
3098 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
068, 1, '_
NICK_YOU_C
AN_BUY');
|
|
|
3099 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
069, 1, '_
NO_ARTICLE
S');
|
|
|
3100 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
070, 1, '_
NO_LINKS')
;
|
|
|
3101 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
071, 1, '_
NO_MEMBER_
SPECIFIED'
);
|
|
|
3102 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
072, 1, '_
NO_MEMBER_
TO_DELETE'
);
|
|
|
3103 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
073, 1, '_
NO_NEED_TO
_CONFIRM_E
MAIL');
|
|
|
3104 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
074, 1, '_
NO_RESULTS
');
|
|
|
3105 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
075, 1, '_
NO_STORIES
');
|
|
|
3106 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
076, 1, '_
NOT_RECOGN
IZED');
|
|
|
3107 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
078, 3, '_
PASSWD_CON
F_FAILED')
;
|
|
|
3108 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
079, 3, '_
PASSWD_LEA
ST');
|
|
|
3109 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
080, 1, '_
PHOTOS');
|
|
|
3110 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
081, 1, '_
PHOTOS_WAR
NING');
|
|
|
3111 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
082, 3, '_
PIC_DELETE
D');
|
|
|
3112 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
083, 3, '_
PIC_UPLOAD
ED');
|
|
|
3113 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
085, 2, '_
POLLS_VIEW
_H');
|
|
|
3114 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
086, 2, '_
POLLS_VIEW
_H1');
|
|
|
3115 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
087, 2, '_
POLL_VIEW_
H');
|
|
|
3116 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
088, 2, '_
POLL_VIEW_
H1');
|
|
|
3117 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
089, 1, '_
PRIVATE PH
OTO TEXT')
;
|
|
|
3118 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
090, 1, '_
PROFILE_CA
N_ACTIVATE
');
|
|
|
3119 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
091, 1, '_
PROFILE_CA
N_SUSPEND'
);
|
|
|
3120 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
092, 1, '_
PROFILE_CA
NT_ACTIVAT
E/SUSPEND'
);
|
|
|
3121 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
093, 1, '_
PROFILE_NO
T_AVAILABL
E');
|
|
|
3122 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
094, 1, '_
PROFILE_WA
RNING1');
|
|
|
3123 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
095, 1, '_
PROFILE_WA
RNING2');
|
|
|
3124 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
096, 1, '_
PRIVACY');
|
|
|
3125 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
097, 1, '_
HOTORNOT')
;
|
|
|
3126 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
098, 1, '_
HOTORNOT_N
A');
|
|
|
3127 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
099, 3, '_
PROFILE_ER
R');
|
|
|
3128 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
100, 3, '_
RECOGNIZED
');
|
|
|
3129 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
101, 3, '_
REGISTRATI
ON_ERROR')
;
|
|
|
3130 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
102, 1, '_
REGISTRATI
ON_GOLD_ME
MB_TEXT');
|
|
|
3131 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
103, 1, '_
REALNAME_R
EQUIRED');
|
|
|
3132 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
104, 3, '_
RELATIONSH
IP_REQUIRE
D');
|
|
|
3133 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
106, 3, '_
REQUEST SE
NT');
|
|
|
3134 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
107, 3, '_
RESULT0');
|
|
|
3135 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
108, 3, '_
RESULT0_A'
);
|
|
|
3136 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
110, 3, '_
RESULT-1')
;
|
|
|
3137 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
111, 3, '_
RESULT-1_A
');
|
|
|
3138 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
112, 3, '_
RESULT-1_D
');
|
|
|
3139 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
113, 3, '_
RESULT1000
');
|
|
|
3140 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
115, 3, '_
RESULT1_DE
SC');
|
|
|
3141 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
116, 3, '_
RESULT1_TH
ANK');
|
|
|
3142 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
118, 3, '_
RESULT2DES
C');
|
|
|
3143 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
119, 1, '_
quick_link
s_content'
);
|
|
|
3144 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
120, 1, '_
SEARCH_SOR
TED');
|
|
|
3145 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
121, 1, '_
SEND_MESSA
GE');
|
|
|
3146 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
122, 1, '_
SEND_MSG_T
O');
|
|
|
3147 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
123, 1, '_
SERV_DESC'
);
|
|
|
3148 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
125, 1, '_
SOUND');
|
|
|
3149 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
126, 1, '_
SOUND_WARN
ING');
|
|
|
3150 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
127, 3, '_
STORY_ADDE
D');
|
|
|
3151 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
128, 3, '_
STORY_ADDE
D_FAILED')
;
|
|
|
3152 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
129, 3, '_
STORY_UPDA
TED');
|
|
|
3153 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
130, 3, '_
STORY_UPDA
TED_FAILED
');
|
|
|
3154 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
131, 3, '_
STORY_DELE
TED');
|
|
|
3155 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
132, 3, '_
STORY_DELE
TED_FAILED
');
|
|
|
3156 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
133, 3, '_
STORY_EMPT
Y_HEADER')
;
|
|
|
3157 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
134, 1, '_
SUBSCRIBE_
TEXT');
|
|
|
3158 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
135, 1, '_
THANK_YOU'
);
|
|
|
3159 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
136, 1, '_
TELLAFRIEN
D');
|
|
|
3160 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
137, 1, '_
TELLAFRIEN
D2');
|
|
|
3161 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
138, 1, '_
TERMINATE_
ACCOUNT');
|
|
|
3162 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
139, 1, '_
TERMS_OF_U
SE');
|
|
|
3163 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
731, 4, '_
ACTION_NOT
_ALLOWED_B
EFORE');
|
|
|
3164 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
143, 3, '_
UNDEFINED_
ERROR');
|
|
|
3165 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
144, 1, '_
UPLOAD_WHI
LE_WAITING
');
|
|
|
3166 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
145, 1, '_
VIDEO');
|
|
|
3167 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
146, 1, '_
VIDEO_WARN
ING');
|
|
|
3168 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
147, 3, '_
VKISS_SENT
');
|
|
|
3169 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
148, 1, '_
VKISS_FROM
');
|
|
|
3170 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
149, 1, '_
WELCOME_ME
MBER');
|
|
|
3171 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
150, 1, '_
WILL_BE_RE
SIZED');
|
|
|
3172 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
151, 1, '_
YOU_ACQUIR
ED');
|
|
|
3173 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
152, 1, '_
YOUR_INFO_
ACQUIRED')
;
|
|
|
3174 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
153, 1, '_
YOUR PROFI
LE_IS_NOT_
ACTIVE');
|
|
|
3175 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
154, 1, '_
YOUR_EMAIL
_HERE');
|
|
|
3176 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
155, 1, '_
YOUR_SEARC
H');
|
|
|
3177 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
157, 3, '_
VKISS_OK')
;
|
|
|
3178 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
158, 3, '_
VKISS_BAD'
);
|
|
|
3179 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
733, 4, '_
ACTION_EVE
RY_PERIOD'
);
|
|
|
3180 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
160, 3, '_
VKISS_BAD_
COUSE_A2')
;
|
|
|
3181 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
161, 3, '_
VKISS_BAD_
COUSE_NO_P
ERM');
|
|
|
3182 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
162, 3, '_
VKISS_BAD_
COUSE_A3')
;
|
|
|
3183 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
163, 3, '_
VKISS_BAD_
COUSE_A4')
;
|
|
|
3184 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
164, 3, '_
VKISS_BAD_
COUSE_B');
|
|
|
3185 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
165, 3, '_
VKISS_BAD_
COUSE_X');
|
|
|
3186 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
166, 3, '_
VKISS_BAD_
COUSE_Y');
|
|
|
3187 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
167, 3, '_
VKISS_BAD_
COUSE_C');
|
|
|
3188 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
168, 3, '_
VKISS_BAD_
COUSE_D');
|
|
|
3189 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
169, 3, '_
ZIP_REQUIR
ED');
|
|
|
3190 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
170, 100,
'_Characte
r counter'
);
|
|
|
3191 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
171, 100,
'_logged i
n forum as
');
|
|
|
3192 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
172, 9, '_
01');
|
|
|
3193 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
173, 9, '_
02');
|
|
|
3194 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
174, 9, '_
03');
|
|
|
3195 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
175, 9, '_
04');
|
|
|
3196 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
176, 9, '_
05');
|
|
|
3197 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
177, 9, '_
06');
|
|
|
3198 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
178, 9, '_
07');
|
|
|
3199 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
179, 9, '_
08');
|
|
|
3200 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
180, 9, '_
09');
|
|
|
3201 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
181, 9, '_
10');
|
|
|
3202 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
182, 9, '_
11');
|
|
|
3203 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
183, 9, '_
12');
|
|
|
3204 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
184, 100,
'__I prefe
r not to s
ay');
|
|
|
3205 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
185, 7, '_
sdating');
|
|
|
3206 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
186, 7, '_
sdating_h'
);
|
|
|
3207 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
232, 6, '_
Name:');
|
|
|
3208 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
233, 6, '_
Comment:')
;
|
|
|
3209 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
237, 6, '_
Apply chan
ges');
|
|
|
3210 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
238, 6, '_
Last chang
es:');
|
|
|
3211 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
242, 6, '_
Back');
|
|
|
3212 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
244, 6, '_
Add new al
bom:');
|
|
|
3213 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
245, 6, '_
Add new al
bom');
|
|
|
3214 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
246, 6, '_
Access lev
el:');
|
|
|
3215 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
247, 6, '_
No one obj
ect was fo
und');
|
|
|
3216 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
248, 6, '_
Delete alb
om');
|
|
|
3217 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
249, 6, '_
Albom succ
essfully a
dded');
|
|
|
3218 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
250, 6, '_
Album upda
ted');
|
|
|
3219 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
251, 6, '_
Objects su
ccessfully
deleted')
;
|
|
|
3220 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
252, 6, '_
Objects su
ccessfully
deleted f
rom');
|
|
|
3221 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
253, 6, '_
Object suc
cessfully
deleted');
|
|
|
3222 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
254, 6, '_
Object suc
cessfully
uploaded')
;
|
|
|
3223 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
255, 6, '_
Cannot del
ete some o
bjects');
|
|
|
3224 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
256, 6, '_
Cannot del
ete some o
bjects fro
m');
|
|
|
3225 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
257, 6, '_
Cannot del
ete object
');
|
|
|
3226 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
258, 6, '_
Alboms suc
cessfully
deleted');
|
|
|
3227 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
260, 6, '_
FAILED_TO_
ADD_ALBOM'
);
|
|
|
3228 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
261, 6, '_
FAILED_TO_
UPLOAD_FIL
E');
|
|
|
3229 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
262, 6, '_
VIDEO_DISA
BLED');
|
|
|
3230 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
263, 6, '_
AUDIO_DISA
BLED');
|
|
|
3231 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
264, 6, '_
ERROR_WHIL
E_PROCESSI
NG');
|
|
|
3232 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
267, 6, '_
ALBOMS_MAX
_REACHED')
;
|
|
|
3233 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
268, 6, '_
OBJECTS_MA
X_REACHED'
);
|
|
|
3234 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
269, 6, '_
SIZE_TOO_B
IG');
|
|
|
3235 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
271, 6, '_
View albom
s');
|
|
|
3236 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
272, 6, '_
View objec
ts');
|
|
|
3237 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
273, 6, '_
Alboms:');
|
|
|
3238 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
274, 6, '_
Failed to
apply chan
ges');
|
|
|
3239 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
275, 6, '_
Cannot del
ete some a
lboms');
|
|
|
3240 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
276, 6, '_
Cannot del
ete albom'
);
|
|
|
3241 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
277, 6, '_
Object');
|
|
|
3242 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
278, 6, '_
Objects:')
;
|
|
|
3243 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
279, 6, '_
Object mov
ed up');
|
|
|
3244 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
280, 6, '_
Object mov
ed down');
|
|
|
3245 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
281, 6, '_
Failed to
move objec
t');
|
|
|
3246 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
282, 6, '_
Cannot cop
y file');
|
|
|
3247 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
283, 6, '_
Object upd
ated');
|
|
|
3248 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
284, 6, '_
No objects
to approv
e');
|
|
|
3249 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
287, 6, '_
Objects ap
proved');
|
|
|
3250 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
288, 6, '_
move_up_ob
ject_alt')
;
|
|
|
3251 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
289, 6, '_
move_down_
object_alt
');
|
|
|
3252 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
290, 6, '_
edit_objec
t_alt');
|
|
|
3253 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
291, 6, '_
delete_obj
ect_alt');
|
|
|
3254 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
292, 5, '_
Delete ent
ry');
|
|
|
3255 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
293, 5, '_
Edit entry
');
|
|
|
3256 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
294, 5, '_
Write comm
ent');
|
|
|
3257 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
295, 5, '_
No entries
found');
|
|
|
3258 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
296, 5, '_
comments')
;
|
|
|
3259 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
297, 5, '_
comment');
|
|
|
3260 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
298, 11, '
__Average'
);
|
|
|
3261 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
299, 11, '
__Ample');
|
|
|
3262 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
300, 11, '
__Athletic
');
|
|
|
3263 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
301, 11, '
__Cuddly')
;
|
|
|
3264 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
302, 11, '
__Slim');
|
|
|
3265 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
303, 11, '
__Very Cud
dly');
|
|
|
3266 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
304, 12, '
__Afghanis
tan');
|
|
|
3267 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
305, 12, '
__Albania'
);
|
|
|
3268 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
306, 12, '
__Algeria'
);
|
|
|
3269 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
307, 12, '
__American
Samoa');
|
|
|
3270 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
308, 12, '
__Andorra'
);
|
|
|
3271 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
309, 12, '
__Angola')
;
|
|
|
3272 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
310, 12, '
__Anguilla
');
|
|
|
3273 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
311, 12, '
__Antarcti
ca');
|
|
|
3274 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
312, 12, '
__Antigua
and Barbud
a');
|
|
|
3275 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
313, 12, '
__Argentin
a');
|
|
|
3276 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
314, 12, '
__Armenia'
);
|
|
|
3277 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
315, 12, '
__Aruba');
|
|
|
3278 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
316, 12, '
__Australi
a');
|
|
|
3279 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
317, 12, '
__Austria'
);
|
|
|
3280 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
318, 12, '
__Azerbaij
an');
|
|
|
3281 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
319, 12, '
__Bahamas'
);
|
|
|
3282 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
320, 12, '
__Bahrain'
);
|
|
|
3283 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
321, 12, '
__Banglade
sh');
|
|
|
3284 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
322, 12, '
__Barbados
');
|
|
|
3285 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
323, 12, '
__Belarus'
);
|
|
|
3286 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
324, 12, '
__Belgium'
);
|
|
|
3287 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
325, 12, '
__Belize')
;
|
|
|
3288 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
326, 12, '
__Benin');
|
|
|
3289 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
327, 12, '
__Bermuda'
);
|
|
|
3290 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
328, 12, '
__Bhutan')
;
|
|
|
3291 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
329, 12, '
__Bolivia'
);
|
|
|
3292 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
330, 12, '
__Bosnia/H
erzegowina
');
|
|
|
3293 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
331, 12, '
__Botswana
');
|
|
|
3294 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
332, 12, '
__Bouvet I
sland');
|
|
|
3295 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
333, 12, '
__Brazil')
;
|
|
|
3296 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
334, 12, '
__British
Ind. Ocean
Terr.');
|
|
|
3297 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
335, 12, '
__British
Ind. Ocean
');
|
|
|
3298 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
336, 12, '
__Brunei D
arussalam'
);
|
|
|
3299 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
337, 12, '
__Bulgaria
');
|
|
|
3300 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
338, 12, '
__Burkina
Faso');
|
|
|
3301 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
339, 12, '
__Burundi'
);
|
|
|
3302 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
340, 12, '
__Cambodia
');
|
|
|
3303 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
341, 12, '
__Cameroon
');
|
|
|
3304 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
342, 12, '
__Cape Ver
de');
|
|
|
3305 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
343, 12, '
__Cayman I
slands');
|
|
|
3306 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
344, 12, '
__Central
African Re
p.');
|
|
|
3307 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
345, 12, '
__Chad');
|
|
|
3308 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
346, 12, '
__Canada')
;
|
|
|
3309 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
347, 12, '
__Chile');
|
|
|
3310 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
348, 12, '
__China');
|
|
|
3311 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
349, 12, '
__Christma
s Island')
;
|
|
|
3312 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
350, 12, '
__Cocoa (K
eeling) Is
.');
|
|
|
3313 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
351, 12, '
__Colombia
');
|
|
|
3314 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
352, 12, '
__Comoros'
);
|
|
|
3315 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
353, 12, '
__Congo');
|
|
|
3316 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
354, 12, '
__Cook Isl
ands');
|
|
|
3317 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
355, 12, '
__Costa Ri
ca');
|
|
|
3318 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
356, 12, '
__Cote Div
oire');
|
|
|
3319 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
357, 12, '
__Croatia'
);
|
|
|
3320 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
358, 12, '
__Cuba');
|
|
|
3321 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
359, 12, '
__Cyprus')
;
|
|
|
3322 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
360, 12, '
__Czech Re
public');
|
|
|
3323 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
361, 12, '
__Denmark'
);
|
|
|
3324 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
362, 12, '
__Djibouti
');
|
|
|
3325 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
363, 12, '
__Dominica
');
|
|
|
3326 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
364, 12, '
__Dominica
n Republic
');
|
|
|
3327 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
365, 12, '
__East Tim
or');
|
|
|
3328 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
366, 12, '
__Ecuador'
);
|
|
|
3329 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
367, 12, '
__Egypt');
|
|
|
3330 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
368, 12, '
__El Salva
dor');
|
|
|
3331 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
369, 12, '
__Equatori
al Guinea'
);
|
|
|
3332 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
370, 12, '
__Eritrea'
);
|
|
|
3333 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
371, 12, '
__Estonia'
);
|
|
|
3334 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
372, 12, '
__Ethiopia
');
|
|
|
3335 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
373, 12, '
__Falkland
Islands')
;
|
|
|
3336 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
374, 12, '
__Faroe Is
lands');
|
|
|
3337 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
375, 12, '
__Fiji');
|
|
|
3338 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
376, 12, '
__Finland'
);
|
|
|
3339 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
377, 12, '
__France')
;
|
|
|
3340 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
378, 12, '
__Gabon');
|
|
|
3341 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
379, 12, '
__Gambia')
;
|
|
|
3342 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
380, 12, '
__Georgia'
);
|
|
|
3343 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
381, 12, '
__Germany'
);
|
|
|
3344 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
382, 12, '
__Ghana');
|
|
|
3345 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
383, 12, '
__Gibralta
r');
|
|
|
3346 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
384, 12, '
__Greece')
;
|
|
|
3347 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
385, 12, '
__Greenlan
d');
|
|
|
3348 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
386, 12, '
__Grenada'
);
|
|
|
3349 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
387, 12, '
__Guadelou
pe');
|
|
|
3350 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
388, 12, '
__Guam');
|
|
|
3351 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
389, 12, '
__Guatemal
a');
|
|
|
3352 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
390, 12, '
__Guinea')
;
|
|
|
3353 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
391, 12, '
__Guinea-B
issau');
|
|
|
3354 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
392, 12, '
__Guyana')
;
|
|
|
3355 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
393, 12, '
__Haiti');
|
|
|
3356 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
394, 12, '
__Honduras
');
|
|
|
3357 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
395, 12, '
__Hong Kon
g');
|
|
|
3358 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
396, 12, '
__Hungary'
);
|
|
|
3359 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
397, 12, '
__Iceland'
);
|
|
|
3360 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
398, 12, '
__India');
|
|
|
3361 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
399, 12, '
__Indonesi
a');
|
|
|
3362 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
400, 12, '
__Iran');
|
|
|
3363 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
401, 12, '
__Iraq');
|
|
|
3364 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
402, 12, '
__Ireland'
);
|
|
|
3365 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
403, 12, '
__Israel')
;
|
|
|
3366 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
404, 12, '
__Italy');
|
|
|
3367 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
405, 12, '
__Jamaica'
);
|
|
|
3368 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
406, 12, '
__Japan');
|
|
|
3369 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
407, 12, '
__Jordan')
;
|
|
|
3370 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
408, 12, '
__Kazakhst
an');
|
|
|
3371 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
409, 12, '
__Kenya');
|
|
|
3372 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
410, 12, '
__Kiribati
');
|
|
|
3373 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
411, 12, '
__Korea');
|
|
|
3374 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
412, 12, '
__Kuwait')
;
|
|
|
3375 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
413, 12, '
__Kyrgyzst
an');
|
|
|
3376 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
414, 12, '
__Lao');
|
|
|
3377 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
415, 12, '
__Latvia')
;
|
|
|
3378 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
416, 12, '
__Lebanon'
);
|
|
|
3379 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
417, 12, '
__Lesotho'
);
|
|
|
3380 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
418, 12, '
__Liberia'
);
|
|
|
3381 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
419, 12, '
__Liechten
stein');
|
|
|
3382 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
420, 12, '
__Lithuani
a');
|
|
|
3383 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
421, 12, '
__Luxembou
rg');
|
|
|
3384 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
422, 12, '
__Macau');
|
|
|
3385 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
423, 12, '
__Macedoni
a');
|
|
|
3386 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
424, 12, '
__Madagasc
ar');
|
|
|
3387 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
425, 12, '
__Malawi')
;
|
|
|
3388 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
426, 12, '
__Malaysia
');
|
|
|
3389 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
427, 12, '
__Maldives
');
|
|
|
3390 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
428, 12, '
__Mali');
|
|
|
3391 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
429, 12, '
__Malta');
|
|
|
3392 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
430, 12, '
__Marshall
Islands')
;
|
|
|
3393 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
431, 12, '
__Martiniq
ue');
|
|
|
3394 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
432, 12, '
__Mauritan
ia');
|
|
|
3395 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
433, 12, '
__Mauritiu
s');
|
|
|
3396 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
434, 12, '
__Mayotte'
);
|
|
|
3397 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
435, 12, '
__Mexico')
;
|
|
|
3398 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
436, 12, '
__Micrones
ia');
|
|
|
3399 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
437, 12, '
__Moldova'
);
|
|
|
3400 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
438, 12, '
__Monaco')
;
|
|
|
3401 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
439, 12, '
__Mongolia
');
|
|
|
3402 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
440, 12, '
__Montserr
at');
|
|
|
3403 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
441, 12, '
__Morocco'
);
|
|
|
3404 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
442, 12, '
__Mozambiq
ue');
|
|
|
3405 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
443, 12, '
__Myanmar'
);
|
|
|
3406 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
444, 12, '
__Namibia'
);
|
|
|
3407 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
445, 12, '
__Nauru');
|
|
|
3408 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
446, 12, '
__Nepal');
|
|
|
3409 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
447, 12, '
__Netherla
nds');
|
|
|
3410 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
448, 12, '
__New Cale
donia');
|
|
|
3411 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
449, 12, '
__New Zeal
and');
|
|
|
3412 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
450, 12, '
__Nicaragu
a');
|
|
|
3413 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
451, 12, '
__Niger');
|
|
|
3414 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
452, 12, '
__Nigeria'
);
|
|
|
3415 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
453, 12, '
__Niue');
|
|
|
3416 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
454, 12, '
__Norfolk
Island');
|
|
|
3417 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
455, 12, '
__Norway')
;
|
|
|
3418 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
456, 12, '
_no data g
iven');
|
|
|
3419 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
457, 12, '
__Oman');
|
|
|
3420 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
458, 12, '
__Pakistan
');
|
|
|
3421 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
459, 12, '
__Palau');
|
|
|
3422 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
460, 12, '
__Panama')
;
|
|
|
3423 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
461, 12, '
__Papua Ne
w Guinea')
;
|
|
|
3424 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
462, 12, '
__Paraguay
');
|
|
|
3425 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
463, 12, '
__Peru');
|
|
|
3426 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
464, 12, '
__Philippi
nes');
|
|
|
3427 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
465, 12, '
__Pitcairn
');
|
|
|
3428 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
466, 12, '
__Poland')
;
|
|
|
3429 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
467, 12, '
__Portugal
');
|
|
|
3430 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
468, 12, '
__Puerto R
ico');
|
|
|
3431 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
469, 12, '
__Qatar');
|
|
|
3432 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
470, 12, '
__Reunion'
);
|
|
|
3433 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
471, 12, '
__Romania'
);
|
|
|
3434 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
472, 12, '
__Russia')
;
|
|
|
3435 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
473, 12, '
__Rwanda')
;
|
|
|
3436 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
474, 12, '
__Saint Lu
cia');
|
|
|
3437 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
475, 12, '
__Samoa');
|
|
|
3438 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
476, 12, '
__San Mari
no');
|
|
|
3439 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
477, 12, '
__Saudi Ar
abia');
|
|
|
3440 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
478, 12, '
__Senegal'
);
|
|
|
3441 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
479, 12, '
__Seychell
es');
|
|
|
3442 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
480, 12, '
__Sierra L
eone');
|
|
|
3443 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
481, 12, '
__Singapor
e');
|
|
|
3444 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
482, 12, '
__Slovakia
');
|
|
|
3445 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
483, 12, '
__Solomon
Islands');
|
|
|
3446 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
484, 12, '
__Somalia'
);
|
|
|
3447 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
485, 12, '
__South Af
rica');
|
|
|
3448 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
486, 12, '
__Spain');
|
|
|
3449 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
487, 12, '
__Sri Lank
a');
|
|
|
3450 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
488, 12, '
__St. Hele
na');
|
|
|
3451 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
489, 12, '
__Sudan');
|
|
|
3452 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
490, 12, '
__Suriname
');
|
|
|
3453 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
491, 12, '
__Swazilan
d');
|
|
|
3454 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
492, 12, '
__Sweden')
;
|
|
|
3455 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
493, 12, '
__Switzerl
and');
|
|
|
3456 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
494, 12, '
__Syria');
|
|
|
3457 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
495, 12, '
__Taiwan')
;
|
|
|
3458 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
496, 12, '
__Tajikist
an');
|
|
|
3459 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
497, 12, '
__Tanzania
');
|
|
|
3460 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
498, 12, '
__Thailand
');
|
|
|
3461 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
499, 12, '
__Togo');
|
|
|
3462 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
500, 12, '
__Tokelau'
);
|
|
|
3463 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
501, 12, '
__Tonga');
|
|
|
3464 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
502, 12, '
__Trinidad
and Tobag
o');
|
|
|
3465 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
503, 12, '
__Tunisia'
);
|
|
|
3466 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
504, 12, '
__Turkey')
;
|
|
|
3467 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
505, 12, '
__Turkmeni
stan');
|
|
|
3468 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
506, 12, '
__Tuvalu')
;
|
|
|
3469 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
507, 12, '
__Uganda')
;
|
|
|
3470 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
508, 12, '
__Ukraine'
);
|
|
|
3471 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
509, 12, '
__United A
rab Emirat
es');
|
|
|
3472 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
510, 12, '
__United K
ingdom');
|
|
|
3473 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
511, 12, '
__USA');
|
|
|
3474 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
512, 12, '
__Uruguay'
);
|
|
|
3475 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
513, 12, '
__Uzbekist
an');
|
|
|
3476 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
514, 12, '
__Vanuatu'
);
|
|
|
3477 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
515, 12, '
__Vatican'
);
|
|
|
3478 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
516, 12, '
__Venezuel
a');
|
|
|
3479 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
517, 12, '
__Viet Nam
');
|
|
|
3480 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
518, 12, '
__Virgin I
slands');
|
|
|
3481 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
519, 12, '
__Western
Sahara');
|
|
|
3482 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
520, 12, '
__Yemen');
|
|
|
3483 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
521, 12, '
__Yugoslav
ia');
|
|
|
3484 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
522, 12, '
__Zaire');
|
|
|
3485 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
523, 12, '
__Zambia')
;
|
|
|
3486 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
524, 12, '
__Zimbabwe
');
|
|
|
3487 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
810, 12, '
__Netherla
nds Antill
es');
|
|
|
3488 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
811, 12, '
__Bosnia a
nd Herzego
vina');
|
|
|
3489 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
812, 12, '
__The Baha
mas');
|
|
|
3490 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
813, 12, '
__Cocos (K
eeling) Is
lands');
|
|
|
3491 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
814, 12, '
__Congo, D
emocratic
Republic o
f the');
|
|
|
3492 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
815, 12, '
__Central
African Re
public');
|
|
|
3493 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
816, 12, '
__Congo, R
epublic of
the');
|
|
|
3494 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
817, 12, '
__Cote d''
Ivoire');
|
|
|
3495 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
818, 12, '
__Falkland
Islands (
Islas Malv
inas)');
|
|
|
3496 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
819, 12, '
__Micrones
ia, Federa
ted States
of');
|
|
|
3497 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
820, 12, '
__French G
uiana');
|
|
|
3498 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
821, 12, '
__The Gamb
ia');
|
|
|
3499 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
822, 12, '
__South Ge
orgia and
the South
Sandwich I
slands');
|
|
|
3500 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
823, 12, '
__Hong Kon
g (SAR)');
|
|
|
3501 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
824, 12, '
__Heard Is
land and M
cDonald Is
lands');
|
|
|
3502 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
825, 12, '
__British
Indian Oce
an Territo
ry');
|
|
|
3503 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
826, 12, '
__Saint Ki
tts and Ne
vis');
|
|
|
3504 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
827, 12, '
__Korea, N
orth');
|
|
|
3505 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
828, 12, '
__Korea, S
outh');
|
|
|
3506 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
829, 12, '
__Laos');
|
|
|
3507 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
830, 12, '
__Libya');
|
|
|
3508 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
831, 12, '
__Macedoni
a, The For
mer Yugosl
av Republi
c of');
|
|
|
3509 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
832, 12, '
__Burma');
|
|
|
3510 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
833, 12, '
__Macao');
|
|
|
3511 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
834, 12, '
__Northern
Mariana I
slands');
|
|
|
3512 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
835, 12, '
__French P
olynesia')
;
|
|
|
3513 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
836, 12, '
__Saint Pi
erre and M
iquelon');
|
|
|
3514 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
837, 12, '
__Pitcairn
Islands')
;
|
|
|
3515 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
838, 12, '
__Palestin
ian Territ
ory, Occup
ied');
|
|
|
3516 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
839, 12, '
__Saint He
lena');
|
|
|
3517 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
840, 12, '
__Slovenia
');
|
|
|
3518 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
841, 12, '
__Svalbard
');
|
|
|
3519 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
842, 12, '
__Sao Tome
and Princ
ipe');
|
|
|
3520 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
843, 12, '
__Turks an
d Caicos I
slands');
|
|
|
3521 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
844, 12, '
__French S
outhern an
d Antarcti
c Lands');
|
|
|
3522 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
845, 12, '
__United S
tates Mino
r Outlying
Islands')
;
|
|
|
3523 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
846, 12, '
__United S
tates');
|
|
|
3524 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
847, 12, '
__Holy See
(Vatican
City)');
|
|
|
3525 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
848, 12, '
__Saint Vi
ncent and
the Grenad
ines');
|
|
|
3526 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
849, 12, '
__British
Virgin Isl
ands');
|
|
|
3527 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
850, 12, '
__Vietnam'
);
|
|
|
3528 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
851, 12, '
__Wallis a
nd Futuna'
);
|
|
|
3529 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
525, 13, '
__High Sch
ool gradua
te');
|
|
|
3530 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
526, 13, '
__Some col
lege');
|
|
|
3531 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
527, 13, '
__College
student');
|
|
|
3532 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
528, 13, '
__AA (2 ye
ars colleg
e)');
|
|
|
3533 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
529, 13, '
__BA/BS (4
years col
lege)');
|
|
|
3534 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
530, 13, '
__Some gra
d school')
;
|
|
|
3535 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
531, 13, '
__Grad sch
ool studen
t');
|
|
|
3536 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
532, 13, '
__MA/MS/MB
A');
|
|
|
3537 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
533, 13, '
__PhD/Post
doctorate
');
|
|
|
3538 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
534, 13, '
__JD');
|
|
|
3539 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
535, 14, '
__African'
);
|
|
|
3540 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
536, 14, '
__African
American')
;
|
|
|
3541 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
537, 14, '
__Asian');
|
|
|
3542 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
538, 14, '
__Caucasia
n');
|
|
|
3543 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
539, 14, '
__East Ind
ian');
|
|
|
3544 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
540, 14, '
__Hispanic
');
|
|
|
3545 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
541, 14, '
__Indian')
;
|
|
|
3546 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
542, 14, '
__Latino')
;
|
|
|
3547 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
543, 14, '
__Mediterr
anean');
|
|
|
3548 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
544, 14, '
__Middle E
astern');
|
|
|
3549 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
545, 14, '
__Mixed');
|
|
|
3550 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
546, 18, '
__4''7" (1
40cm) or b
elow');
|
|
|
3551 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
547, 18, '
__4''8" -
4''11" (14
1-150cm)')
;
|
|
|
3552 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
548, 18, '
__5''0" -
5''3" (151
-160cm)');
|
|
|
3553 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
549, 18, '
__5''4" -
5''7" (161
-170cm)');
|
|
|
3554 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
550, 18, '
__5''8" -
5''11" (17
1-180cm)')
;
|
|
|
3555 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
551, 18, '
__6''0" -
6''3" (181
-190cm)');
|
|
|
3556 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
552, 18, '
__6''4" (1
91cm) or a
bove');
|
|
|
3557 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
553, 15, '
__$10,000/
year and l
ess');
|
|
|
3558 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
554, 15, '
__$10,000-
$30,000/ye
ar');
|
|
|
3559 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
555, 15, '
__$30,000-
$50,000/ye
ar');
|
|
|
3560 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
556, 15, '
__$50,000-
$70,000/ye
ar');
|
|
|
3561 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
557, 15, '
__$70,000/
year and m
ore');
|
|
|
3562 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
558, 16, '
__English'
);
|
|
|
3563 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
559, 16, '
__Afrikaan
s');
|
|
|
3564 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
560, 16, '
__Arabic')
;
|
|
|
3565 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
561, 16, '
__Bulgaria
n');
|
|
|
3566 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
562, 16, '
__Burmese'
);
|
|
|
3567 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
563, 16, '
__Cantones
e');
|
|
|
3568 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
564, 16, '
__Croatian
');
|
|
|
3569 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
565, 16, '
__Danish')
;
|
|
|
3570 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
566, 16, '
_Database
Error');
|
|
|
3571 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
567, 16, '
__Dutch');
|
|
|
3572 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
568, 16, '
__Esperant
o');
|
|
|
3573 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
569, 16, '
__Estonian
');
|
|
|
3574 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
570, 16, '
__Finnish'
);
|
|
|
3575 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
571, 16, '
__French')
;
|
|
|
3576 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
572, 16, '
__German')
;
|
|
|
3577 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
573, 16, '
__Greek');
|
|
|
3578 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
574, 16, '
__Gujrati'
);
|
|
|
3579 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
575, 16, '
__Hebrew')
;
|
|
|
3580 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
576, 16, '
__Hindi');
|
|
|
3581 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
577, 16, '
__Hungaria
n');
|
|
|
3582 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
578, 16, '
__Icelandi
c');
|
|
|
3583 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
579, 16, '
__Indonesi
an');
|
|
|
3584 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
580, 16, '
__Italian'
);
|
|
|
3585 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
581, 16, '
__Japanese
');
|
|
|
3586 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
582, 16, '
__Korean')
;
|
|
|
3587 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
583, 16, '
__Latvian'
);
|
|
|
3588 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
584, 16, '
__Lithuani
an');
|
|
|
3589 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
585, 16, '
__Malay');
|
|
|
3590 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
586, 16, '
__Mandarin
');
|
|
|
3591 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
587, 16, '
__Marathi'
);
|
|
|
3592 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
588, 16, '
__Moldovia
n');
|
|
|
3593 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
589, 16, '
__Nepalese
');
|
|
|
3594 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
590, 16, '
__Norwegia
n');
|
|
|
3595 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
591, 16, '
__Persian'
);
|
|
|
3596 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
592, 16, '
__Polish')
;
|
|
|
3597 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
593, 16, '
__Portugue
se');
|
|
|
3598 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
594, 16, '
__Punjabi'
);
|
|
|
3599 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
595, 16, '
__Romanian
');
|
|
|
3600 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
596, 16, '
__Russian'
);
|
|
|
3601 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
597, 16, '
__Serbian'
);
|
|
|
3602 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
598, 16, '
__Spanish'
);
|
|
|
3603 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
599, 16, '
__Swedish'
);
|
|
|
3604 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
600, 16, '
__Tagalog'
);
|
|
|
3605 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
601, 16, '
__Taiwanes
e');
|
|
|
3606 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
602, 16, '
__Tamil');
|
|
|
3607 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
603, 16, '
__Telugu')
;
|
|
|
3608 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
604, 16, '
__Thai');
|
|
|
3609 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
605, 16, '
__Tongan')
;
|
|
|
3610 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
606, 16, '
__Turkish'
);
|
|
|
3611 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
607, 16, '
__Ukrainia
n');
|
|
|
3612 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
608, 16, '
__Urdu');
|
|
|
3613 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
609, 16, '
__Vietname
se');
|
|
|
3614 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
610, 16, '
__Visayan'
);
|
|
|
3615 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
611, 17, '
__Single')
;
|
|
|
3616 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
612, 17, '
__Attached
');
|
|
|
3617 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
613, 17, '
__Divorced
');
|
|
|
3618 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
614, 17, '
__Married'
);
|
|
|
3619 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
615, 17, '
__Separate
d');
|
|
|
3620 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
616, 17, '
__Widow');
|
|
|
3621 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
617, 19, '
__Unconfir
med');
|
|
|
3622 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
618, 19, '
__Approval
');
|
|
|
3623 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
619, 19, '
__Active')
;
|
|
|
3624 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
620, 19, '
__Suspende
d');
|
|
|
3625 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
621, 19, '
__Rejected
');
|
|
|
3626 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
622, 19, '
_Unconfirm
ed');
|
|
|
3627 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
623, 19, '
_Approval'
);
|
|
|
3628 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
624, 19, '
_Active');
|
|
|
3629 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
625, 19, '
_Suspended
');
|
|
|
3630 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
626, 19, '
_Rejected'
);
|
|
|
3631 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
627, 19, '
_SelectTyp
e');
|
|
|
3632 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
628, 20, '
__Activity
Partner')
;
|
|
|
3633 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
629, 20, '
__Casual')
;
|
|
|
3634 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
630, 20, '
__Friendsh
ip');
|
|
|
3635 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
631, 20, '
__Marriage
');
|
|
|
3636 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
632, 20, '
__Relation
ship');
|
|
|
3637 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
633, 20, '
__Romance'
);
|
|
|
3638 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
634, 20, '
__Travel P
artner');
|
|
|
3639 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
635, 20, '
__Pen Pal'
);
|
|
|
3640 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
636, 20, '
__PenPal')
;
|
|
|
3641 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
637, 20, '
_act');
|
|
|
3642 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
638, 20, '
_cas');
|
|
|
3643 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
639, 20, '
_fri');
|
|
|
3644 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
640, 20, '
_mar');
|
|
|
3645 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
641, 20, '
_rel');
|
|
|
3646 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
642, 20, '
_rom');
|
|
|
3647 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
643, 20, '
_tra');
|
|
|
3648 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
644, 20, '
_pen');
|
|
|
3649 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
645, 21, '
__Adventis
t');
|
|
|
3650 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
646, 21, '
__Agnostic
');
|
|
|
3651 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
647, 21, '
__Atheist'
);
|
|
|
3652 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
648, 21, '
__Baptist'
);
|
|
|
3653 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
649, 21, '
__Buddhist
');
|
|
|
3654 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
650, 21, '
__Caodaism
');
|
|
|
3655 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
651, 21, '
__Catholic
');
|
|
|
3656 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
652, 21, '
__Christia
n');
|
|
|
3657 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
653, 21, '
__Hindu');
|
|
|
3658 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
654, 21, '
__Iskcon')
;
|
|
|
3659 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
655, 21, '
__Jainism'
);
|
|
|
3660 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
656, 21, '
__Jewish')
;
|
|
|
3661 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
657, 21, '
__Methodis
t');
|
|
|
3662 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
658, 21, '
__Mormon')
;
|
|
|
3663 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
659, 21, '
__Moslem')
;
|
|
|
3664 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
660, 21, '
__Orthodox
');
|
|
|
3665 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
661, 21, '
__Pentecos
tal');
|
|
|
3666 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
662, 21, '
__Protesta
nt');
|
|
|
3667 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
663, 21, '
__Quaker')
;
|
|
|
3668 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
664, 21, '
__Scientol
ogy');
|
|
|
3669 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
665, 21, '
__Shinto')
;
|
|
|
3670 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
666, 21, '
__Sikhism'
);
|
|
|
3671 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
667, 21, '
__Spiritua
l');
|
|
|
3672 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
668, 21, '
__Taoism')
;
|
|
|
3673 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
669, 21, '
__Wiccan')
;
|
|
|
3674 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
670, 21, '
__Other');
|
|
|
3675 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
671, 22, '
__No');
|
|
|
3676 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
672, 22, '
__Rarely')
;
|
|
|
3677 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
673, 22, '
__Often');
|
|
|
3678 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
674, 22, '
__Very oft
en');
|
|
|
3679 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
675, 4, '_
Allowed ac
tions');
|
|
|
3680 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
676, 4, '_
Action');
|
|
|
3681 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
677, 4, '_
Times allo
wed');
|
|
|
3682 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
678, 4, '_
Period (ho
urs)');
|
|
|
3683 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
679, 4, '_
Allowed Si
nce');
|
|
|
3684 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
680, 4, '_
Allowed Un
til');
|
|
|
3685 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
681, 4, '_
No actions
allowed f
or this me
mbership')
;
|
|
|
3686 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
682, 4, '_
no limit')
;
|
|
|
3687 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
683, 4, '_
send kisse
s');
|
|
|
3688 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
684, 4, '_
use chat')
;
|
|
|
3689 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
685, 4, '_
use instan
t messenge
r');
|
|
|
3690 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
686, 4, '_
view profi
les');
|
|
|
3691 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
687, 4, '_
use forum'
);
|
|
|
3692 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
688, 4, '_
make searc
h');
|
|
|
3693 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
689, 4, '_
rate photo
s');
|
|
|
3694 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
690, 4, '_
send messa
ges');
|
|
|
3695 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
691, 4, '_
view photo
s');
|
|
|
3696 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
692, 4, '_
use Ray in
stant mess
enger');
|
|
|
3697 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
693, 4, '_
use Ray vi
deo record
er');
|
|
|
3698 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
694, 4, '_
use Ray ch
at');
|
|
|
3699 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
695, 4, '_
use guestb
ook');
|
|
|
3700 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
696, 4, '_
view other
members''
guestbook
s');
|
|
|
3701 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
697, 4, '_
get other
members''
emails');
|
|
|
3702 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
698, 100,
'_Contact_
us');
|
|
|
3703 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
699, 100,
'_Rating')
;
|
|
|
3704 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
700, 100,
'_ATT_MESS
AGE_NONE')
;
|
|
|
3705 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
701, 100,
'_ATT_VKIS
S_NONE');
|
|
|
3706 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
702, 100,
'_ATT_FRIE
ND_NONE');
|
|
|
3707 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
703, 10, '
_18-20');
|
|
|
3708 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
704, 10, '
_21-25');
|
|
|
3709 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
705, 10, '
_26-30');
|
|
|
3710 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
706, 10, '
_31-35');
|
|
|
3711 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
707, 10, '
_36-40');
|
|
|
3712 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
708, 10, '
_41-45');
|
|
|
3713 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
709, 10, '
_46-50');
|
|
|
3714 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
710, 10, '
_51-55');
|
|
|
3715 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
711, 10, '
_56-60');
|
|
|
3716 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
712, 10, '
_61-65');
|
|
|
3717 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
713, 10, '
_66-70');
|
|
|
3718 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
714, 10, '
_71-75');
|
|
|
3719 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
715, 23, '
_Aries');
|
|
|
3720 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
716, 23, '
_Taurus');
|
|
|
3721 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
717, 23, '
_Gemini');
|
|
|
3722 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
718, 23, '
_Cancer');
|
|
|
3723 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
719, 23, '
_Leo');
|
|
|
3724 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
720, 23, '
_Virgo');
|
|
|
3725 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
721, 23, '
_Libra');
|
|
|
3726 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
722, 23, '
_Scorpio')
;
|
|
|
3727 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
723, 23, '
_Sagittari
us');
|
|
|
3728 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
724, 23, '
_Capricorn
');
|
|
|
3729 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
725, 23, '
_Aquarius'
);
|
|
|
3730 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
726, 23, '
_Pisces');
|
|
|
3731 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
727, 23, '
_Zodiac');
|
|
|
3732 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
734, 2, '_
Choose for
um');
|
|
|
3733 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
735, 100,
'_Module_a
ccess_erro
r');
|
|
|
3734 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
736, 100,
'_Choose t
he forum t
o log in')
;
|
|
|
3735 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
737, 100,
'_Choose t
he forum f
rom the fo
llowing');
|
|
|
3736 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
738, 100,
'_Dolphin
Administra
tor');
|
|
|
3737 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
739, 2, '_
GETMEM_H')
;
|
|
|
3738 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
740, 2, '_
GETMEM_H1'
);
|
|
|
3739 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
741, 100,
'_requires
_N_members
');
|
|
|
3740 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
742, 100,
'_No forum
s installe
d');
|
|
|
3741 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
743, 100,
'_No chats
installed
');
|
|
|
3742 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
744, 100,
'_Click he
re to chan
ge your me
mbership s
tatus');
|
|
|
3743 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
745, 7, '_
SpeedDatin
g events')
;
|
|
|
3744 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
746, 7, '_
No events
available'
);
|
|
|
3745 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
747, 7, '_
SDating ph
oto alt');
|
|
|
3746 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
748, 7, '_
No photo')
;
|
|
|
3747 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
749, 7, '_
Select eve
nts to sho
w');
|
|
|
3748 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
750, 7, '_
Show event
s by count
ry');
|
|
|
3749 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
751, 7, '_
Show all e
vents');
|
|
|
3750 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
752, 7, '_
Show info'
);
|
|
|
3751 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
753, 7, '_
Participan
ts');
|
|
|
3752 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
754, 7, '_
Choose par
ticipants
you liked'
);
|
|
|
3753 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
755, 7, '_
Status mes
sage');
|
|
|
3754 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
756, 7, '_
Appointed
date/time'
);
|
|
|
3755 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
757, 7, '_
Place');
|
|
|
3756 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
758, 7, '_
There are
no partici
pants for
this event
');
|
|
|
3757 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
759, 7, '_
You are no
t particip
ant of spe
cified eve
nt');
|
|
|
3758 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
760, 7, '_
Apply choi
ce');
|
|
|
3759 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
761, 7, '_
Event is u
navailable
');
|
|
|
3760 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
762, 7, '_
Event star
t');
|
|
|
3761 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
763, 7, '_
Event end'
);
|
|
|
3762 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
764, 7, '_
Ticket sal
e start');
|
|
|
3763 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
765, 7, '_
Ticket sal
e end');
|
|
|
3764 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
766, 7, '_
Responsibl
e person')
;
|
|
|
3765 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
767, 7, '_
Tickets le
ft');
|
|
|
3766 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
768, 7, '_
Ticket pri
ce');
|
|
|
3767 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
769, 7, '_
Sale statu
s');
|
|
|
3768 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
770, 7, '_
Sale finis
hed');
|
|
|
3769 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
771, 7, '_
Sale not s
tarted yet
');
|
|
|
3770 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
772, 7, '_
No tickets
left');
|
|
|
3771 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
773, 7, '_
Event star
ted');
|
|
|
3772 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
774, 7, '_
Event fini
shed');
|
|
|
3773 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
775, 7, '_
You are pa
rticipant
of event')
;
|
|
|
3774 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
776, 7, '_
You can bu
y the tick
et');
|
|
|
3775 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
777, 7, '_
Buy ticket
');
|
|
|
3776 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
778, 7, '_
Change');
|
|
|
3777 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
779, 7, '_
Cant chang
e particip
ant UID');
|
|
|
3778 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
780, 7, '_
UID alread
y exists')
;
|
|
|
3779 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
781, 7, '_
RESULT_SDA
TING_MAIL_
NOT_SENT')
;
|
|
|
3780 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
782, 7, '_
Event part
icipants')
;
|
|
|
3781 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
783, 7, '_
Event UID'
);
|
|
|
3782 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
787, 7, '_
Participan
ts you lik
ed');
|
|
|
3783 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
788, 7, '_
Show calen
dar');
|
|
|
3784 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
789, 7, '_
Calendar')
;
|
|
|
3785 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
790, 7, '_
Sunday_sho
rt');
|
|
|
3786 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
791, 7, '_
Monday_sho
rt');
|
|
|
3787 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
792, 7, '_
Tuesday_sh
ort');
|
|
|
3788 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
793, 7, '_
Wednesday_
short');
|
|
|
3789 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
794, 7, '_
Thursday_s
hort');
|
|
|
3790 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
795, 7, '_
Friday_sho
rt');
|
|
|
3791 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
796, 7, '_
Saturday_s
hort');
|
|
|
3792 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
797, 7, '_
SpeedDatin
g tickets'
);
|
|
|
3793 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
798, 100,
'_Invalid
module typ
e selected
.');
|
|
|
3794 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
799, 100,
'_Module d
irectory w
as not set
. Module m
ust be re-
configurat
ed');
|
|
|
3795 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
800, 100,
'_Select m
odule type
');
|
|
|
3796 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
801, 100,
'_Please l
ogin befor
e using Ra
y chat');
|
|
|
3797 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
802, 100,
'_Ray is n
ot enabled
');
|
|
|
3798 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
803, 100,
'_No modul
es of this
type inst
alled');
|
|
|
3799 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
804, 100,
'_Module s
election')
;
|
|
|
3800 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
805, 100,
'_Choose m
odule to l
og in');
|
|
|
3801 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
806, 100,
'_Choose m
odule type
');
|
|
|
3802 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
807, 100,
'_Module t
ype select
ion');
|
|
|
3803 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
808, 100,
'_No modul
es found')
;
|
|
|
3804 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
809, 100,
'_Ray is n
ot enabled
. Select <
link> anot
her module
');
|
|
|
3805 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
852, 2, '_
CHECKOUT_H
');
|
|
|
3806 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
853, 26, '
_Membershi
p purchase
');
|
|
|
3807 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
854, 26, '
_SpeedDati
ng ticket
purchase')
;
|
|
|
3808 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
855, 26, '
_Credits p
urchase');
|
|
|
3809 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
856, 26, '
_Profiles
purchase')
;
|
|
|
3810 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
857, 26, '
_Payment d
escription
');
|
|
|
3811 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
858, 26, '
_Payment a
mount');
|
|
|
3812 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
859, 26, '
_Possible
subscripti
on period'
);
|
|
|
3813 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
860, 26, '
_Payment i
nfo');
|
|
|
3814 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
861, 26, '
_Payment m
ethods');
|
|
|
3815 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
862, 26, '
_Credit ba
lance');
|
|
|
3816 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
863, 26, '
_Payment a
mount in c
redits');
|
|
|
3817 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
864, 26, '
_recurring
payment')
;
|
|
|
3818 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
865, 26, '
_recurring
not suppo
rted');
|
|
|
3819 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
866, 26, '
_recurring
not allow
ed');
|
|
|
3820 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
867, 4, '_
Lifetime')
;
|
|
|
3821 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
868, 26, '
_every N d
ays');
|
|
|
3822 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
869, 26, '
_Subscript
ions');
|
|
|
3823 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
870, 26, '
_Start dat
e');
|
|
|
3824 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
871, 26, '
_Period');
|
|
|
3825 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
872, 26, '
_Charges n
umber');
|
|
|
3826 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
873, 26, '
_Cancel');
|
|
|
3827 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
874, 26, '
_Subscript
ion cancel
lation req
uest was s
uccessfull
y sent');
|
|
|
3828 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
875, 26, '
_Fail to s
ent subscr
iption can
cellation
request');
|
|
|
3829 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
876, 3, '_
message_su
bject');
|
|
|
3830 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
877, 100,
'_Customiz
e Profile'
);
|
|
|
3831 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
878, 100,
'_Backgrou
nd color')
;
|
|
|
3832 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
879, 100,
'_Backgrou
nd picture
');
|
|
|
3833 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
880, 100,
'_Font col
or');
|
|
|
3834 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
881, 100,
'_Font siz
e');
|
|
|
3835 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
882, 100,
'_Font fam
ily');
|
|
|
3836 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
883, 26, '
_Credit ca
rd number'
);
|
|
|
3837 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
884, 26, '
_Expiratio
n date');
|
|
|
3838 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
885, 3, '_
no_message
s_from');
|
|
|
3839 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
886, 3, '_
no_message
s_to');
|
|
|
3840 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
887, 3, '_
messages_t
o');
|
|
|
3841 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
888, 3, '_
messages_f
rom');
|
|
|
3842 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
889, 100,
'_Reset');
|
|
|
3843 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
890, 100,
'_Customiz
e');
|
|
|
3844 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
891, 3, '_
no_top_wee
k');
|
|
|
3845 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
892, 3, '_
no_top_mon
th');
|
|
|
3846 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
893, 2, '_
RAY_CHAT_H
');
|
|
|
3847 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
894, 2, '_
RAY_IM_H')
;
|
|
|
3848 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
895, 1, '_
web_commun
ity_site')
;
|
|
|
3849 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
896, 1, '_
powered_by
_Dolphin')
;
|
|
|
3850 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
897, 1, '_
welcome_an
d_join');
|
|
|
3851 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
898, 1, '_
promo_list
_1');
|
|
|
3852 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
899, 1, '_
promo_list
_2');
|
|
|
3853 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
900, 1, '_
promo_list
_3');
|
|
|
3854 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
901, 1, '_
promo_list
_4');
|
|
|
3855 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
902, 1, '_
promo_list
_5');
|
|
|
3856 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
903, 3, '_
index_logi
n_question
');
|
|
|
3857 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
904, 3, '_
not_a_memb
er');
|
|
|
3858 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
905, 3, '_
username')
;
|
|
|
3859 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
906, 3, '_
forgot_use
rname_or_p
assword');
|
|
|
3860 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
907, 3, '_
browse');
|
|
|
3861 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
908, 3, '_
previous_p
hoto_resul
ts');
|
|
|
3862 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
909, 3, '_
this_nick_
already_us
ed');
|
|
|
3863 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
910, 3, '_
to_compose
_new_messa
ge');
|
|
|
3864 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
911, 2, '_
RAY_RECORD
ER_H');
|
|
|
3865 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
912, 1, '_
match');
|
|
|
3866 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
913, 3, '_
enter_mess
age_text')
;
|
|
|
3867 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
914, 3, '_
profile_co
mments');
|
|
|
3868 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
915, 7, '_
Add new ev
ent');
|
|
|
3869 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
916, 7, '_
Title');
|
|
|
3870 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
917, 7, '_
Venue phot
o');
|
|
|
3871 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
918, 7, '_
Female tic
ket count'
);
|
|
|
3872 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
919, 7, '_
Male ticke
t count');
|
|
|
3873 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
920, 7, '_
Couple tic
ket count'
);
|
|
|
3874 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
921, 7, '_
Please fil
l up all f
ields');
|
|
|
3875 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
922, 7, '_
Wrong date
format or
wrong dat
e order');
|
|
|
3876 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
923, 7, '_
Error duri
ng photo r
esizing');
|
|
|
3877 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
924, 3, '_
Sound file
successfu
lly delete
d');
|
|
|
3878 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
926, 3, '_
read_comme
nts');
|
|
|
3879 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
927, 3, '_
read_new_c
omments');
|
|
|
3880 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
928, 6, '_
No albums
found');
|
|
|
3881 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
929, 6, '_
Delete obj
ect');
|
|
|
3882 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
930, 27, '
_poll crea
ted');
|
|
|
3883 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
931, 27, '
_max_poll_
reached');
|
|
|
3884 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
932, 27, '
_controls'
);
|
|
|
3885 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
933, 27, '
_are you s
ure?');
|
|
|
3886 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
934, 27, '
_no poll')
;
|
|
|
3887 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
935, 27, '
_question'
);
|
|
|
3888 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
936, 27, '
_answer va
riants');
|
|
|
3889 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
937, 27, '
_add answe
r');
|
|
|
3890 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
938, 27, '
_generate
poll');
|
|
|
3891 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
939, 27, '
_create po
ll');
|
|
|
3892 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
940, 27, '
_random po
lls');
|
|
|
3893 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
941, 27, '
_latest po
lls');
|
|
|
3894 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
942, 27, '
_top polls
');
|
|
|
3895 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
943, 27, '
_No profil
e polls av
ailable.')
;
|
|
|
3896 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
944, 27, '
_my_polls'
);
|
|
|
3897 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
945, 27, '
_delete');
|
|
|
3898 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
946, 27, '
_this poll
');
|
|
|
3899 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
947, 27, '
_loading .
..');
|
|
|
3900 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
948, 27, '
_poll succ
essfully d
eleted');
|
|
|
3901 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
949, 27, '
_make it')
;
|
|
|
3902 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
950, 4, '_
use galler
y');
|
|
|
3903 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
951, 4, '_
view other
members''
galleries
');
|
|
|
3904 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
952, 3, '_
Gallery di
sabled for
the membe
r');
|
|
|
3905 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
953, 100,
'_Original
letter');
|
|
|
3906 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
954, 100,
'_Recipien
t');
|
|
|
3907 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
955, 3, '_
_All');
|
|
|
3908 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
956, 100,
'_fast_and
_secure_')
;
|
|
|
3909 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
957, 3, '_
post_a_fre
e_');
|
|
|
3910 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
958, 3, '_
instantly_
find_');
|
|
|
3911 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
959, 100,
'_creating
_lifestyle
_');
|
|
|
3912 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
961, 3, '_
NGallery')
;
|
|
|
3913 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
962, 3, '_
friends');
|
|
|
3914 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
963, 3, '_
privateAlb
');
|
|
|
3915 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
964, 6, '_
AlbumBaner
');
|
|
|
3916 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
966, 3, '_
ObjectBane
r');
|
|
|
3917 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
967, 3, '_
domain_wit
hout_http'
);
|
|
|
3918 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
968, 3, '_
forgot_you
r_password
');
|
|
|
3919 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
969, 3, '_
log_in');
|
|
|
3920 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
970, 3, '_
about');
|
|
|
3921 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
971, 3, '_
photos');
|
|
|
3922 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
972, 3, '_
contact_us
');
|
|
|
3923 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
973, 3, '_
copyright_
text');
|
|
|
3924 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
974, 3, '_
Random');
|
|
|
3925 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
975, 3, '_
Latest');
|
|
|
3926 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
976, 3, '_
more_membe
rs');
|
|
|
3927 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
977, 3, '_
community'
);
|
|
|
3928 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
978, 3, '_
mp3_player
');
|
|
|
3929 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
980, 3, '_
must_disab
le_popup_b
locker_to_
editor');
|
|
|
3930 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
981, 3, '_
must_disab
le_popup_b
locker_to_
admin');
|
|
|
3931 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
982, 3, '_
ACTION_MES
SAGE');
|
|
|
3932 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
984, 101,
'_day(s)')
;
|
|
|
3933 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
985, 101,
'_hour(s)'
);
|
|
|
3934 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
986, 101,
'_minute(s
)');
|
|
|
3935 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
987, 101,
'_deleted_
N_rows');
|
|
|
3936 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
988, 101,
'_failed_d
elete_rows
');
|
|
|
3937 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
990, 3, '_
age');
|
|
|
3938 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
991, 3, '_
promo_head
_');
|
|
|
3939 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
992, 3, '_
p1_');
|
|
|
3940 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
993, 3, '_
p2_');
|
|
|
3941 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
994, 3, '_
p3_');
|
|
|
3942 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
995, 3, '_
p4_');
|
|
|
3943 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
996, 3, '_
p5_');
|
|
|
3944 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
997, 3, '_
p6_');
|
|
|
3945 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
998, 3, '_
p7_');
|
|
|
3946 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (1
999, 3, '_
p8_');
|
|
|
3947 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
000, 100,
'_failed_t
o_upload_f
ile_too_bi
g');
|
|
|
3948 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
001, 5, '_
blog_capti
on');
|
|
|
3949 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
002, 3, '_
blog_text'
);
|
|
|
3950 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
003, 3, '_
category')
;
|
|
|
3951 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
004, 5, '_
please_fil
l_next_fie
lds_first'
);
|
|
|
3952 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
005, 5, '_
please_sel
ect');
|
|
|
3953 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
006, 5, '_
associated
_image');
|
|
|
3954 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
007, 5, '_
post_comme
nt_per');
|
|
|
3955 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
008, 5, '_
post_read_
per');
|
|
|
3956 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
009, 5, '_
apply_chan
ges');
|
|
|
3957 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
010, 5, '_
add_blog')
;
|
|
|
3958 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
011, 5, '_
category_d
escription
');
|
|
|
3959 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
012, 5, '_
category_c
aption');
|
|
|
3960 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
013, 5, '_
max_chars'
);
|
|
|
3961 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
014, 5, '_
add_catego
ry');
|
|
|
3962 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
015, 3, '_
Members_bl
og');
|
|
|
3963 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
016, 3, '_
edit_categ
ory');
|
|
|
3964 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
017, 5, '_
characters
_left');
|
|
|
3965 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
018, 3, '_
there_is_n
othig_to_v
iew');
|
|
|
3966 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
019, 5, '_
this_blog_
only_for_f
riends');
|
|
|
3967 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
020, 5, '_
commenting
_this_blog
_allowed_o
nly_for_fr
iends');
|
|
|
3968 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
021, 5, '_
you_have_n
o_permiss_
to_edit');
|
|
|
3969 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
022, 5, '_
blog_comme
nts_delete
d_successf
ully');
|
|
|
3970 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
023, 5, '_
blog_comme
nts_delet_
failed');
|
|
|
3971 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
024, 5, '_
category_b
logs_delet
ed');
|
|
|
3972 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
025, 5, '_
category_b
logs_delet
e_failed')
;
|
|
|
3973 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
026, 5, '_
category_d
eleted');
|
|
|
3974 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
027, 3, '_
category_d
elete_fail
ed');
|
|
|
3975 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
028, 5, '_
category_s
uccessfull
y_added');
|
|
|
3976 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
029, 5, '_
failed_to_
add_catego
ry');
|
|
|
3977 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
030, 3, '_
changes_su
ccessfully
_applied')
;
|
|
|
3978 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
031, 3, '_
failed_to_
add_blog')
;
|
|
|
3979 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
032, 5, '_
comment_ad
ded_succes
sfully');
|
|
|
3980 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
033, 5, '_
failed_to_
add_commen
t');
|
|
|
3981 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
034, 3, '_
deleted su
ccessfully
');
|
|
|
3982 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
035, 3, '_
failed to
delete');
|
|
|
3983 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
036, 3, '_
blog_delet
ed_success
fully');
|
|
|
3984 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
037, 3, '_
blog_delet
e_failed')
;
|
|
|
3985 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
038, 5, '_
blog disab
led for th
e member')
;
|
|
|
3986 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
039, 5, '_
edit_blog'
);
|
|
|
3987 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
040, 3, '_
join_our_c
ommunity')
;
|
|
|
3988 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
041, 3, '_
find_your_
fr');
|
|
|
3989 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
042, 3, '_
share_inte
rests');
|
|
|
3990 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
043, 3, '_
stay_tuned
');
|
|
|
3991 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
044, 3, '_
com');
|
|
|
3992 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
045, 100,
'_RayPrese
nce');
|
|
|
3993 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
046, 100,
'_RayPrese
nceNotAllo
wed');
|
|
|
3994 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
047, 5, '_
use Blog')
;
|
|
|
3995 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
048, 3, '_
Orca forum
');
|
|
|
3996 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
051, 3, '_
my pages')
;
|
|
|
3997 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
052, 3, '_
help');
|
|
|
3998 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
053, 3, '_
Dolphin');
|
|
|
3999 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
054, 3, '_
smart_comm
unity');
|
|
|
4000 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
055, 3, '_
christmas_
text');
|
|
|
4001 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
056, 3, '_
not_member
_yet');
|
|
|
4002 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
057, 3, '_
click_here
');
|
|
|
4003 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
058, 3, '_
more_profi
les');
|
|
|
4004 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
059, 3, '_
user_cooki
e_save');
|
|
|
4005 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
060, 3, '_
title_min_
lenght');
|
|
|
4006 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
061, 101,'
_limit_was
_reached')
;
|
|
|
4007 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
062, 101,
'_photo');
|
|
|
4008 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
063, 101,
'_video');
|
|
|
4009 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
064, 101,
'_audio');
|
|
|
4010 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
065, 3, '_
add_new');
|
|
|
4011 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
066, 101,
'_there_is
_no_photo_
that_you_c
an_rate');
|
|
|
4012 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
067, 3, '_
ratio');
|
|
|
4013 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
068, 3, '_
My Pages')
;
|
|
|
4014 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
069, 3, '_
That_is');
|
|
|
4015 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
070, 101,
'_download
');
|
|
|
4016 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
071, 101,
'_UPLOAD_M
EDIA');
|
|
|
4017 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
072, 3, '_
delete_');
|
|
|
4018 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
073, 101,
'_make_pri
mary');
|
|
|
4019 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
074, 101,
'_get_medi
a');
|
|
|
4020 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
075, 101,
'_MEDIA_GA
LLERY_H');
|
|
|
4021 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
076, 4, '_
Non-member
');
|
|
|
4022 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
077, 4, '_
Standard')
;
|
|
|
4023 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
078, 4, '_
Promotion'
);
|
|
|
4024 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
079, 100,
'_AGE_INVA
LID');
|
|
|
4025 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
081, 102,
'_Showing
results:')
;
|
|
|
4026 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
082, 102,
'_groups c
ount');
|
|
|
4027 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
083, 102,
'_Groups')
;
|
|
|
4028 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
084, 102,
'_My Group
s');
|
|
|
4029 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
085, 102,
'_Group no
t found');
|
|
|
4030 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
086, 102,
'_Group no
t found_de
sc');
|
|
|
4031 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
087, 102,
'_Group is
hidden');
|
|
|
4032 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
088, 102,
'_Sorry, g
roup is hi
dden');
|
|
|
4033 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
089, 102,
'_Category
');
|
|
|
4034 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
090, 102,
'_Created'
);
|
|
|
4035 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
091, 102,
'_Members
count');
|
|
|
4036 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
092, 102,
'_Group cr
eator');
|
|
|
4037 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
093, 102,
'_About gr
oup');
|
|
|
4038 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
094, 102,
'_Group ty
pe');
|
|
|
4039 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
095, 102,
'_Public g
roup');
|
|
|
4040 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
096, 102,
'_Private
group');
|
|
|
4041 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
097, 102,
'_Group me
mbers');
|
|
|
4042 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
098, 102,
'_View all
members')
;
|
|
|
4043 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
099, 102,
'_Edit mem
bers');
|
|
|
4044 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
100, 102,
'_Invite o
thers');
|
|
|
4045 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
101, 102,
'_Upload i
mage');
|
|
|
4046 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
102, 102,
'_Post top
ic');
|
|
|
4047 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
103, 102,
'_Edit gro
up');
|
|
|
4048 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
104, 102,
'_Resign g
roup');
|
|
|
4049 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
105, 102,
'_Join gro
up');
|
|
|
4050 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
106, 102,
'_Are you
sure want
to Resign
group?');
|
|
|
4051 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
107, 102,
'_Are you
sure want
to Join gr
oup?');
|
|
|
4052 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
108, 102,
'_Create G
roup');
|
|
|
4053 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
109, 102,
'_Group cr
eation suc
cessful');
|
|
|
4054 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
110, 102,
'_Group cr
eation unk
nown error
');
|
|
|
4055 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
111, 102,
'_Edit Gro
up');
|
|
|
4056 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
112, 102,
'_You''re
not creato
r');
|
|
|
4057 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
113, 102,
'_Groups H
ome');
|
|
|
4058 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
114, 102,
'_Groups c
ategories'
);
|
|
|
4059 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
115, 102,
'_Keyword'
);
|
|
|
4060 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
116, 102,
'_Advanced
search');
|
|
|
4061 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
117, 102,
'_Group ga
llery');
|
|
|
4062 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
118, 102,
'_You cann
ot view ga
llery whil
e not a gr
oup member
');
|
|
|
4063 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
119, 102,
'_Uploaded
by');
|
|
|
4064 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
120, 102,
'_Set as t
humbnail')
;
|
|
|
4065 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
121, 102,
'_Are you
sure want
to delete
this image
?');
|
|
|
4066 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
122, 102,
'_Delete i
mage');
|
|
|
4067 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
123, 102,
'_You cann
ot view gr
oup member
s while no
t a group
member');
|
|
|
4068 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
124, 102,
'_group cr
eator');
|
|
|
4069 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
125, 102,
'_Are you
sure want
to delete
this membe
r?');
|
|
|
4070 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
126, 102,
'_Delete m
ember');
|
|
|
4071 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
127, 102,
'_Search G
roups');
|
|
|
4072 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
128, 102,
'_Search b
y');
|
|
|
4073 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
129, 102,
'_by group
name');
|
|
|
4074 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
130, 102,
'_by keywo
rd');
|
|
|
4075 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
131, 102,
'_Any');
|
|
|
4076 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
132, 102,
'_Sort by'
);
|
|
|
4077 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
133, 102,
'_by popul
ar');
|
|
|
4078 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
134, 102,
'_by newes
t');
|
|
|
4079 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
135, 102,
'_Sorry, n
o groups f
ound');
|
|
|
4080 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
136, 102,
'_Groups s
earch resu
lts');
|
|
|
4081 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
137, 102,
'_No my gr
oups found
');
|
|
|
4082 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
138, 102,
'_Choose')
;
|
|
|
4083 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
139, 102,
'_Open joi
n');
|
|
|
4084 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
140, 102,
'_Hidden g
roup');
|
|
|
4085 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
141, 102,
'_Members
can post i
mages');
|
|
|
4086 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
142, 102,
'_Members
can invite
');
|
|
|
4087 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
143, 102,
'_Group de
scription'
);
|
|
|
4088 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
144, 102,
'_Group na
me already
exists');
|
|
|
4089 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
145, 102,
'_Name is
required')
;
|
|
|
4090 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
146, 102,
'_Category
is requir
ed');
|
|
|
4091 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
147, 102,
'_Country
is require
d');
|
|
|
4092 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
148, 102,
'_City is
required')
;
|
|
|
4093 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
149, 102,
'_About is
required'
);
|
|
|
4094 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
150, 102,
'_Country
doesn''t e
xists');
|
|
|
4095 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
151, 102,
'_Category
doesn''t
exists');
|
|
|
4096 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
152, 102,
'_Select f
ile');
|
|
|
4097 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
153, 102,
'_Group ac
tion');
|
|
|
4098 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
154, 102,
'_Upload t
o group ga
llery erro
r');
|
|
|
4099 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
155, 102,
'_You shou
ld specify
file');
|
|
|
4100 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
156, 102,
'_Upload t
o group ga
llery');
|
|
|
4101 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
157, 102,
'_Upload s
uccesfull'
);
|
|
|
4102 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
158, 102,
'_You shou
ld select
correct im
age file')
;
|
|
|
4103 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
159, 102,
'_Upload e
rror');
|
|
|
4104 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
160, 102,
'_Gallery
upload_des
c');
|
|
|
4105 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
161, 102,
'_You cann
ot upload
images bec
ause membe
rs of this
group not
allowed t
o upload i
mages');
|
|
|
4106 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
162, 102,
'_You cann
ot upload
images bec
ause you''
re not gro
up member'
);
|
|
|
4107 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
163, 102,
'_Group jo
in error')
;
|
|
|
4108 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
164, 102,
'_You''re
already in
group');
|
|
|
4109 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
165, 102,
'_Group jo
in');
|
|
|
4110 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
166, 102,
'_Congrats
. Now you'
're group
member');
|
|
|
4111 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
167, 102,
'_Request
sent to th
e group cr
eator. You
will beco
me active
group memb
er when he
approve y
ou.');
|
|
|
4112 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
168, 102,
'_Group re
sign error
');
|
|
|
4113 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
169, 102,
'_You cann
ot resign
the group
because yo
u''re crea
tor');
|
|
|
4114 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
170, 102,
'_Group re
sign');
|
|
|
4115 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
171, 102,
'_You succ
esfully re
signed fro
m group');
|
|
|
4116 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
172, 102,
'_You cann
ot resign
the group
because yo
u''re not
group memb
er');
|
|
|
4117 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
173, 102,
'_Group th
umnail set
');
|
|
|
4118 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
174, 102,
'_You cann
ot set gro
up thumnai
l because
you are no
t group cr
eator');
|
|
|
4119 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
175, 102,
'_Group im
age delete
');
|
|
|
4120 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
176, 102,
'_You cann
ot delete
image beca
use you ar
e not grou
p creator'
);
|
|
|
4121 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
177, 102,
'_Group me
mber delet
e error');
|
|
|
4122 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
178, 102,
'_You cann
ot delete
yourself f
rom group
because yo
u are grou
p creator'
);
|
|
|
4123 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
179, 102,
'_You cann
ot delete
group memb
er because
you are n
ot group c
reator');
|
|
|
4124 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
180, 102,
'_Group me
mber appro
ve');
|
|
|
4125 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
181, 102,
'_Member s
uccesfully
approved'
);
|
|
|
4126 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
182, 102,
'_Group me
mber appro
ve error')
;
|
|
|
4127 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
183, 102,
'_Some err
or occured
');
|
|
|
4128 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
184, 102,
'_You cann
ot approve
group mem
ber becaus
e you are
not group
creator');
|
|
|
4129 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
185, 102,
'_Group me
mber rejec
t');
|
|
|
4130 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
186, 102,
'_Member s
uccesfully
rejected'
);
|
|
|
4131 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
187, 102,
'_Group me
mber rejec
t error');
|
|
|
4132 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
188, 102,
'_You cann
ot reject
group memb
er because
you are n
ot group c
reator');
|
|
|
4133 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
189, 102,
'_Group ac
tion error
');
|
|
|
4134 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
190, 102,
'_Unknown
group acti
on');
|
|
|
4135 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
191, 102,
'_Group na
me');
|
|
|
4136 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
192, 102,
'_Please s
elect at l
east one s
earch para
meter');
|
|
|
4137 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
193, 102,
'_Group in
vite_desc'
);
|
|
|
4138 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
194, 102,
'_Sorry, n
o members
are found'
);
|
|
|
4139 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
195, 102,
'_Back to
group');
|
|
|
4140 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
197, 102,
'_Groups h
elp');
|
|
|
4141 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
198, 102,
'_Groups h
elp_1');
|
|
|
4142 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
199, 102,
'_Groups h
elp_2');
|
|
|
4143 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
200, 102,
'_close wi
ndow');
|
|
|
4144 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
201, 102,
'_Groups h
elp_4');
|
|
|
4145 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
202, 102,
'_Groups h
elp_3');
|
|
|
4146 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
203, 102,
'_Groups h
elp_5');
|
|
|
4147 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
204, 102,
'_Groups h
elp_6');
|
|
|
4148 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
205, 102,
'_Groups h
elp_7');
|
|
|
4149 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
206, 102,
'_Group in
vite');
|
|
|
4150 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
207, 102,
'_Your fri
ends');
|
|
|
4151 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
208, 102,
'_Invite l
ist');
|
|
|
4152 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
209, 102,
'_Add ->')
;
|
|
|
4153 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
210, 102,
'_<- Remov
e');
|
|
|
4154 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
211, 102,
'_Find mor
e...');
|
|
|
4155 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
212, 102,
'_Send inv
ites');
|
|
|
4156 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
213, 102,
'_Invites
succesfull
y sent');
|
|
|
4157 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
214, 102,
'_You shou
ld specify
at least
one member
');
|
|
|
4158 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
215, 102,
'_Group in
vite accep
t');
|
|
|
4159 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
216, 102,
'_You succ
esfully ac
cepted gro
up invite'
);
|
|
|
4160 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
217, 102,
'_Group in
vite accep
t error');
|
|
|
4161 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
218, 102,
'_You cann
ot accept
group invi
te');
|
|
|
4162 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
219, 102,
'_Group in
vite rejec
t');
|
|
|
4163 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
220, 102,
'_You succ
esfully re
jected gro
up invite'
);
|
|
|
4164 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
221, 103,
'_Quick Se
arch Membe
rs');
|
|
|
4165 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
222, 103,
'_Enter se
arch param
eters');
|
|
|
4166 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
225, 103,
'_Quick se
arch resul
ts');
|
|
|
4167 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
224, 103,
'_Enter me
mber NickN
ame or ID'
);
|
|
|
4168 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
226, 103,
'_Add memb
er');
|
|
|
4169 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
227, 102,
'_Post a n
ew topic')
;
|
|
|
4170 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
228, 102,
'_Group fo
rum');
|
|
|
4171 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
229, 102,
'_View all
topics');
|
|
|
4172 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
230, 3, '_
Hello memb
er');
|
|
|
4173 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
231, 3, '_
Top');
|
|
|
4174 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
232, 3, '_
More photo
s');
|
|
|
4175 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
233, 3, '_
My account
');
|
|
|
4176 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
234, 3, '_
Submitted
by');
|
|
|
4177 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
235, 100,
'_Members'
);
|
|
|
4178 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
236, 100,
'_News');
|
|
|
4179 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
237, 3, '_
Next page'
);
|
|
|
4180 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
238, 3, '_
Previous p
age');
|
|
|
4181 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
239, 3, '_
Group is s
uspended')
;
|
|
|
4182 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
240, 3, '_
Sorry, gro
up is susp
ended');
|
|
|
4183 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
241, 3, '_
Group stat
us');
|
|
|
4184 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
242, 3, '_
Groups hel
p_8');
|
|
|
4185 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
243, 100,
'_N profil
es');
|
|
|
4186 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
244, 3, '_
Tags');
|
|
|
4187 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
245, 102,
'_You must
be active
member to
create gr
oups');
|
|
|
4188 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
246, 3, '_
more_tags'
);
|
|
|
4189 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
247, 3, '_
Please');
|
|
|
4190 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
248, 3, '_
No blogs a
vailable')
;
|
|
|
4191 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
249, 3, '_
Blogs');
|
|
|
4192 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
250, 5, '_
By Author'
);
|
|
|
4193 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
251, 5, '_
in Categor
y');
|
|
|
4194 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
252, 3, '_
comments N
');
|
|
|
4195 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
253, 5, '_
More blogs
');
|
|
|
4196 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
254, 3, '_
Videos');
|
|
|
4197 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
255, 3, '_
Forums');
|
|
|
4198 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
256, 3, '_
N times');
|
|
|
4199 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
257, 2, '_
My Account
');
|
|
|
4200 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
258, 2, '_
My Mail');
|
|
|
4201 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
259, 2, '_
Inbox');
|
|
|
4202 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
260, 2, '_
Sent');
|
|
|
4203 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
261, 2, '_
Write');
|
|
|
4204 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
262, 2, '_
I Blocked'
);
|
|
|
4205 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
263, 2, '_
Blocked Me
');
|
|
|
4206 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
264, 2, '_
Browse My
Photos');
|
|
|
4207 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
265, 2, '_
Upload Pho
to');
|
|
|
4208 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
266, 2, '_
My Videos'
);
|
|
|
4209 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
267, 2, '_
My Audio')
;
|
|
|
4210 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
268, 2, '_
My Events'
);
|
|
|
4211 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
269, 2, '_
My Blog');
|
|
|
4212 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
270, 2, '_
My Polls')
;
|
|
|
4213 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
271, 2, '_
My Guestbo
ok');
|
|
|
4214 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
272, 2, '_
My Greets'
);
|
|
|
4215 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
273, 2, '_
My Faves')
;
|
|
|
4216 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
274, 2, '_
My Friends
');
|
|
|
4217 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
275, 2, '_
My Views')
;
|
|
|
4218 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
276, 2, '_
Who''s Onl
ine');
|
|
|
4219 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
277, 2, '_
My Albums'
);
|
|
|
4220 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
278, 2, '_
Browse My
Videos');
|
|
|
4221 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
279, 2, '_
Browse My
Audio');
|
|
|
4222 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
280, 2, '_
Upload Aud
io');
|
|
|
4223 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
281, 2, '_
Photos');
|
|
|
4224 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
282, 2, '_
Audio');
|
|
|
4225 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
283, 2, '_
Albums');
|
|
|
4226 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
284, 2, '_
Browse My
Groups');
|
|
|
4227 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
285, 2, '_
Browse All
Groups');
|
|
|
4228 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
286, 2, '_
View My Bl
og');
|
|
|
4229 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
287, 2, '_
Add Catego
ry');
|
|
|
4230 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
288, 2, '_
New Post')
;
|
|
|
4231 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
289, 2, '_
View My Gu
estbook');
|
|
|
4232 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
290, 2, '_
Add Post')
;
|
|
|
4233 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
291, 2, '_
Browse My
Albums');
|
|
|
4234 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
292, 2, '_
Add Album'
);
|
|
|
4235 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
293, 2, '_
I Greeted'
);
|
|
|
4236 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
294, 2, '_
Greeted Me
');
|
|
|
4237 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
295, 2, '_
Faved Me')
;
|
|
|
4238 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
296, 2, '_
I Invited'
);
|
|
|
4239 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
297, 2, '_
Invited Me
');
|
|
|
4240 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
298, 2, '_
I Viewed')
;
|
|
|
4241 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
299, 2, '_
Viewed Me'
);
|
|
|
4242 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
300, 2, '_
Send Messa
ge');
|
|
|
4243 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
301, 2, '_
Add To Fav
es');
|
|
|
4244 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
302, 2, '_
Invite To
Friends');
|
|
|
4245 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
303, 2, '_
Send A Gre
et');
|
|
|
4246 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
304, 2, '_
Get E-mail
');
|
|
|
4247 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
305, 2, '_
Block Prof
ile');
|
|
|
4248 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
306, 2, '_
Report Pro
file');
|
|
|
4249 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
307, 2, '_
Send To Fr
iend');
|
|
|
4250 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
308, 2, '_
Actions');
|
|
|
4251 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
309, 2, '_
Browse My
Events');
|
|
|
4252 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
310, 2, '_
Create New
Event');
|
|
|
4253 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
311, 2, '_
Browse Eve
nts');
|
|
|
4254 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
312, 2, '_
Events Cal
endar');
|
|
|
4255 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
313, 3, '_
Members Po
lls');
|
|
|
4256 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
331, 3, '_
Site Polls
');
|
|
|
4257 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
315, 3, '_
Members Po
lls H1');
|
|
|
4258 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
316, 3, '_
Members Po
lls H');
|
|
|
4259 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
317, 3, '_
Member Pol
l H1');
|
|
|
4260 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
318, 3, '_
Member Pol
l H');
|
|
|
4261 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
319, 101,
'_Average
rating');
|
|
|
4262 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
320, 101,
'_Your rat
e');
|
|
|
4263 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
321, 101,
'_Total vo
tes');
|
|
|
4264 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
322, 3, '_
Previous r
ated');
|
|
|
4265 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
323, 101,
'_Recent V
ideos');
|
|
|
4266 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
324, 3, '_
Top Photos
');
|
|
|
4267 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
325, 3, '_
Recent Pho
tos');
|
|
|
4268 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
326, 3, '_
My Contact
s');
|
|
|
4269 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
327, 3, '_
Couples');
|
|
|
4270 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
328, 3, '_
Poll not a
vailable')
;
|
|
|
4271 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
329, 3, '_
Flag');
|
|
|
4272 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
330, 3, '_
Click to s
ort');
|
|
|
4273 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
332, 2, '_
Simple Sea
rch');
|
|
|
4274 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
333, 2, '_
Advanced S
earch');
|
|
|
4275 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
334, 3, '_
Site Poll'
);
|
|
|
4276 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
335, 2, '_
Top Groups
');
|
|
|
4277 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
336, 3, '_
All Blogs'
);
|
|
|
4278 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
337, 3, '_
No members
found her
e');
|
|
|
4279 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
338, 3, '_
You must c
reate cate
gory');
|
|
|
4280 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
339, 3, '_
No profile
tags foun
d');
|
|
|
4281 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
340, 3, '_
Bookmark')
;
|
|
|
4282 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
341, 3, '_
or');
|
|
|
4283 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
342, 3, '_
Classified
s');
|
|
|
4284 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
343, 5, '_
Recently P
osted');
|
|
|
4285 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
344, 3, '_
Events');
|
|
|
4286 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
345, 3, '_
Feedback')
;
|
|
|
4287 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
346, 3, '_
Contact us
');
|
|
|
4288 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
347, 3, '_
Sorry, you
''re alrea
dy joined'
);
|
|
|
4289 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
348, 3, '_
Profile de
tails');
|
|
|
4290 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
349, 3, '_
Age');
|
|
|
4291 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
350, 3, '_
answer');
|
|
|
4292 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
351, 3, '_
Member pho
tos');
|
|
|
4293 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
352, 3, '_
To The Com
munity');
|
|
|
4294 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
353, 105,
'_classifi
eds');
|
|
|
4295 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
354, 105,
'_CLASSIFI
EDS_VIEW_H
');
|
|
|
4296 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
355, 105,
'_CLASSIFI
EDS_VIEW_H
1');
|
|
|
4297 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
356, 105,
'_Search A
d Form');
|
|
|
4298 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
357, 105,
'_Browse A
ll Ads');
|
|
|
4299 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
358, 105,
'_My Class
ifieds');
|
|
|
4300 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
359, 105,
'_Browse M
y Ads');
|
|
|
4301 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
360, 105,
'_PostAd')
;
|
|
|
4302 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
361, 105,
'_Browse A
ll Members
');
|
|
|
4303 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
362, 105,
'_Categori
es');
|
|
|
4304 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
363, 105,
'_Keywords
');
|
|
|
4305 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
364, 105,
'_Posted b
y');
|
|
|
4306 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
365, 105,
'_Details'
);
|
|
|
4307 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
366, 105,
'_AdminAre
a');
|
|
|
4308 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
367, 105,
'_My Adver
tisements'
);
|
|
|
4309 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
368, 105,
'_Life Tim
e');
|
|
|
4310 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
369, 105,
'_Message'
);
|
|
|
4311 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
370, 105,
'_Pictures
');
|
|
|
4312 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
371, 105,
'_Send the
se files')
;
|
|
|
4313 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
372, 105,
'_Add file
field');
|
|
|
4314 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
373, 105,
'_Filtered
');
|
|
|
4315 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
374, 105,
'_Listing'
);
|
|
|
4316 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
375, 105,
'_out');
|
|
|
4317 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
376, 105,
'_of');
|
|
|
4318 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
377, 105,
'_SubCateg
ories');
|
|
|
4319 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
378, 105,
'_Moderati
ng (new me
ssages)');
|
|
|
4320 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
379, 105,
'_Add');
|
|
|
4321 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
380, 105,
'_Add this
');
|
|
|
4322 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
381, 105,
'_Desctipt
ion');
|
|
|
4323 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
382, 105,
'_CustomFi
eld1');
|
|
|
4324 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
383, 105,
'_CustomFi
eld2');
|
|
|
4325 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
384, 105,
'_Apply');
|
|
|
4326 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
385, 105,
'_Activate
');
|
|
|
4327 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
386, 105,
'_Entity')
;
|
|
|
4328 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
387, 105,
'_Return B
ack');
|
|
|
4329 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
388, 105,
'_Tree Cla
ssifieds B
rowse');
|
|
|
4330 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
389, 105,
'_equal');
|
|
|
4331 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
390, 105,
'_bigger')
;
|
|
|
4332 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
391, 105,
'_smaller'
);
|
|
|
4333 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
392, 105,
'_FAILED_R
UN_SQL');
|
|
|
4334 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
393, 105,
'_WARNING_
MAX_LIVE_D
AYS');
|
|
|
4335 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
394, 105,
'_WARNING_
MAX_SIZE_F
ILE');
|
|
|
4336 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
395, 105,
'_SUCC_ADD
_ADV');
|
|
|
4337 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
396, 105,
'_FAIL_ADD
_ADV');
|
|
|
4338 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
397, 105,
'_SUCC_DEL
_ADV');
|
|
|
4339 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
398, 105,
'_FAIL_DEL
_ADV');
|
|
|
4340 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
399, 105,
'_TREE_C_B
RW');
|
|
|
4341 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
400, 105,
'_MODERATI
NG');
|
|
|
4342 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
401, 105,
'_SUCC_ACT
_ADV');
|
|
|
4343 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
402, 105,
'_FAIL_ACT
_ADV');
|
|
|
4344 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
403, 105,
'_SUCC_UPD
_ADV');
|
|
|
4345 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
404, 105,
'_FAIL_UPD
_ADV');
|
|
|
4346 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
405, 105,
'_Filter')
;
|
|
|
4347 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
406, 105,
'_choose')
;
|
|
|
4348 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
407, 105,
'_Are you
sure');
|
|
|
4349 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
408, 105,
'_Apply Ch
anges');
|
|
|
4350 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
409, 105,
'_Offer De
tails');
|
|
|
4351 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
410, 3, '_
USER_CONF_
SUCCEEDED'
);
|
|
|
4352 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
411, 3, '_
USER_ACTIV
ATION_SUCC
EEDED');
|
|
|
4353 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
412, 105,
'_wholesal
e');
|
|
|
4354 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
413, 105,
'_CLS_BUYM
SG_1');
|
|
|
4355 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
414, 105,
'_CLS_BUY_
DET1');
|
|
|
4356 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
415, 105,
'_CLS_BUYM
SG_2');
|
|
|
4357 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
416, 105,
'_SUCC_ADD
_COMM');
|
|
|
4358 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
417, 105,
'_FAIL_ADD
_COMM');
|
|
|
4359 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
418, 105,
'_LeaveCom
ment');
|
|
|
4360 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
419, 105,
'_Post Com
ment');
|
|
|
4361 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
420, 105,
'_Unit');
|
|
|
4362 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
421, 105,
'_Users ot
her listin
g');
|
|
|
4363 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
422, 105,
'_Subject
is require
d');
|
|
|
4364 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
423, 105,
'_Message
must be 50
symbols a
t least');
|
|
|
4365 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
424, 105,
'_Manage c
lassifieds
');
|
|
|
4366 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
425, 1, '_
Befriend')
;
|
|
|
4367 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
426, 1, '_
SendLetter
');
|
|
|
4368 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
427, 1, '_
Fave');
|
|
|
4369 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
428, 1, '_
Share');
|
|
|
4370 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
429, 1, '_
Report');
|
|
|
4371 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
430, 1, '_
seconds ag
o');
|
|
|
4372 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
431, 1, '_
minutes ag
o');
|
|
|
4373 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
432, 1, '_
hours ago'
);
|
|
|
4374 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
433, 1, '_
days ago')
;
|
|
|
4375 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
434, 1, '_
Info');
|
|
|
4376 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
435, 1, '_
ProfileMus
ic');
|
|
|
4377 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
436, 1, '_
ProfileVid
eos');
|
|
|
4378 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
437, 1, '_
ProfilePho
tos');
|
|
|
4379 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
438, 1, '_
ChatNow');
|
|
|
4380 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
439, 1, '_
Greet');
|
|
|
4381 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
440, 105,
'_Advertis
ement');
|
|
|
4382 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
441, 105,
'_Buy Now'
);
|
|
|
4383 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
442, 3, '_
Account Ho
me');
|
|
|
4384 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
443, 3, '_
My Setting
s');
|
|
|
4385 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
444, 2, '_
Members3')
;
|
|
|
4386 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
445, 2, '_
Test');
|
|
|
4387 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
446, 2, '_
All Member
s');
|
|
|
4388 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
447, 2, '_
All Groups
');
|
|
|
4389 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
448, 2, '_
All Videos
');
|
|
|
4390 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
449, 101,
'_No video
');
|
|
|
4391 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
465, 101,
'_browseVi
deo');
|
|
|
4392 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
466, 101,
'_File was
added to
favorite')
;
|
|
|
4393 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
467, 101,
'_File alr
eady is fa
vorite');
|
|
|
4394 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
468, 101,
'_Enter em
ail(s)');
|
|
|
4395 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
469, 101,
'_view Vid
eo');
|
|
|
4396 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
470, 101,
'_See all
videos of
this user'
);
|
|
|
4397 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
471, 101,
'_File tit
le');
|
|
|
4398 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
472, 101,
'_File tag
s');
|
|
|
4399 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
473, 101,
'_Upload F
iles');
|
|
|
4400 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
474, 101,
'_Page');
|
|
|
4401 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
475, 101,
'_Music fi
les');
|
|
|
4402 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
476, 101,
'_browseMu
sic');
|
|
|
4403 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
477, 101,
'_Playback
s');
|
|
|
4404 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
478, 101,
'_upload P
hoto');
|
|
|
4405 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
479, 2, '_
Boards');
|
|
|
4406 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
480, 2, '_
All Classi
fieds');
|
|
|
4407 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
481, 2, '_
Add Classi
fied');
|
|
|
4408 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
482, 2, '_
Music');
|
|
|
4409 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
483, 2, '_
All Music'
);
|
|
|
4410 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
484, 2, '_
Upload Mus
ic');
|
|
|
4411 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
485, 2, '_
All Photos
');
|
|
|
4412 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
486, 2, '_
Top Blogs'
);
|
|
|
4413 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
487, 2, '_
All Events
');
|
|
|
4414 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
488, 2, '_
Add Event'
);
|
|
|
4415 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
489, 2, '_
All Polls'
);
|
|
|
4416 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
490, 3, '_
ProfileMp3
');
|
|
|
4417 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
491, 2, '_
Guestbook'
);
|
|
|
4418 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
492, 3, '_
File descr
iption');
|
|
|
4419 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
493, 3, '_
upload Vid
eo');
|
|
|
4420 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
494, 3, '_
Upload Fil
e');
|
|
|
4421 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
495, 101,
'_Sorry, n
othing fou
nd');
|
|
|
4422 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
496, 101,
'_File was
uploaded'
);
|
|
|
4423 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
497, 101,
'_Added');
|
|
|
4424 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
498, 101,
'_URL');
|
|
|
4425 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
499, 101,
'_Embed');
|
|
|
4426 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
500, 101,
'_Views');
|
|
|
4427 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
501, 101,
'_Video In
fo');
|
|
|
4428 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
502, 101,
'_Download
');
|
|
|
4429 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
503, 101,
'_File inf
o was sent
');
|
|
|
4430 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
504, 101,
'_Latest f
iles from
this user'
);
|
|
|
4431 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
505, 101,
'_View Com
ments');
|
|
|
4432 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
506, 101,
'_upload M
usic');
|
|
|
4433 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
507, 101,
'_browsePh
oto');
|
|
|
4434 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
508, 101,
'_Upload f
ailed');
|
|
|
4435 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
509, 101,
'_Photo In
fo');
|
|
|
4436 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
510, 101,
'_view Pho
to');
|
|
|
4437 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
511, 101,
'_Music Fi
le Info');
|
|
|
4438 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
512, 101,
'_view Mus
ic');
|
|
|
4439 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
513, 2, '_
My Favorit
es');
|
|
|
4440 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
514, 2, '_
My Music')
;
|
|
|
4441 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
515, 3, '_
RAY_CHAT')
;
|
|
|
4442 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
516, 1, '_
Photo');
|
|
|
4443 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
517, 1, '_
Resize suc
cesful');
|
|
|
4444 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
518, 3, '_
Make Prima
ry');
|
|
|
4445 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
519, 3, '_
See all ph
otos of th
is user');
|
|
|
4446 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
520, 1, '_
Untitled')
;
|
|
|
4447 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
521, 3, '_
Original_S
ize');
|
|
|
4448 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
522, 1, '_
Rate');
|
|
|
4449 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
523, 2, '_
Advertisem
ent Photos
');
|
|
|
4450 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
524, 2, '_
Comments')
;
|
|
|
4451 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
525, 2, '_
Users Othe
r Listing'
);
|
|
|
4452 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
526, 2, '_
Top Video'
);
|
|
|
4453 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
527, 2, '_
Top Music'
);
|
|
|
4454 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
528, 2, '_
Profile Ph
otos');
|
|
|
4455 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
529, 2, '_
Profile Mu
sic');
|
|
|
4456 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
530, 2, '_
Profile Vi
deo');
|
|
|
4457 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
531, 7, '_
You have s
uccessfull
y joined t
his Event'
);
|
|
|
4458 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
532, 7, '_
List');
|
|
|
4459 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
533, 7, '_
Event');
|
|
|
4460 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
534, 7, '_
Post Event
');
|
|
|
4461 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
535, 7, '_
By');
|
|
|
4462 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
536, 3, '_
Please Wai
t');
|
|
|
4463 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
537, 3, '_
Vote');
|
|
|
4464 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
538, 2, '_
My Favorit
e Photos')
;
|
|
|
4465 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
539, 2, '_
My Favorit
e Videos')
;
|
|
|
4466 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
540, 2, '_
My Favorit
e Music');
|
|
|
4467 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
541, 2, '_
Music Gall
ery');
|
|
|
4468 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
542, 2, '_
Photos Gal
lery');
|
|
|
4469 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
543, 2, '_
Video Gall
ery');
|
|
|
4470 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
544, 5, '_
Post');
|
|
|
4471 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
545, 5, '_
Caption');
|
|
|
4472 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
546, 5, '_
Please, Cr
eate a Blo
g');
|
|
|
4473 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
547, 5, '_
Create My
Blog');
|
|
|
4474 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
548, 5, '_
Create Blo
g');
|
|
|
4475 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
549, 5, '_
Posts');
|
|
|
4476 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
554, 3, '_
PROFILE Ph
otos');
|
|
|
4477 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
555, 5, '_
Top Posts'
);
|
|
|
4478 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
564, 3, '_
PROFILE In
fo');
|
|
|
4479 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
568, 2, '_
BoonEx New
s');
|
|
|
4480 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
569, 3, '_
Visit Sour
ce');
|
|
|
4481 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
570, 5, '_
post_succe
ssfully_de
leted');
|
|
|
4482 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
571, 5, '_
failed_to_
delete_pos
t');
|
|
|
4483 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
572, 5, '_
failed_to_
add_post')
;
|
|
|
4484 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
573, 5, '_
post_succe
ssfully_ad
ded');
|
|
|
4485 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
574, 2, '_
Leaders');
|
|
|
4486 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
575, 3, '_
Day');
|
|
|
4487 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
576, 3, '_
Month');
|
|
|
4488 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
577, 3, '_
Week');
|
|
|
4489 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
578, 3, '_
no_top_day
');
|
|
|
4490 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
579, 2, '_
Hacker Str
ing');
|
|
|
4491 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
581, 5, '_
Write a de
scription
for your B
log.');
|
|
|
4492 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
582, 5, '_
Error Occu
red');
|
|
|
4493 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
584, 3, '_
Forum Post
s');
|
|
|
4494 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
585, 3, '_
ID_CREATE'
);
|
|
|
4495 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
586, 3, '_
Get BoonEx
ID');
|
|
|
4496 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
587, 1, '_
Import Boo
nEx ID');
|
|
|
4497 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
588, 3, '_
Import');
|
|
|
4498 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
589, 1, '_
Posted');
|
|
|
4499 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
590, 1, '_
No article
s availabl
e');
|
|
|
4500 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
591, 1, '_
Read All A
rticles');
|
|
|
4501 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
592, 1, '_
Shared Pho
tos');
|
|
|
4502 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
593, 1, '_
Shared Vid
eos');
|
|
|
4503 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
594, 1, '_
Shared Mus
ic FIles')
;
|
|
|
4504 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
595, 1, '_
This Week'
);
|
|
|
4505 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
596, 1, '_
This Month
');
|
|
|
4506 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
597, 1, '_
This Year'
);
|
|
|
4507 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
598, 1, '_
Topics');
|
|
|
4508 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
599, 1, '_
No tags fo
und here')
;
|
|
|
4509 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
600, 3, '_
Ads');
|
|
|
4510 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
601, 1, '_
New Today'
);
|
|
|
4511 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
602, 2, '_
Photo Gall
ery');
|
|
|
4512 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
603, 1, '_
No classif
ieds avail
able');
|
|
|
4513 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
604, 1, '_
No groups
available'
);
|
|
|
4514 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
605, 2, '_
My Music G
allery');
|
|
|
4515 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
606, 2, '_
My Photo G
allery');
|
|
|
4516 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
607, 2, '_
My Video G
allery');
|
|
|
4517 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
608, 1, '_
Count');
|
|
|
4518 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
609, 2, '_
Site Stats
');
|
|
|
4519 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
610, 3, '_
I agree');
|
|
|
4520 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
611, 3, '_
Media uplo
ad Agreeme
nt');
|
|
|
4521 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
612, 3, '_
License Ag
reement');
|
|
|
4522 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
613, 2, '_
event_dele
ted');
|
|
|
4523 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
614, 24, '
_Tags_capt
ion');
|
|
|
4524 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
615, 24, '
_Tags_desc
');
|
|
|
4525 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
616, 24, '
_Tags_err_
msg');
|
|
|
4526 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
617, 2, '_
Member Fri
ends');
|
|
|
4527 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
618, 2, '_
Select');
|
|
|
4528 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
619, 2, '_
Join Now T
op');
|
|
|
4529 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
620, 5, '_
Tag');
|
|
|
4530 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
621, 103,
'_Sorry, n
o members
found');
|
|
|
4531 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
622, 105,
'_no posts
');
|
|
|
4532 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
623, 3, '_
PWD_INVALI
D3');
|
|
|
4533 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
624, 3, '_
Change Pas
sword');
|
|
|
4534 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
625, 2, '_
SUCC_UPD_P
OST');
|
|
|
4535 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
626, 2, '_
FAIL_UPD_P
OST');
|
|
|
4536 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
627, 24, '
_DateOfBir
th_err_msg
');
|
|
|
4537 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
628, 3, '_
No file');
|
|
|
4538 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
629, 3, '_
Admin Pane
l');
|
|
|
4539 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
630, 3, '_
File uploa
d error');
|
|
|
4540 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
631, 4, '_
send greet
ings');
|
|
|
4541 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
632, 105,
'_AddMainC
ategory su
ccessfully
added');
|
|
|
4542 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
633, 105,
'_Failed t
o Insert A
ddMainCate
gory');
|
|
|
4543 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
634, 105,
'_AddSubCa
tegory suc
cessfully
added');
|
|
|
4544 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
635, 105,
'_Failed t
o Insert A
ddSubCateg
ory');
|
|
|
4545 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
636, 105,
'_DeleteMa
inCategory
was succe
ssfully');
|
|
|
4546 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
637, 105,
'_Failed t
o DeleteMa
inCategory
');
|
|
|
4547 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
638, 105,
'_DeleteSu
bCategory
was succes
sfully');
|
|
|
4548 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
639, 105,
'_Failed t
o DeleteSu
bCategory'
);
|
|
|
4549 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
640, 100,
'_Add New
Article');
|
|
|
4550 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
641, 100,
'_Category
Caption')
;
|
|
|
4551 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
642, 100,
'_Articles
Deleted S
uccessfull
y');
|
|
|
4552 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
643, 100,
'_Articles
are not d
eleted');
|
|
|
4553 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
644, 100,
'_Category
Deleted S
uccessfull
y');
|
|
|
4554 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
645, 100,
'_Category
are not d
eleted');
|
|
|
4555 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
646, 2, '_
Hot or Not
');
|
|
|
4556 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES (2
647,100,'_
affiliate_
system_was
_disabled'
);
|
|
|
4557 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
48, 101, '
_Descripti
onMedia');
|
|
|
4558 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
49, 1, '_M
utual Frie
nds');
|
|
|
4559 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
50, 3, '_P
hoto Actio
ns');
|
|
|
4560 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
51, 3, '_N
otificatio
n');
|
|
|
4561 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
52, 7, '_Y
ou have su
ccessfully
unsubscri
be from Ev
ent');
|
|
|
4562 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
53, 7, '_U
nsubscribe
');
|
|
|
4563 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
54, 100, '
_not_activ
e_story');
|
|
|
4564 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
55, 1, '_P
rofile Vid
eos');
|
|
|
4565 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
56, 1, '_M
y Flags');
|
|
|
4566 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
57, 1, '_M
y Topics')
;
|
|
|
4567 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
58, 5, '_U
ncategoriz
ed');
|
|
|
4568 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
59, 1, '_u
pload Musi
c (Music G
allery)');
|
|
|
4569 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
60, 1, '_u
pload Phot
os (Photo
Gallery)')
;
|
|
|
4570 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
61, 1, '_u
pload Vide
o (Video G
allery)');
|
|
|
4571 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
62, 1, '_p
lay Music
(Music Gal
lery)');
|
|
|
4572 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
63, 1, '_v
iew Photos
(Photo Ga
llery)');
|
|
|
4573 |
|
INSERT INT
O `Localiz
ationKeys`
VALUES(26
64, 1, '_p
lay Video
(Video Gal
lery)');
|
|
|
4574 |
|
|
|
|
4575 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
4576 |
|
|
|
|
4577 |
|
--
|
|
|
4578 |
|
-- Table s
tructure f
or table `
Localizati
onLanguage
s`
|
|
|
4579 |
|
--
|
|
|
4580 |
|
|
|
|
4581 |
|
CREATE TAB
LE `Locali
zationLang
uages` (
|
|
|
4582 |
|
`ID` tin
yint(3) un
signed NOT
NULL auto
_increment
,
|
|
|
4583 |
|
`Name` v
archar(255
) NOT NULL
default '
',
|
|
|
4584 |
|
`Flag` v
archar(2)
NOT NULL d
efault '',
|
|
|
4585 |
|
PRIMARY
KEY (`ID`
),
|
|
|
4586 |
|
UNIQUE K
EY `Name`
(`Name`)
|
|
|
4587 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
4588 |
|
|
|
|
4589 |
|
--
|
|
|
4590 |
|
-- Dumping
data for
table `Loc
alizationL
anguages`
|
|
|
4591 |
|
--
|
|
|
4592 |
|
|
|
|
4593 |
|
INSERT INT
O `Localiz
ationLangu
ages` VALU
ES(1, 'Eng
lish', 'gb
');
|
|
|
4594 |
|
|
|
|
4595 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
4596 |
|
|
|
|
4597 |
|
--
|
|
|
4598 |
|
-- Table s
tructure f
or table `
Localizati
onStringPa
rams`
|
|
|
4599 |
|
--
|
|
|
4600 |
|
|
|
|
4601 |
|
CREATE TAB
LE `Locali
zationStri
ngParams`
(
|
|
|
4602 |
|
`IDKey`
smallint(5
) unsigned
NOT NULL
default '0
',
|
|
|
4603 |
|
`IDParam
` tinyint(
3) unsigne
d NOT NULL
default '
0',
|
|
|
4604 |
|
`Descrip
tion` varc
har(255) N
OT NULL de
fault '',
|
|
|
4605 |
|
PRIMARY
KEY (`IDK
ey`,`IDPar
am`)
|
|
|
4606 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
4607 |
|
|
|
|
4608 |
|
--
|
|
|
4609 |
|
-- Dumping
data for
table `Loc
alizationS
tringParam
s`
|
|
|
4610 |
|
--
|
|
|
4611 |
|
|
|
|
4612 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (1,
0, 'Curren
t year');
|
|
|
4613 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (2,
0, 'Curren
t year');
|
|
|
4614 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (121
, 0, 'Your
site url'
);
|
|
|
4615 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (126
, 0, 'Mini
mum chars
count');
|
|
|
4616 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (126
, 1, 'Maxi
mum chars
count');
|
|
|
4617 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (299
, 0, 'Chil
dren count
');
|
|
|
4618 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (315
, 0, 'Your
site url'
);
|
|
|
4619 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (329
, 0, 'Pers
on''s nick
name');
|
|
|
4620 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (465
, 0, 'Pers
on''s nick
name');
|
|
|
4621 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (549
, 0, 'Your
site titl
e');
|
|
|
4622 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (639
, 0, 'Pers
on''s nick
name');
|
|
|
4623 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (755
, 0, 'Cred
its per me
ssage');
|
|
|
4624 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (794
, 0, 'Matc
h percent'
);
|
|
|
4625 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (795
, 0, 'Pers
on''s age'
);
|
|
|
4626 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (804
, 0, 'Wait
period in
minutes')
;
|
|
|
4627 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (813
, 0, 'Your
site titl
e');
|
|
|
4628 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (820
, 0, 'Your
site titl
e');
|
|
|
4629 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (827
, 0, 'Your
site titl
e');
|
|
|
4630 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (844
, 0, 'Your
site titl
e');
|
|
|
4631 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (861
, 0, 'Your
site titl
e');
|
|
|
4632 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (862
, 0, 'Your
site titl
e');
|
|
|
4633 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (865
, 0, 'Your
site titl
e');
|
|
|
4634 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (887
, 0, 'Your
site titl
e');
|
|
|
4635 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (889
, 0, 'Sear
ch profile
s limit');
|
|
|
4636 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (906
, 0, 'Your
site url'
);
|
|
|
4637 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (910
, 0, 'Expl
anation wi
ndow width
');
|
|
|
4638 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (910
, 1, 'Expl
anation wi
ndow heigh
t');
|
|
|
4639 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (911
, 0, 'Expl
anation wi
ndow width
');
|
|
|
4640 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (911
, 1, 'Expl
anation wi
ndow heigh
t');
|
|
|
4641 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (913
, 0, 'Expl
anation wi
ndow width
');
|
|
|
4642 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (913
, 1, 'Expl
anation wi
ndow heigh
t');
|
|
|
4643 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (917
, 0, 'Expl
anation wi
ndow width
');
|
|
|
4644 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (917
, 1, 'Expl
anation wi
ndow heigh
t');
|
|
|
4645 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (919
, 0, 'Expl
anation wi
ndow width
');
|
|
|
4646 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (919
, 1, 'Expl
anation wi
ndow heigh
t');
|
|
|
4647 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (920
, 0, 'Your
site titl
e');
|
|
|
4648 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (921
, 0, 'Mess
age ID');
|
|
|
4649 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (921
, 1, 'Your
site url'
);
|
|
|
4650 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (923
, 0, 'Your
site url'
);
|
|
|
4651 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (924
, 0, 'Your
site url'
);
|
|
|
4652 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (934
, 0, 'Your
site titl
e');
|
|
|
4653 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (937
, 0, 'Numb
er of chos
en contact
s');
|
|
|
4654 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (946
, 0, 'Emai
l address'
);
|
|
|
4655 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (946
, 1, 'Pers
on''s link
');
|
|
|
4656 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (951
, 0, 'Your
site titl
e');
|
|
|
4657 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (960
, 0, 'Pict
ure deleti
on error c
ode');
|
|
|
4658 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (969
, 0, 'Uplo
ad picture
filename'
);
|
|
|
4659 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (969
, 1, 'Pict
ure upload
error cod
e');
|
|
|
4660 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (972
, 0, 'Your
site titl
e');
|
|
|
4661 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (973
, 0, 'Pers
on''s ID')
;
|
|
|
4662 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (978
, 0, 'Pers
on''s ID')
;
|
|
|
4663 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (980
, 0, 'Pers
on''s nick
name');
|
|
|
4664 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (989
, 0, 'Page
number');
|
|
|
4665 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (993
, 0, 'Your
site affi
liate url'
);
|
|
|
4666 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (993
, 1, 'Your
site url'
);
|
|
|
4667 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (994
, 0, 'Affi
liate''s I
D');
|
|
|
4668 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (100
3, 0, 'You
r site ima
ges url');
|
|
|
4669 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (100
3, 1, 'You
r site url
');
|
|
|
4670 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (100
3, 2, 'You
r site tit
le');
|
|
|
4671 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (100
5, 0, 'Max
imum messa
ge length'
);
|
|
|
4672 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (100
7, 0, 'Per
son''s ID'
);
|
|
|
4673 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (100
9, 0, 'You
r site tit
le');
|
|
|
4674 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (101
1, 0, 'You
r site tit
le');
|
|
|
4675 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (101
2, 0, 'You
r site url
');
|
|
|
4676 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (101
2, 1, 'You
r site tit
le');
|
|
|
4677 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (101
3, 0, 'Onl
ine member
s count');
|
|
|
4678 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (103
8, 0, 'Cre
dits amoun
t');
|
|
|
4679 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (104
1, 0, 'Exp
ire days c
ount');
|
|
|
4680 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (104
3, 0, 'Exp
ire time')
;
|
|
|
4681 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (104
3, 1, 'Ser
ver time')
;
|
|
|
4682 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (106
5, 0, 'Min
imum nickn
ame length
');
|
|
|
4683 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (106
5, 1, 'Max
imum nickn
ame length
');
|
|
|
4684 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (106
6, 0, 'Min
imum nickn
ame length
');
|
|
|
4685 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (106
6, 1, 'Max
imum nickn
ame length
');
|
|
|
4686 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (107
6, 0, 'You
r site tit
le');
|
|
|
4687 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (107
9, 0, 'Min
imum passw
ord length
');
|
|
|
4688 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (107
9, 1, 'Max
imum passw
ord length
');
|
|
|
4689 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (108
1, 0, 'You
r site tit
le');
|
|
|
4690 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (109
4, 0, 'You
r site tit
le');
|
|
|
4691 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (109
5, 0, 'You
r site tit
le');
|
|
|
4692 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (110
0, 0, 'You
r site tit
le');
|
|
|
4693 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (111
6, 0, 'You
r site tit
le');
|
|
|
4694 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (111
8, 0, 'You
r site tit
le');
|
|
|
4695 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (111
9, 0, 'Mem
ber''s ID'
);
|
|
|
4696 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (112
6, 0, 'You
r site tit
le');
|
|
|
4697 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (113
4, 0, 'You
r site tit
le');
|
|
|
4698 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (113
6, 0, 'You
r site tit
le');
|
|
|
4699 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (113
7, 0, 'You
r site tit
le');
|
|
|
4700 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (114
4, 0, 'You
r site url
');
|
|
|
4701 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (114
5, 0, 'Vid
eo files e
xtension')
;
|
|
|
4702 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (114
6, 0, 'You
r site tit
le');
|
|
|
4703 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (114
9, 0, 'Mem
ber''s nic
kname');
|
|
|
4704 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (115
0, 0, 'Ima
ge resize
width');
|
|
|
4705 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (115
0, 1, 'Ima
ge resize
height');
|
|
|
4706 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (115
1, 0, 'Num
ber of pur
chased con
tacts');
|
|
|
4707 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (115
2, 0, 'Num
ber of mem
bers who p
urchased y
our contac
t info');
|
|
|
4708 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (126
1, 0, 'Upl
oad pictur
e filename
');
|
|
|
4709 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (170
0, 0, 'You
r site url
');
|
|
|
4710 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (170
1, 0, 'You
r site url
');
|
|
|
4711 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (170
2, 0, 'You
r site url
');
|
|
|
4712 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (172
8, 1, 'Mem
bership ac
tion name'
);
|
|
|
4713 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (172
8, 2, 'Mem
bership le
vel name')
;
|
|
|
4714 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (172
9, 7, 'You
r site ema
il');
|
|
|
4715 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (173
0, 1, 'Mem
bership ac
tion name'
);
|
|
|
4716 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (173
0, 2, 'Mem
bership le
vel name')
;
|
|
|
4717 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (173
0, 3, 'Mem
bership ac
tion limit
');
|
|
|
4718 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (173
1, 1, 'Mem
bership ac
tion name'
);
|
|
|
4719 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (173
1, 2, 'Mem
bership le
vel name')
;
|
|
|
4720 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (173
1, 6, 'Mem
bership le
vel allowe
d before')
;
|
|
|
4721 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (173
2, 1, 'Mem
bership ac
tion name'
);
|
|
|
4722 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (173
2, 2, 'Mem
bership le
vel name')
;
|
|
|
4723 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (173
2, 5, 'Mem
bership le
vel allowe
d after');
|
|
|
4724 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (173
3, 4, 'Mem
bership ac
tion perio
d');
|
|
|
4725 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (174
1, 0, 'Mem
bers count
');
|
|
|
4726 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (174
7, 0, 'Eve
nt title')
;
|
|
|
4727 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (180
9, 0, 'Sel
ect module
link');
|
|
|
4728 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (186
8, 0, 'Num
ber of day
s');
|
|
|
4729 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (188
5, 0, 'Mem
ber''s nic
kname');
|
|
|
4730 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (188
6, 0, 'Mem
ber''s nic
kname');
|
|
|
4731 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (188
7, 0, 'Mem
ber''s nic
kname');
|
|
|
4732 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (188
8, 0, 'Mem
ber''s nic
kname');
|
|
|
4733 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (189
6, 0, 'Boo
nEx Site U
RL');
|
|
|
4734 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (189
7, 1, 'Joi
n Page');
|
|
|
4735 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (189
7, 0, 'Sit
e URL');
|
|
|
4736 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (191
0, 0, 'Rec
ipient Nic
kName');
|
|
|
4737 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (191
0, 1, 'Rec
ipient ID'
);
|
|
|
4738 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (191
0, 2, 'Sit
e URL');
|
|
|
4739 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (195
3, 0, 'mem
ber''s nic
kname');
|
|
|
4740 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (195
4, 0, 'mem
ber''s nic
kname');
|
|
|
4741 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (196
1, 0, 'mem
ber''s nic
kname');
|
|
|
4742 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (196
6, 0, 'mem
ber of all
owed objec
ts in albu
m');
|
|
|
4743 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (198
4, 0, 'num
ber of day
s');
|
|
|
4744 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (198
5, 0, 'num
ber of hou
rs');
|
|
|
4745 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (198
6, 0, 'num
ber of min
utes');
|
|
|
4746 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (198
7, 0, 'num
ber of del
eted rows'
);
|
|
|
4747 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (200
0, 0, 'fil
e size');
|
|
|
4748 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (201
5, 0, 'mem
ber''s nic
kname');
|
|
|
4749 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (206
0, 0, 'num
ber of cha
racters');
|
|
|
4750 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (206
5, 0, 'add
new what'
);
|
|
|
4751 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (208
1, 2, 'tot
al');
|
|
|
4752 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (208
1, 1, 'to'
);
|
|
|
4753 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (208
1, 0, 'fro
m');
|
|
|
4754 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (208
2, 0, 'gro
ups count'
);
|
|
|
4755 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (210
9, 0, 'gro
up home li
nk');
|
|
|
4756 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (223
0, 0, 'mem
ber NickNa
me');
|
|
|
4757 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (223
4, 0, 'mem
ber nickna
me');
|
|
|
4758 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (224
3, 0, 'num
ber');
|
|
|
4759 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (225
0, 0, 'mem
ber id');
|
|
|
4760 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (225
0, 1, 'mem
ber nickna
me');
|
|
|
4761 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (225
2, 0, 'ima
ge url');
|
|
|
4762 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (225
1, 0, 'ima
ge url');
|
|
|
4763 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (225
1, 1, 'cat
egory url'
);
|
|
|
4764 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (225
6, 0, 'num
ber');
|
|
|
4765 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (255
4, 0, 'mem
ber''s nic
kname');
|
|
|
4766 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (256
4, 0, 'mem
ber''s nic
kname');
|
|
|
4767 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (258
5, 0, 'Boo
nEx ID URL
');
|
|
|
4768 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (261
1, 0, 'med
ia type');
|
|
|
4769 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (225
1, 2, 'cat
egory name
');
|
|
|
4770 |
|
INSERT INT
O `Localiz
ationStrin
gParams` V
ALUES (225
2, 1, 'num
ber of com
ments');
|
|
|
4771 |
|
|
|
|
4772 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
4773 |
|
|
|
|
4774 |
|
--
|
|
|
4775 |
|
-- Table s
tructure f
or table `
Localizati
onStrings`
|
|
|
4776 |
|
--
|
|
|
4777 |
|
|
|
|
4778 |
|
CREATE TAB
LE `Locali
zationStri
ngs` (
|
|
|
4779 |
|
`IDKey`
smallint(5
) unsigned
NOT NULL
default '0
',
|
|
|
4780 |
|
`IDLangu
age` tinyi
nt(3) unsi
gned NOT N
ULL defaul
t '0',
|
|
|
4781 |
|
`String`
mediumtex
t NOT NULL
,
|
|
|
4782 |
|
PRIMARY
KEY (`IDK
ey`,`IDLan
guage`)
|
|
|
4783 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
4784 |
|
|
|
|
4785 |
|
--
|
|
|
4786 |
|
-- Dumping
data for
table `Loc
alizationS
trings`
|
|
|
4787 |
|
--
|
|
|
4788 |
|
|
|
|
4789 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1, 1, '2
002-{0}. P
roduct of
<a class="
bottom_tex
t" href="h
ttp://www.
boonex.com
/">BoonEx
Group</a>.
');
|
|
|
4790 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2, 1, 'C
opyright &
copy; {0}
Your Compa
ny.');
|
|
|
4791 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(3, 1, 'N
otify me a
bout News,
tips');
|
|
|
4792 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(4, 1, '<
p><b>Hello
<YourReal
Name></b>,
</p><p>You
have rece
ived a mes
sage from
<a href="<
Domain>pro
file.php?I
D=<ID>"><N
ickName>(<
Domain>pro
file.php?I
D=<ID>)</a
>!</p><p>T
o get this
message y
ou have to
check you
r e-mail</
p><p>---</
p>Best reg
ards, <Si
teName>');
|
|
|
4793 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(5, 1, 'G
uestBook')
;
|
|
|
4794 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(32, 1, '
Sign up to
day!');
|
|
|
4795 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(33, 1, '
Talk with
other memb
ers in onl
ine chat o
r privatel
y via inst
ant messen
ger');
|
|
|
4796 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(34, 1, '
Instantly
create you
r own pers
onal profi
le with ph
otos, vide
o and audi
o');
|
|
|
4797 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(35, 1, '
Find singl
es in your
area usin
g our ZIP-
code-based
locating
system');
|
|
|
4798 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(57, 1, '
AOL');
|
|
|
4799 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(58, 1, '
IM not all
owed');
|
|
|
4800 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(59, 1, '
IM not ava
ilable');
|
|
|
4801 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(60, 1, '
AOL');
|
|
|
4802 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(61, 1, '
a man');
|
|
|
4803 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(62, 1, '
a woman');
|
|
|
4804 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(63, 1, '
a man or a
woman');
|
|
|
4805 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(64, 1, '
F');
|
|
|
4806 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(65, 1, '
M');
|
|
|
4807 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(66, 1, '
C');
|
|
|
4808 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(67, 1, '
About me')
;
|
|
|
4809 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(70, 1, '
About us')
;
|
|
|
4810 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(71, 1, '
About you'
);
|
|
|
4811 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(72, 1, '
Activate a
ccount');
|
|
|
4812 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(73, 1, '
Active Sto
ry');
|
|
|
4813 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(74, 1, '
Add commen
t');
|
|
|
4814 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(75, 1, '
add to car
t');
|
|
|
4815 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(76, 1, '
Add New Pr
ofile');
|
|
|
4816 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(77, 1, '
Add feedba
ck');
|
|
|
4817 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(78, 1, '
Add new ob
ject');
|
|
|
4818 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(79, 1, '
add feedba
ck');
|
|
|
4819 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(80, 1, '
Add to Hot
List');
|
|
|
4820 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(81, 1, '
Accept Inv
ite');
|
|
|
4821 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(82, 1, '
Adding mem
ber...');
|
|
|
4822 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(83, 1, '
Additional
contact i
nformation
');
|
|
|
4823 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(84, 1, '
Admin');
|
|
|
4824 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(85, 1, '
advanced s
earch');
|
|
|
4825 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(86, 1, '
Affiliates
');
|
|
|
4826 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(87, 1, '
Aged from'
);
|
|
|
4827 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(88, 1, '
aged');
|
|
|
4828 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(89, 1, '
all');
|
|
|
4829 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(90, 1, '
All');
|
|
|
4830 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(91, 1, '
Amount');
|
|
|
4831 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(92, 1, '
Anonymous'
);
|
|
|
4832 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(94, 1, '
April');
|
|
|
4833 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(95, 1, '
Articles')
;
|
|
|
4834 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(96, 1, '
ascending'
);
|
|
|
4835 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(97, 1, '
Attention'
);
|
|
|
4836 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(98, 1, '
August');
|
|
|
4837 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(100, 1,
'available
');
|
|
|
4838 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(101, 1,
'average r
ate');
|
|
|
4839 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(102, 1,
'Availabil
ity for FR
EE');
|
|
|
4840 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(103, 1,
'Back to')
;
|
|
|
4841 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(104, 1,
'Back Invi
te');
|
|
|
4842 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(105, 1,
'Bid');
|
|
|
4843 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(106, 1,
'Block');
|
|
|
4844 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(107, 1,
'Block lis
t');
|
|
|
4845 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(108, 1,
'block mem
ber');
|
|
|
4846 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(109, 1,
'Blog');
|
|
|
4847 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(110, 1,
'Body type
');
|
|
|
4848 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(111, 1,
'Body type
');
|
|
|
4849 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(112, 1,
'Body type
of person
2');
|
|
|
4850 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(113, 1,
'Both');
|
|
|
4851 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(114, 1,
'both');
|
|
|
4852 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(115, 1,
'Brief Pro
file');
|
|
|
4853 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(116, 1,
'Browse Pr
ofiles');
|
|
|
4854 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(117, 1,
'by age');
|
|
|
4855 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(118, 1,
'by contac
t price');
|
|
|
4856 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(119, 1,
'by rate')
;
|
|
|
4857 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(120, 1,
'by times
contacted'
);
|
|
|
4858 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(121, 1,
'can not s
end messag
e, click <
a target="
_parent" h
ref="{0}me
mbership.p
hp"> here
</a> to st
art sendin
g private
messages.'
);
|
|
|
4859 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(122, 1,
'can not s
end messag
e to inact
ive member
.');
|
|
|
4860 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(123, 1,
'your prof
ile is not
in active
mode.');
|
|
|
4861 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(124, 1,
'you are i
n the bloc
k list of
this membe
r.');
|
|
|
4862 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(125, 1,
'character
s');
|
|
|
4863 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(126, 1,
'{0} to {1
} characte
rs');
|
|
|
4864 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(127, 1,
'chat');
|
|
|
4865 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(129, 1,
'Online Ch
at');
|
|
|
4866 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(130, 1,
'chat now'
);
|
|
|
4867 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(131, 1,
'Chatting'
);
|
|
|
4868 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(132, 1,
'chat wind
ow');
|
|
|
4869 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(133, 1,
'Cancel pa
ssword(s)'
);
|
|
|
4870 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(134, 1,
'Cart');
|
|
|
4871 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(135, 1,
'Continue
shopping!
You will r
eceive the
se discoun
ts:');
|
|
|
4872 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(136, 1,
'Number of
profiles'
);
|
|
|
4873 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(137, 1,
'Total pri
ce');
|
|
|
4874 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(138, 1,
'Cast my v
ote');
|
|
|
4875 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(139, 1,
'Check Out
');
|
|
|
4876 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(140, 1,
'Check all
');
|
|
|
4877 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(141, 1,
'Children'
);
|
|
|
4878 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(142, 1,
'Choose fi
le for upl
oad');
|
|
|
4879 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(143, 1,
'children'
);
|
|
|
4880 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(144, 1,
'City');
|
|
|
4881 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(145, 1,
'City is r
equired.')
;
|
|
|
4882 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(146, 1,
'Please re
ad "Terms
of Use" be
fore joini
ng');
|
|
|
4883 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(147, 1,
'Close');
|
|
|
4884 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(148, 1,
'communica
tor');
|
|
|
4885 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(149, 1,
'Communica
tion');
|
|
|
4886 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(150, 1,
'Community
Stats');
|
|
|
4887 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(151, 1,
'Compose N
ew Message
');
|
|
|
4888 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(152, 1,
'Contact S
ales');
|
|
|
4889 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(153, 1,
'contacts'
);
|
|
|
4890 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(156, 1,
'contact')
;
|
|
|
4891 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(157, 1,
'contact l
ist');
|
|
|
4892 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(158, 1,
'Confirm E
-mail');
|
|
|
4893 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(159, 1,
'Confirm')
;
|
|
|
4894 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(160, 1,
'Confirm p
assword');
|
|
|
4895 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(161, 1,
'Confirm y
our e-mail
');
|
|
|
4896 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(162, 1,
'Confirm y
our passwo
rd');
|
|
|
4897 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(163, 1,
'Confirmat
ion code')
;
|
|
|
4898 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(164, 1,
'Confirmat
ion e-mail
');
|
|
|
4899 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(165, 1,
'Congratul
ations');
|
|
|
4900 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(166, 1,
'Contact')
;
|
|
|
4901 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(168, 1,
'Contacts'
);
|
|
|
4902 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(169, 1,
'Contacts
purchased'
);
|
|
|
4903 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(170, 1,
'Contact i
nformation
');
|
|
|
4904 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(171, 1,
'Contact i
nformation
sent');
|
|
|
4905 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(172, 1,
'Contact i
nformation
not sent'
);
|
|
|
4906 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(173, 1,
'Contact p
rice');
|
|
|
4907 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(174, 1,
'Contact d
etails');
|
|
|
4908 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(175, 1,
'Continue'
);
|
|
|
4909 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(176, 1,
'My Accoun
t');
|
|
|
4910 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(177, 1,
'Country')
;
|
|
|
4911 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(178, 1,
'Couple');
|
|
|
4912 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(179, 1,
'credits')
;
|
|
|
4913 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(180, 1,
'creating
lifestyle
communitie
s');
|
|
|
4914 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(181, 1,
'Current d
eposit');
|
|
|
4915 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(182, 1,
'Current m
embership'
);
|
|
|
4916 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(183, 1,
'Currently
Online');
|
|
|
4917 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(184, 1,
'custom me
nu');
|
|
|
4918 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(185, 1,
'Date');
|
|
|
4919 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(186, 1,
'Date of b
irth');
|
|
|
4920 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(187, 1,
'Age');
|
|
|
4921 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(188, 1,
'Age of pe
rson 2');
|
|
|
4922 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(189, 1,
'December'
);
|
|
|
4923 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(190, 1,
'Delete');
|
|
|
4924 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(191, 1,
'Delete ac
count');
|
|
|
4925 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(192, 1,
'Delete fr
om Friend
List');
|
|
|
4926 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(193, 1,
'Deleting
member...'
);
|
|
|
4927 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(194, 1,
'Details o
f the pers
on you are
looking f
or');
|
|
|
4928 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(195, 1,
'descendin
g');
|
|
|
4929 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(196, 1,
'Descripti
on');
|
|
|
4930 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(199, 1,
'Do you re
ally want
to delete
this entry
?');
|
|
|
4931 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(200, 1,
'Download
and listen
');
|
|
|
4932 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(201, 1,
'Download
and see');
|
|
|
4933 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(202, 1,
'Doesn''t
matter');
|
|
|
4934 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(203, 1,
'Drinking'
);
|
|
|
4935 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(204, 1,
'Drinking?
');
|
|
|
4936 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(205, 1,
'Drinker')
;
|
|
|
4937 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(206, 1,
'2nd perso
n drinker'
);
|
|
|
4938 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(207, 1,
'E-mail');
|
|
|
4939 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(208, 1,
'Personal
e-mail add
ress requi
red.');
|
|
|
4940 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(209, 1,
'E-mail ad
dress does
n''t look
valid.');
|
|
|
4941 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(210, 1,
'E-mail se
nt');
|
|
|
4942 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(211, 1,
'Nickname'
);
|
|
|
4943 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(212, 1,
'Email con
firmation'
);
|
|
|
4944 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(213, 1,
'E-mail co
nfirmed');
|
|
|
4945 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(214, 1,
'Email was
successfu
lly sent')
;
|
|
|
4946 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(215, 1,
'Email sen
d failed')
;
|
|
|
4947 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(216, 1,
'Education
');
|
|
|
4948 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(217, 1,
'Education
of person
2');
|
|
|
4949 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(218, 1,
'Edit Prof
ile');
|
|
|
4950 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(219, 1,
'edit prof
ile');
|
|
|
4951 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(220, 1,
'Edit');
|
|
|
4952 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(221, 1,
'Empty');
|
|
|
4953 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(222, 1,
'Empty Car
t');
|
|
|
4954 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(223, 1,
'Emptying
cart...');
|
|
|
4955 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(224, 1,
'Enter pro
file ID');
|
|
|
4956 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(225, 1,
'Enter wha
t you see:
');
|
|
|
4957 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(226, 1,
'Error');
|
|
|
4958 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(227, 1,
'Error cod
e');
|
|
|
4959 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(228, 1,
'Error sen
ding greet
ing');
|
|
|
4960 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(229, 1,
'Ethnicity
');
|
|
|
4961 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(230, 1,
'Ethnicity
of person
2');
|
|
|
4962 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(231, 1,
'Extended
search');
|
|
|
4963 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(232, 1,
'Explanati
on');
|
|
|
4964 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(233, 1,
'F');
|
|
|
4965 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(234, 1,
'FAQ');
|
|
|
4966 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(235, 1,
'February'
);
|
|
|
4967 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(236, 1,
'Female');
|
|
|
4968 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(237, 1,
'Female');
|
|
|
4969 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(238, 1,
'Search');
|
|
|
4970 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(239, 1,
'Find');
|
|
|
4971 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(240, 1,
'Find!');
|
|
|
4972 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(241, 1,
'Finance')
;
|
|
|
4973 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(242, 1,
'First');
|
|
|
4974 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(243, 1,
'get e-mai
l');
|
|
|
4975 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(244, 1,
'Free Sign
Up');
|
|
|
4976 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(245, 1,
'Free soun
d');
|
|
|
4977 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(246, 1,
'Friend em
ail');
|
|
|
4978 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(247, 1,
'Friends:
');
|
|
|
4979 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(248, 1,
'Friends')
;
|
|
|
4980 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(249, 1,
'Female');
|
|
|
4981 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(250, 1,
'featured'
);
|
|
|
4982 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(251, 1,
'featured
members');
|
|
|
4983 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(252, 1,
'featured
profiles')
;
|
|
|
4984 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(253, 1,
'for <b>fr
ee</b>');
|
|
|
4985 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(254, 1,
'for');
|
|
|
4986 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(256, 1,
'Forgot');
|
|
|
4987 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(257, 1,
'Forgot pa
ssword?');
|
|
|
4988 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(258, 1,
'Forgot pa
ssword?');
|
|
|
4989 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(259, 1,
'former US
SR');
|
|
|
4990 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(260, 1,
'Forum');
|
|
|
4991 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(261, 1,
'From');
|
|
|
4992 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(262, 1,
'From Prim
ary');
|
|
|
4993 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(263, 1,
'from');
|
|
|
4994 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(264, 1,
'from zip/
postal cod
e');
|
|
|
4995 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(265, 1,
'from ZIP'
);
|
|
|
4996 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(266, 1,
'free');
|
|
|
4997 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(267, 1,
'Gallery')
;
|
|
|
4998 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(268, 1,
'My galler
y');
|
|
|
4999 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(269, 1,
'General d
escription
');
|
|
|
5000 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(270, 1,
'General s
elf-descri
ption');
|
|
|
5001 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(271, 1,
'Go');
|
|
|
5002 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(272, 1,
'Affiliate
Program')
;
|
|
|
5003 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(273, 1,
'<font col
or=red>Con
gratulatio
ns!!!</fon
t><br />')
;
|
|
|
5004 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(274, 1,
'You''ve g
ot ');
|
|
|
5005 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(275, 1,
' member(s
) engaged.
');
|
|
|
5006 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(276, 1,
'(Need mor
e members
engaged to
get new m
embership
status )')
;
|
|
|
5007 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(277, 1,
' You may
choose you
r membersh
ip status'
);
|
|
|
5008 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(278, 1,
'<center>C
ongratulat
ions!!!<br
/>You''re
<font col
or=red>');
|
|
|
5009 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(279, 1,
' </font>m
ember now.
Your memb
ership wil
l expire i
n ');
|
|
|
5010 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(280, 1,
' days.</c
enter>');
|
|
|
5011 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(281, 1,
'Privilege
d Members'
);
|
|
|
5012 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(282, 1,
'Membershi
p Subscrip
tions');
|
|
|
5013 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(283, 1,
'grant pas
sword');
|
|
|
5014 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(284, 1,
'granted')
;
|
|
|
5015 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(285, 1,
'GuestBook
');
|
|
|
5016 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(286, 1,
'Guestbook
mode');
|
|
|
5017 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(287, 1,
'Guestbook
access');
|
|
|
5018 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(288, 1,
'My GuestB
ook');
|
|
|
5019 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(289, 1,
'Blog');
|
|
|
5020 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(290, 1,
'My Blog')
;
|
|
|
5021 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(291, 1,
'No info')
;
|
|
|
5022 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(292, 1,
'Enable');
|
|
|
5023 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(293, 1,
'Disable')
;
|
|
|
5024 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(294, 1,
'Suspend')
;
|
|
|
5025 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(295, 1,
'Registere
d only');
|
|
|
5026 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(296, 1,
'Friends o
nly');
|
|
|
5027 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(297, 1,
'Add recor
d');
|
|
|
5028 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(298, 1,
'Visitor')
;
|
|
|
5029 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(299, 1,
'Have {0}
children')
;
|
|
|
5030 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(300, 1,
'Have no c
hildren');
|
|
|
5031 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(301, 1,
'Height');
|
|
|
5032 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(302, 1,
'Height of
person 2'
);
|
|
|
5033 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(303, 1,
'Header');
|
|
|
5034 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(305, 1,
'Headline'
);
|
|
|
5035 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(306, 1,
'Hide');
|
|
|
5036 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(307, 1,
'Home');
|
|
|
5037 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(308, 1,
'Home addr
ess');
|
|
|
5038 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(309, 1,
'Homepage'
);
|
|
|
5039 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(310, 1,
'Hot list'
);
|
|
|
5040 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(311, 1,
'hot membe
r');
|
|
|
5041 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(312, 1,
'Friend li
st');
|
|
|
5042 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(313, 1,
'friend me
mber');
|
|
|
5043 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(314, 1,
'HTML');
|
|
|
5044 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(315, 1,
'I agree w
ith <a tar
get="_blan
k" href="{
0}terms_of
_use.php">
Terms</a>
and <a ta
rget="_bla
nk" href="
{0}privacy
.php"> Pri
vacy Polic
y</a>');
|
|
|
5045 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(316, 1,
'I am');
|
|
|
5046 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(317, 1,
'I am a');
|
|
|
5047 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(318, 1,
'I seek a'
);
|
|
|
5048 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(319, 1,
'I can rec
eive');
|
|
|
5049 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(320, 1,
'I''m look
ing for a'
);
|
|
|
5050 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(321, 1,
'I prefer
not to say
');
|
|
|
5051 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(322, 1,
'I will te
ll you lat
er');
|
|
|
5052 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(323, 1,
'ICQ UIN')
;
|
|
|
5053 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(324, 1,
'ICQ');
|
|
|
5054 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(325, 1,
'ICQ');
|
|
|
5055 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(326, 1,
'IM UIN');
|
|
|
5056 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(327, 1,
'Private M
essages');
|
|
|
5057 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(328, 1,
'starts im
mediately'
);
|
|
|
5058 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(329, 1,
'IM {0} no
w!');
|
|
|
5059 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(330, 1,
'Add users
to IM and
start cha
tting');
|
|
|
5060 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(331, 1,
'Please se
lect a use
r first');
|
|
|
5061 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(332, 1,
'You shoul
d be an ac
tive membe
r to use I
M');
|
|
|
5062 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(333, 1,
'You shoul
d be a gol
d member t
o use IM')
;
|
|
|
5063 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(334, 1,
'Please lo
gin first'
);
|
|
|
5064 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(335, 1,
'Send');
|
|
|
5065 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(336, 1,
'E-Mail or
ID');
|
|
|
5066 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(337, 1,
'Ideal mat
ch descrip
tion');
|
|
|
5067 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(338, 1,
'Income');
|
|
|
5068 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(339, 1,
'Income of
person 2'
);
|
|
|
5069 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(340, 1,
'Incorrect
Email');
|
|
|
5070 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(342, 1,
'Interest'
);
|
|
|
5071 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(343, 1,
'Invalid I
D');
|
|
|
5072 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(344, 1,
'Invite a
friend');
|
|
|
5073 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(345, 1,
'January')
;
|
|
|
5074 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(346, 1,
'Join');
|
|
|
5075 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(347, 1,
'Join For
Free');
|
|
|
5076 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(348, 1,
'Join Free
');
|
|
|
5077 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(349, 1,
'Join Now'
);
|
|
|
5078 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(350, 1,
'June');
|
|
|
5079 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(351, 1,
'July');
|
|
|
5080 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(352, 1,
'kilometer
s');
|
|
|
5081 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(353, 1,
'kb');
|
|
|
5082 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(354, 1,
'Greetings
');
|
|
|
5083 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(355, 1,
'Language'
);
|
|
|
5084 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(356, 1,
'Language
1');
|
|
|
5085 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(357, 1,
'Language
2');
|
|
|
5086 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(358, 1,
'Language
3');
|
|
|
5087 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(359, 1,
'Language'
);
|
|
|
5088 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(360, 1,
'Language
of person
2');
|
|
|
5089 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(361, 1,
'Last');
|
|
|
5090 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(362, 1,
'Last logi
n');
|
|
|
5091 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(363, 1,
'Last logg
ed in');
|
|
|
5092 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(364, 1,
'Last chan
ges');
|
|
|
5093 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(365, 1,
'Last modi
fied');
|
|
|
5094 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(366, 1,
'latest ne
ws');
|
|
|
5095 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(367, 1,
'Latest Me
mbers');
|
|
|
5096 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(368, 1,
'launch IM
');
|
|
|
5097 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(369, 1,
'Links');
|
|
|
5098 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(370, 1,
'living wi
th me');
|
|
|
5099 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(371, 1,
'living wi
thin');
|
|
|
5100 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(372, 1,
'listen to
voice');
|
|
|
5101 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(373, 1,
'length');
|
|
|
5102 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(374, 1,
'Location'
);
|
|
|
5103 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(375, 1,
'Log in');
|
|
|
5104 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(376, 1,
'Login');
|
|
|
5105 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(377, 1,
'LOG IN');
|
|
|
5106 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(378, 1,
'log out')
;
|
|
|
5107 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(379, 1,
'Log Out')
;
|
|
|
5108 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(380, 1,
'Logged in
');
|
|
|
5109 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(381, 1,
'Login req
uired');
|
|
|
5110 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(382, 1,
'Already a
member?')
;
|
|
|
5111 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(384, 1,
'Looking f
or');
|
|
|
5112 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(385, 1,
'Looking f
or an age
range');
|
|
|
5113 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(386, 1,
'Looking f
or a heigh
t');
|
|
|
5114 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(387, 1,
'Looking f
or a body
type');
|
|
|
5115 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(388, 1,
'Looking f
or');
|
|
|
5116 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(389, 1,
'looking f
or');
|
|
|
5117 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(390, 1,
'M');
|
|
|
5118 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(391, 1,
'Must be v
alid');
|
|
|
5119 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(392, 1,
'MSN');
|
|
|
5120 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(393, 1,
'MSN');
|
|
|
5121 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(394, 1,
'MAIN MENU
');
|
|
|
5122 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(395, 1,
'Main Menu
');
|
|
|
5123 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(397, 1,
'Make thum
b out of p
rimary');
|
|
|
5124 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(398, 1,
'Failed to
make thum
b out of p
rimary!');
|
|
|
5125 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(399, 1,
'Successfu
lly made t
humb out o
f primary!
');
|
|
|
5126 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(400, 1,
'Male');
|
|
|
5127 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(401, 1,
'Male');
|
|
|
5128 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(402, 1,
'Male or f
emale');
|
|
|
5129 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(403, 1,
'Male or f
emale');
|
|
|
5130 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(404, 1,
'March');
|
|
|
5131 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(405, 1,
'man');
|
|
|
5132 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(406, 1,
'Men');
|
|
|
5133 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(407, 1,
'men');
|
|
|
5134 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(408, 1,
'men and w
omen');
|
|
|
5135 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(409, 1,
'man');
|
|
|
5136 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(410, 1,
'Manage ob
jects');
|
|
|
5137 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(411, 1,
'Manage al
bums');
|
|
|
5138 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(413, 1,
'Male');
|
|
|
5139 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(414, 1,
'Marital s
tatus');
|
|
|
5140 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(415, 1,
'Marital s
tatus');
|
|
|
5141 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(416, 1,
'Mark as N
ew');
|
|
|
5142 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(417, 1,
'Mark as r
ead');
|
|
|
5143 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(418, 1,
'Mark as F
eatured');
|
|
|
5144 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(419, 1,
'Maximum c
haracters'
);
|
|
|
5145 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(420, 1,
'May');
|
|
|
5146 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(421, 1,
'Maybe');
|
|
|
5147 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(422, 1,
'member me
nu');
|
|
|
5148 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(423, 1,
'Member');
|
|
|
5149 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(424, 1,
'Member co
ntrol pane
l');
|
|
|
5150 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(425, 1,
'Member In
formation'
);
|
|
|
5151 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(426, 1,
'Member Lo
gin');
|
|
|
5152 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(427, 1,
'member me
nu');
|
|
|
5153 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(428, 1,
'Member Pr
ofile');
|
|
|
5154 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(429, 1,
'Member pr
ofile not
available
for view.'
);
|
|
|
5155 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(430, 1,
'Member so
und');
|
|
|
5156 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(431, 1,
'Member vi
deo');
|
|
|
5157 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(432, 1,
'members')
;
|
|
|
5158 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(433, 1,
'Hot membe
rs');
|
|
|
5159 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(434, 1,
'Friend me
mbers');
|
|
|
5160 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(435, 1,
'Blocked m
embers');
|
|
|
5161 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(436, 1,
'Greeted m
embers');
|
|
|
5162 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(437, 1,
'Viewed me
mbers');
|
|
|
5163 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(438, 1,
'Contacted
members')
;
|
|
|
5164 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(439, 1,
'Contacted
for free
members');
|
|
|
5165 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(440, 1,
'Private p
hotos pass
words');
|
|
|
5166 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(441, 1,
'member in
fo');
|
|
|
5167 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(442, 1,
'membershi
p');
|
|
|
5168 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(443, 1,
'Membershi
p');
|
|
|
5169 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(444, 1,
'Membershi
p');
|
|
|
5170 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(448, 1,
'Recipient
not found
');
|
|
|
5171 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(449, 1,
'Available
Membershi
p Types');
|
|
|
5172 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(450, 1,
' days');
|
|
|
5173 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(452, 1,
'Credits')
;
|
|
|
5174 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(453, 1,
'Membershi
p Status')
;
|
|
|
5175 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(454, 1,
'Message f
rom');
|
|
|
5176 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(455, 1,
'Message n
ot availab
le');
|
|
|
5177 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(456, 1,
'Message P
review');
|
|
|
5178 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(457, 1,
'Message t
ext');
|
|
|
5179 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(458, 1,
'Messages'
);
|
|
|
5180 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(459, 1,
'Messages
in Inbox')
;
|
|
|
5181 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(460, 1,
'Messages
in Outbox'
);
|
|
|
5182 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(461, 1,
'miles');
|
|
|
5183 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(462, 1,
'km');
|
|
|
5184 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(463, 1,
'Moderator
');
|
|
|
5185 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(464, 1,
'more phot
o(s)');
|
|
|
5186 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(465, 1,
'<b>View o
ther photo
s of {0}</
b>');
|
|
|
5187 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(466, 1,
'more');
|
|
|
5188 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(467, 1,
'...');
|
|
|
5189 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(468, 1,
'My Email'
);
|
|
|
5190 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(469, 1,
'my inbox'
);
|
|
|
5191 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(470, 1,
'my outbox
');
|
|
|
5192 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(471, 1,
'My Member
ship');
|
|
|
5193 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(472, 1,
'My Messen
ger');
|
|
|
5194 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(473, 1,
'My Panel'
);
|
|
|
5195 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(474, 1,
'My Photo
Gallery');
|
|
|
5196 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(475, 1,
'my profil
e');
|
|
|
5197 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(476, 1,
'Can not s
ave image'
);
|
|
|
5198 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(477, 1,
'Name');
|
|
|
5199 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(478, 1,
'never');
|
|
|
5200 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(479, 1,
'new');
|
|
|
5201 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(480, 1,
'New messa
ge');
|
|
|
5202 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(481, 1,
'New Membe
r');
|
|
|
5203 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(482, 1,
'Add a new
member he
re');
|
|
|
5204 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(483, 1,
'New profi
le has bee
n successf
ully creat
ed.');
|
|
|
5205 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(484, 1,
'New pictu
re');
|
|
|
5206 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(485, 1,
'New sound
');
|
|
|
5207 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(486, 1,
'New video
');
|
|
|
5208 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(487, 1,
'New this
week');
|
|
|
5209 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(488, 1,
'newslette
r');
|
|
|
5210 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(489, 1,
'Next');
|
|
|
5211 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(490, 1,
'Next >>')
;
|
|
|
5212 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(491, 1,
'News Arch
ive');
|
|
|
5213 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(492, 1,
'''s profi
le');
|
|
|
5214 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(493, 1,
'Username'
);
|
|
|
5215 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(494, 1,
'Username'
);
|
|
|
5216 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(495, 1,
'Profile t
ype');
|
|
|
5217 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(496, 1,
'Username
is require
d.');
|
|
|
5218 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(497, 1,
'No');
|
|
|
5219 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(498, 1,
'Doesn''t
matter');
|
|
|
5220 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(499, 1,
'No member
to add');
|
|
|
5221 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(500, 1,
'No member
to delete
');
|
|
|
5222 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(501, 1,
'No member
specified
');
|
|
|
5223 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(502, 1,
'No gold m
embership
options av
ailable fo
r the mome
nt. Please
, check la
ter.');
|
|
|
5224 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(503, 1,
'No messag
es in Inbo
x');
|
|
|
5225 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(504, 1,
'No messag
es in Outb
ox');
|
|
|
5226 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(505, 1,
'No modifi
cations we
re done.')
;
|
|
|
5227 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(506, 1,
'No news a
vailable')
;
|
|
|
5228 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(507, 1,
'No polls
available'
);
|
|
|
5229 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(508, 1,
'No pictur
es availab
le');
|
|
|
5230 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(509, 1,
'No result
s found.')
;
|
|
|
5231 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(510, 1,
'No sounds
available
');
|
|
|
5232 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(511, 1,
'No feedba
ck availab
le.');
|
|
|
5233 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(512, 1,
' no such
name or no
message')
;
|
|
|
5234 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(513, 1,
'No video
available'
);
|
|
|
5235 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(514, 1,
'None');
|
|
|
5236 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(515, 1,
'none');
|
|
|
5237 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(516, 1,
'Not enoug
h credits
to do this
action');
|
|
|
5238 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(517, 1,
'not livin
g with me'
);
|
|
|
5239 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(518, 1,
'not grant
ed');
|
|
|
5240 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(519, 1,
'Not read'
);
|
|
|
5241 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(520, 1,
'not read'
);
|
|
|
5242 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(521, 1,
'Not Recog
nized');
|
|
|
5243 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(522, 1,
'Not sure'
);
|
|
|
5244 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(523, 1,
'Do Not No
tify Me');
|
|
|
5245 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(524, 1,
'Notificat
ion email
send faile
d');
|
|
|
5246 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(525, 1,
'Notify me
about new
s, tips');
|
|
|
5247 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(526, 1,
'Notify Me
');
|
|
|
5248 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(527, 1,
'Notify by
e-mail');
|
|
|
5249 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(528, 1,
'November'
);
|
|
|
5250 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(529, 1,
'Occupatio
n');
|
|
|
5251 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(530, 1,
'October')
;
|
|
|
5252 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(532, 1,
'only');
|
|
|
5253 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(533, 1,
'Online');
|
|
|
5254 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(534, 1,
'Online Me
mbers');
|
|
|
5255 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(535, 1,
'online on
ly');
|
|
|
5256 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(536, 1,
'Offline')
;
|
|
|
5257 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(537, 1,
'Ok, entry
not delet
ed.');
|
|
|
5258 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(538, 1,
'Ok, entry
was delet
ed success
ful.');
|
|
|
5259 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(539, 1,
'Oops, can
not delete
this entr
y.');
|
|
|
5260 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(540, 1,
'Open in n
ew window'
);
|
|
|
5261 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(541, 1,
'or send r
equest for
password'
);
|
|
|
5262 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(542, 1,
'Other det
ails');
|
|
|
5263 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(543, 1,
'page navi
gation');
|
|
|
5264 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(544, 1,
'Pages');
|
|
|
5265 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(545, 1,
'Password'
);
|
|
|
5266 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(546, 1,
'Pass');
|
|
|
5267 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(547, 1,
'Password
granted');
|
|
|
5268 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(548, 1,
'Password
must be fr
om 4 to 8
characters
long.');
|
|
|
5269 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(549, 1,
'Member pa
ssword ret
rieval at
{0}');
|
|
|
5270 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(550, 1,
'Pay-per-c
ontact');
|
|
|
5271 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(551, 1,
'Personal
details');
|
|
|
5272 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(552, 1,
'Details o
f second p
erson');
|
|
|
5273 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(553, 1,
'Phone');
|
|
|
5274 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(554, 1,
'Photo suc
cessfully
deleted');
|
|
|
5275 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(555, 1,
'with pics
only');
|
|
|
5276 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(556, 1,
'Picture')
;
|
|
|
5277 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(557, 1,
'Polls');
|
|
|
5278 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(558, 1,
'post my f
eedback');
|
|
|
5279 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(559, 1,
'Notify ab
out reques
ts');
|
|
|
5280 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(560, 1,
'Notify me
about req
uests for
private ph
otos via e
mail');
|
|
|
5281 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(561, 1,
'Prev');
|
|
|
5282 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(562, 1,
'Preview')
;
|
|
|
5283 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(564, 1,
'Price, ')
;
|
|
|
5284 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(565, 1,
'Primary P
icture');
|
|
|
5285 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(566, 1,
'Primary p
hoto succe
ssfully de
leted.');
|
|
|
5286 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(567, 1,
'Primary p
hoto remov
e failed.'
);
|
|
|
5287 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(568, 1,
'private m
essage');
|
|
|
5288 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(569, 1,
'Private p
hoto');
|
|
|
5289 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(570, 1,
'Privacy')
;
|
|
|
5290 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(571, 1,
'Private p
hoto passw
ord');
|
|
|
5291 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(572, 1,
'Private p
assword');
|
|
|
5292 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(573, 1,
'Profile l
ast modifi
ed');
|
|
|
5293 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(574, 1,
'Profile s
tatus');
|
|
|
5294 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(575, 1,
'Profile n
ot availab
le for vie
w');
|
|
|
5295 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(576, 1,
'Profile h
as not bee
n found');
|
|
|
5296 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(577, 1,
'Specified
profile n
ot found i
n the data
base. It m
ust have b
een remove
d earlier.
');
|
|
|
5297 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(578, 1,
'Profiles'
);
|
|
|
5298 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(579, 1,
'Profile')
;
|
|
|
5299 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(580, 1,
'Profile a
ctivation
failed.');
|
|
|
5300 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(581, 1,
'Profile o
f the week
');
|
|
|
5301 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(582, 1,
'Profile o
f the mont
h');
|
|
|
5302 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(583, 1,
'Purchased
contacts'
);
|
|
|
5303 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(584, 1,
'private')
;
|
|
|
5304 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(585, 1,
'public');
|
|
|
5305 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(586, 1,
'friends o
nly');
|
|
|
5306 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(587, 1,
'random pr
ofiles');
|
|
|
5307 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(588, 1,
'Random Me
mbers');
|
|
|
5308 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(589, 1,
'rate');
|
|
|
5309 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(590, 1,
'rate prof
ile');
|
|
|
5310 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(591, 1,
'rate phot
os');
|
|
|
5311 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(592, 1,
'Rate Phot
os');
|
|
|
5312 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(593, 1,
'Read acce
ss:');
|
|
|
5313 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(594, 1,
'Read more
');
|
|
|
5314 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(595, 1,
'Readed');
|
|
|
5315 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(596, 1,
'Read news
in archiv
e');
|
|
|
5316 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(597, 1,
'Real name
');
|
|
|
5317 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(598, 1,
'Real name
required.
');
|
|
|
5318 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(599, 1,
'Recognize
d');
|
|
|
5319 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(600, 1,
'Registrat
ion error'
);
|
|
|
5320 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(601, 1,
'Reject in
vite');
|
|
|
5321 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(602, 1,
'Reject In
vite');
|
|
|
5322 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(603, 1,
'Relations
hip');
|
|
|
5323 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(604, 1,
'Relations
hip: at le
ast one ty
pe must be
specified
.');
|
|
|
5324 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(605, 1,
'Religion'
);
|
|
|
5325 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(606, 1,
'Religion
of person
2');
|
|
|
5326 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(607, 1,
'Reply');
|
|
|
5327 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(608, 1,
'Report ab
out spam w
as sent');
|
|
|
5328 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(609, 1,
'Report ab
out spam f
ailed to s
end');
|
|
|
5329 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(610, 1,
'report me
mber');
|
|
|
5330 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(611, 1,
'Results p
er page');
|
|
|
5331 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(612, 1,
'Results')
;
|
|
|
5332 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(613, 1,
'Retrieve'
);
|
|
|
5333 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(614, 1,
'Retrieve
my informa
tion');
|
|
|
5334 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(615, 1,
'Quick Lin
ks');
|
|
|
5335 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(616, 1,
'Quick Sea
rch');
|
|
|
5336 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(617, 1,
'Save Chan
ges');
|
|
|
5337 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(618, 1,
'Services'
);
|
|
|
5338 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(619, 1,
'services'
);
|
|
|
5339 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(620, 1,
'sec.');
|
|
|
5340 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(621, 1,
'send a gr
eeting');
|
|
|
5341 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(622, 1,
'email to
friend');
|
|
|
5342 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(623, 1,
'score');
|
|
|
5343 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(624, 1,
'size');
|
|
|
5344 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(625, 1,
'single');
|
|
|
5345 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(626, 1,
'sign up f
ree');
|
|
|
5346 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(627, 1,
'Code from
security
images is
incorrect'
);
|
|
|
5347 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(628, 1,
'Search');
|
|
|
5348 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(629, 1,
'Search re
sult');
|
|
|
5349 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(630, 1,
'Search by
ID');
|
|
|
5350 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(631, 1,
'Search by
Nickname'
);
|
|
|
5351 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(632, 1,
'Search by
distance'
);
|
|
|
5352 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(633, 1,
'Search Pr
ofiles');
|
|
|
5353 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(634, 1,
'Search pr
ofiles');
|
|
|
5354 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(635, 1,
'Secondary
Picture')
;
|
|
|
5355 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(636, 1,
'Secondary
photo suc
cessfully
deleted.')
;
|
|
|
5356 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(637, 1,
'Secondary
photo rem
ove failed
');
|
|
|
5357 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(638, 1,
'See profi
le');
|
|
|
5358 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(639, 1,
'See {0}''
s Profile'
);
|
|
|
5359 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(640, 1,
'seeking a
');
|
|
|
5360 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(641, 1,
'Seeking a
');
|
|
|
5361 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(642, 1,
'I am a');
|
|
|
5362 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(643, 1,
'search pr
ofiles');
|
|
|
5363 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(644, 1,
'Country')
;
|
|
|
5364 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(645, 1,
'Age');
|
|
|
5365 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(646, 1,
'Height');
|
|
|
5366 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(647, 1,
'Body Type
');
|
|
|
5367 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(648, 1,
'Religion'
);
|
|
|
5368 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(649, 1,
'Ethnicity
');
|
|
|
5369 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(650, 1,
'Marital S
tatus');
|
|
|
5370 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(651, 1,
'Education
');
|
|
|
5371 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(652, 1,
'Income');
|
|
|
5372 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(653, 1,
'Smoker');
|
|
|
5373 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(654, 1,
'Drinker')
;
|
|
|
5374 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(655, 1,
'Looking f
or a');
|
|
|
5375 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(656, 1,
'Language'
);
|
|
|
5376 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(657, 1,
'Selected
messages')
;
|
|
|
5377 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(658, 1,
'Send');
|
|
|
5378 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(659, 1,
'Send a me
ssage');
|
|
|
5379 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(660, 1,
'Send a me
ssage to:'
);
|
|
|
5380 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(661, 1,
'Send e-ma
il');
|
|
|
5381 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(662, 1,
'Greeting'
);
|
|
|
5382 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(663, 1,
'greeting'
);
|
|
|
5383 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(664, 1,
'Can not s
end now');
|
|
|
5384 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(665, 1,
'to site e
-mail');
|
|
|
5385 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(666, 1,
'to person
al e-mail'
);
|
|
|
5386 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(667, 1,
'Send gree
ting');
|
|
|
5387 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(668, 1,
'Greeting
sent');
|
|
|
5388 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(669, 1,
'Greeting
NOT sent')
;
|
|
|
5389 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(670, 1,
'Send Lett
er');
|
|
|
5390 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(671, 1,
'September
');
|
|
|
5391 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(672, 1,
'Settings'
);
|
|
|
5392 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(673, 1,
'Set membe
rship');
|
|
|
5393 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(674, 1,
'Sex');
|
|
|
5394 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(675, 1,
'Shopping
Cart');
|
|
|
5395 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(676, 1,
'Shopping
cart empti
ed');
|
|
|
5396 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(677, 1,
'Short Pro
files Sear
ch');
|
|
|
5397 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(678, 1,
'ShoutBox'
);
|
|
|
5398 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(679, 1,
'Show');
|
|
|
5399 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(680, 1,
'Show me')
;
|
|
|
5400 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(683, 1,
'Smoker');
|
|
|
5401 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(684, 1,
'2nd perso
n smoker')
;
|
|
|
5402 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(685, 1,
'sometimes
living wi
th me');
|
|
|
5403 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(686, 1,
'Sorry');
|
|
|
5404 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(687, 1,
'Sorry, I
can''t def
ine your I
P address.
IT''S TIM
E TO COME
OUT!');
|
|
|
5405 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(688, 1,
'Sorry, bu
t user is
OFFLINE at
the momen
t.\\nPleas
e try late
r...');
|
|
|
5406 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(689, 1,
'sort');
|
|
|
5407 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(690, 1,
'Sort orde
r');
|
|
|
5408 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(691, 1,
'Sort resu
lts');
|
|
|
5409 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(692, 1,
'Sound');
|
|
|
5410 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(693, 1,
'Spam repo
rt');
|
|
|
5411 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(694, 1,
'spam repo
rt');
|
|
|
5412 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(695, 1,
'Special o
ffer');
|
|
|
5413 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(696, 1,
'Spoken la
nguages');
|
|
|
5414 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(697, 1,
'can speak
');
|
|
|
5415 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(698, 1,
'Status');
|
|
|
5416 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(699, 1,
'feedback'
);
|
|
|
5417 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(700, 1,
'Feedback'
);
|
|
|
5418 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(701, 1,
'Submit');
|
|
|
5419 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(702, 1,
'Submit re
quest');
|
|
|
5420 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(703, 1,
'Subscribe
');
|
|
|
5421 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(704, 1,
'Subject')
;
|
|
|
5422 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(705, 1,
'Successfu
lly upload
ed!');
|
|
|
5423 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(706, 1,
'feedback'
);
|
|
|
5424 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(707, 1,
'Suspend a
ccount');
|
|
|
5425 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(708, 1,
'Site poll
');
|
|
|
5426 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(709, 1,
'Text');
|
|
|
5427 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(710, 1,
'Terms');
|
|
|
5428 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(711, 1,
'Invite a
friend');
|
|
|
5429 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(712, 1,
'Theme');
|
|
|
5430 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(713, 1,
'This gues
tbook disa
bled by it
''s owner'
);
|
|
|
5431 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(714, 1,
'This gues
tbook allo
wed for re
gistered m
embers onl
y');
|
|
|
5432 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(715, 1,
'This gues
tbook allo
wed for fr
iends only
');
|
|
|
5433 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(716, 1,
'You can n
ot write a
ny message
s, this gu
estbook is
suspended
');
|
|
|
5434 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(717, 1,
'Thumbnail
');
|
|
|
5435 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(718, 1,
'Thumbnail
successfu
lly delete
d.');
|
|
|
5436 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(719, 1,
'_Thumbnai
l remove f
ailed.');
|
|
|
5437 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(720, 1,
'Thumb');
|
|
|
5438 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(721, 1,
'Timely');
|
|
|
5439 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(722, 1,
'time(s)')
;
|
|
|
5440 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(723, 1,
'to');
|
|
|
5441 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(724, 1,
'to');
|
|
|
5442 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(725, 1,
'To post y
ou must be
logged in
!');
|
|
|
5443 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(726, 1,
'_To view
the photos
you have
to become
a gold mem
ber. Go to
<a href=\
\"{$site['
'url'']}me
mbership.p
hp\\" targ
et=\\"_bla
nk\\">Gold
Membershi
p page</a>
to purcha
se members
hip.');
|
|
|
5444 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(727, 1,
'Top Rated
');
|
|
|
5445 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(728, 1,
'Top Membe
rs');
|
|
|
5446 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(729, 1,
'Total');
|
|
|
5447 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(730, 1,
'total');
|
|
|
5448 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(731, 1,
'Total amo
unt');
|
|
|
5449 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(732, 1,
'Total pri
ce');
|
|
|
5450 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(733, 1,
'Total Reg
istered');
|
|
|
5451 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(734, 1,
'total vot
es');
|
|
|
5452 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(735, 1,
'Uncheck a
ll');
|
|
|
5453 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(736, 1,
'Unblock')
;
|
|
|
5454 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(737, 1,
'Undefined
error');
|
|
|
5455 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(738, 1,
'Membershi
p Status')
;
|
|
|
5456 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(739, 1,
'Silver');
|
|
|
5457 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(740, 1,
'Gold');
|
|
|
5458 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(741, 1,
'Platinum'
);
|
|
|
5459 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(742, 1,
'Standard'
);
|
|
|
5460 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(743, 1,
'silver');
|
|
|
5461 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(744, 1,
'standard'
);
|
|
|
5462 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(745, 1,
'Unknown a
ction');
|
|
|
5463 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(746, 1,
'unknown')
;
|
|
|
5464 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(747, 1,
'Unregiste
r');
|
|
|
5465 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(748, 1,
'My Upload
s');
|
|
|
5466 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(749, 1,
'Upload Ph
otos');
|
|
|
5467 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(750, 1,
'upload so
und');
|
|
|
5468 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(751, 1,
'Upload Vi
deo');
|
|
|
5469 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(752, 1,
'Update fe
edback');
|
|
|
5470 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(753, 1,
'Use latin
set');
|
|
|
5471 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(754, 1,
'use credi
ts');
|
|
|
5472 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(755, 1,
'use credi
ts ({0} pe
r message)
');
|
|
|
5473 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(756, 1,
'User was
added to b
lock list'
);
|
|
|
5474 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(757, 1,
'User was
added to h
ot list');
|
|
|
5475 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(758, 1,
'User was
added to f
riend list
');
|
|
|
5476 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(759, 1,
'User was
invited to
friend li
st');
|
|
|
5477 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(760, 1,
'This user
already i
n your fri
end list!'
);
|
|
|
5478 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(761, 1,
'User was
added to t
he instant
messenger
');
|
|
|
5479 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(762, 1,
'Video Gal
lery');
|
|
|
5480 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(763, 1,
'Video fil
e successf
ully delet
ed');
|
|
|
5481 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(764, 1,
'Video fil
e remove f
ailed');
|
|
|
5482 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(765, 1,
'view vide
o');
|
|
|
5483 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(766, 1,
'view prof
ile');
|
|
|
5484 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(767, 1,
'view prof
ile');
|
|
|
5485 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(768, 1,
'view as p
rofile det
ails');
|
|
|
5486 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(769, 1,
'view as p
hoto galle
ry');
|
|
|
5487 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(770, 1,
'visitor m
enu');
|
|
|
5488 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(771, 1,
'Vote prof
ile');
|
|
|
5489 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(772, 1,
'Bad');
|
|
|
5490 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(773, 1,
'Good');
|
|
|
5491 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(774, 1,
'Vote Aver
age Mark')
;
|
|
|
5492 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(775, 1,
'Vote acce
pted');
|
|
|
5493 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(776, 1,
'votes');
|
|
|
5494 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(777, 1,
'Write Mes
sage');
|
|
|
5495 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(778, 1,
'Want chil
dren');
|
|
|
5496 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(780, 1,
'Was conta
cted');
|
|
|
5497 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(781, 1,
'Welcome')
;
|
|
|
5498 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(782, 1,
'with');
|
|
|
5499 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(783, 1,
'with phot
os only');
|
|
|
5500 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(784, 1,
'What do y
ou seek so
meone for?
');
|
|
|
5501 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(785, 1,
'within');
|
|
|
5502 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(786, 1,
'Whom do y
ou look fo
r?');
|
|
|
5503 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(787, 1,
'who is fr
om');
|
|
|
5504 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(788, 1,
'Women');
|
|
|
5505 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(789, 1,
'women');
|
|
|
5506 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(790, 1,
'woman');
|
|
|
5507 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(791, 1,
'woman');
|
|
|
5508 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(792, 1,
'Write acc
ess:');
|
|
|
5509 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(793, 1,
'write mes
sage');
|
|
|
5510 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(794, 1,
'{0}% matc
h');
|
|
|
5511 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(795, 1,
'{0} y/o')
;
|
|
|
5512 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(796, 1,
'your rate
');
|
|
|
5513 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(797, 1,
'Yes');
|
|
|
5514 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(798, 1,
'Yahoo');
|
|
|
5515 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(799, 1,
'Yahoo');
|
|
|
5516 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(800, 1,
'You can g
et my');
|
|
|
5517 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(801, 1,
'You are')
;
|
|
|
5518 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(802, 1,
'You alrea
dy voted')
;
|
|
|
5519 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(803, 1,
'Your emai
l');
|
|
|
5520 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(804, 1,
'You have
to wait fo
r {0} minu
te(s) befo
re you can
write ano
ther messa
ge!');
|
|
|
5521 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(805, 1,
'Your name
');
|
|
|
5522 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(806, 1,
'Your Shop
ping Cart'
);
|
|
|
5523 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(807, 1,
'your priv
ate messag
es here');
|
|
|
5524 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(808, 1,
'Zip/Posta
l Code');
|
|
|
5525 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(809, 1,
'Post date
');
|
|
|
5526 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(810, 1,
'Chat');
|
|
|
5527 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(811, 1,
'Chat');
|
|
|
5528 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(812, 1,
'About Us'
);
|
|
|
5529 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(813, 1,
'About us'
);
|
|
|
5530 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(814, 1,
'Email Con
firmation'
);
|
|
|
5531 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(815, 1,
'Your e-ma
il confirm
ation');
|
|
|
5532 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(816, 1,
'Affiliate
s');
|
|
|
5533 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(817, 1,
'Affiliate
s');
|
|
|
5534 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(819, 1,
'add to ca
rt');
|
|
|
5535 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(820, 1,
'{0} Artic
les');
|
|
|
5536 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(821, 1,
'Articles'
);
|
|
|
5537 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(822, 1,
'Your Shop
ping Cart'
);
|
|
|
5538 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(823, 1,
'You can c
heck out s
elected pr
ofiles and
receive c
ontact inf
ormation h
ere');
|
|
|
5539 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(824, 1,
'Communica
tion Cente
r');
|
|
|
5540 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(825, 1,
'Storage f
or greetin
gs, contac
ts and mes
sages');
|
|
|
5541 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(826, 1,
'Change Ac
count Stat
us');
|
|
|
5542 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(827, 1,
'Suspend/A
ctivate yo
ur {0} acc
ount');
|
|
|
5543 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(828, 1,
'add to IM
');
|
|
|
5544 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(829, 1,
'Coming so
on');
|
|
|
5545 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(830, 1,
'Compose a
new messa
ge');
|
|
|
5546 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(831, 1,
'Compose a
nd send a
message');
|
|
|
5547 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(832, 1,
'Feedback'
);
|
|
|
5548 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(833, 1,
'Feedback'
);
|
|
|
5549 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(834, 1,
'Receive C
onfirmatio
n E-mail')
;
|
|
|
5550 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(835, 1,
'View Feed
back');
|
|
|
5551 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(836, 1,
'View Feed
back');
|
|
|
5552 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(837, 1,
'News View
');
|
|
|
5553 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(838, 1,
'News View
');
|
|
|
5554 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(839, 1,
'Contact u
s');
|
|
|
5555 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(840, 1,
'Feedback
section -
questions,
comments,
regards')
;
|
|
|
5556 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(841, 1,
'E-mail Co
nfirmation
');
|
|
|
5557 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(842, 1,
'Explanati
on');
|
|
|
5558 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(843, 1,
'FAQ');
|
|
|
5559 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(844, 1,
'FAQ');
|
|
|
5560 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(845, 1,
'Featured
profiles')
;
|
|
|
5561 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(846, 1,
'Featured
profiles')
;
|
|
|
5562 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(847, 1,
'Forgot?')
;
|
|
|
5563 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(848, 1,
'Get conta
ct informa
tion for F
REE!');
|
|
|
5564 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(849, 1,
'Rate phot
o');
|
|
|
5565 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(850, 1,
'Rate phot
o');
|
|
|
5566 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(851, 1,
'My Inbox'
);
|
|
|
5567 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(852, 1,
'Inbox');
|
|
|
5568 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(853, 1,
'Inbox');
|
|
|
5569 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(854, 1,
'Title of
the main p
age (homep
age) of yo
ur site');
|
|
|
5570 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(856, 1,
'get e-mai
l');
|
|
|
5571 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(858, 1,
'get sound
');
|
|
|
5572 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(859, 1,
'Join');
|
|
|
5573 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(860, 1,
'Affiliate
sign up')
;
|
|
|
5574 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(861, 1,
'{0} Links
');
|
|
|
5575 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(862, 1,
'{0} Links
');
|
|
|
5576 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(863, 1,
'Member Lo
gin');
|
|
|
5577 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(864, 1,
'Control P
anel');
|
|
|
5578 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(865, 1,
'{0} Membe
r Panel');
|
|
|
5579 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(866, 1,
'Membershi
p');
|
|
|
5580 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(867, 1,
'View stat
us/upgrade
your memb
ership');
|
|
|
5581 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(868, 1,
'News');
|
|
|
5582 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(869, 1,
'Outbox');
|
|
|
5583 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(870, 1,
'Outbox');
|
|
|
5584 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(871, 1,
'Outbox');
|
|
|
5585 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(872, 1,
'Our servi
ces');
|
|
|
5586 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(873, 1,
'Privacy P
olicy');
|
|
|
5587 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(874, 1,
'Privacy p
olicy');
|
|
|
5588 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(875, 1,
'Manage yo
ur photos'
);
|
|
|
5589 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(876, 1,
'Upload/ch
ange your
photos her
e');
|
|
|
5590 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(877, 1,
'Photo gal
lery');
|
|
|
5591 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(878, 1,
'Photo gal
lery');
|
|
|
5592 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(882, 1,
'Profile v
iew');
|
|
|
5593 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(883, 1,
'Order fai
lure');
|
|
|
5594 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(884, 1,
'Possible
security a
ttack');
|
|
|
5595 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(885, 1,
'Purchase
success');
|
|
|
5596 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(886, 1,
'Extended
Profile Se
arch');
|
|
|
5597 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(887, 1,
'Search');
|
|
|
5598 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(888, 1,
'Search Re
sult');
|
|
|
5599 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(889, 1,
'You are a
llowed to
see only t
he first {
0} profile
s that mat
ch your se
arch crite
ria.');
|
|
|
5600 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(890, 1,
'Manage yo
ur sound')
;
|
|
|
5601 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(891, 1,
'Feedback'
);
|
|
|
5602 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(892, 1,
'Feedback'
);
|
|
|
5603 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(893, 1,
'Terms of
use');
|
|
|
5604 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(894, 1,
'Terms');
|
|
|
5605 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(896, 1,
'Manage yo
ur video')
;
|
|
|
5606 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(897, 1,
'Send a gr
eeting');
|
|
|
5607 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(899, 1,
'<div clas
s="about_u
s_cont">\r
\n<div cla
ss="about_
us_snippet
">\r\n\r\n
<a href="h
ttp://www.
boonex.com
/products/
dolphin/">
Dolphin Sm
art Commun
ity Builde
r</a> was
developed
by <a href
="http://w
ww.boonex.
com/">Boon
Ex Communi
ty Softwar
e Experts<
/a>.<br><b
r> \r\n<a
href="http
://www.boo
nex.com/pr
oducts/dol
phin/">Dol
phin</a> S
mart Commu
nity Build
er is base
d on aeDat
ing, the m
ost popula
r dating s
oftware on
the inter
net. Since
the first
Dolphin v
ersion was
released
on May 200
6, it has
been moder
nized, sup
plemented,
improved
considerab
ly and bec
ome an eve
n more pop
ular Commu
nity softw
are than t
he aeDatin
g script w
as.<br> \r
\nIn confo
rmity with
the <a hr
ef="http:/
/www.boone
x.com/miss
ion/">"Uni
te People"
</a> missi
on, BoonEx
strongly
believes t
hat Commun
ity softwa
re should
be offered
free of c
harge, sin
ce the Com
munity uni
tes people
of differ
ent cultur
es, nation
alities an
d races.<b
r><br> \r\
n\r\nBoonE
x carries
out its mi
ssion thro
ugh Dolphi
n by impro
ving it co
nstantly a
nd releasi
ng at leas
t 4 versio
ns every s
ix months.
Thus Dolp
hin offers
you advan
ced <a hre
f="http://
www.boonex
.com/produ
cts/dolphi
n/features
/">feature
s</a> whic
h Internet
users lov
e very muc
h: groups,
photo gal
lery, blog
, and much
more. Dol
phin is al
so integra
ted with <
a href="ht
tp://www.b
oonex.com/
products/o
rca/">Orca
Interacti
ve Forum S
cript</a>
and all th
e <a href=
"http://ww
w.boonex.c
om/product
s/ray/">Ra
y Widgets<
/a>, such
as: <a hre
f="http://
www.boonex
.com/produ
cts/ray/wi
dgets/im/"
>Instant M
essenger</
a>, <a hre
f="http://
www.boonex
.com/produ
cts/ray/wi
dgets/chat
/">Chat</a
>, <a href
="http://w
ww.boonex.
com/produc
ts/ray/wid
gets/prese
nce/">Web
Presence</
a>, <a hre
f="http://
www.boonex
.com/produ
cts/ray/wi
dgets/whit
eboard/">W
hiteboard<
/a>, <a hr
ef="http:/
/www.boone
x.com/prod
ucts/ray/w
idgets/mp3
/">Music P
layer</a>,
<a href="
http://www
.boonex.co
m/products
/ray/widge
ts/recorde
r/">Video
Recorder</
a>, Video
Player.<br
><br>\r\n
\r\nDolphi
n, as well
as other
BoonEx pro
ducts, is
supported
by the <a
href="http
://www.exp
ertzzz.com
/">Expertz
zz Communi
ty Softwar
e Support<
/a> system
. This sys
tem has be
en operati
ng since D
olphin 5.3
and other
BoonEx pr
oducts wer
e released
under Gen
eral Publi
c License.
The licen
se entitle
s other de
velopers t
o make cha
nges in th
e code, ma
ke their m
odules and
even sell
them. The
re are a l
ot of deve
lopers who
have alre
ady joined
Expertzzz
.com and a
re making
money sell
ing their
<a href="h
ttp://www.
expertzzz.
com/Downlo
adz/home/8
">modifica
tions</a>,
<a href="
http://www
.expertzzz
.com/Downl
oadz/home/
11">templa
tes</a>, <
a href="ht
tp://www.e
xpertzzz.c
om/Downloa
dz/home/10
">zip/post
codes</a>
, <a href=
"http://ww
w.expertzz
z.com/Down
loadz/home
/12">langu
age files<
/a> and ot
her <a hre
f="http://
www.expert
zzz.com/Do
wnloadz/ho
me/13">plu
g ins</a>
and offeri
ng their s
upport ser
vices.<br>
<br>\r\nIn
aspiring
to achieve
perfectio
n BoonEx h
as launche
d a specia
l Web Blog
at <a hre
f="http://
www.boonex
.org/">www
.boonex.or
g</a> whe
re General
director
Andrey Siv
tsov discu
sses theme
s concerni
ng the fut
ure versio
ns of all
BoonEx pro
ducts with
everyone
interested
.\r\nAll i
nterested
persons ar
e welcome
to bring t
heir contr
ibution to
Dolphin d
evelopment
.\r\n\r\n<
/div>\r\n<
/div>');
|
|
|
5608 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(901, 1,
'Email was
successfu
lly confir
med.');
|
|
|
5609 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(902, 1,
'Message w
as success
fully sent
.');
|
|
|
5610 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(906, 1,
'<div clas
s="affilia
tes_cont">
\r\n<div c
lass="affi
liates_sni
ppet">\r\n
We offer c
ommissions
for webma
sters who
refer visi
tors to ou
r site. Go
to <a hre
f="{0}join
_aff.php">
sign up pa
ge</a> to
become an
affilliate
.\r\n</div
>\r\n</div
>');
|
|
|
5611 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(907, 1,
'Your acco
unt is alr
eady activ
ated. Ther
e is no ne
ed to do i
t again.')
;
|
|
|
5612 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(909, 1,
'You will
need to fo
llow the l
ink suppli
ed in the
e-mail to
get your a
ccount sub
mitted for
approval.
<br />Sen
d me <a ta
rget=_blan
k href="ac
tivation_e
mail.php">
confirmati
on e-mail<
/a>.');
|
|
|
5613 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(910, 1,
'(<a href=
"javascrip
t:void(0);
" onclick=
"javascrip
t:window.o
pen( ''exp
lanation.p
hp?explain
=Unconfirm
ed'', ''''
, ''width=
{0},height
={1},menub
ar=no,stat
us=no,resi
zable=no,s
crollbars=
yes,toolba
r=no, loca
tion=no''
);">Explan
ation</a>)
');
|
|
|
5614 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(911, 1,
'(<a href=
"javascrip
t:void(0);
" onclick=
"javascrip
t:window.o
pen( ''exp
lanation.p
hp?explain
=Approval'
', '''', '
'width={0}
,height={1
},menubar=
no,status=
no,resizab
le=no,scro
llbars=yes
,toolbar=n
o, locatio
n=no'' );"
>Explanati
on</a>)');
|
|
|
5615 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(912, 1,
'Your prof
ile activa
tion is in
progress.
Usually i
t takes up
to 24 hou
rs. Thank
you for yo
ur patienc
e.');
|
|
|
5616 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(913, 1,
'(<a href=
"javascrip
t:void(0);
" onclick=
"javascrip
t:window.o
pen( ''exp
lanation.p
hp?explain
=Active'',
'''', ''w
idth={0},h
eight={1},
menubar=no
,status=no
,resizable
=no,scroll
bars=yes,t
oolbar=no,
location=
no'' );">E
xplanation
</a>,<a hr
ef="change
_status.ph
p">Suspend
</a>)');
|
|
|
5617 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(914, 1,
'You are a
full-feat
ured membe
r of our c
ommunity.
You can ho
wever susp
end your p
rofile to
become tem
porarily u
navailable
for other
s.');
|
|
|
5618 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(917, 1,
'(<a href=
"javascrip
t:void(0);
" onclick=
"javascrip
t:window.o
pen( ''exp
lanation.p
hp?explain
=Rejected'
', '''', '
'width={0}
,height={1
},menubar=
no,status=
no,resizab
le=no,scro
llbars=yes
,toolbar=n
o, locatio
n=no'' );"
>Explanati
on</a>)');
|
|
|
5619 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(918, 1,
'Your prof
ile was re
jected by
the system
administr
ator becau
se it cont
ains illeg
al informa
tion or is
missing s
ome inform
ation. If
you have a
ny questio
ns, please
, <a targe
t=_blank h
ref="conta
ct.php">co
ntact us</
a>, and do
n''t forge
t to speci
fy your pr
ofile ID.'
);
|
|
|
5620 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(919, 1,
'(<a href=
"javascrip
t:void(0);
" onclick=
"javascrip
t:window.o
pen( ''exp
lanation.p
hp?explain
=Suspended
'', '''',
''width={0
},height={
1},menubar
=no,status
=no,resiza
ble=no,scr
ollbars=ye
s,toolbar=
no, locati
on=no'' );
">Explanat
ion</a>)')
;
|
|
|
5621 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(920, 1,
'Your prof
ile is tem
porarily o
ut of {0}
system ser
vices. You
can activ
ate it <a
target=_bl
ank href="
change_sta
tus.php">h
ere</a>. I
f you have
any quest
ions, plea
se <a targ
et=_blank
href="cont
act.php">c
ontact adm
inistrator
s</a>.');
|
|
|
5622 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(921, 1,
'<b><a hre
f="{1}mess
ages_inbox
.php?messa
ge={0}">Ne
w message<
/a></b> wa
iting for
you!');
|
|
|
5623 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(923, 1,
'<b><a hre
f="{0}cont
acts.php?s
how=greet&
list=me">N
ew greetin
g</a></b>
waiting fo
r you!');
|
|
|
5624 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(924, 1,
'<b><a hre
f="{0}cont
acts.php?s
how=friend
s_inv&
list=me">N
ew Friend<
/a></b> wa
iting for
you!');
|
|
|
5625 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(925, 1,
'Profile n
ot availab
le. Choose
a profile
to send a
greeting
to:<br />'
);
|
|
|
5626 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(927, 1,
'Sorry, yo
u cannot b
rowse this
profile.'
);
|
|
|
5627 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(928, 1,
'Your shop
ping cart
is empty')
;
|
|
|
5628 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(929, 1,
'Your shop
ping cart
has been e
mptied');
|
|
|
5629 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(930, 1,
'Your city
is requir
ed.');
|
|
|
5630 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(932, 1,
'Can not s
end messag
e, the sta
tus of you
r profile
is "approv
al"');
|
|
|
5631 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(934, 1,
'Sorry, th
is feature
is still
unavailabl
e at {0}.
It is comi
ng pretty
soon, thou
gh, so ple
ase, try l
ater. We a
ppreciate
your patie
nce.<br />
<br />Than
k you.');
|
|
|
5632 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(936, 1,
'Your cont
act inform
ation here
');
|
|
|
5633 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(937, 1,
'Your cart
has {0} c
ontact(s)'
);
|
|
|
5634 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(939, 1,
'You accou
nt was suc
cessfully
deleted');
|
|
|
5635 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(940, 1,
'Your prof
ile and ph
otos will
be deleted
. Are you
sure you w
ant to del
ete your a
ccount?');
|
|
|
5636 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(941, 1, '
Password m
ust be fro
m 3 to 32
characters
long.');
|
|
|
5637 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(942, 1,
'Password
must be fr
om 5 to 8
characters
long or p
assword co
nfirmation
failed.')
;
|
|
|
5638 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(943, 1,
'Descripti
on must be
at least
20 charact
ers long.'
);
|
|
|
5639 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(946, 1,
'E-mail ad
dress <b>{
0}</b> is
already us
ed by memb
er <b>{1}<
/b>.');
|
|
|
5640 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(947, 1,
'E-mail co
nfirmation
failed.')
;
|
|
|
5641 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(948, 1,
'This coul
d happen b
ecause of
improper w
eb links d
isplayed b
y some web
mail serv
ices. If y
ou see thi
s message,
please tr
y to <u>ex
actly</u>
copy the l
ink suppli
ed with th
e confirma
tion e-mai
l and past
e it into
your brows
er''s addr
ess bar <b
>or</b> ju
st enter t
he confirm
ation code
(which al
so comes w
ith the e-
mail) belo
w:');
|
|
|
5642 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(949, 1,
'<b>Mail h
as NOT bee
n sent.</b
><br />Unf
ortunately
we could
not send t
he confirm
ation e-ma
il to you
at this ti
me. Please
, try late
r. We appo
logize for
any incon
venience.
<a href="c
ontact.php
">Please r
eport this
bug to</a
> the admi
nistrator<
/a>.');
|
|
|
5643 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(950, 1,
'<b>Mail h
as been su
ccessfully
sent.</b>
<br />You
will recei
ve it with
in a minut
e.');
|
|
|
5644 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(951, 1,
'Congratul
ations! Yo
ur e-mail
confirmati
on succeed
ed.<br /><
br />Your
account wi
ll be acti
vated with
in 12 hour
s. Our adm
inistrator
s will per
sonally lo
ok through
your deta
ils to mak
e sure you
have set
everything
correctly
. This hel
ps {0} be
the most a
ccurate co
mmunity se
rvice in t
he world.
We care ab
out the qu
ality of o
ur profile
s and guar
antee that
every use
r of our s
ystem is r
eal, so if
you purch
ase someon
e''s conta
ct informa
tion, you
can be sur
e that you
r money is
n''t waste
d.');
|
|
|
5645 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(952, 1,
'E-mail ad
dress does
n''t seem
to be vali
d or E-mai
l confirma
tion faile
d or E-mai
l is used
by another
member.')
;
|
|
|
5646 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(953, 1,
'E-mail ad
dress does
n''t seem
to be vali
d.');
|
|
|
5647 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(954, 1,
'Personal
e-mail add
ress is re
quired.');
|
|
|
5648 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(956, 1,
'Enter con
firmation
code');
|
|
|
5649 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(957, 1,
'Sorry, an
error occ
ured. Plea
se, try la
ter.');
|
|
|
5650 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(958, 1,
'Failed to
upload so
und.');
|
|
|
5651 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(959, 1,
'Failed to
upload vi
deo.');
|
|
|
5652 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(960, 1,
'Failed to
delete pi
cture.<br
/><div cla
ss=small>(
Error code
: {0})</di
v>');
|
|
|
5653 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(961, 1,
'Failed to
make thum
bnail out
of primary
.');
|
|
|
5654 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(962, 1,
'Failed to
send mess
age to one
or more r
ecipients.
');
|
|
|
5655 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(964, 1,
'Failed to
send mess
age. You a
re in the
block list
of this m
ember');
|
|
|
5656 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(965, 1,
'Failed to
send mess
age. You a
re a stand
ard member
. <a href=
"membershi
p.php">Cli
ck here</a
> to upgra
de.');
|
|
|
5657 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(966, 1,
'Failed to
send mess
age. You d
o not have
enough cr
edits to s
end a mess
age. <a hr
ef="member
ship.php">
Click here
</a> to bu
y more cre
dits.');
|
|
|
5658 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(967, 1,
'Failed to
send mess
age. Recip
ient is no
t an activ
e member.'
);
|
|
|
5659 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(968, 1,
'Failed to
update pr
ofile.');
|
|
|
5660 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(969, 1,
'Failed to
upload fi
le <b>{0}<
/b>! Make
sure it''s
a picture
of <b>jpg
</b>, <b>g
if</b>, or
<b>png</b
> format.<
br /><div
class=smal
l>(Error c
ode: {1})<
/div><br /
><br />');
|
|
|
5661 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(970, 1,
'<div clas
s="faq_con
t">\r\n<di
v class="f
aq_header"
>\r\nWhere
can I dow
nload the
latest Dol
phin versi
on?</div>\
r\n<div cl
ass="faq_s
nippet">Yo
u can lear
n more abo
ut the lat
est Dolphi
n version,
its impro
vements an
d newly im
plemented
features o
n the <a h
ref="http:
//www.boon
ex.com/pro
ducts/">Bo
onEx produ
cts</a> pa
ge.</div>\
r\n</div>\
r\n\r\n<di
v class="f
aq_cont">\
r\n<div cl
ass="faq_h
eader">\r\
nHow can I
test the
latest ver
sion?</div
>\r\n<div
class="faq
_snippet">
The latest
versions
of all Boo
nEx produc
ts are ava
ilable for
testing a
t <a href=
"http://ww
w.demozzz.
com/">Demo
zzz.com</a
></div>\r\
n</div>\r\
n\r\n<div
class="faq
_cont">\r\
n<div clas
s="faq_hea
der">\r\nD
o you rele
ase beta v
ersions?\r
\n</div>\r
\n<div cla
ss="faq_sn
ippet">\r\
nSure! We
release se
veral Beta
versions
and Releas
e Candidat
es before
the final
release. A
ll Beta ve
rsions of
all BoonEx
products
are availa
ble for do
wnload at
BoonEx Blo
g.\r\n</di
v>\r\n</di
v>\r\n\r\n
<div class
="faq_cont
">\r\n<div
class="fa
q_header">
\r\nWhere
can I get
support se
rvices?</d
iv>\r\n<di
v class="f
aq_snippet
">Dolphin,
and other
BoonEx pr
oducts, is
supported
via <a hr
ef="http:/
/www.exper
tzzz.com/"
>Expertzzz
Community
Software
Support</a
> system.<
/div>\r\n<
/div>\r\n\
r\n<div cl
ass="faq_c
ont">\r\n<
div class=
"faq_heade
r">\r\nWhe
re can I f
ind/order
modificati
ons, templ
ates and o
ther plug
ins for my
Community
website p
owered by
Dolphin?</
div>\r\n<d
iv class="
faq_snippe
t">All mis
cellaneous
products
for Dolphi
n and othe
r BoonEx p
roducts ar
e offered
at <a href
="http://w
ww.expertz
zz.com/Dow
nloadz/hom
e/">Expert
zzz.com</a
></div>\r\
n</div>\r\
n\r\n<div
class="faq
_cont">\r\
n<div clas
s="faq_hea
der">\r\nW
hat if I h
ave some d
evelopment
skills an
d can deve
lop modifi
cations or
other thi
ngs for Do
lphin?</di
v>\r\n<div
class="fa
q_snippet"
>You are w
elcome to
join <a hr
ef="http:/
/www.exper
tzzz.com/J
oin/join">
Expertzzz<
/a>, where
you can r
egister as
an expert
and offer
your prod
ucts and s
upport ser
vices.</di
v>\r\n</di
v>\r\n\r\n
<div class
="faq_cont
">\r\n<div
class="fa
q_header">
\r\nI have
some good
ideas for
future Do
lphin vers
ions</div>
\r\n<div c
lass="faq_
snippet">Y
ou are wel
come to us
e the Boon
Ex web <a
href="http
://www.boo
nex.org/">
Blog</a> o
r <a href=
"http://ww
w.boonex.n
et/">TRAC<
/a> system
to contri
bute to th
e Dolphin
developmen
t process.
</div>\r\n
</div>');
|
|
|
5662 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(971, 1,
'Fields wi
th (*) are
optional.
');
|
|
|
5663 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(972, 1,
'Forgot yo
ur ID and/
or passwor
d? No prob
lem! Pleas
e, supply
your e-mai
l address
below and
you will b
e sent you
r {0} acco
unt ID and
password.
');
|
|
|
5664 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(973, 1,
'You alrea
dy request
ed !!! thi
s member''
s contact
informatio
n for free
. You can
see it in
<a href="p
rofile.php
?ID={0}">t
heir profi
le</a>, or
in <a hre
f="contact
s.php">you
r communic
ator</a>.'
);
|
|
|
5665 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(974, 1,
'You must
choose a m
ember to r
etrieve e-
mail for F
REE by spe
cifying th
eir ID:');
|
|
|
5666 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(975, 1,
'Sorry, co
ntact info
rmation co
uld not be
sent to y
ou. You ar
e in the b
lock list
of this me
mber');
|
|
|
5667 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(976, 1,
'Sorry, co
ntact info
rmation co
uld not be
sent to y
ou at this
time. Mak
e sure tha
t:<br /><b
r /><ul><l
i>You are
logged in;
</li><li>Y
our profil
e is in ac
tive mode.
</li></ul>
<br /><br
/>Thank yo
u.');
|
|
|
5668 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(977, 1,
'Sorry, th
is member'
's contact
informati
on cannot
be receive
d for free
. You must
purchase
it.');
|
|
|
5669 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(978, 1,
'You were
not greete
d by {0} m
ember.');
|
|
|
5670 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(980, 1,
'You have
just been
sent an e-
mail with
{0}''s con
tact infor
mation.');
|
|
|
5671 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(983, 1,
'The e-mai
l you ente
red doesn'
't seem to
be valid.
Please, t
ry again.'
);
|
|
|
5672 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(987, 1,
'Invalid m
ember ID s
pecified.
You should
enter a n
umeric ID
like 12345
.');
|
|
|
5673 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(988, 1,
'Sorry, in
valid pass
word! Plea
se, try ag
ain.');
|
|
|
5674 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(989, 1,
'<b>Congra
tulations!
</b> You a
re on your
way to jo
ining the
fascinatin
g communit
y of singl
es looking
for a ser
ious relat
ionship.<b
r /><br />
Membership
is free a
nd is not
time-limit
ed, howeve
r, you sho
uld keep y
our profil
e up-to-da
te and exp
ose commun
ication ac
tivity. Ev
ery profil
e is thoro
ughly chec
ked before
joining t
he system.
Now, simp
ly fill ou
t our form
s and comp
lete your
registrati
on.<br /><
br /><br /
><center><
b>Step 1 -
Your pers
onal infor
mation. Pa
ge - {0}</
b></center
>');
|
|
|
5675 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(990, 1,
'Go here t
o become a
n affiliat
e of this
site for f
ree.<br />
<br />');
|
|
|
5676 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(992, 1,
'<b>Great
job!</b> E
ach member
is requir
ed to supp
ly their p
ersonal e-
mail only.
In order
to avoid s
pamming so
meone''s m
ailboxes w
e need to
check your
e-mail. W
e will now
send you
a confirma
tion e-mai
l, which i
s necessar
y for your
email con
firmation.
This e-ma
il include
s a link w
hich you m
ay click,
<b>or</b>
you may en
ter the se
cret confi
rmation co
de below.
This code
is also in
cluded in
the e-mail
you recei
ve. This w
ill prove
your owner
ship of th
e e-mail a
ddress you
specified
.<br /><br
/><center
><b>Step 2
- Confirm
ation</b><
/center>')
;
|
|
|
5677 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(993, 1,
'Congratul
ations! Yo
u are an a
ffiliate o
f {1} now.
You can l
ogin <a hr
ef="{0}">h
ere</a>');
|
|
|
5678 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(994, 1,
'Use <font
color=red
><b>{0}</b
></font> I
D number f
or login,
please do
not forget
your ID n
umber');
|
|
|
5679 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(995, 1,
'Give my c
ontact inf
ormation o
nly to tho
se to whom
I sent gr
eetings.')
;
|
|
|
5680 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(996, 1,
'Headline
must be at
least 2 c
haracters
long.');
|
|
|
5681 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(997, 1,
'You have
been logge
d out.');
|
|
|
5682 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(998, 1,
'Login err
or. Try ag
ain:');
|
|
|
5683 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(999, 1,
'Your logi
n informat
ion seems
to be obso
lete, plea
se re-logi
n.');
|
|
|
5684 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1000, 1,
'Sorry, y
ou need to
login bef
ore you ca
n use this
page.<br
/>Please e
nter your
email (or
ID) and pa
ssword bel
ow:');
|
|
|
5685 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1002, 1,
'Sorry, y
ou need to
login bef
ore you ca
n use this
page.');
|
|
|
5686 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1003, 1,
'If you a
re not reg
istered at
{2} you c
an do it r
ight now f
or FREE an
d get all
the advant
ages our s
ystem offe
rs for bot
h free and
fee.<br /
>');
|
|
|
5687 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1005, 1,
'Maximum
{0} charac
ters when
writing to
communica
tor, unlim
ited to em
ail');
|
|
|
5688 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1006, 1,
'Member h
as been ad
ded to you
r shopping
cart');
|
|
|
5689 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1007, 1,
'You alre
ady reques
ted this m
ember''s c
ontact inf
ormation.
You can se
e it in th
eir <a hre
f="profile
.php?ID={0
}">profile
</a>, or i
n your <a
href="cont
acts.php">
communicat
or</a>.');
|
|
|
5690 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1008, 1,
'This mem
ber is alr
eady in yo
ur shoppin
g cart');
|
|
|
5691 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1009, 1,
'Sorry, y
ou have no
t been rec
ognized as
a {0} mem
ber. Pleas
e, make su
re that yo
u entered
the e-mail
you used
in creatin
g your acc
ount.');
|
|
|
5692 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1011, 1,
'You have
been reco
gnized as
a {0} memb
er, but it
was impos
sible to s
end you an
e-mail wi
th your ac
count deta
ils right
now. Pleas
e, try lat
er.');
|
|
|
5693 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1012, 1,
'You have
been reco
gnized as
a {1} memb
er and you
r account
details ha
ve just be
en sent to
you. Once
you recei
ve the let
ter from u
s, go <a h
ref="{0}me
mber.php">
here</a> a
nd log in.
');
|
|
|
5694 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1013, 1,
'There ar
e <b>{0}</
b> member(
s) online
now');
|
|
|
5695 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1014, 1,
'Members
you have c
ontacted')
;
|
|
|
5696 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1015, 1,
'Members
you have b
een contac
ted by');
|
|
|
5697 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1016, 1,
'Members
you have c
ontacted f
or FREE');
|
|
|
5698 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1017, 1,
'Members
who contac
ted you fo
r FREE');
|
|
|
5699 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1018, 1,
'Members
you have g
reeted');
|
|
|
5700 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1019, 1,
'Members
you were g
reeted by'
);
|
|
|
5701 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1020, 1,
'Members
you have v
iewed');
|
|
|
5702 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1021, 1,
'Members
you were v
iewed by')
;
|
|
|
5703 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1022, 1,
'Members
you have h
otlisted')
;
|
|
|
5704 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1023, 1,
'Members
you were h
otlisted b
y');
|
|
|
5705 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1024, 1,
'Members
you have i
nvited');
|
|
|
5706 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1025, 1,
'Members
you were i
nvited by'
);
|
|
|
5707 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1026, 1,
'Members
you have b
locked');
|
|
|
5708 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1027, 1,
'Members
you were b
locked by'
);
|
|
|
5709 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1028, 1,
'Requests
to view y
our privat
e photos')
;
|
|
|
5710 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1029, 1,
'Private
photos req
uests');
|
|
|
5711 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1036, 1,
'Credits'
);
|
|
|
5712 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1037, 1,
'The Cred
its System
is a conv
enient mon
ey equival
ent. You c
an buy mem
bership, c
ontact inf
ormation,
etc for cr
edits like
using rea
l money. C
redits can
be purcha
sed by sta
ndard paym
ent means
(check pay
ment, cred
it card, e
tc)');
|
|
|
5713 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1038, 1,
'you have
: <b>{0}</
b> credits
');
|
|
|
5714 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1039, 1,
'you have
<b>no</b>
credits')
;
|
|
|
5715 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1040, 1,
'extend m
embership
period');
|
|
|
5716 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1041, 1,
'expires:
in {0} da
y(s)');
|
|
|
5717 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1042, 1,
'expires:
never');
|
|
|
5718 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1043, 1,
'expires:
today at
{0}. (Serv
er time: {
1})');
|
|
|
5719 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1044, 1,
'View All
owed Actio
ns');
|
|
|
5720 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1046, 1,
'<font co
lor=red> M
ember <br
/></font>'
);
|
|
|
5721 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1047, 1,
'Sorry, b
ut you''ve
reached y
our limit
for today.
Please <a
href="mem
bership.ph
p">click h
ere</a> to
check for
more adva
nced membe
rship leve
ls');
|
|
|
5722 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1055, 1,
'You are
a standard
member.')
;
|
|
|
5723 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1056, 1,
'<a href=
"membershi
p.php">Cli
ck here</a
> to upgra
de.');
|
|
|
5724 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1057, 1,
'You are
a standard
member. C
hoose one
of the fol
lowing opt
ions:');
|
|
|
5725 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1058, 1,
'Buy more
days');
|
|
|
5726 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1059, 1,
'Message
has been s
uccessfull
y sent.');
|
|
|
5727 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1060, 1,
'Modifica
tions have
been succ
essfully a
pplied.');
|
|
|
5728 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1061, 1,
'Must be
valid. Oth
erwise, yo
u won''t b
e able to
finish the
registrat
ion.');
|
|
|
5729 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1062, 1,
'You must
have cook
ies enable
d in your
browser');
|
|
|
5730 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1063, 1,
'New gree
ting arriv
ed!');
|
|
|
5731 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1064, 1,
'New mess
age arrive
d!');
|
|
|
5732 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1065, 1,
'Nickname
must be u
nique and
from {0} t
o {1} char
acters lon
g.');
|
|
|
5733 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1066, 1,
'Nickname
must be f
rom {0} to
{1} chara
cters long
.');
|
|
|
5734 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1067, 1,
'Attentio
n: <NickNa
me> is ava
ilable for
FREE! You
can get t
heir conta
ct informa
tion right
now for f
ree! All y
ou need to
do is jus
t log in t
o your mem
ber accoun
t and foll
ow the lin
k "Free Em
ail" in <N
ickName>''
s profile.
');
|
|
|
5735 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1068, 1,
'You can
buy <NickN
ame>''s co
ntact info
rmation or
send them
a greetin
g in retur
n by merel
y followin
g the link
: <VKissLi
nk>');
|
|
|
5736 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1069, 1,
'No artic
les availa
ble');
|
|
|
5737 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1070, 1,
'No links
available
');
|
|
|
5738 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1071, 1,
'No membe
r specifie
d');
|
|
|
5739 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1072, 1,
'No membe
r to delet
e');
|
|
|
5740 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1073, 1,
'There is
no need t
o confirm
your accou
nt e-mail
because it
''s alread
y confirme
d and you
proved you
r ownershi
p of the e
-mail addr
ess.');
|
|
|
5741 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1074, 1,
'<b>No re
sults foun
d.</b> <br
/> <a hre
f="search.
php">Start
again</a>
and try t
o broaden
your searc
h.');
|
|
|
5742 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1075, 1,
'No feedb
ack availa
ble');
|
|
|
5743 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1076, 1,
'You are
NOT recogn
ized as a
{0} member
');
|
|
|
5744 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1078, 1,
'Password
confirmat
ion failed
.');
|
|
|
5745 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1079, 1,
'Password
must be f
rom {0} to
{1} chara
cters long
.');
|
|
|
5746 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1080, 1,
'This is
your photo
managemen
t page. Th
is is wher
e you may
upload, re
move and c
hange your
photos. Y
ou may use
<b>.jpg</
b>, <b>.gi
f</b> and
<b>.png</b
> files fo
r your pic
tures. The
re are no
limits of
size or pr
oportions,
because o
ur system
will autom
atically r
esample yo
ur picture
s.<br /><b
r />Your t
humbnail i
s used for
search re
sults.');
|
|
|
5747 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1081, 1,
'Each tim
e you uplo
ad or chan
ge your ph
otos, your
account i
s set to "
<b>Approva
l</b>" mod
e and will
be review
ed by {0}
administra
tion team
for activa
tion.<br /
><br />You
will be i
nformed of
the activ
ation succ
ess within
24 hours.
');
|
|
|
5748 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1082, 1,
'Picture
successful
ly deleted
.<br /><br
/>');
|
|
|
5749 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1083, 1,
'Picture
successful
ly uploade
d.<br /><b
r />');
|
|
|
5750 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1085, 1,
'Site Pol
ls');
|
|
|
5751 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1086, 1,
'Site Pol
ls');
|
|
|
5752 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1087, 1,
'Site Pol
ls');
|
|
|
5753 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1088, 1,
'Site Pol
ls');
|
|
|
5754 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1089, 1,
'Please i
nput passw
ord to get
access to
a user''s
private p
hotos');
|
|
|
5755 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1090, 1,
'You can
activate y
our accoun
t to make
it availab
le again f
or search
and contac
ts.');
|
|
|
5756 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1091, 1,
'You can
suspend yo
ur account
to make i
t temporar
ily unavai
lable for
search and
contact.
Later you
can always
reactivat
e it.');
|
|
|
5757 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1092, 1,
'You can
not activa
te or susp
end your a
ccount bec
ause it is
not in <b
>Active</b
> or <b>Su
spended</b
> status.'
);
|
|
|
5758 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1093, 1,
'Profile
is not ava
ilable.');
|
|
|
5759 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1094, 1,
'Each tim
e you chan
ge any of
the follow
ing profil
e fields:
<b>Nicknam
e</b>, <b>
Real name<
/b>, <b>Ci
ty</b>, <b
>Occupatio
n</b>, <b>
"About me"
descripti
on</b>, <b
>"About yo
u" descrip
tion</b>,
<b>Phone</
b>, <b>Hom
eAddress</
b>, <b>Hom
epage</b>,
your acco
unt is set
to "<b>Ap
proval</b>
" mode and
will be r
eviewed by
{0} admin
istration
team for a
ctivation.
<br />You
will be in
formed of
activation
success w
ithin 24 h
ours.');
|
|
|
5760 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1095, 1,
'Each tim
e you chan
ge your ac
count e-ma
il, your a
ccount is
set to "<b
>Unconfirm
ed</b>" mo
de and a c
onfirmatio
n letter i
s sent to
the new e-
mail. Afte
r you conf
irm your e
-mail, you
r profile
will be ac
cepted to
be reviewe
d by {0} a
dministrat
ion team f
or activat
ion.<br />
<br />You
will be in
formed of
the activa
tion succe
ss within
24 hours.'
);
|
|
|
5761 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1096, 1,
'<div cla
ss="privac
y_cont">\r
\n<div cla
ss="privac
y_snippet"
>\r\nWe ar
e glad to
welcome yo
u to <a hr
ef="http:/
/www.boone
x.com/prod
ucts/dolph
in/">Dolph
in Smart C
ommunity B
uilder</a>
. Please r
ead this p
rivacy sta
tement to
ensure tha
t we are c
ommitted t
o keeping
secure the
privacy o
f our memb
ers'' (cus
tomers) de
tails.<br>
<br> \r\n<
b>What inf
ormation d
o we colle
ct?</b><br
>\r\nSince
<a href="
http://www
.boonex.co
m/">BoonEx
</a> is pr
oviding yo
u the soft
ware and s
upport to
build a we
bsite, we
may requir
e from you
some info
rmation th
at may be
considered
as person
ally ident
ifiable.<b
r><br>\r\n
\r\nPlease
provide u
s with the
following
informati
on about y
ourself:\r
\n<ul>\r\n
<li>nickna
me</li>\r\
n<li>real
name</li>\
r\n<li>pas
sword</li>
\r\n<li>e-
mail addre
ss</li></u
l><br>\r\n
Other pers
onal infor
mation tha
t we ma po
ssibly nee
d:\r\nTo b
e able to
render the
services
you''ve or
dered, we
may need i
nformation
about you
r website:
site URL,
FTP, cPan
el or SSH
accesses.<
br><br>\r\
n<b>Copyri
ghts</b><b
r>\r\nAll
<a href="h
ttp://www.
boonex.com
/">BoonEx.
com</a> si
te content
s copyrigh
ts are res
erved by B
oonEx Ltd.
and conte
nt copying
and dupli
cation are
strongly
prohibited
.<br><br>\
r\n<b>Acce
ptance of
agreements
</b><br>\r
\nBy readi
ng this yo
u agree to
our Priva
cy Stateme
nt. If you
do not ag
ree to our
terms and
condition
s you may
not use th
is site.\r
\nWe may u
pdate our
Privacy St
atement fr
om time to
time so p
lease visi
t this pag
e regularl
y.\r\n</di
v>\r\n</di
v>');
|
|
|
5762 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1097, 1,
'Rate pho
to');
|
|
|
5763 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1098, 1,
'Rate pho
to not ava
ilable now
');
|
|
|
5764 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1099, 1,
'Profile
error. Ple
ase, try a
gain.');
|
|
|
5765 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1100, 1,
'You are
recognized
as a {0}
member');
|
|
|
5766 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1101, 1,
'Sorry, y
our regist
ration pro
cess could
not be ha
ndled at t
his time.<
br /><a hr
ef="contac
t.php">Ple
ase report
this bug<
/a> to the
administr
ator.');
|
|
|
5767 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1102, 1,
'Registra
tion and g
old member
ship sign-
up promoti
on text');
|
|
|
5768 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1103, 1,
'Your rea
l name is
required.'
);
|
|
|
5769 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1104, 1,
'You must
specify a
t least on
e type of
desired re
lationship
.');
|
|
|
5770 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1106, 1,
'Request
sent');
|
|
|
5771 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1107, 1,
'<b>The t
ransaction
didn''t p
roceed.</b
> Make sur
e you have
entered y
our credit
card info
rmation co
rrectly an
d try agai
n.');
|
|
|
5772 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1108, 1,
'The tran
saction di
dn''t proc
eed.');
|
|
|
5773 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1110, 1,
'<b>Trans
action ver
ification
failed.</b
> You seem
to have t
ried to ch
eat our se
curity sys
tem. Your
IP is logg
ed and rep
orted. If
you are pe
rsistent i
n your att
empts you
will be ba
nned from
our system
services
access.');
|
|
|
5774 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1111, 1,
'Transact
ion verifi
cation fai
led.');
|
|
|
5775 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1112, 1,
'You seem
to have t
ried to ch
eat our se
curity sys
tem. Your
IP is logg
ed and rep
orted. If
you are pe
rsistent i
n your att
empts you
will be ba
nned from
our system
services
access.');
|
|
|
5776 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1113, 1,
'You do n
ot have en
ough credi
ts');
|
|
|
5777 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1115, 1,
'The e-ma
il with co
ntact info
rmation ha
s been jus
t sent to
you.');
|
|
|
5778 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1116, 1,
'Thank yo
u for your
purchase
at {0}!');
|
|
|
5779 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1118, 1,
'You have
successfu
lly made y
our purcha
se at {0},
however t
he e-mail
with conta
ct informa
tion could
not be se
nt to you
right now.
Don''t wo
rry, if yo
u are our
member you
r purchase
has been
recorded a
nd you can
retrieve
all inform
ation in y
our <a hre
f="contact
s.php">Com
municator<
/a>.');
|
|
|
5780 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1119, 1,
'\r\n
- <a
href="pro
file_photo
s.php">upl
oad my pho
tos...</a>
<br />\r\n
- <a href=
"profile_e
dit.php?ID
={0}">view
/change de
tails in m
y profile.
..</a><br
/>\r\n
- <a
href="mem
bership.ph
p">receive
/update go
ld members
hip...</a>
<br />\r\n
- <a href=
"mail.php?
mode=inbox
">read my
messages..
.</a><br /
>\r\n
- <a
href="sear
ch.php">co
nduct a de
tailed sea
rch...</a>
<br />\r\n
- <a href=
"unregiste
r.php">unr
egister me
(can not
be undone)
...</a><br
/>\r\n
');
|
|
|
5781 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1120, 1,
'Search r
esult');
|
|
|
5782 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1121, 1,
'send mes
sage');
|
|
|
5783 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1122, 1,
'Send a m
essage to:
');
|
|
|
5784 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1123, 1,
'Your ser
vices desc
ription he
re');
|
|
|
5785 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1125, 1,
'This is
your audio
managemen
t page whe
re you may
upload, r
emove and
change you
r audio fi
les. You m
ay use <b>
.wav, .mp3
</b> files
for your
audio.');
|
|
|
5786 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1126, 1,
'Each tim
e you uplo
ad or chan
ge your au
dio, your
account is
set to "<
b>Approval
</b>" mode
and will
be reviewe
d by {0} a
dministrat
ion team f
or activat
ion.<br />
<br />You
will be in
formed of
the activa
tion succe
ss within
24 hours.'
);
|
|
|
5787 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1127, 1,
'Feedback
was added
');
|
|
|
5788 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1128, 1,
'Feedback
was not a
dded');
|
|
|
5789 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1129, 1,
'Feedback
was updat
ed');
|
|
|
5790 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1130, 1,
'Feedback
was not u
pdated');
|
|
|
5791 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1131, 1,
'Feedback
was delet
ed');
|
|
|
5792 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1132, 1,
'Feedback
was not d
eleted');
|
|
|
5793 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1133, 1,
'Feedback
header is
empty');
|
|
|
5794 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1134, 1,
'Subscrib
e now for
{0} newsl
etter to r
eceive new
s, updates
, photos o
f top rate
d members,
feedback,
tips and
articles t
o your e-m
ail.');
|
|
|
5795 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1135, 1,
'Thank yo
u for usin
g our serv
ices!');
|
|
|
5796 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1136, 1,
'Invite a
friend to
{0}');
|
|
|
5797 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1137, 1,
'Invite a
friend to
view the
profile at
{0}');
|
|
|
5798 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1138, 1,
'Your ter
ms of use
here');
|
|
|
5799 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1139, 1,
'<p align=
"justify">
<site> is
a social n
etworking
service th
at allows
members to
create un
ique perso
nal profil
es online
in order t
o find and
communica
te with ol
d and new
friends. T
he service
is operat
ed by <sit
e>. By usi
ng the <si
te> Websit
e you agre
e to be bo
und by the
se Terms o
f Use (thi
s "Ag
reement&qu
ot;), whet
her or not
you regis
ter as a m
ember (&qu
ot;Member&
quot;). If
you wish
to become
a Member,
communicat
e with oth
er Members
and make
use of the
<site> se
rvices (th
e "Se
rvice"
;), please
read this
Agreement
and indic
ate your a
cceptance
by followi
ng the ins
tructions
in the Reg
istration
process.</
p>\r\n<p a
lign="just
ify"> 
;</p>\r\n<
p align="j
ustify">Th
is Agreeme
nt sets ou
t the lega
lly bindin
g terms fo
r your use
of the We
bsite and
your Membe
rship in t
he Service
.<br />\r\
n <site>
may modify
this Agre
ement from
time to t
ime and su
ch modific
ation shal
l be effec
tive upon
posting by
<site> on
the Websi
te. You ag
ree to be
bound to a
ny changes
to this A
greement w
hen you us
e the Serv
ice after
any such m
odificatio
n is poste
d. This Ag
reement in
cludes <si
te>''s pol
icy for ac
ceptable u
se and con
tent poste
d on the W
ebsite, yo
ur rights,
obligatio
ns and res
trictions
regarding
your use o
f the Webs
ite and th
e Service
and <site>
''s Privac
y Policy.<
/p>\r\n<p
align="jus
tify">&nbs
p;</p>\r\n
<p align="
justify">P
lease choo
se careful
ly the inf
ormation y
ou post on
<site> an
d that you
provide t
o other Me
mbers. Any
photograp
hs posted
by you may
not conta
in nudity,
violence,
or offens
ive subjec
t matter.
Informatio
n provided
by other
<site> Mem
bers (for
instance,
in their P
rofile) ma
y contain
inaccurate
, inapprop
riate or o
ffensive m
aterial, p
roducts or
services
and <site>
assumes n
o responsi
bility nor
liability
for this
material.<
/p>\r\n<p
align="jus
tify">&nbs
p;</p>\r\n
<p align="
justify"><
site> rese
rves the r
ight, in i
ts sole di
scretion,
to reject,
refuse to
post or r
emove any
posting (i
ncluding e
mail) by y
ou, or to
restrict,
suspend, o
r terminat
e your acc
ess to all
or any pa
rt of the
Website an
d/or Servi
ces at any
time, for
any or no
reason, w
ith or wit
hout prior
notice, a
nd without
lability.
</p>\r\n<p
align="ju
stify">&nb
sp;</p>\r\
n<p align=
"justify">
By partici
pating in
any offlin
e <site> e
vent, you
agree to r
elease and
hold <sit
e> harmles
s from any
and all l
osses, dam
ages, righ
ts, claims
, and acti
ons of any
kind incl
uding, wit
hout limit
ation, per
sonal inju
ries, deat
h, and pro
perty dama
ge, either
directly
or indirec
tly relate
d to or ar
ising from
your part
icipation
in any suc
h offline
<site> eve
nt.</p>\r\
n<h2 align
="center">
<b>Terms o
f Use</b><
/h2>\r\n<p
><b>1) Eli
gibility.<
/b></p>\r\
n<p align=
"justify">
Membership
in the Se
rvice wher
e void is
prohibited
. By using
the Websi
te and the
Service,
you repres
ent and wa
rrant that
all regis
tration in
formation
you submit
is truthf
ul and acc
urate and
that you a
gree to ma
intain the
accuracy
of such in
formation.
You furth
er represe
nt and war
rant that
you are 18
years of
age or old
er and tha
t your use
of the <s
ite> shall
not viola
te any app
licable la
w or regul
ation. You
r profile
may be del
eted witho
ut warning
, if it is
found tha
t you are
misreprese
nting your
age. Your
Membershi
p is solel
y for your
personal
use, and y
ou shall n
ot authori
ze others
to use you
r account,
including
your prof
ile or ema
il address
. You are
solely res
ponsible f
or all Con
tent publi
shed or di
splayed th
rough your
account,
including
any email
messages,
and for yo
ur interac
tions with
other mem
bers. </p>
\r\n<p>&nb
sp;</p>\r\
n<p><b>2)
Term/Fees.
</b></p>\r
\n<p align
="justify"
>This Agre
ement shal
l remain i
n full for
ce and eff
ect while
you use th
e Website,
the Servi
ce, and/or
are a Mem
ber. You m
ay termina
te your me
mbership a
t any time
. <site> m
ay termina
te your me
mbership f
or any rea
son, effec
tive upon
sending no
tice to yo
u at the e
mail addre
ss you pro
vide in yo
ur Members
hip applic
ation or o
ther email
address a
s you may
subsequent
ly provide
to <site>
. By using
the Servi
ce and by
becoming a
Member, y
ou acknowl
edge that
<site> res
erves the
right to c
harge for
the Servic
e and has
the right
to termina
te a Membe
r''s Membe
rship. Mem
ber should
breach th
is Agreeme
nt or fail
to pay fo
r the Serv
ice, as re
quired by
this Agree
ment.</p>\
r\n<p>&nbs
p;</p>\r\n
<p><b>3) N
on Commerc
ial Use by
Members.<
/b></p>\r\
n<p align=
"justify">
The Websit
e is for t
he persona
l use of M
embers onl
y and may
not be use
d in conne
ction with
any comme
rcial ende
avors exce
pt those t
hat are sp
ecifically
endorsed
or approve
d by the m
anagement
of <site>.
Illegal a
nd/or unau
thorized u
se of the
Website, i
ncluding c
ollecting
usernames
and/or ema
il address
es of Memb
ers by ele
ctronic or
other mea
ns for the
purpose o
f sending
unsolicite
d email or
unauthori
zed framin
g of or li
nking to t
he Website
will be i
nvestigate
d. Commerc
ial advert
isements,
affiliate
links, and
other for
ms of soli
citation m
ay be remo
ved from m
ember prof
iles witho
ut notice
and may re
sult in te
rmination
of members
hip privil
eges. Appr
opriate le
gal action
will be t
aken by <s
ite> for a
ny illegal
or unauth
orized use
of the We
bsite.</p>
\r\n<p>&nb
sp;</p>\r\
n<p><b>4)
Proprieta
ry Rights
in Content
on <site>
.</b></p>\
r\n<p alig
n="justify
"><site> o
wns and re
tains all
proprietar
y rights i
n the Webs
ite and th
e Service.
The Websi
te contain
s copyrigh
ted materi
al, tradem
arks, and
other prop
rietary in
formation
of <site>
and its li
censors. E
xcept for
that infor
mation whi
ch is in t
he public
domain or
for which
you have b
een given
written pe
rmission,
you may no
t copy, mo
dify, publ
ish, trans
mit, distr
ibute, per
form, disp
lay, or se
ll any suc
h propriet
ary inform
ation.</p>
\r\n<p>&nb
sp;</p>\r\
n<p><b>5)
Content P
osted on t
he Site.</
b></p>\r\n
<p align="
justify">a
. You unde
rstand and
agree tha
t <site> m
ay review
and delete
any conte
nt, messag
es, <site>
Messenger
messages,
photos or
profiles
(collectiv
ely, "
;Content&q
uot;) that
in the so
le judgmen
t of <site
> violate
this Agree
ment or wh
ich may be
offensive
, illegal
or violate
the right
s, harm, o
r threaten
the safet
y of any M
ember. </p
>\r\n<p>&n
bsp;</p>\r
\n<p align
="justify"
>b. You ar
e solely r
esponsible
for the C
ontent tha
t you publ
ish or dis
play (here
inafter, &
quot;post&
quot;) on
the Servic
e or any m
aterial or
informati
on that yo
u transmit
to other
Members.</
p>\r\n<p>&
nbsp;</p>\
r\n<p alig
n="justify
">c. By po
sting any
Content to
the publi
c areas of
the Websi
te, you he
reby grant
to <site>
the non-e
xclusive,
fully paid
, worldwid
e license
to use, pu
blicly per
form and d
isplay suc
h Content
on the Web
site. This
license w
ill termin
ate at the
time you
remove suc
h Content
from the W
ebsite.</p
>\r\n<p><b
r />\r\n</
p>\r\n<p a
lign="just
ify">d. Th
e followin
g is a par
tial list
of the kin
d of Conte
nt that is
illegal o
r prohibit
ed on the
Website. <
site> rese
rves the r
ight to in
vestigate
and take a
ppropriate
legal act
ion in its
sole disc
retion aga
inst anyon
e who viol
ates this
provision,
including
without l
imitation,
removing
the offend
ing commun
ication fr
om the Ser
vice and t
erminating
the membe
rship of s
uch violat
ors. Prohi
bited Cont
ent includ
es Content
that:</p>
\r\n<p>&nb
sp;</p>\r\
n<p align=
"justify">
i. is pa
tently off
ensive and
promotes
racism, bi
gotry, hat
red or phy
sical harm
of any ki
nd against
any group
or indivi
dual; </p>
\r\n<p ali
gn="justif
y"><br />\
r\n ii. h
arasses or
advocates
harassmen
t of anoth
er person;
</p>\r\n<p
align="ju
stify"><br
/>\r\n i
ii. involv
es the tra
nsmission
of "j
unk mail&q
uot;, &quo
t;chain le
tters,&quo
t; or unso
licited ma
ss mailing
or "
spamming&q
uot;;</p>\
r\n<p alig
n="justify
"><br />\r
\n iv. pr
omotes inf
ormation t
hat you kn
ow is fals
e or misle
ading or p
romotes il
legal acti
vities or
conduct th
at is abus
ive, threa
tening, \r
\n obscen
e, defamat
ory or lib
elous;</p>
\r\n<p ali
gn="justif
y"><br />\
r\n v. pr
omotes an
illegal or
unauthori
zed copy o
f another
person''s
copyrighte
d work, su
ch as prov
iding pira
ted comput
er program
s or links
\r\n to t
hem, provi
ding infor
mation to
circumvent
manufactu
re-install
ed copy-pr
otect devi
ces, or pr
oviding pi
rated musi
c or links
to \r\n
pirated mu
sic files;
</p>\r\n<p
align="ju
stify"><br
/>\r\n v
i. contain
s restrict
ed or pass
word only
access pag
es or hidd
en pages o
r images (
those not
linked to
or from an
other acce
ssible pag
e);</p>\r\
n<p align=
"justify">
<br />\r\n
vii. pro
vides mate
rial that
exploits p
eople unde
r the age
of 18 in a
sexual or
violent m
anner, or
solicits p
ersonal in
formation
from \r\n
anyone un
der 18;</p
>\r\n<p al
ign="justi
fy"><br />
\r\n viii
. provides
instructi
onal infor
mation abo
ut illegal
activitie
s such as
making or
buying ill
egal weapo
ns, violat
ing someon
e''s priva
cy, \r\n
or providi
ng or crea
ting compu
ter viruse
s; </p>\r\
n<p align=
"justify">
<br />\r\n
ix. soli
cits passw
ords or pe
rsonal ide
ntifying i
nformation
for comme
rcial or u
nlawful pu
rposes fro
m other us
ers;</p>\r
\n<p align
="justify"
><br />\r\
n or x. i
nvolves co
mmercial a
ctivities
and/or sal
es without
our prior
written c
onsent suc
h as conte
sts, sweep
stakes, ba
rter, adve
rtising, \
r\n or py
ramid sche
mes.</p>\r
\n<p> 
;</p>\r\n<
p align="j
ustify">e.
You must
use the Se
rvice in a
manner co
nsistent w
ith any an
d all appl
icable law
s and regu
lations. f
. You may
not engage
in advert
ising to,
or solicit
ation of,
any Member
to buy or
sell any
products o
r services
through t
he Service
. You may
not transm
it any cha
in letters
or junk e
mail to ot
her Member
s. Althoug
h <site> c
annot moni
tor the co
nduct of i
ts Members
off the W
ebsite, it
is also a
violation
of these
rules to u
se any inf
ormation o
btained fr
om the Ser
vice in or
der to har
ass, abuse
, or harm
another pe
rson, or i
n order to
contact,
advertise
to, solici
t, or sell
to any Me
mber witho
ut their p
rior expli
cit consen
t. In orde
r to prote
ct our Mem
bers from
such adver
tising or
solicitati
on, <site>
reserves
the right
to restric
t the numb
er of emai
ls which a
Member ma
y send to
other Memb
ers in any
24-hour p
eriod to a
number wh
ich <site>
deems app
ropriate i
n its sole
discretio
n.</p>\r\n
<p align="
justify">&
nbsp;</p>\
r\n<p alig
n="justify
">g. You m
ay not cov
er or obsc
ure the ba
nner adver
tisements
on your pe
rsonal pro
file page,
or any <s
ite> page
via HTML/C
SS or any
other mean
s.</p>\r\n
<p> <
/p>\r\n<p
align="jus
tify"> h.
Any autom
ated use o
f the syst
em, such a
s using sc
ripts to a
dd friends
, is prohi
bited.</p>
\r\n<p>&nb
sp;</p>\r\
n<p align=
"justify">
i. You ma
y not atte
mpt to imp
ersonate a
nother use
r or perso
n who is n
ot a membe
r of <site
>.</p>\r\n
<p> <
/p>\r\n<p
align="jus
tify"> j.
You may no
t use the
account, u
sername, o
r password
of anothe
r Member a
t any time
nor may y
ou disclos
e your pas
sword to a
ny third p
arty \r\n
or permit
any third
party to
access you
r account.
</p>\r\n<p
> </p
>\r\n<p al
ign="justi
fy"> k. Yo
u may not
sell or ot
herwise tr
ansfer you
r profile.
</p>\r\n<p
> </p
>\r\n<p><b
>6) Copyr
ight Polic
y.</b></p>
\r\n<p ali
gn="justif
y">You may
not post,
distribut
e, or repr
oduce in a
ny way any
copyright
ed materia
l, tradema
rks, or ot
her propri
etary info
rmation wi
thout obta
ining the
prior writ
ten consen
t of the o
wner of su
ch proprie
tary right
s. It is t
he policy
of <site>
to termina
te members
hip privil
eges of an
y member w
ho repeate
dly infrin
ges copyri
ght upon p
rompt noti
fication t
o <site> b
y the copy
right owne
r or the c
opyright o
wner''s le
gal agent.
Without l
imiting th
e foregoin
g, if you
believe th
at your wo
rk has bee
n copied a
nd posted
on the Ser
vice in a
way that c
onstitutes
copyright
infringem
ent, pleas
e provide
our Copyri
ght Agent
with the f
ollowing i
nformation
: an elect
ronic or p
hysical si
gnature of
the perso
n authoriz
ed to act
on behalf
of the own
er of the
copyright
interest;
a descript
ion of the
copyright
ed work th
at you cla
im has bee
n infringe
d; a descr
iption of
where the
material t
hat you cl
aim is inf
ringing is
located o
n the Webs
ite; your
address, t
elephone n
umber, and
email add
ress; a wr
itten stat
ement by y
ou that yo
u have a g
ood faith
belief tha
t the disp
uted use i
s not auth
orized by
the copyri
ght owner,
its agent
, or the l
aw; a stat
ement by y
ou, made u
nder penal
ty of perj
ury, that
the above
informatio
n in your
notice is
accurate a
nd that yo
u are the
copyright
owner or a
uthorized
to act on
the copyri
ght owner'
's behalf.
<site>''s
Copyright
Agent for
notice of
claims of
copyright
infringem
ent can be
reached v
ia email a
ddress.</p
>\r\n<p><b
r />\r\n</
p>\r\n<p><
b>7) Memb
er Dispute
s.</b></p>
\r\n<p ali
gn="justif
y">You are
solely re
sponsible
for your i
nteraction
s with oth
er <site>
Members. <
site> rese
rves the r
ight, but
has no obl
igation,
to monitor
disputes
between yo
u and othe
r Members.
</p>\r\n<p
> </p
>\r\n<p><b
>8) Discla
imers.</b>
</p>\r\n<p
align="ju
stify"><si
te> is not
responsib
le for any
incorrect
or inaccu
rate Conte
nt posted
on the Web
site or in
connectio
n with the
Service p
rovided, w
hether cau
sed by use
rs of the
Website, M
embers or
by any of
the equipm
ent or pro
gramming a
ssociated
with or ut
ilized in
the Servic
e. <site>
is not res
ponsible f
or the con
duct, whet
her online
or offlin
e, of any
user of th
e Website
or Member
of the Ser
vice. <sit
e> assumes
no respon
sibility f
or any err
or, omissi
on, interr
uption, de
letion, de
fect, dela
y in opera
tion or tr
ansmission
, communic
ations lin
e failure,
theft or
destructio
n or unaut
horized ac
cess to, o
r alterati
on of, any
user or M
ember comm
unication.
<site> is
not respo
nsible for
any probl
ems or tec
hnical mal
function o
f any tele
phone netw
ork or lin
es, comput
er online
systems, s
ervers or
providers,
computer
equipment,
software,
failure o
f any emai
l or playe
rs due to
technical
problems o
r traffic
congestion
on the In
ternet or
at any Web
site or co
mbination
thereof, i
ncluding a
ny injury
or damage
to users a
nd/or Memb
ers or to
any person
''s comput
er related
to or res
ulting fro
m particip
ation or d
ownloading
materials
in connec
tion with
the Websit
e and/or i
n connecti
on with th
e Service.
Under no
circumstan
ces shall
<site> be
responsibl
e for any
loss or da
mage, incl
uding pers
onal injur
y or death
, resultin
g from use
of the We
bsite or t
he Service
or from a
ny Content
posted on
the Websi
te or tran
smitted to
Members,
or any int
eractions
between us
ers of the
Website,
whether on
line or of
fline. The
Website a
nd the Ser
vice are p
rovided &q
uot;AS-IS&
quot; and
<site> exp
ressly dis
claims any
warranty
of fitness
for a par
ticular pu
rpose or n
on-infring
ement. <si
te> cannot
guarantee
and does
not promis
e any spec
ific resul
ts from us
e of the W
ebsite and
/or the Se
rvice.</p>
\r\n<p>&nb
sp;</p>\r\
n<p><b>9)
Limitation
on Liabil
ity.</b></
p>\r\n<p a
lign="just
ify">IN NO
EVENT SHA
LL <site>
BE LIABLE
TO YOU OR
ANY THIRD
PARTY FOR
ANY INDIRE
CT, CONSEQ
UENTIAL, E
XEMPLARY,
INCIDENTAL
, SPECIAL
OR PUNITIV
E DAMAGES,
INCLUDING
LOST PROF
IT DAMAGES
ARISING F
ROM YOUR U
SE OF THE
WEB SITE O
R THE SERV
ICE, EVEN
IF <site>
HAS BEEN A
DVISED OF
THE POSSIB
ILITY OF S
UCH DAMAGE
S. NOTWITH
STANDING A
NYTHING TO
THE CONTR
ARY CONTAI
NED HEREIN
, <site>.S
LIABILITY
TO YOU FO
R ANY CAUS
E WHATSOEV
ER AND REG
ARDLESS OF
THE FORM
OF THE ACT
ION, WILL
AT ALL TIM
ES BE LIMI
TED TO AMO
UNT PAID,
IF ANY, BY
YOU TO <s
ite> FOR T
HE SERVICE
DURING TH
E TERM OF
MEMBERSHIP
.</p>\r\n<
p><br />\r
\n</p>\r\n
<p><b>10)
Disputes.
</b></p>\r
\n<p align
="justify"
>If there
is any dis
pute about
or involv
ing the We
bsite and/
or the Ser
vice, by u
sing the W
ebsite, yo
u agree th
at any dis
pute shall
be govern
ed by the
laws of th
e area in
which we a
re based w
ithout reg
ard to con
flict of l
aw provisi
ons and yo
u agree to
personal
jurisdicti
on by and
venue in t
he area in
which we
are based.
</p>\r\n<p
> </p
>\r\n<p><b
>11) Indem
nity.</b><
/p>\r\n<p
align="jus
tify">You
agree to i
ndemnify a
nd hold <s
ite>, its
subsidiari
es, affili
ates, offi
cers, agen
ts, and ot
her partne
rs and emp
loyees, ha
rmless fro
m any lo
ss, liabil
ity, claim
, or deman
d, includi
ng reasona
ble attorn
eys'' fees
, made by
any third
party due
to or aris
ing out of
your use
of the Ser
vice in
violatio
n of this
Agreement
and/or ari
sing from
a breach o
f this Agr
eement and
/or any br
each of yo
ur represe
ntations a
nd warrant
ies set fo
rth above.
</p>\r\n<
p> </
p>\r\n<p><
b>12) Othe
r.</b></p>
\r\n<p ali
gn="justif
y">This Ag
reement is
accepted
upon your
use of the
Website a
nd is furt
her affirm
ed by you
becoming a
Member of
the Servi
ce. This A
greement c
onstitutes
the entir
e agreemen
t between
you and <s
ite> regar
ding the u
se of the
Website an
d/or the S
ervice. Th
e failure
of <site>
to exercis
e or enfor
ce any rig
ht or prov
ision of t
his Agreem
ent shall
not operat
e as a wai
ver of suc
h right or
provision
. The sect
ion titles
in this A
greement a
re for con
venience o
nly and ha
ve no lega
l or contr
actual eff
ect. Pleas
e contact
us with an
y question
s regardin
g this Agr
eement. <s
ite> is a
trademark
of <own
ers busine
ss name>
;.</p>\r\n
<p><br />\
r\n</p>\r\
n<p><b>I H
AVE READ T
HIS AGREEM
ENT AND AG
REE TO ALL
OF THE PR
OVISIONS C
ONTAINED A
BOVE.</b><
/p>\r\n');
|
|
|
5800 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1143, 1,
'Sorry, t
he server
could not
process yo
ur request
. An undef
ined error
occured.
Please, tr
y later.')
;
|
|
|
5801 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1144, 1,
'While yo
u are awai
ting for t
he confirm
ation lett
er why not
<b><a hre
f="{0}uplo
ad_media.p
hp" target
=_blank>up
load your
photos rig
ht now</a>
</b>?');
|
|
|
5802 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1145, 1,
'This is
your video
managemen
t page whe
re you may
upload, r
emove and
change you
r videos.
You may us
e <b>.{0}<
/b> files
for your v
ideo.');
|
|
|
5803 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1146, 1,
'Each tim
e you uplo
ad or chan
ge your vi
deo, your
account is
set to "<
b>Approval
</b>" mode
and will
be reviewe
d by {0} a
dministrat
ion team f
or activat
ion.<br />
<br />You
will be in
formed of
the activa
tion succe
ss within
24 hours.'
);
|
|
|
5804 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1147, 1,
'Greeting
has been
successful
ly sent.')
;
|
|
|
5805 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1148, 1,
'Greeting
s from');
|
|
|
5806 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1149, 1,
'Welcome,
<b>{0}</b
>!<br />Pl
ease, wait
. Logging
you in...'
);
|
|
|
5807 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1150, 1,
'Will be
resized to
<b>{0}</b
>x<b>{1}</
b> pixels.
<br /><br
/>');
|
|
|
5808 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1151, 1,
'You purc
hased {0}
contact(s)
.');
|
|
|
5809 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1152, 1,
'Your con
tacts were
taken {0}
time(s).'
);
|
|
|
5810 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1153, 1,
'Your pro
file is no
t active f
or this op
eration.')
;
|
|
|
5811 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1154, 1,
'Write yo
ur e-mail
here');
|
|
|
5812 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1155, 1,
'Your sea
rch text h
ere');
|
|
|
5813 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1733, 1,
' every {
4} hours')
;
|
|
|
5814 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1157, 1,
'Greeting
has been
successful
ly sent.')
;
|
|
|
5815 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1158, 1,
'Sorry, a
greeting
has <b>not
</b> been
sent.');
|
|
|
5816 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1160, 1,
'Your pro
file is no
t in activ
e mode.');
|
|
|
5817 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1161, 1,
'You have
no permis
sions to s
end a gree
ting.');
|
|
|
5818 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1162, 1,
'Profile
authentifi
cation fai
led');
|
|
|
5819 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1163, 1,
'If you a
re not log
ged in, pl
ease, <a h
ref="membe
r.php">log
in here</a
>, or <a h
ref="join_
form.php">
sign up</a
> for a fr
ee members
hip.');
|
|
|
5820 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1164, 1,
'Member n
ot availab
le');
|
|
|
5821 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1165, 1,
'Sorry, m
ax number
of greetin
gs per day
reached')
;
|
|
|
5822 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1166, 1,
'Sorry, y
ou are in
the block
list of th
is member'
);
|
|
|
5823 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1167, 1,
'Email se
nd failed.
Please, t
ry later.'
);
|
|
|
5824 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1168, 1,
'An error
occured.
Please, tr
y later.')
;
|
|
|
5825 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1169, 1,
'Your zip
/postal co
de is requ
ired.');
|
|
|
5826 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1170, 1,
'Characte
r counter:
');
|
|
|
5827 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1171, 1,
'Dolphin
automatica
lly logged
you in as
');
|
|
|
5828 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1172, 1,
'January'
);
|
|
|
5829 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1173, 1,
'February
');
|
|
|
5830 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1174, 1,
'March');
|
|
|
5831 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1175, 1,
'April');
|
|
|
5832 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1176, 1,
'May');
|
|
|
5833 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1177, 1,
'June');
|
|
|
5834 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1178, 1,
'July');
|
|
|
5835 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1179, 1,
'August')
;
|
|
|
5836 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1180, 1,
'Septembe
r');
|
|
|
5837 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1181, 1,
'October'
);
|
|
|
5838 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1182, 1,
'November
');
|
|
|
5839 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1183, 1,
'December
');
|
|
|
5840 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1184, 1,
'I prefer
not to sa
y');
|
|
|
5841 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1185, 1,
'Events')
;
|
|
|
5842 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1186, 1,
'Events')
;
|
|
|
5843 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1232, 1,
'Name');
|
|
|
5844 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1233, 1,
'Comment'
);
|
|
|
5845 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1237, 1,
'Apply ch
anges');
|
|
|
5846 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1238, 1,
'Last cha
nges');
|
|
|
5847 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1242, 1,
'Back');
|
|
|
5848 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1244, 1,
'Add new
album');
|
|
|
5849 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1245, 1,
'Add new
album');
|
|
|
5850 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1246, 1,
'Access l
evel');
|
|
|
5851 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1247, 1,
'No objec
t was foun
d');
|
|
|
5852 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1248, 1,
'Delete a
lbum');
|
|
|
5853 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1249, 1,
'Album wa
s successf
ully added
');
|
|
|
5854 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1250, 1,
'Album up
dated');
|
|
|
5855 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1251, 1,
'Objects
were succe
ssfully de
leted');
|
|
|
5856 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1252, 1,
'Objects
were succe
ssfully de
leted from
album ');
|
|
|
5857 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1253, 1,
'Object w
as success
fully dele
ted');
|
|
|
5858 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1254, 1,
'Object w
as success
fully uplo
aded');
|
|
|
5859 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1255, 1,
'Some obj
ects could
not be de
leted');
|
|
|
5860 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1256, 1,
'Could no
t delete s
ome object
s from alb
um ');
|
|
|
5861 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1257, 1,
'Cannot d
elete obje
ct');
|
|
|
5862 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1258, 1,
'Albums w
ere succes
sfully del
eted');
|
|
|
5863 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1260, 1,
'Failed t
o add albu
m');
|
|
|
5864 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1261, 1,
'Failed t
o upload u
nknown fil
e {0}');
|
|
|
5865 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1262, 1,
'Video up
loads disa
bled');
|
|
|
5866 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1263, 1,
'Audio up
loads disa
bled');
|
|
|
5867 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1264, 1,
'Error wh
ile proces
sing uploa
ded image'
);
|
|
|
5868 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1267, 1,
'The maxi
mum allowe
d number o
f albums i
n this cat
egory has
been reach
ed');
|
|
|
5869 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1268, 1,
'The maxi
mum allowe
d number o
f objects
in this al
bum has be
en reached
');
|
|
|
5870 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1269, 1,
'The file
size is t
oo large')
;
|
|
|
5871 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1271, 1,
'View alb
ums');
|
|
|
5872 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1272, 1,
'View obj
ects');
|
|
|
5873 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1273, 1,
'Albums:
');
|
|
|
5874 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1274, 1,
'Failed t
o apply ch
anges');
|
|
|
5875 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1275, 1,
'Some alb
ums could
not be del
eted');
|
|
|
5876 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1276, 1,
'Could no
t delete a
lbum');
|
|
|
5877 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1277, 1,
'Object')
;
|
|
|
5878 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1278, 1,
'Objects:
');
|
|
|
5879 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1279, 1,
'Object m
oved up');
|
|
|
5880 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1280, 1,
'Object m
oved down'
);
|
|
|
5881 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1281, 1,
'Failed t
o move obj
ect');
|
|
|
5882 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1282, 1,
'Cannot c
opy file')
;
|
|
|
5883 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1283, 1,
'Object u
pdated');
|
|
|
5884 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1284, 1,
'There ar
e no objec
ts to appr
ove');
|
|
|
5885 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1287, 1,
'Objects
were succe
ssfully ap
proved');
|
|
|
5886 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1288, 1,
'move up'
);
|
|
|
5887 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1289, 1,
'move dow
n');
|
|
|
5888 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1290, 1,
'edit obj
ect');
|
|
|
5889 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1291, 1,
'delete o
bject');
|
|
|
5890 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1292, 1,
'Delete e
ntry');
|
|
|
5891 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1293, 1,
'Edit ent
ry');
|
|
|
5892 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1294, 1,
'Write co
mment');
|
|
|
5893 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1295, 1,
'No entri
es found')
;
|
|
|
5894 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1296, 1,
'comments
');
|
|
|
5895 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1297, 1,
'comment'
);
|
|
|
5896 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1298, 1,
'Average'
);
|
|
|
5897 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1299, 1,
'Ample');
|
|
|
5898 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1300, 1,
'Athletic
');
|
|
|
5899 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1301, 1,
'Cuddly')
;
|
|
|
5900 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1302, 1,
'Slim');
|
|
|
5901 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1303, 1,
'Very Cud
dly');
|
|
|
5902 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1304, 1,
'Afghanis
tan');
|
|
|
5903 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1305, 1,
'Albania'
);
|
|
|
5904 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1306, 1,
'Algeria'
);
|
|
|
5905 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1307, 1,
'American
Samoa');
|
|
|
5906 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1308, 1,
'Andorra'
);
|
|
|
5907 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1309, 1,
'Angola')
;
|
|
|
5908 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1310, 1,
'Anguilla
');
|
|
|
5909 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1311, 1,
'Antarcti
ca');
|
|
|
5910 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1312, 1,
'Antigua
and Barbud
a');
|
|
|
5911 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1313, 1,
'Argentin
a');
|
|
|
5912 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1314, 1,
'Armenia'
);
|
|
|
5913 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1315, 1,
'Aruba');
|
|
|
5914 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1316, 1,
'Australi
a');
|
|
|
5915 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1317, 1,
'Austria'
);
|
|
|
5916 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1318, 1,
'Azerbaij
an');
|
|
|
5917 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1319, 1,
'Bahamas'
);
|
|
|
5918 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1320, 1,
'Bahrain'
);
|
|
|
5919 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1321, 1,
'Banglade
sh');
|
|
|
5920 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1322, 1,
'Barbados
');
|
|
|
5921 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1323, 1,
'Belarus'
);
|
|
|
5922 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1324, 1,
'Belgium'
);
|
|
|
5923 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1325, 1,
'Belize')
;
|
|
|
5924 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1326, 1,
'Benin');
|
|
|
5925 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1327, 1,
'Bermuda'
);
|
|
|
5926 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1328, 1,
'Bhutan')
;
|
|
|
5927 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1329, 1,
'Bolivia'
);
|
|
|
5928 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1330, 1,
'Bosnia/H
erzegovina
');
|
|
|
5929 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1331, 1,
'Botswana
');
|
|
|
5930 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1332, 1,
'Bouvet I
sland');
|
|
|
5931 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1333, 1,
'Brazil')
;
|
|
|
5932 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1334, 1,
'British
Ind. Ocean
Terr.');
|
|
|
5933 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1335, 1,
'British
Ind. Ocean
');
|
|
|
5934 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1336, 1,
'Brunei')
;
|
|
|
5935 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1337, 1,
'Bulgaria
');
|
|
|
5936 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1338, 1,
'Burkina
Faso');
|
|
|
5937 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1339, 1,
'Burundi'
);
|
|
|
5938 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1340, 1,
'Cambodia
');
|
|
|
5939 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1341, 1,
'Cameroon
');
|
|
|
5940 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1342, 1,
'Cape Ver
de');
|
|
|
5941 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1343, 1,
'Cayman I
slands');
|
|
|
5942 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1344, 1,
'Central
African Re
p.');
|
|
|
5943 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1345, 1,
'Chad');
|
|
|
5944 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1346, 1,
'Canada')
;
|
|
|
5945 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1347, 1,
'Chile');
|
|
|
5946 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1348, 1,
'China');
|
|
|
5947 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1349, 1,
'Christma
s Island')
;
|
|
|
5948 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1350, 1,
'Cocoa (K
eeling) Is
.');
|
|
|
5949 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1351, 1,
'Colombia
');
|
|
|
5950 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1352, 1,
'Comoros'
);
|
|
|
5951 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1353, 1,
'Congo');
|
|
|
5952 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1354, 1,
'Cook Isl
ands');
|
|
|
5953 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1355, 1,
'Costa Ri
ca');
|
|
|
5954 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1356, 1,
'Cote d''
Ivoire');
|
|
|
5955 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1357, 1,
'Croatia'
);
|
|
|
5956 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1358, 1,
'Cuba');
|
|
|
5957 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1359, 1,
'Cyprus')
;
|
|
|
5958 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1360, 1,
'Czech Re
public');
|
|
|
5959 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1361, 1,
'Denmark'
);
|
|
|
5960 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1362, 1,
'Djibouti
');
|
|
|
5961 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1363, 1,
'Dominica
');
|
|
|
5962 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1364, 1,
'Dominica
n Republic
');
|
|
|
5963 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1365, 1,
'East Tim
or');
|
|
|
5964 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1366, 1,
'Ecuador'
);
|
|
|
5965 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1367, 1,
'Egypt');
|
|
|
5966 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1368, 1,
'El Salva
dor');
|
|
|
5967 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1369, 1,
'Equatori
al Guinea'
);
|
|
|
5968 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1370, 1,
'Eritrea'
);
|
|
|
5969 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1371, 1,
'Estonia'
);
|
|
|
5970 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1372, 1,
'Ethiopia
');
|
|
|
5971 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1373, 1,
'Falkland
Islands')
;
|
|
|
5972 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1374, 1,
'Faroe Is
lands');
|
|
|
5973 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1375, 1,
'Fiji');
|
|
|
5974 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1376, 1,
'Finland'
);
|
|
|
5975 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1377, 1,
'France')
;
|
|
|
5976 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1378, 1,
'Gabon');
|
|
|
5977 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1379, 1,
'Gambia')
;
|
|
|
5978 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1380, 1,
'Georgia'
);
|
|
|
5979 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1381, 1,
'Germany'
);
|
|
|
5980 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1382, 1,
'Ghana');
|
|
|
5981 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1383, 1,
'Gibralta
r');
|
|
|
5982 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1384, 1,
'Greece')
;
|
|
|
5983 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1385, 1,
'Greenlan
d');
|
|
|
5984 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1386, 1,
'Grenada'
);
|
|
|
5985 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1387, 1,
'Guadelou
pe');
|
|
|
5986 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1388, 1,
'Guam');
|
|
|
5987 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1389, 1,
'Guatemal
a');
|
|
|
5988 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1390, 1,
'Guinea')
;
|
|
|
5989 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1391, 1,
'Guinea-B
issau');
|
|
|
5990 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1392, 1,
'Guyana')
;
|
|
|
5991 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1393, 1,
'Haiti');
|
|
|
5992 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1394, 1,
'Honduras
');
|
|
|
5993 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1395, 1,
'Hong Kon
g');
|
|
|
5994 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1396, 1,
'Hungary'
);
|
|
|
5995 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1397, 1,
'Iceland'
);
|
|
|
5996 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1398, 1,
'India');
|
|
|
5997 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1399, 1,
'Indonesi
a');
|
|
|
5998 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1400, 1,
'Iran');
|
|
|
5999 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1401, 1,
'Iraq');
|
|
|
6000 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1402, 1,
'Ireland'
);
|
|
|
6001 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1403, 1,
'Israel')
;
|
|
|
6002 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1404, 1,
'Italy');
|
|
|
6003 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1405, 1,
'Jamaica'
);
|
|
|
6004 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1406, 1,
'Japan');
|
|
|
6005 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1407, 1,
'Jordan')
;
|
|
|
6006 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1408, 1,
'Kazakhst
an');
|
|
|
6007 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1409, 1,
'Kenya');
|
|
|
6008 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1410, 1,
'Kiribati
');
|
|
|
6009 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1411, 1,
'Korea');
|
|
|
6010 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1412, 1,
'Kuwait')
;
|
|
|
6011 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1413, 1,
'Kyrgyzst
an');
|
|
|
6012 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1414, 1,
'Lao');
|
|
|
6013 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1415, 1,
'Latvia')
;
|
|
|
6014 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1416, 1,
'Lebanon'
);
|
|
|
6015 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1417, 1,
'Lesotho'
);
|
|
|
6016 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1418, 1,
'Liberia'
);
|
|
|
6017 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1419, 1,
'Liechten
stein');
|
|
|
6018 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1420, 1,
'Lithuani
a');
|
|
|
6019 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1421, 1,
'Luxembou
rg');
|
|
|
6020 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1422, 1,
'Macau');
|
|
|
6021 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1423, 1,
'Macedoni
a');
|
|
|
6022 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1424, 1,
'Madagasc
ar');
|
|
|
6023 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1425, 1,
'Malawi')
;
|
|
|
6024 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1426, 1,
'Malaysia
');
|
|
|
6025 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1427, 1,
'Maldives
');
|
|
|
6026 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1428, 1,
'Mali');
|
|
|
6027 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1429, 1,
'Malta');
|
|
|
6028 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1430, 1,
'Marshall
Islands')
;
|
|
|
6029 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1431, 1,
'Martiniq
ue');
|
|
|
6030 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1432, 1,
'Mauritan
ia');
|
|
|
6031 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1433, 1,
'Mauritiu
s');
|
|
|
6032 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1434, 1,
'Mayotte'
);
|
|
|
6033 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1435, 1,
'Mexico')
;
|
|
|
6034 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1436, 1,
'Micrones
ia');
|
|
|
6035 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1437, 1,
'Moldova'
);
|
|
|
6036 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1438, 1,
'Monaco')
;
|
|
|
6037 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1439, 1,
'Mongolia
');
|
|
|
6038 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1440, 1,
'Montserr
at');
|
|
|
6039 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1441, 1,
'Morocco'
);
|
|
|
6040 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1442, 1,
'Mozambiq
ue');
|
|
|
6041 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1443, 1,
'Myanmar'
);
|
|
|
6042 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1444, 1,
'Namibia'
);
|
|
|
6043 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1445, 1,
'Nauru');
|
|
|
6044 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1446, 1,
'Nepal');
|
|
|
6045 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1447, 1,
'Netherla
nds');
|
|
|
6046 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1448, 1,
'New Cale
donia');
|
|
|
6047 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1449, 1,
'New Zeal
and');
|
|
|
6048 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1450, 1,
'Nicaragu
a');
|
|
|
6049 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1451, 1,
'Niger');
|
|
|
6050 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1452, 1,
'Nigeria'
);
|
|
|
6051 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1453, 1,
'Niue');
|
|
|
6052 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1454, 1,
'Norfolk
Island');
|
|
|
6053 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1455, 1,
'Norway')
;
|
|
|
6054 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1456, 1,
'no data
given');
|
|
|
6055 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1457, 1,
'Oman');
|
|
|
6056 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1458, 1,
'Pakistan
');
|
|
|
6057 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1459, 1,
'Palau');
|
|
|
6058 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1460, 1,
'Panama')
;
|
|
|
6059 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1461, 1,
'Papua Ne
w Guinea')
;
|
|
|
6060 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1462, 1,
'Paraguay
');
|
|
|
6061 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1463, 1,
'Peru');
|
|
|
6062 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1464, 1,
'Philippi
nes');
|
|
|
6063 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1465, 1,
'Pitcairn
');
|
|
|
6064 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1466, 1,
'Poland')
;
|
|
|
6065 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1467, 1,
'Portugal
');
|
|
|
6066 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1468, 1,
'Puerto R
ico');
|
|
|
6067 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1469, 1,
'Qatar');
|
|
|
6068 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1470, 1,
'Reunion'
);
|
|
|
6069 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1471, 1,
'Romania'
);
|
|
|
6070 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1472, 1,
'Russia')
;
|
|
|
6071 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1473, 1,
'Rwanda')
;
|
|
|
6072 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1474, 1,
'Saint Lu
cia');
|
|
|
6073 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1475, 1,
'Samoa');
|
|
|
6074 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1476, 1,
'San Mari
no');
|
|
|
6075 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1477, 1,
'Saudi Ar
abia');
|
|
|
6076 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1478, 1,
'Senegal'
);
|
|
|
6077 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1479, 1,
'Seychell
es');
|
|
|
6078 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1480, 1,
'Sierra L
eone');
|
|
|
6079 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1481, 1,
'Singapor
e');
|
|
|
6080 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1482, 1,
'Slovakia
');
|
|
|
6081 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1483, 1,
'Solomon
Islands');
|
|
|
6082 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1484, 1,
'Somalia'
);
|
|
|
6083 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1485, 1,
'South Af
rica');
|
|
|
6084 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1486, 1,
'Spain');
|
|
|
6085 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1487, 1,
'Sri Lank
a');
|
|
|
6086 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1488, 1,
'St. Hele
na');
|
|
|
6087 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1489, 1,
'Sudan');
|
|
|
6088 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1490, 1,
'Suriname
');
|
|
|
6089 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1491, 1,
'Swazilan
d');
|
|
|
6090 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1492, 1,
'Sweden')
;
|
|
|
6091 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1493, 1,
'Switzerl
and');
|
|
|
6092 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1494, 1,
'Syria');
|
|
|
6093 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1495, 1,
'Taiwan')
;
|
|
|
6094 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1496, 1,
'Tajikist
an');
|
|
|
6095 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1497, 1,
'Tanzania
');
|
|
|
6096 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1498, 1,
'Thailand
');
|
|
|
6097 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1499, 1,
'Togo');
|
|
|
6098 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1500, 1,
'Tokelau'
);
|
|
|
6099 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1501, 1,
'Tonga');
|
|
|
6100 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1502, 1,
'Trinidad
and Tobag
o');
|
|
|
6101 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1503, 1,
'Tunisia'
);
|
|
|
6102 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1504, 1,
'Turkey')
;
|
|
|
6103 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1505, 1,
'Turkmeni
stan');
|
|
|
6104 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1506, 1,
'Tuvalu')
;
|
|
|
6105 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1507, 1,
'Uganda')
;
|
|
|
6106 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1508, 1,
'Ukraine'
);
|
|
|
6107 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1509, 1,
'United A
rab Emirat
es');
|
|
|
6108 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1510, 1,
'United K
ingdom');
|
|
|
6109 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1511, 1,
'USA');
|
|
|
6110 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1512, 1,
'Uruguay'
);
|
|
|
6111 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1513, 1,
'Uzbekist
an');
|
|
|
6112 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1514, 1,
'Vanuatu'
);
|
|
|
6113 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1515, 1,
'Vatican'
);
|
|
|
6114 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1516, 1,
'Venezuel
a');
|
|
|
6115 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1517, 1,
'Viet Nam
');
|
|
|
6116 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1518, 1,
'Virgin I
slands');
|
|
|
6117 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1519, 1,
'Western
Sahara');
|
|
|
6118 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1520, 1,
'Yemen');
|
|
|
6119 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1521, 1,
'Yugoslav
ia');
|
|
|
6120 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1522, 1,
'Zaire');
|
|
|
6121 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1523, 1,
'Zambia')
;
|
|
|
6122 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1524, 1,
'Zimbabwe
');
|
|
|
6123 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1810, 1,
'Netherla
nds Antill
es');
|
|
|
6124 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1811, 1,
'Bosnia a
nd Herzego
vina');
|
|
|
6125 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1812, 1,
'The Baha
mas');
|
|
|
6126 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1813, 1,
'Cocos (K
eeling) Is
lands');
|
|
|
6127 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1814, 1,
'Congo, D
emocratic
Republic o
f the');
|
|
|
6128 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1815, 1,
'Central
African Re
public');
|
|
|
6129 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1816, 1,
'Congo, R
epublic of
the');
|
|
|
6130 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1817, 1,
'Cote d''
Ivoire');
|
|
|
6131 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1818, 1,
'Falkland
Islands (
Islas Malv
inas)');
|
|
|
6132 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1819, 1,
'Micrones
ia, Federa
ted States
of');
|
|
|
6133 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1820, 1,
'French G
uiana');
|
|
|
6134 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1821, 1,
'The Gamb
ia');
|
|
|
6135 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1822, 1,
'South Ge
orgia and
the South
Sandwich I
slands');
|
|
|
6136 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1823, 1,
'Hong Kon
g (SAR)');
|
|
|
6137 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1824, 1,
'Heard Is
land and M
cDonald Is
lands');
|
|
|
6138 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1825, 1,
'British
Indian Oce
an Territo
ry');
|
|
|
6139 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1826, 1,
'Saint Ki
tts and Ne
vis');
|
|
|
6140 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1827, 1,
'Korea, N
orth');
|
|
|
6141 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1828, 1,
'Korea, S
outh');
|
|
|
6142 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1829, 1,
'Laos');
|
|
|
6143 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1830, 1,
'Libya');
|
|
|
6144 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1831, 1,
'Macedoni
a, The For
mer Yugosl
av Republi
c of');
|
|
|
6145 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1832, 1,
'Burma');
|
|
|
6146 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1833, 1,
'Macao');
|
|
|
6147 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1834, 1,
'Northern
Mariana I
slands');
|
|
|
6148 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1835, 1,
'French P
olynesia')
;
|
|
|
6149 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1836, 1,
'Saint Pi
erre and M
iquelon');
|
|
|
6150 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1837, 1,
'Pitcairn
Islands')
;
|
|
|
6151 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1838, 1,
'Palestin
ian Territ
ory, Occup
ied');
|
|
|
6152 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1839, 1,
'Saint He
lena');
|
|
|
6153 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1840, 1,
'Slovenia
');
|
|
|
6154 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1841, 1,
'Svalbard
');
|
|
|
6155 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1842, 1,
'Sao Tome
and Princ
ipe');
|
|
|
6156 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1843, 1,
'Turks an
d Caicos I
slands');
|
|
|
6157 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1844, 1,
'French S
outhern an
d Antarcti
c Lands');
|
|
|
6158 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1845, 1,
'United S
tates Mino
r Outlying
Islands')
;
|
|
|
6159 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1846, 1,
'United S
tates');
|
|
|
6160 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1847, 1,
'Holy See
(Vatican
City)');
|
|
|
6161 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1848, 1,
'Saint Vi
ncent and
the Grenad
ines');
|
|
|
6162 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1849, 1,
'British
Virgin Isl
ands');
|
|
|
6163 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1850, 1,
'Vietnam'
);
|
|
|
6164 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1851, 1,
'Wallis a
nd Futuna'
);
|
|
|
6165 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1525, 1,
'High Sch
ool gradua
te');
|
|
|
6166 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1526, 1,
'Some col
lege');
|
|
|
6167 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1527, 1,
'College
student');
|
|
|
6168 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1528, 1,
'AA (2 ye
ars colleg
e)');
|
|
|
6169 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1529, 1,
'BA/BS (4
years col
lege)');
|
|
|
6170 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1530, 1,
'Some gra
d school')
;
|
|
|
6171 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1531, 1,
'Grad sch
ool studen
t');
|
|
|
6172 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1532, 1,
'MA/MS/MB
A');
|
|
|
6173 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1533, 1,
'PhD/Post
doctorate
');
|
|
|
6174 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1534, 1,
'JD');
|
|
|
6175 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1535, 1,
'African'
);
|
|
|
6176 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1536, 1,
'African
American')
;
|
|
|
6177 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1537, 1,
'Asian');
|
|
|
6178 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1538, 1,
'Caucasia
n');
|
|
|
6179 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1539, 1,
'East Ind
ian');
|
|
|
6180 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1540, 1,
'Hispanic
');
|
|
|
6181 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1541, 1,
'Indian')
;
|
|
|
6182 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1542, 1,
'Latino')
;
|
|
|
6183 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1543, 1,
'Mediterr
anean');
|
|
|
6184 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1544, 1,
'Middle E
astern');
|
|
|
6185 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1545, 1,
'Mixed');
|
|
|
6186 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1546, 1,
'4''7" (1
40cm) or b
elow');
|
|
|
6187 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1547, 1,
'4''8" -
4''11" (14
1-150cm)')
;
|
|
|
6188 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1548, 1,
'5''0" -
5''3" (151
-160cm)');
|
|
|
6189 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1549, 1,
'5''4" -
5''7" (161
-170cm)');
|
|
|
6190 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1550, 1,
'5''8" -
5''11" (17
1-180cm)')
;
|
|
|
6191 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1551, 1,
'6''0" -
6''3" (181
-190cm)');
|
|
|
6192 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1552, 1,
'6''4" (1
91cm) or a
bove');
|
|
|
6193 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1553, 1,
'$10,000/
year and l
ess');
|
|
|
6194 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1554, 1,
'$10,000-
$30,000/ye
ar');
|
|
|
6195 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1555, 1,
'$30,000-
$50,000/ye
ar');
|
|
|
6196 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1556, 1,
'$50,000-
$70,000/ye
ar');
|
|
|
6197 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1557, 1,
'$70,000/
year and m
ore');
|
|
|
6198 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1558, 1,
'English'
);
|
|
|
6199 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1559, 1,
'Afrikaan
s');
|
|
|
6200 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1560, 1,
'Arabic')
;
|
|
|
6201 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1561, 1,
'Bulgaria
n');
|
|
|
6202 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1562, 1,
'Burmese'
);
|
|
|
6203 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1563, 1,
'Cantones
e');
|
|
|
6204 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1564, 1,
'Croatian
');
|
|
|
6205 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1565, 1,
'Danish')
;
|
|
|
6206 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1566, 1,
'Database
Error');
|
|
|
6207 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1567, 1,
'Dutch');
|
|
|
6208 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1568, 1,
'Esperant
o');
|
|
|
6209 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1569, 1,
'Estonian
');
|
|
|
6210 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1570, 1,
'Finnish'
);
|
|
|
6211 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1571, 1,
'French')
;
|
|
|
6212 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1572, 1,
'German')
;
|
|
|
6213 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1573, 1,
'Greek');
|
|
|
6214 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1574, 1,
'Gujrati'
);
|
|
|
6215 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1575, 1,
'Hebrew')
;
|
|
|
6216 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1576, 1,
'Hindi');
|
|
|
6217 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1577, 1,
'Hungaria
n');
|
|
|
6218 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1578, 1,
'Icelandi
c');
|
|
|
6219 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1579, 1,
'Indonesi
an');
|
|
|
6220 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1580, 1,
'Italian'
);
|
|
|
6221 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1581, 1,
'Japanese
');
|
|
|
6222 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1582, 1,
'Korean')
;
|
|
|
6223 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1583, 1,
'Latvian'
);
|
|
|
6224 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1584, 1,
'Lithuani
an');
|
|
|
6225 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1585, 1,
'Malay');
|
|
|
6226 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1586, 1,
'Mandarin
');
|
|
|
6227 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1587, 1,
'Marathi'
);
|
|
|
6228 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1588, 1,
'Moldovia
n');
|
|
|
6229 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1589, 1,
'Nepalese
');
|
|
|
6230 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1590, 1,
'Norwegia
n');
|
|
|
6231 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1591, 1,
'Persian'
);
|
|
|
6232 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1592, 1,
'Polish')
;
|
|
|
6233 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1593, 1,
'Portugue
se');
|
|
|
6234 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1594, 1,
'Punjabi'
);
|
|
|
6235 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1595, 1,
'Romanian
');
|
|
|
6236 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1596, 1,
'Russian'
);
|
|
|
6237 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1597, 1,
'Serbian'
);
|
|
|
6238 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1598, 1,
'Spanish'
);
|
|
|
6239 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1599, 1,
'Swedish'
);
|
|
|
6240 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1600, 1,
'Tagalog'
);
|
|
|
6241 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1601, 1,
'Taiwanes
e');
|
|
|
6242 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1602, 1,
'Tamil');
|
|
|
6243 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1603, 1,
'Telugu')
;
|
|
|
6244 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1604, 1,
'Thai');
|
|
|
6245 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1605, 1,
'Tongan')
;
|
|
|
6246 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1606, 1,
'Turkish'
);
|
|
|
6247 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1607, 1,
'Ukrainia
n');
|
|
|
6248 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1608, 1,
'Urdu');
|
|
|
6249 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1609, 1,
'Vietname
se');
|
|
|
6250 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1610, 1,
'Visayan'
);
|
|
|
6251 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1611, 1,
'Single')
;
|
|
|
6252 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1612, 1,
'Attached
');
|
|
|
6253 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1613, 1,
'Divorced
');
|
|
|
6254 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1614, 1,
'Married'
);
|
|
|
6255 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1615, 1,
'Separate
d');
|
|
|
6256 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1616, 1,
'Widow/er
');
|
|
|
6257 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1617, 1,
'Unconfir
med');
|
|
|
6258 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1618, 1,
'Approval
');
|
|
|
6259 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1619, 1,
'Active')
;
|
|
|
6260 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1620, 1,
'Suspende
d');
|
|
|
6261 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1621, 1,
'Rejected
');
|
|
|
6262 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1622, 1,
'Unconfir
med');
|
|
|
6263 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1623, 1,
'Approval
');
|
|
|
6264 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1624, 1,
'Active')
;
|
|
|
6265 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1625, 1,
'Suspende
d');
|
|
|
6266 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1626, 1,
'Rejected
');
|
|
|
6267 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1627, 1,
'Choose y
our profil
e type');
|
|
|
6268 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1628, 1,
'Activity
Partner')
;
|
|
|
6269 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1629, 1,
'Casual')
;
|
|
|
6270 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1630, 1,
'Friendsh
ip');
|
|
|
6271 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1631, 1,
'Marriage
');
|
|
|
6272 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1632, 1,
'Relation
ship');
|
|
|
6273 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1633, 1,
'Romance'
);
|
|
|
6274 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1634, 1,
'Travel P
artner');
|
|
|
6275 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1635, 1,
'Pen Pal'
);
|
|
|
6276 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1636, 1,
'Pen Pal'
);
|
|
|
6277 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1637, 1,
'Activity
Partner')
;
|
|
|
6278 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1638, 1,
'Casual')
;
|
|
|
6279 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1639, 1,
'Friendsh
ip');
|
|
|
6280 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1640, 1,
'Marriage
');
|
|
|
6281 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1641, 1,
'Relation
ship');
|
|
|
6282 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1642, 1,
'Romance'
);
|
|
|
6283 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1643, 1,
'Travel P
artner');
|
|
|
6284 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1644, 1,
'Pen Pal'
);
|
|
|
6285 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1645, 1,
'Adventis
t');
|
|
|
6286 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1646, 1,
'Agnostic
');
|
|
|
6287 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1647, 1,
'Atheist'
);
|
|
|
6288 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1648, 1,
'Baptist'
);
|
|
|
6289 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1649, 1,
'Buddhist
');
|
|
|
6290 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1650, 1,
'Caodaism
');
|
|
|
6291 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1651, 1,
'Catholic
');
|
|
|
6292 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1652, 1,
'Christia
n');
|
|
|
6293 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1653, 1,
'Hindu');
|
|
|
6294 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1654, 1,
'Iskcon')
;
|
|
|
6295 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1655, 1,
'Jainism'
);
|
|
|
6296 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1656, 1,
'Jewish')
;
|
|
|
6297 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1657, 1,
'Methodis
t');
|
|
|
6298 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1658, 1,
'Mormon')
;
|
|
|
6299 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1659, 1,
'Moslem')
;
|
|
|
6300 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1660, 1,
'Orthodox
');
|
|
|
6301 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1661, 1,
'Pentecos
tal');
|
|
|
6302 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1662, 1,
'Protesta
nt');
|
|
|
6303 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1663, 1,
'Quaker')
;
|
|
|
6304 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1664, 1,
'Scientol
ogy');
|
|
|
6305 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1665, 1,
'Shinto')
;
|
|
|
6306 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1666, 1,
'Sikhism'
);
|
|
|
6307 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1667, 1,
'Spiritua
l');
|
|
|
6308 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1668, 1,
'Taoism')
;
|
|
|
6309 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1669, 1,
'Wiccan')
;
|
|
|
6310 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1670, 1,
'Other');
|
|
|
6311 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1671, 1,
'No');
|
|
|
6312 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1672, 1,
'Rarely')
;
|
|
|
6313 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1673, 1,
'Often');
|
|
|
6314 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1674, 1,
'Very oft
en');
|
|
|
6315 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1675, 1,
'Allowed
actions');
|
|
|
6316 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1676, 1,
'Action')
;
|
|
|
6317 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1677, 1,
'Times al
lowed');
|
|
|
6318 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1678, 1,
'Period (
hours)');
|
|
|
6319 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1679, 1,
'Allowed
Since');
|
|
|
6320 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1680, 1,
'Allowed
Until');
|
|
|
6321 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1681, 1,
'No actio
ns allowed
for this
membership
');
|
|
|
6322 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1682, 1,
'no limit
');
|
|
|
6323 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1683, 1,
'send gre
etings');
|
|
|
6324 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1684, 1,
'use chat
');
|
|
|
6325 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1685, 1,
'use inst
ant messen
ger');
|
|
|
6326 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1686, 1,
'view pro
files');
|
|
|
6327 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1687, 1,
'use foru
m');
|
|
|
6328 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1688, 1,
'make sea
rch');
|
|
|
6329 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1689, 1,
'rate pho
tos');
|
|
|
6330 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1690, 1,
'send mes
sages');
|
|
|
6331 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1691, 1,
'view pho
tos');
|
|
|
6332 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1692, 1,
'use Ray
instant me
ssenger');
|
|
|
6333 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1693, 1,
'use Ray
video reco
rder');
|
|
|
6334 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1694, 1,
'use Ray
chat');
|
|
|
6335 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1695, 1,
'use gues
tbook');
|
|
|
6336 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1696, 1,
'view oth
er members
'' guestbo
oks');
|
|
|
6337 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1697, 1,
'get othe
r members'
' emails')
;
|
|
|
6338 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1698, 1,
'CONTACT
US');
|
|
|
6339 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1699, 1,
'Rate');
|
|
|
6340 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1700, 1,
'No new m
essages (<
a href="{0
}mail.php?
mode=inbox
">go to In
box</a>)')
;
|
|
|
6341 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1701, 1,
'No new g
reetings (
<a href="{
0}contacts
.php?show=
greet&
list=i">go
to My Gre
etings</a>
)');
|
|
|
6342 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1702, 1,
'No new f
riends (<a
href="{0}
contacts.p
hp?show=fr
iends">go
to My Frie
nds</a>)')
;
|
|
|
6343 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1703, 1,
'18-20');
|
|
|
6344 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1704, 1,
'21-25');
|
|
|
6345 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1705, 1,
'26-30');
|
|
|
6346 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1706, 1,
'31-35');
|
|
|
6347 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1707, 1,
'36-40');
|
|
|
6348 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1708, 1,
'41-45');
|
|
|
6349 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1709, 1,
'46-50');
|
|
|
6350 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1710, 1,
'51-55');
|
|
|
6351 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1711, 1,
'56-60');
|
|
|
6352 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1712, 1,
'61-65');
|
|
|
6353 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1713, 1,
'66-70');
|
|
|
6354 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1714, 1,
'71-75');
|
|
|
6355 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1715, 1,
'Aries');
|
|
|
6356 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1716, 1,
'Taurus')
;
|
|
|
6357 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1717, 1,
'Gemini')
;
|
|
|
6358 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1718, 1,
'Cancer')
;
|
|
|
6359 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1719, 1,
'Leo');
|
|
|
6360 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1720, 1,
'Virgo');
|
|
|
6361 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1721, 1,
'Libra');
|
|
|
6362 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1722, 1,
'Scorpio'
);
|
|
|
6363 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1723, 1,
'Sagittar
ius');
|
|
|
6364 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1724, 1,
'Capricor
n');
|
|
|
6365 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1725, 1,
'Aquarius
');
|
|
|
6366 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1726, 1,
'Pisces')
;
|
|
|
6367 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1727, 1,
'Zodiac')
;
|
|
|
6368 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1728, 1,
'<div sty
le="width:
80%">Your
current m
embership
(<b>{2}</b
>) doesn''
t allow yo
u to <b>{1
}</b>.</di
v>');
|
|
|
6369 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1729, 1,
'<div sty
le="width:
80%">You
are not cu
rrently an
active me
mber. Plea
se ask the
site <a h
ref="mailt
o:{7}">adm
inistrator
</a> to ma
ke you an
active mem
ber so you
can use t
his featur
e.</div>')
;
|
|
|
6370 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1730, 1,
'You have
reached y
our limit
for now. Y
our curren
t membersh
ip (<b>{2}
</b>) allo
ws you to
{1} no mor
e than {3}
times');
|
|
|
6371 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1731, 1,
'<div sty
le="width:
80%">Your
current m
embership
(<b>{2}</b
>) doesn''
t allow yo
u to <b>{1
}</b> unti
l <b>{6}</
b>.</div>'
);
|
|
|
6372 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1732, 1,
'<div sty
le="width:
80%">Your
current m
embership
(<b>{2}</b
>) doesn''
t allow yo
u to <b>{1
}</b> sinc
e <b>{5}</
b>.</div>'
);
|
|
|
6373 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1734, 1,
'Choose f
orum');
|
|
|
6374 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1735, 1,
'Module a
ccess erro
r');
|
|
|
6375 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1736, 1,
'Choose t
he forum t
o log in')
;
|
|
|
6376 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1737, 1,
'Choose t
he forum f
rom the fo
llowing:')
;
|
|
|
6377 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1738, 1,
'Dolphin
Administra
tor');
|
|
|
6378 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1739, 1,
'Get memb
ership');
|
|
|
6379 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1740, 1,
'Get new
membership
');
|
|
|
6380 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1741, 1,
'requires
{0} membe
rs');
|
|
|
6381 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1742, 1,
'No forum
s installe
d');
|
|
|
6382 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1743, 1,
'No chats
installed
');
|
|
|
6383 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1744, 1,
'<a href=
"getmem.ph
p">Click h
ere</a> to
change yo
ur members
hip status
');
|
|
|
6384 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1745, 1,
'Events')
;
|
|
|
6385 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1746, 1,
'No event
s availabl
e');
|
|
|
6386 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1747, 1,
'{0} phot
o');
|
|
|
6387 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1748, 1,
'No photo
');
|
|
|
6388 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1749, 1,
'Select e
vents to s
how');
|
|
|
6389 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1750, 1,
'Show eve
nts by cou
ntry');
|
|
|
6390 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1751, 1,
'Show all
events');
|
|
|
6391 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1752, 1,
'Show inf
o');
|
|
|
6392 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1753, 1,
'Particip
ants');
|
|
|
6393 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1754, 1,
'Choose p
articipant
s you like
d');
|
|
|
6394 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1755, 1,
'Status m
essage');
|
|
|
6395 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1756, 1,
'Appointe
d date/tim
e');
|
|
|
6396 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1757, 1,
'Place');
|
|
|
6397 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1758, 1,
'There ar
e no parti
cipants fo
r this eve
nt');
|
|
|
6398 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1759, 1,
'You are
not a part
icipant of
the speci
fied event
');
|
|
|
6399 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1760, 1,
'Apply ch
oice');
|
|
|
6400 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1761, 1,
'Event is
unavailab
le');
|
|
|
6401 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1762, 1,
'Event st
art');
|
|
|
6402 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1763, 1,
'Event en
d');
|
|
|
6403 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1764, 1,
'Ticket s
ale start'
);
|
|
|
6404 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1765, 1,
'Ticket s
ale end');
|
|
|
6405 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1766, 1,
'Responsi
ble person
');
|
|
|
6406 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1767, 1,
'Tickets
left');
|
|
|
6407 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1768, 1,
'Ticket p
rice');
|
|
|
6408 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1769, 1,
'Sale sta
tus');
|
|
|
6409 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1770, 1,
'Sale fin
ished');
|
|
|
6410 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1771, 1,
'Sale not
started y
et');
|
|
|
6411 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1772, 1,
'No ticke
ts left');
|
|
|
6412 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1773, 1,
'Event ha
s already
started');
|
|
|
6413 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1774, 1,
'Event ha
s already
finished')
;
|
|
|
6414 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1775, 1,
'You are
already a
participan
t of this
event. Her
e is your
personal U
nique ID f
or this ev
ent:');
|
|
|
6415 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1776, 1,
'You can
buy the ti
cket');
|
|
|
6416 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1777, 1,
'Buy tick
et');
|
|
|
6417 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1778, 1,
'Change')
;
|
|
|
6418 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1779, 1,
'Can''t c
hange part
icipant UI
D');
|
|
|
6419 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1780, 1,
'UID alre
ady exists
');
|
|
|
6420 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1781, 1,
'You succ
essfully p
urchased t
he Event t
icket, but
an e-mail
with even
t informat
ion wasn''
t sent. Do
n''t worry
, you can
view this
data on th
e event in
formation
page.');
|
|
|
6421 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1782, 1,
'Event pa
rticipants
');
|
|
|
6422 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1783, 1,
'Event UI
D');
|
|
|
6423 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1787, 1,
'Particip
ants you l
iked');
|
|
|
6424 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1788, 1,
'Show cal
endar');
|
|
|
6425 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1789, 1,
'Calendar
');
|
|
|
6426 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1790, 1,
'Sun');
|
|
|
6427 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1791, 1,
'Mon');
|
|
|
6428 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1792, 1,
'Tue');
|
|
|
6429 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1793, 1,
'Wed');
|
|
|
6430 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1794, 1,
'Thu');
|
|
|
6431 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1795, 1,
'Fri');
|
|
|
6432 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1796, 1,
'Sat');
|
|
|
6433 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1797, 1,
'Events t
ickets');
|
|
|
6434 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1798, 1,
'Invalid
module typ
e selected
');
|
|
|
6435 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1799, 1,
'Module d
irectory w
as not set
. Module m
ust be re-
configured
.');
|
|
|
6436 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1800, 1,
'Select m
odule type
');
|
|
|
6437 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1801, 1,
'Please l
ogin befor
e using Ra
y chat');
|
|
|
6438 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1802, 1,
'Ray is n
ot enabled
');
|
|
|
6439 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1803, 1,
'No modul
es of this
type inst
alled');
|
|
|
6440 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1804, 1,
'Module s
election')
;
|
|
|
6441 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1805, 1,
'Choose m
odule to l
og in');
|
|
|
6442 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1806, 1,
'Choose m
odule type
');
|
|
|
6443 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1807, 1,
'Module t
ype select
ion');
|
|
|
6444 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1808, 1,
'No modul
es found')
;
|
|
|
6445 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1809, 1,
'Ray is n
ot enabled
. Please <
a href="{0
}">select
another mo
dule</a>')
;
|
|
|
6446 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1852, 1,
'Check ou
t');
|
|
|
6447 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1853, 1,
'Membersh
ip purchas
e');
|
|
|
6448 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1854, 1,
'Event ti
cket purch
ase');
|
|
|
6449 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1855, 1,
'Credits
purchase')
;
|
|
|
6450 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1856, 1,
'Profiles
purchase'
);
|
|
|
6451 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1857, 1,
'Payment
descriptio
n');
|
|
|
6452 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1858, 1,
'Payment
amount');
|
|
|
6453 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1859, 1,
'Possible
subscript
ion period
');
|
|
|
6454 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1860, 1,
'Payment
info');
|
|
|
6455 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1861, 1,
'Payment
methods');
|
|
|
6456 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1862, 1,
'Credit b
alance');
|
|
|
6457 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1863, 1,
'Payment
amount in
credits');
|
|
|
6458 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1864, 1,
'recurrin
g payment'
);
|
|
|
6459 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1865, 1,
'recurrin
g not supp
orted');
|
|
|
6460 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1866, 1,
'recurrin
g not allo
wed');
|
|
|
6461 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1867, 1,
'Lifetime
');
|
|
|
6462 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1868, 1,
'every {0
} days');
|
|
|
6463 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1869, 1,
'Subscrip
tions');
|
|
|
6464 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1870, 1,
'Start da
te');
|
|
|
6465 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1871, 1,
'Period')
;
|
|
|
6466 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1872, 1,
'Charges
number');
|
|
|
6467 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1873, 1,
'Cancel')
;
|
|
|
6468 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1874, 1,
'Subscrip
tion cance
llation re
quest was
successful
ly sent');
|
|
|
6469 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1875, 1,
'Failed t
o send sub
scription
cancellati
on request
');
|
|
|
6470 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1876, 1,
'Message
Subject');
|
|
|
6471 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1877, 1,
'Customiz
e Profile'
);
|
|
|
6472 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1878, 1,
'Backgrou
nd color')
;
|
|
|
6473 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1879, 1,
'Backgrou
nd picture
');
|
|
|
6474 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1880, 1,
'Font col
or');
|
|
|
6475 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1881, 1,
'Font siz
e');
|
|
|
6476 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1882, 1,
'Font fam
ily');
|
|
|
6477 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1883, 1,
'Credit c
ard number
');
|
|
|
6478 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1884, 1,
'Expirati
on date');
|
|
|
6479 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1885, 1,
'You did
not receiv
e any mess
ages from
{0}');
|
|
|
6480 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1886, 1,
'You did
not write
any messag
e to {0}')
;
|
|
|
6481 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1887, 1,
'Your mes
sages to {
0}');
|
|
|
6482 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1888, 1,
'Messages
from {0}
to you');
|
|
|
6483 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1889, 1,
'Reset');
|
|
|
6484 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1890, 1,
'Customiz
e');
|
|
|
6485 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1891, 1,
'No rated
profiles
this week'
);
|
|
|
6486 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1892, 1,
'No rated
profiles
this month
');
|
|
|
6487 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1893, 1,
'Ray chat
');
|
|
|
6488 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1894, 1,
'Ray inst
ant messen
ger');
|
|
|
6489 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1895, 1,
'web comm
unity site
');
|
|
|
6490 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1896, 1,
'Powered
by <a href
="http://w
ww.boonex.
com/produc
ts/dolphin
/">Dolphin
Smart Com
munity Bui
lder</a> &
nbsp; <a h
ref="http:
//www.boon
ex.com/pro
ducts/orca
/">Orca In
teractive
Forum Scri
pt</a> &nb
sp; <a hre
f="http://
www.boonex
.com/produ
cts/ray/">
Ray Commun
ity Widget
Suite</a>
');
|
|
|
6491 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1897, 1,
'Welcome
to our onl
ine commun
ity. <a hr
ef="{0}{1}
">Join now
</a><br>to
enjoy the
exciting
features o
ffered by
our site:'
);
|
|
|
6492 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1898, 1,
'Profiles
with gall
eries and
audio/vide
o');
|
|
|
6493 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1899, 1,
'Personal
weblogs a
nd friends
-lists');
|
|
|
6494 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1900, 1,
'Audio/vi
deo chat,
IM and rec
order');
|
|
|
6495 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1901, 1,
'SPAM-blo
cking and
anti-SPAM
system');
|
|
|
6496 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1902, 1,
'ZIP-code
s search,
matchmakin
g and so m
uch more')
;
|
|
|
6497 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1903, 1,
'<strong>
Are you a
member?</s
trong> Log
in to your
member ac
count:');
|
|
|
6498 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1904, 1,
'Not a me
mber?');
|
|
|
6499 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1905, 1,
'username
');
|
|
|
6500 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1906, 1,
'Forgot u
sername or
password'
);
|
|
|
6501 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1907, 1,
'browse')
;
|
|
|
6502 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1908, 1,
'Previous
photo res
ults');
|
|
|
6503 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1909, 1,
'This Nic
kname alre
ady used !
!');
|
|
|
6504 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1910, 1,
'To compo
se new mes
sage for <
strong>{0}
</strong>
click <a h
ref="{2}co
mpose.php?
ID={1}">he
re</a>.');
|
|
|
6505 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1911, 1,
'Ray reco
rder');
|
|
|
6506 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1912, 1,
'Match');
|
|
|
6507 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1913, 1,
'Please e
nter you m
essage tex
t');
|
|
|
6508 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1914, 1,
'Profile
Comments')
;
|
|
|
6509 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1915, 1,
'Add new
event');
|
|
|
6510 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1916, 1,
'Title');
|
|
|
6511 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1917, 1,
'Venue ph
oto');
|
|
|
6512 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1918, 1,
'Female t
icket coun
t');
|
|
|
6513 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1919, 1,
'Male tic
ket count'
);
|
|
|
6514 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1920, 1,
'Couples
ticket cou
nt');
|
|
|
6515 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1921, 1,
'Please f
ill out al
l fields')
;
|
|
|
6516 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1922, 1,
'Wrong da
te format
or wrong d
ate order'
);
|
|
|
6517 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1923, 1,
'Error du
ring photo
resizing'
);
|
|
|
6518 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1924, 1,
'Audio fi
le success
fully dele
ted');
|
|
|
6519 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1926, 1,
'Read Com
ments');
|
|
|
6520 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1927, 1,
'Read New
Comments'
);
|
|
|
6521 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1928, 1,
'No album
s found');
|
|
|
6522 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1929, 1,
'Delete o
bject');
|
|
|
6523 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1930, 1,
'Poll cre
ated');
|
|
|
6524 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1931, 1,
'Maximum
number of
allowed po
lls reache
d');
|
|
|
6525 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1932, 1,
'controls
');
|
|
|
6526 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1933, 1,
'Are you
sure?');
|
|
|
6527 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1934, 1,
'no poll'
);
|
|
|
6528 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1935, 1,
'Question
');
|
|
|
6529 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1936, 1,
'Answer v
ariants');
|
|
|
6530 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1937, 1,
'add answ
er');
|
|
|
6531 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1938, 1,
'generate
poll');
|
|
|
6532 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1939, 1,
'Create p
oll');
|
|
|
6533 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1940, 1,
'random p
olls');
|
|
|
6534 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1941, 1,
'latest p
olls');
|
|
|
6535 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1942, 1,
'top poll
s');
|
|
|
6536 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1943, 1,
'No profi
le polls a
vailable.'
);
|
|
|
6537 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1944, 1,
'My polls
');
|
|
|
6538 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1945, 1,
'delete')
;
|
|
|
6539 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1946, 1,
'this pol
l');
|
|
|
6540 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1947, 1,
'loading
...');
|
|
|
6541 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1948, 1,
'Poll suc
cessfully
deleted');
|
|
|
6542 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1949, 1,
'make it'
);
|
|
|
6543 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1950, 1,
'use gall
ery');
|
|
|
6544 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1951, 1,
'view oth
er member
galleries'
);
|
|
|
6545 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1952, 1,
'Gallery
disabled f
or the mem
ber');
|
|
|
6546 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1953, 1,
'Original
letter');
|
|
|
6547 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1954, 1,
'Recipien
t');
|
|
|
6548 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1955, 1,
'All');
|
|
|
6549 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1956, 1,
'Fast and
secure on
line commu
nity');
|
|
|
6550 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1957, 1,
'Post a f
ree person
al ad');
|
|
|
6551 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1958, 1,
'Instantl
y find tha
t special
someone');
|
|
|
6552 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1959, 1,
'creating
lifestyle
communiti
es');
|
|
|
6553 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1961, 1,
'{0}''s G
allery');
|
|
|
6554 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1962, 1,
'friends
friends fr
iends frie
nds friend
s friends
friends fr
iends frie
nds friend
s friends
friends fr
iends frie
nds ');
|
|
|
6555 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1963, 1,
'private
private pr
ivate priv
ate privat
e private
private pr
ivate priv
ate privat
e private
private pr
ivate ');
|
|
|
6556 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1964, 1,
'To use G
allery you
need to<b
r />\r\n1)
Add New A
lbum,<br /
>\r\n2) Up
load objec
ts into th
e Album,<b
r />\r\n3)
Share the
album wit
h others.'
);
|
|
|
6557 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1966, 1,
'<b>Basic
objects G
uidelines<
/b>\r\n-On
ly send ph
oto files
with a JPG
, JPEG, BM
P, GIF, PN
G extensio
n.\r\n-Aud
io files w
ith a MP3,
WAV exten
sion.\r\n-
Video AVI
files.\r\
n{0}');
|
|
|
6558 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1967, 1,
'Please t
ype domain
without h
ttp://\r\n
for exampl
e: www.you
rdomain.co
m');
|
|
|
6559 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1968, 1,
'Forgot P
assword');
|
|
|
6560 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1969, 1,
'Log In')
;
|
|
|
6561 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1970, 1,
'About');
|
|
|
6562 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1971, 1,
'Photos')
;
|
|
|
6563 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1972, 1,
'Contact
Us');
|
|
|
6564 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1973, 1,
'Copyrigh
t © 2
007 Your C
ompany.');
|
|
|
6565 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1974, 1,
'random')
;
|
|
|
6566 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1975, 1,
'latest')
;
|
|
|
6567 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1976, 1,
'more onl
ine member
s');
|
|
|
6568 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1977, 1,
'COMMUNIT
Y');
|
|
|
6569 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1978, 1,
'MP3 Play
er');
|
|
|
6570 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1980, 1,
'You must
disable y
our popup
blocker so
ftware to
view RAY M
P3 Editor'
);
|
|
|
6571 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1981, 1,
'You must
disable y
our popup
blocker so
ftware to
view RAY M
P3 Admin')
;
|
|
|
6572 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1982, 1,
'Your mem
bership do
esn''t all
ow you to
read messa
ges. ');
|
|
|
6573 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1984, 1,
'{0} day(
s)');
|
|
|
6574 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1985, 1,
'{0} hour
(s)');
|
|
|
6575 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1986, 1,
'{0} minu
te(s)');
|
|
|
6576 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1987, 1,
'Successf
ully delet
ed {0} row
(s)');
|
|
|
6577 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1988, 1,
'Failed t
o delete r
ows');
|
|
|
6578 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1990, 1,
'age');
|
|
|
6579 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1991, 1,
'Best per
sonals scr
ipt ever!'
);
|
|
|
6580 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1992, 1,
'- post y
our own fr
ee ad with
photos');
|
|
|
6581 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1993, 1,
'- chat o
nline with
other mem
bers');
|
|
|
6582 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1994, 1,
'- talk p
rivately v
ia instant
messenger
');
|
|
|
6583 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1995, 1,
'- upload
voice and
video mes
sages');
|
|
|
6584 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1996, 1,
'- use ou
r great ma
tchmaking
system');
|
|
|
6585 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1997, 1,
'- surf t
he site in
multiple
languages'
);
|
|
|
6586 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1998, 1,
'- find s
ingles wit
h ZIP code
locator')
;
|
|
|
6587 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(1999, 1,
'- buy me
mbership o
r contact
stamps');
|
|
|
6588 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2000, 1,
'Failed t
o upload f
ile becaus
e it too b
ig.\r\nFil
e should b
e no bigge
r than {0}
KB');
|
|
|
6589 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2001, 1,
'Blog tit
le');
|
|
|
6590 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2002, 1,
'blog tex
t');
|
|
|
6591 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2003, 1,
'category
');
|
|
|
6592 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2004, 1,
'please f
ill in the
se fields
first');
|
|
|
6593 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2005, 1,
'please s
elect');
|
|
|
6594 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2006, 1,
'associat
ed image')
;
|
|
|
6595 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2007, 1,
'post com
ment permi
ssions');
|
|
|
6596 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2008, 1,
'read per
missions')
;
|
|
|
6597 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2009, 1,
'apply ch
anges');
|
|
|
6598 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2010, 1,
'add blog
');
|
|
|
6599 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2011, 1,
'Category
descripti
on');
|
|
|
6600 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2012, 1,
'Category
title');
|
|
|
6601 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2013, 1,
'max char
s');
|
|
|
6602 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2014, 1,
'add cate
gory');
|
|
|
6603 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2015, 1,
'{0}''s b
log');
|
|
|
6604 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2016, 1,
'edit cat
egory');
|
|
|
6605 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2017, 1,
'characte
rs left');
|
|
|
6606 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2018, 1,
'there is
nothing t
o view');
|
|
|
6607 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2019, 1,
'this blo
g only for
friends')
;
|
|
|
6608 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2020, 1,
'commenti
ng in this
blog allo
wed only f
or friends
');
|
|
|
6609 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2021, 1,
'you don'
't have pe
rmission t
o edit');
|
|
|
6610 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2022, 1,
'comments
of the bl
og deleted
successfu
lly');
|
|
|
6611 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2023, 1,
'failed t
o delete c
omments of
the blog'
);
|
|
|
6612 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2024, 1,
'blogs of
the categ
ory delete
d successf
ully');
|
|
|
6613 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2025, 1,
'failed t
o delete b
logs of th
e category
');
|
|
|
6614 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2026, 1,
'category
deleted')
;
|
|
|
6615 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2027, 1,
'failed t
o delete t
he categor
y');
|
|
|
6616 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2028, 1,
'category
successfu
lly added'
);
|
|
|
6617 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2029, 1,
'failed t
o add cate
gory');
|
|
|
6618 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2030, 1,
'changes
successful
ly applied
');
|
|
|
6619 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2031, 1,
'failed t
o add blog
');
|
|
|
6620 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2032, 1,
'comment
added succ
essfully')
;
|
|
|
6621 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2033, 1,
'failed t
o add comm
ent');
|
|
|
6622 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2034, 1,
'deleted
successful
ly');
|
|
|
6623 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2035, 1,
'failed t
o delete')
;
|
|
|
6624 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2036, 1,
'blog del
eted succe
ssfully');
|
|
|
6625 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2037, 1,
'failed t
o delete b
log');
|
|
|
6626 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2038, 1,
'blog dis
abled for
the member
');
|
|
|
6627 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2039, 1,
'edit blo
g');
|
|
|
6628 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2040, 1,
'Join Our
');
|
|
|
6629 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2041, 1,
'Find you
r friends,
');
|
|
|
6630 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2042, 1,
'share yo
ur interes
ts ');
|
|
|
6631 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2043, 1,
'and just
stay tune
d!');
|
|
|
6632 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2044, 1,
'communit
y!');
|
|
|
6633 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2045, 1,
'My Prese
nce');
|
|
|
6634 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2046, 1,
'Ray Pres
ence not a
llowed for
your memb
ership lev
el.');
|
|
|
6635 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2047, 1,
'use blog
');
|
|
|
6636 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2048, 1,
'Orca for
um');
|
|
|
6637 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2051, 1,
'My pages
');
|
|
|
6638 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2052, 1,
'Help');
|
|
|
6639 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2053, 1,
'Dolphin'
);
|
|
|
6640 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2054, 1,
'Smart Co
mmunity Bu
ilder');
|
|
|
6641 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2055, 1,
'Dolphin
has put on
its Chris
tmas cap a
nd<br />wi
shes every
one a Merr
y Christma
s!<br />Ha
ve a great
holiday w
ith your l
oved ones!
');
|
|
|
6642 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2056, 1,
'Not a me
mber yet?'
);
|
|
|
6643 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2057, 1,
'CLICK HE
RE');
|
|
|
6644 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2058, 1,
'more pro
files');
|
|
|
6645 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2059, 1,
'<b>Remem
ber ME</b>
');
|
|
|
6646 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2060, 1,
'Title sh
ould be {0
} characte
rs minimum
');
|
|
|
6647 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2061, 1,
'You have
reached t
he maximum
allowable
number fi
les to upl
oad');
|
|
|
6648 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2062, 1,
'photo');
|
|
|
6649 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2063, 1,
'video');
|
|
|
6650 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2064, 1,
'audio');
|
|
|
6651 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2065, 1,
'add new
{0}');
|
|
|
6652 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2066, 1,
'there is
no photo
that you c
an rate');
|
|
|
6653 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2067, 1,
'ratio');
|
|
|
6654 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2068, 1,
'My Pages
');
|
|
|
6655 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2069, 1,
'That is
MY COMMUNI
TY!');
|
|
|
6656 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2070, 1,
'download
');
|
|
|
6657 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2071, 1,
'UPLOAD M
EDIA');
|
|
|
6658 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2072, 1,
'delete {
0}');
|
|
|
6659 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2073, 1,
'make pri
mary');
|
|
|
6660 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2074, 1,
'Get Medi
a');
|
|
|
6661 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2075, 1,
'profile
media gall
ery');
|
|
|
6662 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2076, 1,
'Non-memb
er');
|
|
|
6663 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2077, 1,
'Standard
');
|
|
|
6664 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2078, 1,
'Promotio
n');
|
|
|
6665 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2079, 1,
'Your age
doesn''t
allow acce
ss to this
site');
|
|
|
6666 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2081, 1,
'Showing
results: <
b>{0}</b>
- <b>{1}</
b> of <b>{
2}</b>');
|
|
|
6667 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2082, 1,
'{0} grou
ps');
|
|
|
6668 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2083, 1,
'Groups')
;
|
|
|
6669 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2084, 1,
'My Group
s');
|
|
|
6670 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2085, 1,
'Group is
not found
');
|
|
|
6671 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2086, 1,
'Group is
not found
by ID');
|
|
|
6672 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2087, 1,
'Group is
hidden');
|
|
|
6673 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2088, 1,
'<div ali
gn="center
">Sorry, t
he group i
s hidden.
To make it
available
you must
be invited
by the cr
eator or m
ember of t
he group.<
/div>');
|
|
|
6674 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2089, 1,
'Category
');
|
|
|
6675 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2090, 1,
'Founded'
);
|
|
|
6676 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2091, 1,
'Members'
);
|
|
|
6677 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2092, 1,
'Group Cr
eator');
|
|
|
6678 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2093, 1,
'Group ti
tle');
|
|
|
6679 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2094, 1,
'Group ty
pe');
|
|
|
6680 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2095, 1,
'Public g
roup');
|
|
|
6681 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2096, 1,
'Private
group');
|
|
|
6682 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2097, 1,
'Group me
mbers');
|
|
|
6683 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2098, 1,
'View all
members')
;
|
|
|
6684 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2099, 1,
'Edit mem
bers');
|
|
|
6685 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2100, 1,
'Invite o
thers');
|
|
|
6686 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2101, 1,
'Upload i
mage');
|
|
|
6687 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2102, 1,
'Post top
ic');
|
|
|
6688 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2103, 1,
'Edit gro
up');
|
|
|
6689 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2104, 1,
'Resign g
roup');
|
|
|
6690 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2105, 1,
'Join gro
up');
|
|
|
6691 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2106, 1,
'Are you
sure you w
ant to res
ign from t
he group?'
);
|
|
|
6692 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2107, 1,
'Are you
sure you w
ant to joi
n the grou
p?');
|
|
|
6693 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2108, 1,
'Create G
roup');
|
|
|
6694 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2109, 1,
'The grou
p has been
successfu
lly create
d! Now you
can uploa
d a defaul
t group im
age or <a
href="{0}"
>go to gro
up home</a
>.');
|
|
|
6695 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2110, 1,
'Error oc
curred whi
le creatin
g the grou
p');
|
|
|
6696 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2111, 1,
'Edit Gro
up');
|
|
|
6697 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2112, 1,
'You''re
not the cr
eator');
|
|
|
6698 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2113, 1,
'Groups H
ome');
|
|
|
6699 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2114, 1,
'Groups c
ategories'
);
|
|
|
6700 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2115, 1,
'Keyword'
);
|
|
|
6701 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2116, 1,
'Advanced
search');
|
|
|
6702 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2117, 1,
'Groups g
allery');
|
|
|
6703 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2118, 1,
'You cann
ot view ga
llery sinc
e you''re
not a grou
p member')
;
|
|
|
6704 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2119, 1,
'Uploaded
by');
|
|
|
6705 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2120, 1,
'Set as t
humbnail')
;
|
|
|
6706 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2121, 1,
'Are you
sure you w
ant to del
ete this i
mage?');
|
|
|
6707 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2122, 1,
'Delete i
mage');
|
|
|
6708 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2123, 1,
'You cann
ot view gr
oup member
s since yo
u''re not
a group me
mber');
|
|
|
6709 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2124, 1,
'Group Cr
eator');
|
|
|
6710 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2125, 1,
'Are you
sure you w
ant to del
ete this m
ember?');
|
|
|
6711 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2126, 1,
'Delete m
ember');
|
|
|
6712 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2127, 1,
'Search G
roups');
|
|
|
6713 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2128, 1,
'Search b
y');
|
|
|
6714 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2129, 1,
'group na
me');
|
|
|
6715 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2130, 1,
'keyword'
);
|
|
|
6716 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2131, 1,
'- Any -'
);
|
|
|
6717 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2132, 1,
'Sort by'
);
|
|
|
6718 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2133, 1,
'popular'
);
|
|
|
6719 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2134, 1,
'newest')
;
|
|
|
6720 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2135, 1,
'<div ali
gn="center
">Sorry, n
o groups a
re found</
div>');
|
|
|
6721 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2136, 1,
'Groups s
earch resu
lts');
|
|
|
6722 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2137, 1,
'<div ali
gn="center
">There ar
e no group
s</div>');
|
|
|
6723 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2138, 1,
'Choose')
;
|
|
|
6724 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2139, 1,
'Open joi
n');
|
|
|
6725 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2140, 1,
'Hidden g
roup');
|
|
|
6726 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2141, 1,
'Members
can post i
mages');
|
|
|
6727 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2142, 1,
'Members
can invite
');
|
|
|
6728 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2143, 1,
'Group de
scription'
);
|
|
|
6729 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2144, 1,
'Group na
me already
exists');
|
|
|
6730 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2145, 1,
'Name is
required')
;
|
|
|
6731 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2146, 1,
'Category
is requir
ed');
|
|
|
6732 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2147, 1,
'Country
is require
d');
|
|
|
6733 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2148, 1,
'City is
required')
;
|
|
|
6734 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2149, 1,
'Group ti
tle is req
uired');
|
|
|
6735 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2150, 1,
'Country
doesn''t e
xist');
|
|
|
6736 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2151, 1,
'Category
doesn''t
exist');
|
|
|
6737 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2152, 1,
'Select f
ile');
|
|
|
6738 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2153, 1,
'Group ac
tion');
|
|
|
6739 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2154, 1,
'Error oc
curred whi
le uploadi
ng image t
o group ga
llery');
|
|
|
6740 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2155, 1,
'You shou
ld specify
file');
|
|
|
6741 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2156, 1,
'Upload i
mage to gr
oup galler
y');
|
|
|
6742 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2157, 1,
'Image ha
s been suc
cessfully
uploaded!'
);
|
|
|
6743 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2158, 1,
'You shou
ld select
correct im
age file')
;
|
|
|
6744 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2159, 1,
'Upload e
rror');
|
|
|
6745 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2160, 1,
'You must
choose a
file with
.jpeg, .gi
f, .png ex
tensions.'
);
|
|
|
6746 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2161, 1,
'You cann
ot upload
images bec
ause membe
rs of this
group are
not allow
ed to uplo
ad images'
);
|
|
|
6747 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2162, 1,
'You cann
ot upload
images bec
ause you''
re not a g
roup membe
r');
|
|
|
6748 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2163, 1,
'Error oc
curred whi
le joining
the group
');
|
|
|
6749 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2164, 1,
'You''re
already in
this grou
p');
|
|
|
6750 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2165, 1,
'Group jo
in');
|
|
|
6751 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2166, 1,
'Congratu
lations. Y
ou''re a g
roup membe
r now.');
|
|
|
6752 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2167, 1,
'Request
has been s
ent to the
group cre
ator. You
will becom
e an activ
e group me
mber after
approval.
');
|
|
|
6753 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2168, 1,
'Error oc
curred whi
le resigni
ng from th
e group');
|
|
|
6754 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2169, 1,
'You cann
ot resign
from the g
roup becau
se you''re
the creat
or');
|
|
|
6755 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2170, 1,
'Group re
sign');
|
|
|
6756 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2171, 1,
'You succ
essfully r
esigned fr
om the gro
up');
|
|
|
6757 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2172, 1,
'You cann
ot resign
from the g
roup becau
se you''re
not a gro
up member'
);
|
|
|
6758 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2173, 1,
'Group th
umbnail se
t');
|
|
|
6759 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2174, 1,
'You cann
ot set the
group thu
mbnail bec
ause you a
re not a g
roup creat
or');
|
|
|
6760 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2175, 1,
'Group im
age delete
');
|
|
|
6761 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2176, 1,
'You cann
ot delete
the image
because yo
u are not
the group
creator');
|
|
|
6762 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2177, 1,
'Error oc
curred whi
le deletin
g the grou
p member')
;
|
|
|
6763 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2178, 1,
'You cann
ot delete
yourself f
rom the gr
oup becaus
e you are
the group
creator');
|
|
|
6764 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2179, 1,
'You cann
ot delete
the group
member bec
ause you a
re not the
group cre
ator');
|
|
|
6765 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2180, 1,
'Group me
mber appro
ved');
|
|
|
6766 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2181, 1,
'Member h
as been su
ccessfully
approved'
);
|
|
|
6767 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2182, 1,
'Error oc
curred whi
le approvi
ng a membe
r');
|
|
|
6768 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2183, 1,
'An error
occurred.
The user
might have
resigned
from the g
roup prior
to obtain
ing your a
pproval.')
;
|
|
|
6769 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2184, 1,
'You cann
ot approve
the group
member be
cause you
are not th
e group cr
eator');
|
|
|
6770 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2185, 1,
'Group me
mber rejec
ted');
|
|
|
6771 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2186, 1,
'Member h
as been re
jected');
|
|
|
6772 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2187, 1,
'Error oc
curred whi
le rejecti
ng a membe
r');
|
|
|
6773 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2188, 1,
'You cann
ot reject
the group
member bec
ause you a
re not the
group cre
ator');
|
|
|
6774 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2189, 1,
'Group ac
tion error
');
|
|
|
6775 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2190, 1,
'Unknown
group acti
on');
|
|
|
6776 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2191, 1,
'Group na
me');
|
|
|
6777 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2192, 1,
'Please s
elect at l
east one s
earch para
meter');
|
|
|
6778 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2193, 1,
'Choose m
embers you
want to s
end an inv
itation to
');
|
|
|
6779 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2194, 1,
'<div ali
gn="center
">There ar
e no membe
rs in this
group</di
v>');
|
|
|
6780 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2195, 1,
'Back to
group');
|
|
|
6781 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2197, 1,
'Groups h
elp');
|
|
|
6782 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2198, 1,
'<b>Open
Join</b><b
r />\r\n<b
>Yes</b> -
you can c
hoose "yes
" if you w
ant users
to join yo
ur group w
ithout you
r approval
.<br />\r\
n<b>No</b>
- you can
choose "n
o" if you
want users
to join y
our group
only after
your appr
oval.');
|
|
|
6783 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2199, 1,
'<b>Hidde
n Group</b
><br />\r\
n<b>Yes</b
> - you ca
n choose &
quot;yes&q
uot; if yo
u want you
r group un
available
for viewin
g. You sho
uld invite
the membe
rs before
they can s
ee your gr
oup.<br />
\r\n<b>No<
/b> - you
can choose
"no&
quot; if y
ou want an
y member c
an see you
r group wh
ether he/s
he is a gr
oup member
or not.')
;
|
|
|
6784 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2200, 1,
'close wi
ndow');
|
|
|
6785 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2201, 1,
'<b>Membe
rs can inv
ite</b><br
/>\r\n<b>
Yes</b> -
if you cho
ose "
yes"
you allow
your group
''s member
s to invit
e other me
mbers with
out your a
pproval.<b
r />\r\n<b
>No</b> -
if you cho
ose "
no" y
ou will be
the only
person who
can invit
e others t
o your gro
up.');
|
|
|
6786 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2202, 1,
'<b>Membe
rs can pos
t images</
b><br />\r
\n<b>Yes</
b> - if yo
u choose &
quot;yes&q
uot; you a
llow membe
rs to post
images.<b
r />\r\n<b
>No</b> -
if you cho
ose "
no" o
nly you, t
he creator
, can post
images.')
;
|
|
|
6787 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2203, 1,
'<b>Publi
c group</b
><br />\r\
nYou can v
iew this g
roup and e
asily join
it');
|
|
|
6788 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2204, 1,
'<b>Priva
te group</
b><br />\r
\nYou can
view the g
roup but t
o become a
group mem
ber you ne
ed to be a
pproved by
the creat
or');
|
|
|
6789 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2205, 1,
'<b>Priva
te group</
b><br />\r
\nTo view
this group
you must
be invited
by the gr
oup creato
r or a mem
ber of thi
s group');
|
|
|
6790 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2206, 1,
'Group in
vite');
|
|
|
6791 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2207, 1,
'Your fri
ends');
|
|
|
6792 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2208, 1,
'Invite l
ist');
|
|
|
6793 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2209, 1,
'Add ->')
;
|
|
|
6794 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2210, 1,
'<- Remov
e');
|
|
|
6795 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2211, 1,
'Find mor
e...');
|
|
|
6796 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2212, 1,
'Send inv
ites');
|
|
|
6797 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2213, 1,
'Invites
succesfull
y sent');
|
|
|
6798 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2214, 1,
'You shou
ld specify
at least
one member
');
|
|
|
6799 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2215, 1,
'Group in
vite accep
ted');
|
|
|
6800 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2216, 1,
'You succ
esfully ac
cepted the
group inv
itation. N
ow you''re
an active
member of
this grou
p.');
|
|
|
6801 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2217, 1,
'Group in
vite accep
t error');
|
|
|
6802 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2218, 1,
'You cann
ot accept
group invi
te');
|
|
|
6803 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2219, 1,
'Group in
vite rejec
t');
|
|
|
6804 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2220, 1,
'You succ
esfully re
jected the
group inv
itation');
|
|
|
6805 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2221, 1,
'Quick Se
arch Membe
rs');
|
|
|
6806 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2222, 1,
'Enter se
arch param
eters');
|
|
|
6807 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2225, 1,
'Quick se
arch resul
ts');
|
|
|
6808 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2224, 1,
'Enter me
mber NickN
ame or ID'
);
|
|
|
6809 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2226, 1,
'Add memb
er');
|
|
|
6810 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2227, 1,
'Post a n
ew topic')
;
|
|
|
6811 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2228, 1,
'Group fo
rum');
|
|
|
6812 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2229, 1,
'View all
topics');
|
|
|
6813 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2230, 1,
'Hello, <
b>{0}</b>!
');
|
|
|
6814 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2231, 1,
'Top');
|
|
|
6815 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2232, 1,
'More pho
tos');
|
|
|
6816 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2233, 1,
'My accou
nt');
|
|
|
6817 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2234, 1,
'Submitte
d by {0}')
;
|
|
|
6818 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2235, 1,
'Members'
);
|
|
|
6819 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2236, 1,
'News');
|
|
|
6820 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2237, 1,
'Next pag
e');
|
|
|
6821 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2238, 1,
'Previous
page');
|
|
|
6822 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2239, 1,
'Group is
suspended
');
|
|
|
6823 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2240, 1,
'Sorry, g
roup is un
available
because it
was suspe
nded by si
te admin')
;
|
|
|
6824 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2241, 1,
'Status')
;
|
|
|
6825 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2242, 1,
'<b>Suspe
nded group
</b><br />
\r\nThe ad
ministrato
r of the s
ite has su
spended yo
ur group f
or some re
ason.<br /
>\r\nThis
means that
members w
ill not se
e your gro
up until t
he adminis
trator act
ivates it.
');
|
|
|
6826 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2243, 1,
'{0} prof
iles');
|
|
|
6827 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2244, 1,
'Tags');
|
|
|
6828 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2245, 1,
'You must
be an act
ive member
to create
groups');
|
|
|
6829 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2246, 1,
'More Tag
s');
|
|
|
6830 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2247, 1,
'Please')
;
|
|
|
6831 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2248, 1,
'No blogs
available
');
|
|
|
6832 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2249, 1,
'Blogs');
|
|
|
6833 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2250, 1,
'Author:
<b><a href
="{0}">{0}
</a></b>')
;
|
|
|
6834 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2251, 1,
'<img src
="{0}" /><
a href="{1
}">{2}</a>
');
|
|
|
6835 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2252, 1,
'<img src
="{0}" />{
1} comment
s');
|
|
|
6836 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2253, 1,
'More blo
gs');
|
|
|
6837 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2254, 1,
'Videos')
;
|
|
|
6838 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2255, 1,
'Forums')
;
|
|
|
6839 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2256, 1,
'{0} time
(s)');
|
|
|
6840 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2257, 1,
'My Accou
nt');
|
|
|
6841 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2258, 1,
'My Mail'
);
|
|
|
6842 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2259, 1,
'Inbox');
|
|
|
6843 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2260, 1,
'Sent');
|
|
|
6844 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2261, 1,
'Write');
|
|
|
6845 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2262, 1,
'I Blocke
d');
|
|
|
6846 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2263, 1,
'Blocked
Me');
|
|
|
6847 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2264, 1,
'Browse M
y Photos')
;
|
|
|
6848 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2265, 1,
'Upload P
hoto');
|
|
|
6849 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2266, 1,
'My Video
Gallery')
;
|
|
|
6850 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2267, 1,
'My Audio
');
|
|
|
6851 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2268, 1,
'My Event
s');
|
|
|
6852 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2269, 1,
'My Blog'
);
|
|
|
6853 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2270, 1,
'My Polls
');
|
|
|
6854 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2271, 1,
'My Guest
book');
|
|
|
6855 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2272, 1,
'My Greet
ings');
|
|
|
6856 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2273, 1,
'My Faves
');
|
|
|
6857 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2274, 1,
'My Frien
ds');
|
|
|
6858 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2275, 1,
'My Views
');
|
|
|
6859 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2276, 1,
'Who''s O
nline');
|
|
|
6860 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2277, 1,
'My Album
s');
|
|
|
6861 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2278, 1,
'Browse M
y Videos')
;
|
|
|
6862 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2279, 1,
'Browse M
y Audio');
|
|
|
6863 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2280, 1,
'Upload A
udio');
|
|
|
6864 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2281, 1,
'Photos')
;
|
|
|
6865 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2282, 1,
'Audio');
|
|
|
6866 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2283, 1,
'Albums')
;
|
|
|
6867 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2284, 1,
'Browse M
y Groups')
;
|
|
|
6868 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2285, 1,
'Browse A
ll Groups'
);
|
|
|
6869 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2286, 1,
'View My
Blog');
|
|
|
6870 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2287, 1,
'Add Cate
gory');
|
|
|
6871 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2288, 1,
'New Post
');
|
|
|
6872 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2289, 1,
'View My
Guestbook'
);
|
|
|
6873 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2290, 1,
'Add Post
');
|
|
|
6874 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2291, 1,
'Browse M
y Albums')
;
|
|
|
6875 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2292, 1,
'Add Albu
m');
|
|
|
6876 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2293, 1,
'I Greete
d');
|
|
|
6877 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2294, 1,
'Greeted
Me');
|
|
|
6878 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2295, 1,
'Faved Me
');
|
|
|
6879 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2296, 1,
'I Invite
d');
|
|
|
6880 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2297, 1,
'Invited
Me');
|
|
|
6881 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2298, 1,
'I Viewed
');
|
|
|
6882 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2299, 1,
'Viewed M
e');
|
|
|
6883 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2300, 1,
'Send Mes
sage');
|
|
|
6884 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2301, 1,
'Add To F
aves');
|
|
|
6885 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2302, 1,
'Invites
To Friends
');
|
|
|
6886 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2303, 1,
'Send A G
reeting');
|
|
|
6887 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2304, 1,
'Get E-ma
il');
|
|
|
6888 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2305, 1,
'Block Pr
ofile');
|
|
|
6889 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2306, 1,
'Report P
rofile');
|
|
|
6890 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2307, 1,
'Send To
Friend');
|
|
|
6891 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2308, 1,
'Actions'
);
|
|
|
6892 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2309, 1,
'Browse M
y Events')
;
|
|
|
6893 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2310, 1,
'Create N
ew Event')
;
|
|
|
6894 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2311, 1,
'Browse E
vents');
|
|
|
6895 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2312, 1,
'Events C
alendar');
|
|
|
6896 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2313, 1,
'Members
Polls');
|
|
|
6897 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2331, 1,
'Site Pol
ls');
|
|
|
6898 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2315, 1,
'Members
Polls');
|
|
|
6899 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2316, 1,
'Members
Polls');
|
|
|
6900 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2317, 1,
'Member P
oll');
|
|
|
6901 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2318, 1,
'Member P
oll');
|
|
|
6902 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2319, 1,
'Average
rating');
|
|
|
6903 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2320, 1,
'Your rat
ing');
|
|
|
6904 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2321, 1,
'Total vo
tes');
|
|
|
6905 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2322, 1,
'Previous
ly rated')
;
|
|
|
6906 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2323, 1,
'Recent V
ideos');
|
|
|
6907 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2324, 1,
'Top Phot
os');
|
|
|
6908 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2325, 1,
'Recent P
hotos');
|
|
|
6909 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2326, 1,
'My Conta
cts');
|
|
|
6910 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2327, 1,
'Couples'
);
|
|
|
6911 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2328, 1,
'Poll not
available
');
|
|
|
6912 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2329, 1,
'Flag');
|
|
|
6913 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2330, 1,
'Click to
sort');
|
|
|
6914 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2332, 1,
'Simple S
earch');
|
|
|
6915 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2333, 1,
'Advanced
Search');
|
|
|
6916 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2334, 1,
'Site Pol
l');
|
|
|
6917 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2335, 1,
'Top Grou
ps\r\n');
|
|
|
6918 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2336, 1,
'All Blog
s\r\n');
|
|
|
6919 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2337, 1,
'No membe
rs found h
ere');
|
|
|
6920 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2338, 1,
'You must
<a href="
{0}">Creat
e a Catego
ry</a> bef
ore making
a new pos
t to Blogs
');
|
|
|
6921 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2339, 1,
'No profi
le tags fo
und');
|
|
|
6922 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2340, 1,
'Bookmark
');
|
|
|
6923 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2341, 1,
'or');
|
|
|
6924 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2342, 1,
'Classifi
eds');
|
|
|
6925 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2343, 1,
'Recently
Posted');
|
|
|
6926 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2344, 1,
'Events')
;
|
|
|
6927 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2345, 1,
'Feedback
');
|
|
|
6928 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2346, 1,
'Contact
us');
|
|
|
6929 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2347, 1,
'Sorry, y
ou''ve alr
eady joine
d');
|
|
|
6930 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2348, 1,
'Profile
details');
|
|
|
6931 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2349, 1,
'Age');
|
|
|
6932 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2350, 1,
'answer')
;
|
|
|
6933 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2351, 1,
'Member p
hotos');
|
|
|
6934 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2352, 1,
'To The C
ommunity')
;
|
|
|
6935 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2353, 1,
'Classifi
eds');
|
|
|
6936 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2354, 1,
'Classifi
eds');
|
|
|
6937 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2355, 1,
'Classifi
eds Advert
isements f
ield');
|
|
|
6938 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2356, 1,
'Advanced
Search');
|
|
|
6939 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2357, 1,
'Browse A
ll Ads');
|
|
|
6940 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2358, 1,
'My Class
ifieds');
|
|
|
6941 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2359, 1,
'Browse M
y Ads');
|
|
|
6942 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2360, 1,
'Post New
Advertise
ment');
|
|
|
6943 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2361, 1,
'Browse A
ll Members
');
|
|
|
6944 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2362, 1,
'Categori
es');
|
|
|
6945 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2363, 1,
'Keywords
');
|
|
|
6946 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2364, 1,
'Posted b
y');
|
|
|
6947 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2365, 1,
'Details'
);
|
|
|
6948 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2366, 1,
'Admin Lo
cal Area')
;
|
|
|
6949 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2367, 1,
'My Adver
tisements'
);
|
|
|
6950 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2368, 1,
'Life Tim
e');
|
|
|
6951 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2369, 1,
'Message'
);
|
|
|
6952 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2370, 1,
'Pictures
');
|
|
|
6953 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2371, 1,
'Send the
se files')
;
|
|
|
6954 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2372, 1,
'Add more
pics');
|
|
|
6955 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2373, 1,
'Filtered
');
|
|
|
6956 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2374, 1,
'Listing'
);
|
|
|
6957 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2375, 1,
'Out');
|
|
|
6958 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2376, 1,
'of');
|
|
|
6959 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2377, 1,
'SubCateg
ories');
|
|
|
6960 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2378, 1,
'Moderati
ng (new me
ssages)');
|
|
|
6961 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2379, 1,
'Add');
|
|
|
6962 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2380, 1,
'Add this
');
|
|
|
6963 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2381, 1,
'Desctipt
ion');
|
|
|
6964 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2382, 1,
'CustomFi
eld1');
|
|
|
6965 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2383, 1,
'CustomFi
eld2');
|
|
|
6966 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2384, 1,
'Apply');
|
|
|
6967 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2385, 1,
'Activate
');
|
|
|
6968 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2386, 1,
'Entity')
;
|
|
|
6969 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2387, 1,
'Back');
|
|
|
6970 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2388, 1,
'Tree Cla
ssifieds B
rowse');
|
|
|
6971 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2389, 1,
'Equal');
|
|
|
6972 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2390, 1,
'Max');
|
|
|
6973 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2391, 1,
'Min');
|
|
|
6974 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2392, 1,
'Could no
t successf
ully run q
uery {0} f
rom DB: {1
}');
|
|
|
6975 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2393, 1,
' Your ad
will be a
ctive for
{0} days')
;
|
|
|
6976 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2394, 1,
'File: {0
} very lar
ge to uplo
ad.<br>');
|
|
|
6977 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2395, 1,
'Advertis
ement succ
essfully a
dded');
|
|
|
6978 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2396, 1,
'Failed t
o Insert A
dvertiseme
nt');
|
|
|
6979 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2397, 1,
'Advertis
ement succ
essfully d
eleted');
|
|
|
6980 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2398, 1,
'_Failed
to Delete
Advertisem
ent');
|
|
|
6981 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2399, 1,
'Tree Cla
ssifieds B
rowse');
|
|
|
6982 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2400, 1,
'Moderati
ng (new me
ssages)');
|
|
|
6983 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2401, 1,
'Advertis
ement succ
essfully a
ctivated')
;
|
|
|
6984 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2402, 1,
'Failed t
o Activate
Advertise
ment');
|
|
|
6985 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2403, 1,
'Advertis
ement succ
essfully u
pdated');
|
|
|
6986 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2404, 1,
'Failed t
o Update A
dvertiseme
nt');
|
|
|
6987 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2405, 1,
'Filter')
;
|
|
|
6988 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2406, 1,
'choose')
;
|
|
|
6989 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2407, 1,
'Are you
sure');
|
|
|
6990 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2408, 1,
'Apply Ch
anges');
|
|
|
6991 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2409, 1,
'Offer De
tails');
|
|
|
6992 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2410, 1,
'Congratu
lations! Y
our accoun
t has been
successfu
lly confir
med.<br />
<br />It w
ill be act
ivated wit
hin 12 hou
rs. Our ad
ministrato
rs will pe
rsonally l
ook throug
h your det
ails to ma
ke sure yo
u have set
everythin
g correctl
y. This he
lps {0} be
the most
accurate c
ommunity s
ervice in
the world.
We care a
bout the q
uality of
our profil
es and gua
rantee tha
t every us
er of our
system is
real, so i
f you purc
hase someo
ne''s cont
act inform
ation, you
can be su
re that yo
ur money i
sn''t wast
ed.');
|
|
|
6993 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2411, 1,
'Congratu
lations!<b
r /><br />
Your accou
nt has bee
n successf
ully confi
rmed and a
ctivated.<
br />You c
an log int
o your acc
ount now.'
);
|
|
|
6994 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2412, 1,
'wholesal
e');
|
|
|
6995 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2413, 1,
'You have
chosen th
e "Buy Now
" option t
o purchase
the item
above. If
you wish t
o proceed
and make a
n immediat
e purchase
of this i
tem at the
price lis
ted below,
please cl
ick the "B
uy Now" bu
tton. This
will clos
e the auct
ion allowi
ng you and
the selle
r to compl
ete the tr
ansaction.
');
|
|
|
6996 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2414, 1,
'Buy Now
Amount Det
ails:');
|
|
|
6997 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2415, 1,
'Your "Bu
y it Now"
bid has be
en receive
d. Please
contact th
e seller t
o complete
the trans
action.');
|
|
|
6998 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2416, 1,
'Comment
was succes
sfully add
ed');
|
|
|
6999 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2417, 1,
'Comment
addition f
ailed');
|
|
|
7000 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2418, 1,
'Leave yo
ur comment
');
|
|
|
7001 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2419, 1,
'Post Com
ment');
|
|
|
7002 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2420, 1,
'Unit');
|
|
|
7003 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2421, 1,
'Users ot
her listin
g');
|
|
|
7004 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2422, 1,
'Subject
is require
d');
|
|
|
7005 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2423, 1,
'Message
must be at
least 50
symbols');
|
|
|
7006 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2424, 1,
'Manage c
lassifieds
');
|
|
|
7007 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2425, 1,
'Befriend
');
|
|
|
7008 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2426, 1,
'Send Let
ter');
|
|
|
7009 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2427, 1,
'Fave');
|
|
|
7010 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2428, 1,
'Share');
|
|
|
7011 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2429, 1,
'Report')
;
|
|
|
7012 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2430, 1,
'seconds
ago');
|
|
|
7013 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2431, 1,
'minutes
ago');
|
|
|
7014 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2432, 1,
'hours ag
o');
|
|
|
7015 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2433, 1,
'days ago
');
|
|
|
7016 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2434, 1,
'Info');
|
|
|
7017 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2435, 1,
'Profile
Music');
|
|
|
7018 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2436, 1,
'Profile
Videos');
|
|
|
7019 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2437, 1,
'Profile
Photos');
|
|
|
7020 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2438, 1,
'Chat Now
');
|
|
|
7021 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2439, 1,
'Greeting
');
|
|
|
7022 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2440, 1,
'Advertis
ement');
|
|
|
7023 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2441, 1,
'Buy Now'
);
|
|
|
7024 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2442, 1,
'Account
Home');
|
|
|
7025 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2443, 1,
'My Setti
ngs');
|
|
|
7026 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2444, 1,
'_Members
3');
|
|
|
7027 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2445, 1,
'Test');
|
|
|
7028 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2446, 1,
'All Memb
ers');
|
|
|
7029 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2447, 1,
'All Grou
ps');
|
|
|
7030 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2448, 1,
'All Vide
os');
|
|
|
7031 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2449, 1,
'No video
');
|
|
|
7032 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2465, 1,
'Browse V
ideo');
|
|
|
7033 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2466, 1,
'File was
added to
favorite')
;
|
|
|
7034 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2467, 1,
'File alr
eady is a
favorite')
;
|
|
|
7035 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2468, 1,
'Enter em
ail(s)');
|
|
|
7036 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2469, 1,
'view Vid
eo');
|
|
|
7037 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2470, 1,
'See all
videos of
this user'
);
|
|
|
7038 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2471, 1,
'File tit
le');
|
|
|
7039 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2472, 1,
'File tag
s');
|
|
|
7040 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2473, 1,
'Upload F
iles');
|
|
|
7041 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2474, 1,
'Page');
|
|
|
7042 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2475, 1,
'Music fi
les');
|
|
|
7043 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2476, 1,
'Browse m
usic files
');
|
|
|
7044 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2477, 1,
'Playback
s');
|
|
|
7045 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2478, 1,
'Upload P
hoto');
|
|
|
7046 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2479, 1,
'Boards')
;
|
|
|
7047 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2480, 1,
'All Clas
sifieds');
|
|
|
7048 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2481, 1,
'Add Clas
sified');
|
|
|
7049 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2482, 1,
'Music');
|
|
|
7050 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2483, 1,
'All Musi
c');
|
|
|
7051 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2484, 1,
'Upload M
usic');
|
|
|
7052 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2485, 1,
'All Phot
os');
|
|
|
7053 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2486, 1,
'Top Blog
s');
|
|
|
7054 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2487, 1,
'All Even
ts');
|
|
|
7055 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2488, 1,
'Add Even
t');
|
|
|
7056 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2489, 1,
'All Poll
s');
|
|
|
7057 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2490, 1,
'Profile
Music');
|
|
|
7058 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2491, 1,
'Guestboo
k');
|
|
|
7059 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2492, 1,
'File des
cription')
;
|
|
|
7060 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2493, 1,
'Upload V
ideo');
|
|
|
7061 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2494, 1,
'Upload F
ile');
|
|
|
7062 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2495, 1,
'Sorry, n
othing fou
nd');
|
|
|
7063 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2496, 1,
'File was
uploaded
succesfull
y');
|
|
|
7064 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2497, 1,
'Added');
|
|
|
7065 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2498, 1,
'URL');
|
|
|
7066 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2499, 1,
'Embed');
|
|
|
7067 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2500, 1,
'Views');
|
|
|
7068 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2501, 1,
'Video In
fo');
|
|
|
7069 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2502, 1,
'Download
');
|
|
|
7070 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2503, 1,
'File inf
o was sent
');
|
|
|
7071 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2504, 1,
'Latest f
iles from
this user'
);
|
|
|
7072 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2505, 1,
'View Com
ments');
|
|
|
7073 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2506, 1,
'Upload M
usic');
|
|
|
7074 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2507, 1,
'Browse P
hoto');
|
|
|
7075 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2508, 1,
'Upload f
ailed');
|
|
|
7076 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2509, 1,
'Photo In
fo');
|
|
|
7077 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2510, 1,
'View Pho
to');
|
|
|
7078 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2511, 1,
'Music Fi
le Info');
|
|
|
7079 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2512, 1,
'View Mus
ic');
|
|
|
7080 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2513, 1,
'My Favor
ite Photos
');
|
|
|
7081 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2514, 1,
'My Music
Gallery')
;
|
|
|
7082 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2515, 1,
'Ray Chat
');
|
|
|
7083 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2516, 1,
'Photo');
|
|
|
7084 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2517, 1,
'Resize s
uccesful')
;
|
|
|
7085 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2518, 1,
'Make Pri
mary');
|
|
|
7086 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2519, 1,
'See all
photos of
this user'
);
|
|
|
7087 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2520, 1,
'Untitled
');
|
|
|
7088 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2521, 1,
'Original
Size');
|
|
|
7089 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2522, 1,
'Rate');
|
|
|
7090 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2523, 1,
'Advertis
ement Phot
os');
|
|
|
7091 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2524, 1,
'Comments
');
|
|
|
7092 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2525, 1,
'Users Ot
her Listin
gs');
|
|
|
7093 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2526, 1,
'Top Vide
os');
|
|
|
7094 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2527, 1,
'Top Musi
c');
|
|
|
7095 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2528, 1,
'Profile
Photos');
|
|
|
7096 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2529, 1,
'Profile
Music');
|
|
|
7097 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2530, 1,
'Profile
Video');
|
|
|
7098 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2531, 1,
'You have
successfu
lly joined
this Even
t');
|
|
|
7099 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2532, 1,
'List');
|
|
|
7100 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2533, 1,
'Event');
|
|
|
7101 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2534, 1,
'Post Eve
nt');
|
|
|
7102 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2535, 1,
'By');
|
|
|
7103 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2536, 1,
'Please W
ait');
|
|
|
7104 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2537, 1,
'Vote');
|
|
|
7105 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2538, 1,
'My Favor
ite Photos
');
|
|
|
7106 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2539, 1,
'My Favor
ite Videos
');
|
|
|
7107 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2540, 1,
'My Favor
ite Music'
);
|
|
|
7108 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2541, 1,
'Music Ga
llery');
|
|
|
7109 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2542, 1,
'Photos G
allery');
|
|
|
7110 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2543, 1,
'Video Ga
llery');
|
|
|
7111 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2544, 1,
'Post');
|
|
|
7112 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2545, 1,
'Caption'
);
|
|
|
7113 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2546, 1,
'Please,
Create a B
log');
|
|
|
7114 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2547, 1,
'Create M
y Blog');
|
|
|
7115 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2548, 1,
'Create B
log');
|
|
|
7116 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2549, 1,
'Posts');
|
|
|
7117 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2554, 1,
'{0} Phot
os');
|
|
|
7118 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2555, 1,
'Top Post
s');
|
|
|
7119 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2564, 1,
'{0} Info
');
|
|
|
7120 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2568, 1,
'BoonEx N
ews');
|
|
|
7121 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2569, 1,
'Visit So
urce');
|
|
|
7122 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2570, 1,
'post suc
cessfully
deleted');
|
|
|
7123 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2571, 1,
'failed t
o delete p
ost');
|
|
|
7124 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2572, 1,
'failed t
o add post
');
|
|
|
7125 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2573, 1,
'post suc
cessfully
added');
|
|
|
7126 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2574, 1,
'Leaders'
);
|
|
|
7127 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2575, 1,
'Day');
|
|
|
7128 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2576, 1,
'Month');
|
|
|
7129 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2577, 1,
'Week');
|
|
|
7130 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2578, 1,
'No rated
profiles
today');
|
|
|
7131 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2579, 1,
'This may
be a hack
er string'
);
|
|
|
7132 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2581, 1,
'Write a
descriptio
n for your
Blog.');
|
|
|
7133 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2582, 1,
'Error Oc
cured');
|
|
|
7134 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2584, 1,
'Forum Po
sts');
|
|
|
7135 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2585, 1,
'Create a
<a href="
{0}">BoonE
x ID</a> f
or me');
|
|
|
7136 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2586, 1,
'Get Boon
Ex ID');
|
|
|
7137 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2587, 1,
'Import B
oonEx ID')
;
|
|
|
7138 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2588, 1,
'Import')
;
|
|
|
7139 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2589, 1,
'Posted')
;
|
|
|
7140 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2590, 1,
'No artic
les availa
ble');
|
|
|
7141 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2591, 1,
'Read All
Articles'
);
|
|
|
7142 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2592, 1,
'Shared P
hotos');
|
|
|
7143 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2593, 1,
'Shared V
ideos');
|
|
|
7144 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2594, 1,
'Shared M
usic Files
');
|
|
|
7145 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2595, 1,
'This Wee
k');
|
|
|
7146 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2596, 1,
'This Mon
th');
|
|
|
7147 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2597, 1,
'This Yea
r');
|
|
|
7148 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2598, 1,
'Topics')
;
|
|
|
7149 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2599, 1,
'No tags
found here
');
|
|
|
7150 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2600, 1,
'Ads');
|
|
|
7151 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2601, 1,
'New Toda
y');
|
|
|
7152 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2602, 1,
'Photo Ga
llery');
|
|
|
7153 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2603, 1,
'No class
ifieds ava
ilable');
|
|
|
7154 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2604, 1,
'No group
s availabl
e');
|
|
|
7155 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2605, 1,
'My Music
Gallery')
;
|
|
|
7156 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2606, 1,
'My Photo
Gallery')
;
|
|
|
7157 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2607, 1,
'My Video
Gallery')
;
|
|
|
7158 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2608, 1,
'Count');
|
|
|
7159 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2609, 1,
'Site Sta
ts');
|
|
|
7160 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2610, 1,
'I agree'
);
|
|
|
7161 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2611, 1,
'{0} Uplo
ad Agreeme
nt');
|
|
|
7162 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2612, 1,
'The term
s of the A
greement i
n a nutshe
ll:\r\n1.
You have p
ermission
to upload
the materi
al, or you
have obta
ined permi
ssion from
the relev
ant rights
holder(s)
.\r\n2. {0
} may use
your mater
ial for it
s content
and you ha
ve the rig
ht to prov
ide this m
aterial fo
r free dow
nloads.\r\
n3. The li
st of PROH
IBITED act
ions.\r\n\
r\n1. LICE
NSED MATER
IAL\r\nWhe
n uploadin
g licensed
material
you confir
m that you
have the
right or p
ermission
to upload
it. You co
nfirm that
your mate
rial can b
e used by
you and ha
s not been
stolen. Y
ou are onl
y responsi
ble for th
e uploaded
material
and, in ca
se someone
declares
that the m
aterial ha
s been sto
len and wi
ll provide
us with a
ll the lic
ense docum
ents, {0}
has the ri
ght to rem
ove your f
iles and p
rovide the
material
owner with
your cont
act inform
ation. \r\
n\r\n2. GR
ANTING OF
LICENSE\r\
n\r\nWhen
uploading
the materi
al, you pr
ovide {0}
and its me
mbers with
the right
to use it
. You unde
rstand tha
t our site
is an ope
n site, th
erefore yo
u agree th
at the mat
erial uplo
aded by yo
u can be d
ownloaded
and used b
y other si
te members
. {0} isn&
#8217;t re
sponsible
for the us
age of you
r material
on third
party site
s. \r\n\r\
n3. STRONG
LY PROHIBI
TED\r\n\r\
n- Media f
iles havin
g negative
or any ot
her psycho
logical or
mental in
fluence.\r
\n- Media
files cont
aining chi
ldren''s p
orno. \r\n
- Media co
ntaining n
aked views
of you or
your chil
dren.\r\nI
f you do n
ot agree w
ith these
stipulatio
ns, you ma
y not uplo
ad any med
ia files.'
);
|
|
|
7163 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2613, 1,
'Event De
leted');
|
|
|
7164 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2614, 1,
'Tags');
|
|
|
7165 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2615, 1,
'Tags sep
arated by
spaces');
|
|
|
7166 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2616, 1,
'You must
enter you
r Tags');
|
|
|
7167 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2617, 1,
'Member F
riends');
|
|
|
7168 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2618, 1,
'Select')
;
|
|
|
7169 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2619, 1,
'Join Now
');
|
|
|
7170 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2620, 1,
'Tag');
|
|
|
7171 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2621, 1,
'Sorry, n
o members
found');
|
|
|
7172 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2622, 1,
'Sorry, y
ou didn''t
post any
ads');
|
|
|
7173 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2623, 1,
'Password
confirmat
ion failed
');
|
|
|
7174 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2624, 1,
'Change P
assword');
|
|
|
7175 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2625, 1,
'Blog Pos
t successf
ully updat
ed');
|
|
|
7176 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2626, 1,
'Failed t
o update B
log Post')
;
|
|
|
7177 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2627, 1,
'Your age
doesn''t
allow acce
ss to this
site');
|
|
|
7178 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2628, 1,
'Requeste
d File Doe
sn''t Exis
t');
|
|
|
7179 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2629, 1,
'Admin Pa
nel');
|
|
|
7180 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2630, 1,
'File upl
oad error'
);
|
|
|
7181 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2631, 1,
'send gre
etings');
|
|
|
7182 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2632, 1,
'AddMainC
ategory su
ccessfully
added');
|
|
|
7183 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2633, 1,
'Failed t
o Insert A
ddMainCate
gory');
|
|
|
7184 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2634, 1,
'AddSubCa
tegory suc
cessfully
added');
|
|
|
7185 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2635, 1,
'Failed t
o Insert A
ddSubCateg
ory');
|
|
|
7186 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2636, 1,
'DeleteMa
inCategory
was succe
ssfully');
|
|
|
7187 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2637, 1,
'Failed t
o DeleteMa
inCategory
');
|
|
|
7188 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2638, 1,
'DeleteSu
bCategory
was succes
sfully');
|
|
|
7189 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2639, 1,
'Failed t
o DeleteSu
bCategory'
);
|
|
|
7190 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2640, 1,
'Add New
Article');
|
|
|
7191 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2641, 1,
'Category
Caption')
;
|
|
|
7192 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2642, 1,
'Articles
Deleted S
uccessfull
y');
|
|
|
7193 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2643, 1,
'Articles
are not d
eleted');
|
|
|
7194 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2644, 1,
'Category
Deleted S
uccessfull
y');
|
|
|
7195 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2645, 1,
'Category
are not d
eleted');
|
|
|
7196 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2646, 1,
'Hot or N
ot');
|
|
|
7197 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2647, 1,
'Affiliat
e system w
as disable
d');
|
|
|
7198 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2648, 1,
'Descripti
on');
|
|
|
7199 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2649, 1,
'Mutual Fr
iends');
|
|
|
7200 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2650, 1,
'Photo Act
ions');
|
|
|
7201 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2651, 1,
'Notificat
ion');
|
|
|
7202 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2652, 1,
'You have
successful
ly unsubsc
ribe from
Event');
|
|
|
7203 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2653, 1,
'Unsubscri
be');
|
|
|
7204 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2654, 1,
'Inactive
Story');
|
|
|
7205 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2655, 1,
'Profile V
ideos');
|
|
|
7206 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2656, 1,
'My Flags'
);
|
|
|
7207 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2657, 1,
'My Topics
');
|
|
|
7208 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2658, 1,
'Uncategor
ized');
|
|
|
7209 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2659, 1,
'upload Mu
sic (Music
Gallery)'
);
|
|
|
7210 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2660, 1,
'upload Ph
otos (Phot
o Gallery)
');
|
|
|
7211 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2661, 1,
'upload Vi
deo (Video
Gallery)'
);
|
|
|
7212 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2662, 1,
'play Musi
c (Music G
allery)');
|
|
|
7213 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2663, 1,
'view Phot
os (Photo
Gallery)')
;
|
|
|
7214 |
|
INSERT INT
O `Localiz
ationStrin
gs` VALUES
(2664, 1,
'play Vide
o (Video G
allery)');
|
|
|
7215 |
|
|
|
|
7216 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7217 |
|
|
|
|
7218 |
|
--
|
|
|
7219 |
|
-- Table s
tructure f
or table `
media`
|
|
|
7220 |
|
--
|
|
|
7221 |
|
|
|
|
7222 |
|
CREATE TAB
LE `media`
(
|
|
|
7223 |
|
`med_id`
int(11) N
OT NULL au
to_increme
nt,
|
|
|
7224 |
|
`med_pro
f_id` int(
11) unsign
ed default
NULL,
|
|
|
7225 |
|
`med_typ
e` enum('a
udio','vid
eo','photo
') NOT NUL
L default
'photo',
|
|
|
7226 |
|
`med_fil
e` varchar
(50) defau
lt NULL,
|
|
|
7227 |
|
`med_tit
le` varcha
r(150) def
ault NULL,
|
|
|
7228 |
|
`med_sta
tus` enum(
'active','
passive')
NOT NULL d
efault 'pa
ssive',
|
|
|
7229 |
|
`med_dat
e` datetim
e default
NULL,
|
|
|
7230 |
|
PRIMARY
KEY (`med
_id`),
|
|
|
7231 |
|
KEY `med
_prof_id`
(`med_prof
_id`)
|
|
|
7232 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7233 |
|
|
|
|
7234 |
|
--
|
|
|
7235 |
|
-- Dumping
data for
table `med
ia`
|
|
|
7236 |
|
--
|
|
|
7237 |
|
|
|
|
7238 |
|
|
|
|
7239 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7240 |
|
|
|
|
7241 |
|
--
|
|
|
7242 |
|
-- Table s
tructure f
or table `
media_rati
ng`
|
|
|
7243 |
|
--
|
|
|
7244 |
|
|
|
|
7245 |
|
CREATE TAB
LE `media_
rating` (
|
|
|
7246 |
|
`med_id`
int(11) N
OT NULL de
fault '0',
|
|
|
7247 |
|
`med_rat
ing_count`
int(11) N
OT NULL de
fault '0',
|
|
|
7248 |
|
`med_rat
ing_sum` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
7249 |
|
UNIQUE K
EY `med_id
` (`med_id
`)
|
|
|
7250 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7251 |
|
|
|
|
7252 |
|
--
|
|
|
7253 |
|
-- Dumping
data for
table `med
ia_rating`
|
|
|
7254 |
|
--
|
|
|
7255 |
|
|
|
|
7256 |
|
|
|
|
7257 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7258 |
|
|
|
|
7259 |
|
--
|
|
|
7260 |
|
-- Table s
tructure f
or table `
media_voti
ng_track`
|
|
|
7261 |
|
--
|
|
|
7262 |
|
|
|
|
7263 |
|
CREATE TAB
LE `media_
voting_tra
ck` (
|
|
|
7264 |
|
`med_id`
int(11) N
OT NULL de
fault '0',
|
|
|
7265 |
|
`med_ip`
varchar(2
0) default
NULL,
|
|
|
7266 |
|
`med_dat
e` datetim
e default
NULL,
|
|
|
7267 |
|
KEY `med
_ip` (`med
_ip`,`med_
id`)
|
|
|
7268 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7269 |
|
|
|
|
7270 |
|
--
|
|
|
7271 |
|
-- Dumping
data for
table `med
ia_voting_
track`
|
|
|
7272 |
|
--
|
|
|
7273 |
|
|
|
|
7274 |
|
|
|
|
7275 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7276 |
|
|
|
|
7277 |
|
--
|
|
|
7278 |
|
-- Table s
tructure f
or table `
MemActions
`
|
|
|
7279 |
|
--
|
|
|
7280 |
|
|
|
|
7281 |
|
CREATE TAB
LE `MemAct
ions` (
|
|
|
7282 |
|
`ID` sma
llint(5) u
nsigned NO
T NULL aut
o_incremen
t,
|
|
|
7283 |
|
`Name` v
archar(255
) NOT NULL
default '
',
|
|
|
7284 |
|
`Additio
nalParamNa
me` varcha
r(80) defa
ult NULL,
|
|
|
7285 |
|
PRIMARY
KEY (`ID`
)
|
|
|
7286 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7287 |
|
|
|
|
7288 |
|
--
|
|
|
7289 |
|
-- Dumping
data for
table `Mem
Actions`
|
|
|
7290 |
|
--
|
|
|
7291 |
|
|
|
|
7292 |
|
INSERT INT
O `MemActi
ons` VALUE
S (1, 'sen
d greeting
s', NULL);
|
|
|
7293 |
|
INSERT INT
O `MemActi
ons` VALUE
S (2, 'use
chat', NU
LL);
|
|
|
7294 |
|
INSERT INT
O `MemActi
ons` VALUE
S (3, 'use
instant m
essenger',
NULL);
|
|
|
7295 |
|
INSERT INT
O `MemActi
ons` VALUE
S (4, 'vie
w profiles
', NULL);
|
|
|
7296 |
|
INSERT INT
O `MemActi
ons` VALUE
S (5, 'use
forum', N
ULL);
|
|
|
7297 |
|
INSERT INT
O `MemActi
ons` VALUE
S (6, 'mak
e search',
'Max. num
ber of pro
files show
n in searc
h result (
0 = unlimi
ted)');
|
|
|
7298 |
|
INSERT INT
O `MemActi
ons` VALUE
S (7, 'vot
e', NULL);
|
|
|
7299 |
|
INSERT INT
O `MemActi
ons` VALUE
S (8, 'sen
d messages
', NULL);
|
|
|
7300 |
|
INSERT INT
O `MemActi
ons` VALUE
S (9, 'vie
w photos',
NULL);
|
|
|
7301 |
|
INSERT INT
O `MemActi
ons` VALUE
S (10, 'us
e Ray inst
ant messen
ger', NULL
);
|
|
|
7302 |
|
INSERT INT
O `MemActi
ons` VALUE
S (11, 'us
e Ray vide
o recorder
', NULL);
|
|
|
7303 |
|
INSERT INT
O `MemActi
ons` VALUE
S (12, 'us
e Ray chat
', NULL);
|
|
|
7304 |
|
INSERT INT
O `MemActi
ons` VALUE
S (13, 'us
e guestboo
k', NULL);
|
|
|
7305 |
|
INSERT INT
O `MemActi
ons` VALUE
S (14, 'vi
ew other m
embers'' g
uestbooks'
, NULL);
|
|
|
7306 |
|
INSERT INT
O `MemActi
ons` VALUE
S (15, 'ge
t other me
mbers'' em
ails', NUL
L);
|
|
|
7307 |
|
INSERT INT
O `MemActi
ons` VALUE
S (16, 'us
e gallery'
, NULL);
|
|
|
7308 |
|
INSERT INT
O `MemActi
ons` VALUE
S (17, 'vi
ew other m
embers'' g
alleries',
NULL);
|
|
|
7309 |
|
INSERT INT
O `MemActi
ons` VALUE
S (18, 'us
e Ray mp3
player', N
ULL);
|
|
|
7310 |
|
INSERT INT
O `MemActi
ons` VALUE
S (19, 'us
e Blog', N
ULL);
|
|
|
7311 |
|
INSERT INT
O `MemActi
ons` VALUE
S (20, 'vi
ew other m
embers'' B
log', NULL
);
|
|
|
7312 |
|
INSERT INT
O `MemActi
ons` VALUE
S (21, 'us
e Ray vide
o player',
NULL);
|
|
|
7313 |
|
INSERT INT
O `MemActi
ons` VALUE
S (22, 'us
e Ray pres
ence', NUL
L);
|
|
|
7314 |
|
INSERT INT
O `MemActi
ons` VALUE
S (23, 'ca
n add_dele
te classif
ieds', NUL
L);
|
|
|
7315 |
|
INSERT INT
O `MemActi
ons` VALUE
S (24, 'ra
te photos'
, NULL);
|
|
|
7316 |
|
INSERT INT
O `MemActi
ons` VALUE
S (25, 'us
e Orca pub
lic forums
', NULL);
|
|
|
7317 |
|
INSERT INT
O `MemActi
ons` VALUE
S (26, 'us
e Orca pri
vate forum
s', NULL);
|
|
|
7318 |
|
INSERT INT
O `MemActi
ons` VALUE
S (27, 'up
load Music
(Music Ga
llery)', N
ULL);
|
|
|
7319 |
|
INSERT INT
O `MemActi
ons` VALUE
S (28, 'up
load Photo
s (Photo G
allery)',
NULL);
|
|
|
7320 |
|
INSERT INT
O `MemActi
ons` VALUE
S (29, 'up
load Video
(Video Ga
llery)', N
ULL);
|
|
|
7321 |
|
INSERT INT
O `MemActi
ons` VALUE
S (30, 'pl
ay Music (
Music Gall
ery)', NUL
L);
|
|
|
7322 |
|
INSERT INT
O `MemActi
ons` VALUE
S (31, 'vi
ew Photos
(Photo Gal
lery)', NU
LL);
|
|
|
7323 |
|
INSERT INT
O `MemActi
ons` VALUE
S (32, 'pl
ay Video (
Video Gall
ery)', NUL
L);
|
|
|
7324 |
|
|
|
|
7325 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7326 |
|
|
|
|
7327 |
|
--
|
|
|
7328 |
|
-- Table s
tructure f
or table `
MemActions
Track`
|
|
|
7329 |
|
--
|
|
|
7330 |
|
|
|
|
7331 |
|
CREATE TAB
LE `MemAct
ionsTrack`
(
|
|
|
7332 |
|
`IDActio
n` smallin
t(5) unsig
ned NOT NU
LL default
'0',
|
|
|
7333 |
|
`IDMembe
r` bigint(
20) unsign
ed NOT NUL
L default
'0',
|
|
|
7334 |
|
`Actions
Left` smal
lint(5) un
signed NOT
NULL defa
ult '0',
|
|
|
7335 |
|
`ValidSi
nce` datet
ime defaul
t NULL,
|
|
|
7336 |
|
PRIMARY
KEY (`IDA
ction`,`ID
Member`)
|
|
|
7337 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7338 |
|
|
|
|
7339 |
|
--
|
|
|
7340 |
|
-- Dumping
data for
table `Mem
ActionsTra
ck`
|
|
|
7341 |
|
--
|
|
|
7342 |
|
|
|
|
7343 |
|
|
|
|
7344 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7345 |
|
|
|
|
7346 |
|
--
|
|
|
7347 |
|
-- Table s
tructure f
or table `
MemberMenu
`
|
|
|
7348 |
|
--
|
|
|
7349 |
|
|
|
|
7350 |
|
CREATE TAB
LE `Member
Menu` (
|
|
|
7351 |
|
`ID` int
(8) unsign
ed NOT NUL
L auto_inc
rement,
|
|
|
7352 |
|
`Name` v
archar(50)
NOT NULL
default ''
,
|
|
|
7353 |
|
`Caption
` varchar(
50) NOT NU
LL default
'',
|
|
|
7354 |
|
`Link` v
archar(255
) NOT NULL
default '
',
|
|
|
7355 |
|
`MenuOrd
er` int(8)
unsigned
NOT NULL d
efault '0'
,
|
|
|
7356 |
|
`MenuTyp
e` enum('l
ink','grou
p') NOT NU
LL default
'link',
|
|
|
7357 |
|
`MenuGro
up` int(4)
unsigned
NOT NULL d
efault '0'
,
|
|
|
7358 |
|
`Visible
` set('non
','memb')
NOT NULL d
efault '',
|
|
|
7359 |
|
`Target`
varchar(2
0) NOT NUL
L default
'',
|
|
|
7360 |
|
`Onclick
` mediumte
xt NOT NUL
L,
|
|
|
7361 |
|
`Check`
varchar(25
5) NOT NUL
L default
'',
|
|
|
7362 |
|
`Editabl
e` enum('0
','1') NOT
NULL defa
ult '0',
|
|
|
7363 |
|
PRIMARY
KEY (`ID`
)
|
|
|
7364 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7365 |
|
|
|
|
7366 |
|
--
|
|
|
7367 |
|
-- Dumping
data for
table `Mem
berMenu`
|
|
|
7368 |
|
--
|
|
|
7369 |
|
|
|
|
7370 |
|
INSERT INT
O `MemberM
enu` VALUE
S (1, 'My_
Account',
'_My Accou
nt', 'memb
er.php', 1
, 'link',
0, 'memb',
'', '', '
', '1');
|
|
|
7371 |
|
INSERT INT
O `MemberM
enu` VALUE
S (2, 'My_
Profile',
'_My Profi
le', 'prof
ile_edit.p
hp?ID={ID}
|profile.p
hp?ID={ID}
|profile_c
ustomize.p
hp?ID={ID}
', 2, 'lin
k', 0, 'me
mb', '', '
', '', '1'
);
|
|
|
7372 |
|
INSERT INT
O `MemberM
enu` VALUE
S (3, 'My_
Mail', '_M
y Mail', '
mail.php?m
ode=inbox|
mail.php|c
ompose.php
|messages_
inbox.php|
messages_o
utbox.php|
contacts.p
hp?show=bl
ock', 3, '
link', 0,
'memb', ''
, '', '',
'1');
|
|
|
7373 |
|
INSERT INT
O `MemberM
enu` VALUE
S (4, 'My_
Photos', '
_My Photos
', 'upload
_media.php
?show=phot
os', 4, 'l
ink', 0, '
memb', '',
'', '', '
1');
|
|
|
7374 |
|
INSERT INT
O `MemberM
enu` VALUE
S (5, 'My_
Videos', '
_My Videos
', 'upload
_media.php
?show=vide
o', 5, 'li
nk', 0, 'm
emb', '',
'', '', '1
');
|
|
|
7375 |
|
INSERT INT
O `MemberM
enu` VALUE
S (6, 'My_
Audio', '_
My Audio',
'upload_m
edia.php?s
how=audio'
, 6, 'link
', 0, 'mem
b', '', ''
, '', '1')
;
|
|
|
7376 |
|
INSERT INT
O `MemberM
enu` VALUE
S (7, 'My_
Groups', '
_My Groups
', 'groups
.php|group
_create.ph
p', 7, 'li
nk', 0, 'm
emb', '',
'', '', '1
');
|
|
|
7377 |
|
INSERT INT
O `MemberM
enu` VALUE
S (8, 'My_
Events', '
_My Events
', 'events
.php?actio
n=show&sho
w_events=m
y|events.p
hp?action=
new', 8, '
link', 0,
'memb', ''
, '', '',
'1');
|
|
|
7378 |
|
INSERT INT
O `MemberM
enu` VALUE
S (9, 'My_
Blog', '_M
y Blog', '
blog.php?o
wner={ID}'
, 9, 'link
', 0, 'mem
b', '', ''
, '', '1')
;
|
|
|
7379 |
|
INSERT INT
O `MemberM
enu` VALUE
S (10, 'My
_Polls', '
_My Polls'
, 'profile
_poll.php'
, 10, 'lin
k', 0, 'me
mb', '', '
', '', '1'
);
|
|
|
7380 |
|
INSERT INT
O `MemberM
enu` VALUE
S (11, 'My
_Albums',
'_My Album
s', 'galle
ry.php?own
er={ID}',
11, 'link'
, 0, 'memb
', '', '',
'', '1');
|
|
|
7381 |
|
INSERT INT
O `MemberM
enu` VALUE
S (12, 'My
_Guestbook
', '_My Gu
estbook',
'guestbook
.php?owner
={ID}', 12
, 'link',
0, 'memb',
'', '', '
', '1');
|
|
|
7382 |
|
INSERT INT
O `MemberM
enu` VALUE
S (13, 'My
_Greets',
'_My Greet
s', 'conta
cts.php?sh
ow=greet&l
ist=i|cont
acts.php?s
how=greet&
list=me',
13, 'link'
, 0, 'memb
', '', '',
'', '1');
|
|
|
7383 |
|
INSERT INT
O `MemberM
enu` VALUE
S (14, 'My
_Faves', '
_My Faves'
, 'contact
s.php?show
=hot&list=
i|contacts
.php?show=
hot&list=m
e', 14, 'l
ink', 0, '
memb', '',
'', '', '
1');
|
|
|
7384 |
|
INSERT INT
O `MemberM
enu` VALUE
S (15, 'My
_Friends',
'_My Frie
nds', 'con
tacts.php?
show=frien
ds|contact
s.php?show
=friends_i
nv&list=i|
contacts.p
hp?show=fr
iends_inv&
list=me',
15, 'link'
, 0, 'memb
', '', '',
'', '1');
|
|
|
7385 |
|
INSERT INT
O `MemberM
enu` VALUE
S (16, 'My
_Views', '
_My Views'
, 'contact
s.php?show
=view&list
=i|contact
s.php?show
=view&list
=me', 16,
'link', 0,
'memb', '
', '', '',
'1');
|
|
|
7386 |
|
INSERT INT
O `MemberM
enu` VALUE
S (18, 'Pr
esence', '
_RayPresen
ce', 'java
script:voi
d(0);', 18
, 'link',
0, 'memb',
'', 'wind
ow.open( '
'presence_
pop.php''
, ''Presen
ce'', ''wi
dth=240,he
ight=600,t
oolbar=0,d
irectories
=0,menubar
=0,status=
0,location
=0,scrollb
ars=0,resi
zable=1'')
;', 'retur
n ( ''on''
== getPar
am( ''enab
le_ray'' )
);', '1')
;
|
|
|
7387 |
|
INSERT INT
O `MemberM
enu` VALUE
S (19, 'My
_Classifie
ds', '_My
Classified
s', 'class
ifiedsmy.p
hp?MyAds=1
|classifie
ds.php?Bro
wse=2|clas
sifiedsmy.
php?PostAd
=1', 19, '
link', 0,
'memb', ''
, '', '',
'1');
|
|
|
7388 |
|
|
|
|
7389 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7390 |
|
|
|
|
7391 |
|
--
|
|
|
7392 |
|
-- Table s
tructure f
or table `
members_as
_aff`
|
|
|
7393 |
|
--
|
|
|
7394 |
|
|
|
|
7395 |
|
CREATE TAB
LE `member
s_as_aff`
(
|
|
|
7396 |
|
`ID` big
int(10) NO
T NULL aut
o_incremen
t,
|
|
|
7397 |
|
`num_of_
mem` int(5
) NOT NULL
default '
0',
|
|
|
7398 |
|
`num_of_
days` int(
5) NOT NUL
L default
'0',
|
|
|
7399 |
|
`MID` in
t(10) NOT
NULL defau
lt '0',
|
|
|
7400 |
|
UNIQUE K
EY `ID` (`
ID`)
|
|
|
7401 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7402 |
|
|
|
|
7403 |
|
--
|
|
|
7404 |
|
-- Dumping
data for
table `mem
bers_as_af
f`
|
|
|
7405 |
|
--
|
|
|
7406 |
|
|
|
|
7407 |
|
|
|
|
7408 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7409 |
|
|
|
|
7410 |
|
--
|
|
|
7411 |
|
-- Table s
tructure f
or table `
MemCredits
`
|
|
|
7412 |
|
--
|
|
|
7413 |
|
|
|
|
7414 |
|
CREATE TAB
LE `MemCre
dits` (
|
|
|
7415 |
|
`ID` big
int(8) uns
igned NOT
NULL defau
lt '0',
|
|
|
7416 |
|
`Amount`
float(6,2
) unsigned
NOT NULL
default '0
.00',
|
|
|
7417 |
|
PRIMARY
KEY (`ID`
)
|
|
|
7418 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7419 |
|
|
|
|
7420 |
|
--
|
|
|
7421 |
|
-- Dumping
data for
table `Mem
Credits`
|
|
|
7422 |
|
--
|
|
|
7423 |
|
|
|
|
7424 |
|
|
|
|
7425 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7426 |
|
|
|
|
7427 |
|
--
|
|
|
7428 |
|
-- Table s
tructure f
or table `
MemLevelAc
tions`
|
|
|
7429 |
|
--
|
|
|
7430 |
|
|
|
|
7431 |
|
CREATE TAB
LE `MemLev
elActions`
(
|
|
|
7432 |
|
`IDLevel
` smallint
(5) unsign
ed NOT NUL
L default
'0',
|
|
|
7433 |
|
`IDActio
n` smallin
t(5) unsig
ned NOT NU
LL default
'0',
|
|
|
7434 |
|
`Allowed
Count` sma
llint(5) u
nsigned de
fault NULL
,
|
|
|
7435 |
|
`Allowed
PeriodLen`
smallint(
5) unsigne
d default
NULL,
|
|
|
7436 |
|
`Allowed
PeriodStar
t` datetim
e default
NULL,
|
|
|
7437 |
|
`Allowed
PeriodEnd`
datetime
default NU
LL,
|
|
|
7438 |
|
`Additio
nalParamVa
lue` varch
ar(255) de
fault NULL
,
|
|
|
7439 |
|
PRIMARY
KEY (`IDL
evel`,`IDA
ction`)
|
|
|
7440 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7441 |
|
|
|
|
7442 |
|
--
|
|
|
7443 |
|
-- Dumping
data for
table `Mem
LevelActio
ns`
|
|
|
7444 |
|
--
|
|
|
7445 |
|
|
|
|
7446 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (1,
6, NULL,
NULL, NULL
, NULL, '1
0');
|
|
|
7447 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (1,
7, NULL,
NULL, NULL
, NULL, NU
LL);
|
|
|
7448 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (1,
14, NULL,
NULL, NUL
L, NULL, N
ULL);
|
|
|
7449 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (2,
1, 4, 24,
NULL, NUL
L, NULL);
|
|
|
7450 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (2,
4, 2, 24,
NULL, NUL
L, NULL);
|
|
|
7451 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (2,
6, 5, 24,
NULL, NUL
L, '0');
|
|
|
7452 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (2,
7, 15, 24
, NULL, NU
LL, NULL);
|
|
|
7453 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (2,
8, 2, 24,
NULL, NUL
L, NULL);
|
|
|
7454 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
1, NULL,
NULL, NULL
, NULL, NU
LL);
|
|
|
7455 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
2, NULL,
NULL, NULL
, NULL, NU
LL);
|
|
|
7456 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
3, NULL,
NULL, NULL
, NULL, NU
LL);
|
|
|
7457 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
4, NULL,
NULL, NULL
, NULL, NU
LL);
|
|
|
7458 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
5, NULL,
NULL, NULL
, NULL, NU
LL);
|
|
|
7459 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
6, NULL,
NULL, NULL
, NULL, NU
LL);
|
|
|
7460 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
7, NULL,
NULL, NULL
, NULL, NU
LL);
|
|
|
7461 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
8, NULL,
NULL, NULL
, NULL, NU
LL);
|
|
|
7462 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
9, NULL,
NULL, NULL
, NULL, NU
LL);
|
|
|
7463 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
10, NULL,
NULL, NUL
L, NULL, N
ULL);
|
|
|
7464 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
11, NULL,
NULL, NUL
L, NULL, N
ULL);
|
|
|
7465 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
12, NULL,
NULL, NUL
L, NULL, N
ULL);
|
|
|
7466 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
13, NULL,
NULL, NUL
L, NULL, N
ULL);
|
|
|
7467 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
14, NULL,
NULL, NUL
L, NULL, N
ULL);
|
|
|
7468 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
15, NULL,
NULL, NUL
L, NULL, N
ULL);
|
|
|
7469 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
16, NULL,
NULL, NUL
L, NULL, N
ULL);
|
|
|
7470 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
17, NULL,
NULL, NUL
L, NULL, N
ULL);
|
|
|
7471 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (2,
9, NULL,
NULL, NULL
, NULL, NU
LL);
|
|
|
7472 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (2,
23, NULL,
NULL, NUL
L, NULL, N
ULL);
|
|
|
7473 |
|
INSERT INT
O `MemLeve
lActions`
VALUES(2,
24, NULL,
NULL, NULL
, NULL, NU
LL);
|
|
|
7474 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (1,
25, NULL,
NULL, NUL
L, NULL, N
ULL);
|
|
|
7475 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (2,
25, NULL,
NULL, NUL
L, NULL, N
ULL);
|
|
|
7476 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
25, NULL,
NULL, NUL
L, NULL, N
ULL);
|
|
|
7477 |
|
INSERT INT
O `MemLeve
lActions`
VALUES (3,
26, NULL,
NULL, NUL
L, NULL, N
ULL);
|
|
|
7478 |
|
|
|
|
7479 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7480 |
|
|
|
|
7481 |
|
--
|
|
|
7482 |
|
-- Table s
tructure f
or table `
MemLevelPr
ices`
|
|
|
7483 |
|
--
|
|
|
7484 |
|
|
|
|
7485 |
|
CREATE TAB
LE `MemLev
elPrices`
(
|
|
|
7486 |
|
`IDLevel
` smallint
(5) unsign
ed NOT NUL
L default
'0',
|
|
|
7487 |
|
`Days` i
nt(10) uns
igned NOT
NULL defau
lt '1',
|
|
|
7488 |
|
`Price`
float unsi
gned NOT N
ULL defaul
t '1',
|
|
|
7489 |
|
PRIMARY
KEY (`IDL
evel`,`Day
s`)
|
|
|
7490 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7491 |
|
|
|
|
7492 |
|
--
|
|
|
7493 |
|
-- Dumping
data for
table `Mem
LevelPrice
s`
|
|
|
7494 |
|
--
|
|
|
7495 |
|
|
|
|
7496 |
|
|
|
|
7497 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7498 |
|
|
|
|
7499 |
|
--
|
|
|
7500 |
|
-- Table s
tructure f
or table `
MemLevels`
|
|
|
7501 |
|
--
|
|
|
7502 |
|
|
|
|
7503 |
|
CREATE TAB
LE `MemLev
els` (
|
|
|
7504 |
|
`ID` sma
llint(6) N
OT NULL au
to_increme
nt,
|
|
|
7505 |
|
`Name` v
archar(100
) NOT NULL
default '
',
|
|
|
7506 |
|
`Active`
enum('yes
','no') NO
T NULL def
ault 'no',
|
|
|
7507 |
|
`Purchas
able` enum
('yes','no
') NOT NUL
L default
'yes',
|
|
|
7508 |
|
`Removab
le` enum('
yes','no')
NOT NULL
default 'y
es',
|
|
|
7509 |
|
PRIMARY
KEY (`ID`
),
|
|
|
7510 |
|
UNIQUE K
EY `Name`
(`Name`)
|
|
|
7511 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7512 |
|
|
|
|
7513 |
|
--
|
|
|
7514 |
|
-- Dumping
data for
table `Mem
Levels`
|
|
|
7515 |
|
--
|
|
|
7516 |
|
|
|
|
7517 |
|
INSERT INT
O `MemLeve
ls` VALUES
(1, 'Non-
member', '
yes', 'no'
, 'no');
|
|
|
7518 |
|
INSERT INT
O `MemLeve
ls` VALUES
(2, 'Stan
dard', 'ye
s', 'no',
'no');
|
|
|
7519 |
|
INSERT INT
O `MemLeve
ls` VALUES
(3, 'Prom
otion', 'y
es', 'no',
'no');
|
|
|
7520 |
|
|
|
|
7521 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7522 |
|
|
|
|
7523 |
|
--
|
|
|
7524 |
|
-- Table s
tructure f
or table `
Messages`
|
|
|
7525 |
|
--
|
|
|
7526 |
|
|
|
|
7527 |
|
CREATE TAB
LE `Messag
es` (
|
|
|
7528 |
|
`ID` big
int(20) NO
T NULL aut
o_incremen
t,
|
|
|
7529 |
|
`Date` d
atetime NO
T NULL def
ault '0000
-00-00 00:
00:00',
|
|
|
7530 |
|
`Sender`
bigint(8)
unsigned
NOT NULL d
efault '0'
,
|
|
|
7531 |
|
`Recipie
nt` bigint
(8) unsign
ed NOT NUL
L default
'0',
|
|
|
7532 |
|
`Text` m
ediumtext
NOT NULL,
|
|
|
7533 |
|
`Subject
` varchar(
255) NOT N
ULL defaul
t '',
|
|
|
7534 |
|
`New` en
um('0','1'
) NOT NULL
default '
1',
|
|
|
7535 |
|
PRIMARY
KEY (`ID`
),
|
|
|
7536 |
|
KEY `Pai
r` (`Sende
r`,`Recipi
ent`)
|
|
|
7537 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7538 |
|
|
|
|
7539 |
|
--
|
|
|
7540 |
|
-- Dumping
data for
table `Mes
sages`
|
|
|
7541 |
|
--
|
|
|
7542 |
|
|
|
|
7543 |
|
|
|
|
7544 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7545 |
|
|
|
|
7546 |
|
--
|
|
|
7547 |
|
-- Table s
tructure f
or table `
moderators
`
|
|
|
7548 |
|
--
|
|
|
7549 |
|
|
|
|
7550 |
|
CREATE TAB
LE `modera
tors` (
|
|
|
7551 |
|
`id` int
(11) NOT N
ULL auto_i
ncrement,
|
|
|
7552 |
|
`name` v
archar(10)
NOT NULL
default ''
,
|
|
|
7553 |
|
`email`
varchar(25
5) NOT NUL
L default
'',
|
|
|
7554 |
|
`Passwor
d` varchar
(32) NOT N
ULL defaul
t '',
|
|
|
7555 |
|
`status`
enum('sus
pended','a
ctive','ap
proval') N
OT NULL de
fault 'sus
pended',
|
|
|
7556 |
|
`reg_dat
e` datetim
e NOT NULL
default '
0000-00-00
00:00:00'
,
|
|
|
7557 |
|
PRIMARY
KEY (`id`
)
|
|
|
7558 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8 COM
MENT='Hold
s moderato
r accounts
';
|
|
|
7559 |
|
|
|
|
7560 |
|
--
|
|
|
7561 |
|
-- Dumping
data for
table `mod
erators`
|
|
|
7562 |
|
--
|
|
|
7563 |
|
|
|
|
7564 |
|
|
|
|
7565 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7566 |
|
|
|
|
7567 |
|
--
|
|
|
7568 |
|
-- Table s
tructure f
or table `
Modules`
|
|
|
7569 |
|
--
|
|
|
7570 |
|
|
|
|
7571 |
|
CREATE TAB
LE `Module
s` (
|
|
|
7572 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
7573 |
|
`Name` v
archar(32)
NOT NULL
default ''
,
|
|
|
7574 |
|
`Conf` m
ediumtext
NOT NULL,
|
|
|
7575 |
|
`FuncAdd
` mediumte
xt NOT NUL
L,
|
|
|
7576 |
|
`FuncDel
` mediumte
xt NOT NUL
L,
|
|
|
7577 |
|
`FuncUpd
ate` mediu
mtext NOT
NULL,
|
|
|
7578 |
|
`FuncBlo
ck` medium
text NOT N
ULL,
|
|
|
7579 |
|
`FuncUnb
lock` medi
umtext NOT
NULL,
|
|
|
7580 |
|
`Help` m
ediumtext
NOT NULL,
|
|
|
7581 |
|
`LogIn`
mediumtext
NOT NULL,
|
|
|
7582 |
|
`Type` e
num('chat'
,'forum')
NOT NULL d
efault 'ch
at',
|
|
|
7583 |
|
`Readabl
eName` var
char(15) N
OT NULL de
fault '',
|
|
|
7584 |
|
PRIMARY
KEY (`ID`
),
|
|
|
7585 |
|
UNIQUE K
EY `Name`
(`Name`)
|
|
|
7586 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7587 |
|
|
|
|
7588 |
|
--
|
|
|
7589 |
|
-- Dumping
data for
table `Mod
ules`
|
|
|
7590 |
|
--
|
|
|
7591 |
|
|
|
|
7592 |
|
|
|
|
7593 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7594 |
|
|
|
|
7595 |
|
--
|
|
|
7596 |
|
-- Table s
tructure f
or table `
News`
|
|
|
7597 |
|
--
|
|
|
7598 |
|
|
|
|
7599 |
|
CREATE TAB
LE `News`
(
|
|
|
7600 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
7601 |
|
`Date` d
atetime NO
T NULL def
ault '0000
-00-00 00:
00:00',
|
|
|
7602 |
|
`Header`
varchar(5
0) NOT NUL
L default
'',
|
|
|
7603 |
|
`Snippet
` varchar(
255) NOT N
ULL defaul
t '',
|
|
|
7604 |
|
`Text` t
ext NOT NU
LL,
|
|
|
7605 |
|
PRIMARY
KEY (`ID`
)
|
|
|
7606 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7607 |
|
|
|
|
7608 |
|
--
|
|
|
7609 |
|
-- Dumping
data for
table `New
s`
|
|
|
7610 |
|
--
|
|
|
7611 |
|
|
|
|
7612 |
|
|
|
|
7613 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7614 |
|
|
|
|
7615 |
|
--
|
|
|
7616 |
|
-- Table s
tructure f
or table `
NotifyEmai
ls`
|
|
|
7617 |
|
--
|
|
|
7618 |
|
|
|
|
7619 |
|
CREATE TAB
LE `Notify
Emails` (
|
|
|
7620 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
7621 |
|
`Name` v
archar(64)
NOT NULL
default ''
,
|
|
|
7622 |
|
`Email`
varchar(12
8) NOT NUL
L default
'',
|
|
|
7623 |
|
`EmailFl
ag` enum('
NotifyMe',
'NotNotify
Me') NOT N
ULL defaul
t 'NotifyM
e',
|
|
|
7624 |
|
`EmailTe
xt` enum('
HTML','Tex
t','Not su
re') NOT N
ULL defaul
t 'HTML',
|
|
|
7625 |
|
PRIMARY
KEY (`ID`
)
|
|
|
7626 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7627 |
|
|
|
|
7628 |
|
--
|
|
|
7629 |
|
-- Dumping
data for
table `Not
ifyEmails`
|
|
|
7630 |
|
--
|
|
|
7631 |
|
|
|
|
7632 |
|
|
|
|
7633 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7634 |
|
|
|
|
7635 |
|
--
|
|
|
7636 |
|
-- Table s
tructure f
or table `
NotifyMsgs
`
|
|
|
7637 |
|
--
|
|
|
7638 |
|
|
|
|
7639 |
|
CREATE TAB
LE `Notify
Msgs` (
|
|
|
7640 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
7641 |
|
`Subj` v
archar(128
) NOT NULL
default '
',
|
|
|
7642 |
|
`Text` m
ediumtext
NOT NULL,
|
|
|
7643 |
|
`HTML` m
ediumtext
NOT NULL,
|
|
|
7644 |
|
PRIMARY
KEY (`ID`
)
|
|
|
7645 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7646 |
|
|
|
|
7647 |
|
--
|
|
|
7648 |
|
-- Dumping
data for
table `Not
ifyMsgs`
|
|
|
7649 |
|
--
|
|
|
7650 |
|
|
|
|
7651 |
|
|
|
|
7652 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7653 |
|
|
|
|
7654 |
|
--
|
|
|
7655 |
|
-- Table s
tructure f
or table `
NotifyQueu
e`
|
|
|
7656 |
|
--
|
|
|
7657 |
|
|
|
|
7658 |
|
CREATE TAB
LE `Notify
Queue` (
|
|
|
7659 |
|
`Email`
int(10) un
signed NOT
NULL auto
_increment
,
|
|
|
7660 |
|
`Msg` in
t(10) unsi
gned NOT N
ULL defaul
t '0',
|
|
|
7661 |
|
`Creatio
n` datetim
e NOT NULL
default '
0000-00-00
00:00:00'
,
|
|
|
7662 |
|
`From` e
num('Profi
les','Noti
fyEmails',
'ProfilesM
sgText') N
OT NULL de
fault 'Pro
files',
|
|
|
7663 |
|
`MsgText
` mediumte
xt NOT NUL
L,
|
|
|
7664 |
|
`MsgSubj
` varchar(
255) NOT N
ULL defaul
t '',
|
|
|
7665 |
|
KEY `Msg
` (`Msg`),
|
|
|
7666 |
|
KEY `Ema
il` (`Emai
l`)
|
|
|
7667 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7668 |
|
|
|
|
7669 |
|
--
|
|
|
7670 |
|
-- Dumping
data for
table `Not
ifyQueue`
|
|
|
7671 |
|
--
|
|
|
7672 |
|
|
|
|
7673 |
|
|
|
|
7674 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7675 |
|
|
|
|
7676 |
|
--
|
|
|
7677 |
|
-- Table s
tructure f
or table `
PaymentPar
ameters`
|
|
|
7678 |
|
--
|
|
|
7679 |
|
|
|
|
7680 |
|
CREATE TAB
LE `Paymen
tParameter
s` (
|
|
|
7681 |
|
`ID` int
(11) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
7682 |
|
`IDProvi
der` small
int(6) uns
igned NOT
NULL defau
lt '0',
|
|
|
7683 |
|
`Name` v
archar(255
) NOT NULL
default '
',
|
|
|
7684 |
|
`Caption
` varchar(
255) defau
lt NULL,
|
|
|
7685 |
|
`Type` e
num('check
','enum','
text') NOT
NULL defa
ult 'text'
,
|
|
|
7686 |
|
`Extra`
text,
|
|
|
7687 |
|
`Value`
text NOT N
ULL,
|
|
|
7688 |
|
`Changab
le` tinyin
t(1) unsig
ned NOT NU
LL default
'0',
|
|
|
7689 |
|
PRIMARY
KEY (`ID`
),
|
|
|
7690 |
|
UNIQUE K
EY `ParamN
ame` (`IDP
rovider`,`
Name`)
|
|
|
7691 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7692 |
|
|
|
|
7693 |
|
--
|
|
|
7694 |
|
-- Dumping
data for
table `Pay
mentParame
ters`
|
|
|
7695 |
|
--
|
|
|
7696 |
|
|
|
|
7697 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
1, 1, 'bus
iness', 'B
usiness',
'text', NU
LL, '', 1)
;
|
|
|
7698 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
2, 1, 'pro
cess_type'
, 'Process
type', 'e
num', '''D
irect'',''
PDT'',''IP
N''', 'IPN
', 1);
|
|
|
7699 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
3, 1, 'con
nection_ty
pe', 'Conn
ection typ
e', 'enum'
, '''SSL''
,''HTTP'''
, 'SSL', 1
);
|
|
|
7700 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
4, 1, 'aut
h_token',
'Identity
token', 't
ext', NULL
, '', 1);
|
|
|
7701 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
5, 1, 'no_
note', 'Do
n''t promp
t customer
to includ
e a note',
'check',
NULL, 'on'
, 1);
|
|
|
7702 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
6, 1, 'tes
t_business
', 'SandBo
x Business
', 'text',
NULL, '',
1);
|
|
|
7703 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
7, 2, 'sid
', 'Accoun
t number',
'text', N
ULL, '', 1
);
|
|
|
7704 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
8, 2, 'pay
_method',
'Pay metho
d', 'enum'
, '''CC'',
''CK''', '
CC', 1);
|
|
|
7705 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
9, 2, 'sec
ret_word',
'Secret w
ord', 'tex
t', NULL,
'', 1);
|
|
|
7706 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
10, 3, 'x_
login', 'L
ogin', 'te
xt', NULL,
'', 1);
|
|
|
7707 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
11, 3, 'x_
tran_key',
'Transact
ion key',
'text', NU
LL, '', 1)
;
|
|
|
7708 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
12, 3, 'im
plementati
on', 'Impl
ementation
', 'enum',
'''SIM'',
''AIM''',
'AIM', 1);
|
|
|
7709 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
13, 3, 'x_
delim_char
', 'Delimi
ter char',
'text', N
ULL, ';',
0);
|
|
|
7710 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
14, 3, 'x_
encap_char
', 'Encaps
ulate char
', 'text',
NULL, '|'
, 0);
|
|
|
7711 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
15, 3, 'cu
rl_binary'
, 'cURL bi
nary', 'te
xt', NULL,
'', 1);
|
|
|
7712 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
16, 3, 'md
5_hash_val
ue', 'MD5
Hash', 'te
xt', NULL,
'', 1);
|
|
|
7713 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
17, 4, 'cl
ient_accnu
m', 'Accou
nt number'
, 'text',
NULL, '',
1);
|
|
|
7714 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
18, 4, 'cl
ient_subac
c', 'Subac
count numb
er', 'text
', NULL, '
', 1);
|
|
|
7715 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
19, 4, 'fo
rm_name',
'Form name
', 'text',
NULL, '',
1);
|
|
|
7716 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
20, 4, 'al
lowed_type
s', 'Allow
ed types',
'text', N
ULL, '', 1
);
|
|
|
7717 |
|
INSERT INT
O `Payment
Parameters
` VALUES (
21, 4, 'su
bscription
_type_id',
'Subscrip
tion type
id', 'text
', NULL, '
', 1);
|
|
|
7718 |
|
|
|
|
7719 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7720 |
|
|
|
|
7721 |
|
--
|
|
|
7722 |
|
-- Table s
tructure f
or table `
PaymentPro
viders`
|
|
|
7723 |
|
--
|
|
|
7724 |
|
|
|
|
7725 |
|
CREATE TAB
LE `Paymen
tProviders
` (
|
|
|
7726 |
|
`ID` sma
llint(6) u
nsigned NO
T NULL aut
o_incremen
t,
|
|
|
7727 |
|
`Name` v
archar(30)
NOT NULL
default ''
,
|
|
|
7728 |
|
`Caption
` varchar(
50) NOT NU
LL default
'',
|
|
|
7729 |
|
`Active`
tinyint(1
) unsigned
NOT NULL
default '0
',
|
|
|
7730 |
|
`Mode` e
num('live'
,'test-app
rove','tes
t-decline'
) NOT NULL
default '
live',
|
|
|
7731 |
|
`Debug`
tinyint(1)
unsigned
NOT NULL d
efault '0'
,
|
|
|
7732 |
|
`Checkou
tFilename`
varchar(2
55) NOT NU
LL default
'',
|
|
|
7733 |
|
`Checkou
tURL` varc
har(255) N
OT NULL de
fault '',
|
|
|
7734 |
|
`Support
sRecurring
` tinyint(
1) unsigne
d NOT NULL
default '
0',
|
|
|
7735 |
|
`LogoFil
ename` var
char(100)
default NU
LL,
|
|
|
7736 |
|
`Help` t
ext,
|
|
|
7737 |
|
PRIMARY
KEY (`ID`
)
|
|
|
7738 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7739 |
|
|
|
|
7740 |
|
--
|
|
|
7741 |
|
-- Dumping
data for
table `Pay
mentProvid
ers`
|
|
|
7742 |
|
--
|
|
|
7743 |
|
|
|
|
7744 |
|
INSERT INT
O `Payment
Providers`
VALUES (1
, 'paypal'
, 'PayPal'
, 1, 'live
', 0, '',
'', 1, 'pa
ypal.gif',
'<p class
="help_cap
tion">Para
meters des
cription:<
/p>\r\n\r\
n<p class=
"help_text
"><b>Busin
ess</b> -
your live
PayPal acc
ount ID. T
his ID wil
l be used
if module
\r\nis in
live mode.
</p>\r\n\r
\n<p class
="help_tex
t"><b>Proc
ess type</
b> - Direc
t, PDT or
IPN. See c
onfigurati
on descrip
tion below
\r\nfor d
etails.</p
>\r\n\r\n<
p class="h
elp_text">
<b>Connect
ion type</
b> - SSL o
r HTTP. Th
is paramet
er defines
validatio
n \r\nback
-connectio
n method t
o the PayP
al gateway
. SSL is m
ore safe a
nd secure,
but \r\ni
t could be
unsupport
ed by your
server. I
f SSL is n
ot support
ed by your
server, \
r\nuse HTT
P connecti
on type in
stead.</p>
\r\n\r\n<p
class="he
lp_text"><
b>Identity
token</b>
- your ac
count''s i
dentificat
ion token
which is u
sed for \r
\ntransact
ion valida
tion in PD
T process
type. You
can obtain
it on you
r PayPal \
r\naccount
by enabli
ng Payment
Data Tran
sfer (<b>M
y Account<
/b> ->
<b>Profile
</b> \r\n-
> <b>We
bsite Paym
ent Prefer
ences</b>
-> <b>P
ayment Dat
a Transfer
</b>)</p>\
r\n\r\n<p
class="hel
p_text"><b
>Don''t pr
ompt custo
mer to inc
lude a not
e</b> - in
dicates sh
ould PayPa
l \r\ngate
way prompt
customer
to write p
ayment not
e or not.
This note
could be f
ound \r\ni
n transact
ion info h
int in fin
ance calcu
lator of a
dmin panel
later.</p
>\r\n\r\n<
p class="h
elp_text">
<b>SandBox
Business<
/b> - your
test PayP
al SandBox
account I
D. This ID
will \r\n
be used if
module is
in test-a
pprove or
test-decli
ne mode.</
p>\r\n\r\n
<p class="
help_capti
on">Config
uration de
scription:
</p>\r\n\r
\n<p class
="help_tex
t">Your Pa
yPal accou
nt configu
ration set
tings depe
nd on <b>P
rocess typ
e</b> \r\n
parameter
value:</p>
\r\n\r\n<p
class="he
lp_text"><
b>Direct.<
/b> In thi
s payment
process ty
pe script
sends paym
ent info t
o the \r\n
PayPal gat
eway, then
PayPal re
directs yo
u to scrip
t''s payme
nt page, w
hich check
s \r\nif p
ayment was
successfu
l and make
s appropri
ate data c
hanging. A
fter payme
nt \r\nche
ck script
shows you
payment re
sult. For
this payme
nt type yo
u don''t n
eed to \r\
nmake any
PayPal acc
ount confi
guration.
One thing
you should
know is i
f you \r\n
decide to
enable Aut
o-Return o
ption you
should spe
cify your
PayPal mod
ule \r\nlo
cation as
return URL
(by defau
lt it''s p
aypal.php
in your sc
ript''s ch
eckout \r\
ndirectory
). <b>Note
:</b> this
process t
ype couldn
''t be use
d for recu
rring \r\n
billings.<
/p>\r\n\r\
n<p class=
"help_text
"><b>PDT</
b>. This p
rocess typ
e is almos
t the same
as Direct
, except o
ne \r\ndet
ail. PayPa
l doesn''t
send all
transactio
ns details
to your s
cript. It
just \r\ns
ends trans
action tok
en, which
is used al
ong with i
dentity to
ken to obt
ain \r\ntr
ansaction
details in
notify-sy
nch reques
t. For thi
s process
type you s
hould \r\n
enable Aut
o-Return o
ption in y
our PayPal
account (
<b>My Acco
unt</b> -&
gt; <b>\r\
nProfile</
b> -> <
b>Website
Payment Pr
eferences<
/b> ->
<b>Auto Re
turn for W
ebsite \r\
nPayments<
/b>), set
Return URL
to your P
ayPal modu
le URL (by
default i
t''s \r\np
aypal.php
in your sc
ript''s ch
eckout dir
ectory), e
nable Paym
ent Data T
ransfer (<
b>My \r\nA
ccount</b>
-> <b>
Profile</b
> -> <b
>Website P
ayment Pre
ferences</
b> -> <
b>\r\nPaym
ent Data T
ransfer</b
>) and cop
y your Ide
ntity Toke
n to appro
priate fie
ld \r\n(se
e paramete
rs descrip
tion above
).</p>\r\n
\r\n<p cla
ss="help_t
ext"><b>IP
N.</b> Ins
tant Payme
nt Notific
ation proc
ess type d
iffers fro
m Direct a
nd \r\nPDT
process t
ype. After
payment s
cript redi
rects you
to member
area witho
ut any \r\
nresult me
ssage. Pay
Pal sends
notificati
on to paym
ent module
about any
payment \
r\nevent o
n the gate
way. Disad
vantage of
this meth
od is that
there is
no any res
ult \r\nme
ssage afte
r payment.
You can o
nly check
payment re
sult in fa
ct, but th
is is \r\n
only way y
ou can ena
ble recurr
ing billin
gs for Pay
Pal. Note:
you shoul
d disable
\r\nInstan
t Payment
Notificati
on in your
PayPal ac
count (<b>
My Account
</b> ->
<b>\r\nPr
ofile</b>
-> <b>I
nstant Pay
ment Notif
ication Pr
eferences<
/b>), as p
ayment \r\
nmodule se
nds notifi
cation req
uest to Pa
yPal gatew
ay by itse
lf. If you
decide to
\r\nenabl
e Auto-Ret
urn option
you shoul
d specify
your PayPa
l module l
ocation as
\r\nretur
n URL (by
default it
''s paypal
.php in yo
ur script'
's checkou
t director
y).</p>');
|
|
|
7745 |
|
INSERT INT
O `Payment
Providers`
VALUES (2
, '2checko
utv2', '2C
heckout.co
m v2', 1,
'live', 0,
'', '', 0
, '2checko
ut.gif', '
<p class="
help_capti
on">Parame
ters descr
iption:</p
>\r\n\r\n<
p class="h
elp_text">
<b>Account
number</b
> - your 2
checkout v
endor acco
unt number
.</p>\r\n\
r\n<p clas
s="help_te
xt"><b>Pay
method</b
> - CC for
Credit Ca
rd or CK f
or check (
Online che
cks must \
r\nbe enab
led within
your acco
unt first!
). This wi
ll select
the paymen
t method d
uring the
checkout \
r\nprocess
.</p>\r\n\
r\n<p clas
s="help_te
xt"><b>Sec
ret word</
b> - it is
used to c
heck the M
D5 hash pa
ssback. Yo
u can set
\r\nit up
on your ac
count (<b>
Helpful Li
nks</b> -&
gt; <b>Loo
k and Feel
</b> ->
<b>Your S
ecret \r\n
Word</b>)<
/p>\r\n\r\
n<p class=
"help_capt
ion">Confi
guration d
escription
:</p>\r\n\
r\n<p clas
s="help_te
xt">Login
to your ac
count, und
er the "He
lpful Link
s" section
click on
"Settings"
\r\nnear
the "Look
and Feel"
section, i
nput 2Chec
kout modul
e \r\nloca
tion (by d
efault it'
's 2checko
utv2.php i
n your scr
ipt''s che
ckout \r\n
directory)
into the
Approved U
RL box and
URL of me
mber area
(http://yo
ursite.com
/member.ph
p \r\nfor
example) i
nto the Pe
nding URL
box, click
"Save cha
nges"</p>'
);
|
|
|
7746 |
|
INSERT INT
O `Payment
Providers`
VALUES (3
, 'authori
zenet', 'A
uthorize.N
et', 1, 'l
ive', 0, '
', '', 0,
'authorize
net.gif',
'<p class=
"help_capt
ion">Param
eters desc
ription:</
p>\r\n\r\n
<p class="
help_text"
><b>Login<
/b> - your
Authorize
.Net login
.</p>\r\n\
r\n<p clas
s="help_te
xt"><b>Tra
nsaction k
ey</b> - t
ransaction
key which
should be
obtained
from \r\nM
erchant In
terface (<
b>Settings
</b> ->
<b>Securi
ty section
</b> ->
<b>Obtain
Transacti
on \r\nKey
</b>).</p>
\r\n\r\n<p
class="he
lp_text"><
b>Implemen
tation</b>
- determs
payment m
echanism.
If SIM val
ue selecte
d, \r\nscr
ipt will r
edirect cu
stomer to
payment ga
teway and
then handl
e response
from the
Authorize.
Net \r\nse
rver. If A
IM value s
elected, t
hen script
will prom
pt custome
r to enter
credit ca
rd details
and \r\ns
end them t
o Authoriz
e.Net gate
way withou
t any redi
rections.<
/p>\r\n\r\
n<p class=
"help_text
"><b>cURL
binary</b>
- full pa
th to the
curl binar
y includin
g filename
itself \r
\n(i.e. /u
sr/bin/cur
l). This v
alue used
if cURL ex
tension is
not insta
lled on yo
ur server.
</p>\r\n\r
\n<p class
="help_tex
t"><b>MD5
Hash</b> -
it is use
d to check
the MD5 h
ash passba
ck. You ca
n set \r\n
it up on y
our accoun
t (<b>Sett
ings</b> -
> <b>Se
curity sec
tion</b> -
> <b>MD
5 Hash</b>
)</p>');
|
|
|
7747 |
|
INSERT INT
O `Payment
Providers`
VALUES (4
, 'ccbill'
, 'CCBill'
, 1, 'live
', 0, '',
'', 0, 'cc
bill.gif',
'<p class
="help_cap
tion">No i
nstruction
s availabl
e yet</p>'
);
|
|
|
7748 |
|
|
|
|
7749 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7750 |
|
|
|
|
7751 |
|
--
|
|
|
7752 |
|
-- Table s
tructure f
or table `
PaymentSub
scriptions
`
|
|
|
7753 |
|
--
|
|
|
7754 |
|
|
|
|
7755 |
|
CREATE TAB
LE `Paymen
tSubscript
ions` (
|
|
|
7756 |
|
`Transac
tionID` bi
gint(20) u
nsigned NO
T NULL def
ault '0',
|
|
|
7757 |
|
`StartDa
te` dateti
me NOT NUL
L default
'0000-00-0
0 00:00:00
',
|
|
|
7758 |
|
`Period`
smallint(
5) unsigne
d NOT NULL
default '
0',
|
|
|
7759 |
|
`Charges
Number` in
t(3) unsig
ned NOT NU
LL default
'0',
|
|
|
7760 |
|
PRIMARY
KEY (`Tra
nsactionID
`)
|
|
|
7761 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7762 |
|
|
|
|
7763 |
|
--
|
|
|
7764 |
|
-- Dumping
data for
table `Pay
mentSubscr
iptions`
|
|
|
7765 |
|
--
|
|
|
7766 |
|
|
|
|
7767 |
|
|
|
|
7768 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7769 |
|
|
|
|
7770 |
|
--
|
|
|
7771 |
|
-- Table s
tructure f
or table `
polls_a`
|
|
|
7772 |
|
--
|
|
|
7773 |
|
|
|
|
7774 |
|
CREATE TAB
LE `polls_
a` (
|
|
|
7775 |
|
`IDanswe
r` int(10)
unsigned
NOT NULL a
uto_increm
ent,
|
|
|
7776 |
|
`ID` int
(11) NOT N
ULL defaul
t '0',
|
|
|
7777 |
|
`Answer`
varchar(2
55) NOT NU
LL default
'',
|
|
|
7778 |
|
`Votes`
int(10) un
signed NOT
NULL defa
ult '0',
|
|
|
7779 |
|
PRIMARY
KEY (`IDa
nswer`),
|
|
|
7780 |
|
KEY `ID`
(`ID`)
|
|
|
7781 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7782 |
|
|
|
|
7783 |
|
--
|
|
|
7784 |
|
-- Dumping
data for
table `pol
ls_a`
|
|
|
7785 |
|
--
|
|
|
7786 |
|
|
|
|
7787 |
|
|
|
|
7788 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7789 |
|
|
|
|
7790 |
|
--
|
|
|
7791 |
|
-- Table s
tructure f
or table `
polls_q`
|
|
|
7792 |
|
--
|
|
|
7793 |
|
|
|
|
7794 |
|
CREATE TAB
LE `polls_
q` (
|
|
|
7795 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
7796 |
|
`Questio
n` varchar
(255) NOT
NULL defau
lt '',
|
|
|
7797 |
|
`Active`
varchar(2
) NOT NULL
default '
',
|
|
|
7798 |
|
PRIMARY
KEY (`ID`
)
|
|
|
7799 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8 PAC
K_KEYS=0;
|
|
|
7800 |
|
|
|
|
7801 |
|
--
|
|
|
7802 |
|
-- Dumping
data for
table `pol
ls_q`
|
|
|
7803 |
|
--
|
|
|
7804 |
|
|
|
|
7805 |
|
|
|
|
7806 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7807 |
|
|
|
|
7808 |
|
--
|
|
|
7809 |
|
-- Table s
tructure f
or table `
pre_forum`
|
|
|
7810 |
|
--
|
|
|
7811 |
|
|
|
|
7812 |
|
CREATE TAB
LE `pre_fo
rum` (
|
|
|
7813 |
|
`forum_i
d` int(10)
unsigned
NOT NULL a
uto_increm
ent,
|
|
|
7814 |
|
`cat_id`
int(11) N
OT NULL de
fault '0',
|
|
|
7815 |
|
`forum_t
itle` varc
har(32) NO
T NULL def
ault '',
|
|
|
7816 |
|
`forum_d
esc` varch
ar(255) NO
T NULL def
ault '',
|
|
|
7817 |
|
`forum_p
osts` int(
11) NOT NU
LL default
'0',
|
|
|
7818 |
|
`forum_t
opics` int
(11) NOT N
ULL defaul
t '0',
|
|
|
7819 |
|
`forum_l
ast` int(1
1) NOT NUL
L default
'0',
|
|
|
7820 |
|
`forum_t
ype` enum(
'public','
private')
NOT NULL d
efault 'pu
blic',
|
|
|
7821 |
|
PRIMARY
KEY (`for
um_id`),
|
|
|
7822 |
|
KEY `cat
_id` (`cat
_id`)
|
|
|
7823 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7824 |
|
|
|
|
7825 |
|
--
|
|
|
7826 |
|
-- Dumping
data for
table `pre
_forum`
|
|
|
7827 |
|
--
|
|
|
7828 |
|
|
|
|
7829 |
|
|
|
|
7830 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7831 |
|
|
|
|
7832 |
|
--
|
|
|
7833 |
|
-- Table s
tructure f
or table `
pre_forum_
cat`
|
|
|
7834 |
|
--
|
|
|
7835 |
|
|
|
|
7836 |
|
CREATE TAB
LE `pre_fo
rum_cat` (
|
|
|
7837 |
|
`cat_id`
int(10) u
nsigned NO
T NULL aut
o_incremen
t,
|
|
|
7838 |
|
`cat_nam
e` varchar
(32) NOT N
ULL defaul
t '',
|
|
|
7839 |
|
`cat_ico
n` varchar
(32) NOT N
ULL defaul
t '',
|
|
|
7840 |
|
`cat_ord
er` float
NOT NULL d
efault '0'
,
|
|
|
7841 |
|
PRIMARY
KEY (`cat
_id`),
|
|
|
7842 |
|
KEY `cat
_order` (`
cat_order`
)
|
|
|
7843 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7844 |
|
|
|
|
7845 |
|
--
|
|
|
7846 |
|
-- Dumping
data for
table `pre
_forum_cat
`
|
|
|
7847 |
|
--
|
|
|
7848 |
|
|
|
|
7849 |
|
|
|
|
7850 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7851 |
|
|
|
|
7852 |
|
--
|
|
|
7853 |
|
-- Table s
tructure f
or table `
pre_forum_
flag`
|
|
|
7854 |
|
--
|
|
|
7855 |
|
|
|
|
7856 |
|
CREATE TAB
LE `pre_fo
rum_flag`
(
|
|
|
7857 |
|
`user` v
archar(16)
NOT NULL
default ''
,
|
|
|
7858 |
|
`topic_i
d` int(11)
NOT NULL
default '0
',
|
|
|
7859 |
|
`when` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
7860 |
|
PRIMARY
KEY (`use
r`,`topic_
id`)
|
|
|
7861 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7862 |
|
|
|
|
7863 |
|
--
|
|
|
7864 |
|
-- Dumping
data for
table `pre
_forum_fla
g`
|
|
|
7865 |
|
--
|
|
|
7866 |
|
|
|
|
7867 |
|
|
|
|
7868 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7869 |
|
|
|
|
7870 |
|
--
|
|
|
7871 |
|
-- Table s
tructure f
or table `
pre_forum_
post`
|
|
|
7872 |
|
--
|
|
|
7873 |
|
|
|
|
7874 |
|
CREATE TAB
LE `pre_fo
rum_post`
(
|
|
|
7875 |
|
`post_id
` int(10)
unsigned N
OT NULL au
to_increme
nt,
|
|
|
7876 |
|
`topic_i
d` int(11)
NOT NULL
default '0
',
|
|
|
7877 |
|
`forum_i
d` int(11)
NOT NULL
default '0
',
|
|
|
7878 |
|
`user` v
archar(32)
NOT NULL
default '0
',
|
|
|
7879 |
|
`post_te
xt` medium
text NOT N
ULL,
|
|
|
7880 |
|
`when` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
7881 |
|
`votes`
int(11) NO
T NULL def
ault '0',
|
|
|
7882 |
|
`reports
` int(11)
NOT NULL d
efault '0'
,
|
|
|
7883 |
|
PRIMARY
KEY (`pos
t_id`),
|
|
|
7884 |
|
KEY `top
ic_id` (`t
opic_id`),
|
|
|
7885 |
|
KEY `for
um_id` (`f
orum_id`),
|
|
|
7886 |
|
KEY `use
r` (`user`
),
|
|
|
7887 |
|
KEY `whe
n` (`when`
)
|
|
|
7888 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7889 |
|
|
|
|
7890 |
|
--
|
|
|
7891 |
|
-- Dumping
data for
table `pre
_forum_pos
t`
|
|
|
7892 |
|
--
|
|
|
7893 |
|
|
|
|
7894 |
|
|
|
|
7895 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7896 |
|
|
|
|
7897 |
|
--
|
|
|
7898 |
|
-- Table s
tructure f
or table `
pre_forum_
report`
|
|
|
7899 |
|
--
|
|
|
7900 |
|
|
|
|
7901 |
|
CREATE TAB
LE `pre_fo
rum_report
` (
|
|
|
7902 |
|
`user_na
me` varcha
r(16) NOT
NULL defau
lt '',
|
|
|
7903 |
|
`post_id
` int(11)
NOT NULL d
efault '0'
,
|
|
|
7904 |
|
PRIMARY
KEY (`use
r_name`,`p
ost_id`)
|
|
|
7905 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7906 |
|
|
|
|
7907 |
|
--
|
|
|
7908 |
|
-- Dumping
data for
table `pre
_forum_rep
ort`
|
|
|
7909 |
|
--
|
|
|
7910 |
|
|
|
|
7911 |
|
|
|
|
7912 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7913 |
|
|
|
|
7914 |
|
--
|
|
|
7915 |
|
-- Table s
tructure f
or table `
pre_forum_
topic`
|
|
|
7916 |
|
--
|
|
|
7917 |
|
|
|
|
7918 |
|
CREATE TAB
LE `pre_fo
rum_topic`
(
|
|
|
7919 |
|
`topic_i
d` int(10)
unsigned
NOT NULL a
uto_increm
ent,
|
|
|
7920 |
|
`forum_i
d` int(11)
NOT NULL
default '0
',
|
|
|
7921 |
|
`topic_t
itle` varc
har(255) N
OT NULL de
fault '',
|
|
|
7922 |
|
`when` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
7923 |
|
`topic_p
osts` int(
11) NOT NU
LL default
'0',
|
|
|
7924 |
|
`first_p
ost_user`
varchar(32
) NOT NULL
default '
0',
|
|
|
7925 |
|
`first_p
ost_when`
int(11) NO
T NULL def
ault '0',
|
|
|
7926 |
|
`last_po
st_user` v
archar(32)
NOT NULL
default ''
,
|
|
|
7927 |
|
`last_po
st_when` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
7928 |
|
`topic_s
ticky` int
(11) NOT N
ULL defaul
t '0',
|
|
|
7929 |
|
`topic_l
ocked` tin
yint(4) NO
T NULL def
ault '0',
|
|
|
7930 |
|
PRIMARY
KEY (`top
ic_id`),
|
|
|
7931 |
|
KEY `for
um_id` (`f
orum_id`),
|
|
|
7932 |
|
KEY `for
um_id_2` (
`forum_id`
,`when`)
|
|
|
7933 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7934 |
|
|
|
|
7935 |
|
--
|
|
|
7936 |
|
-- Dumping
data for
table `pre
_forum_top
ic`
|
|
|
7937 |
|
--
|
|
|
7938 |
|
|
|
|
7939 |
|
|
|
|
7940 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7941 |
|
|
|
|
7942 |
|
--
|
|
|
7943 |
|
-- Table s
tructure f
or table `
pre_forum_
user`
|
|
|
7944 |
|
--
|
|
|
7945 |
|
|
|
|
7946 |
|
CREATE TAB
LE `pre_fo
rum_user`
(
|
|
|
7947 |
|
`user_na
me` varcha
r(16) NOT
NULL defau
lt '',
|
|
|
7948 |
|
`user_pw
d` varchar
(32) NOT N
ULL defaul
t '',
|
|
|
7949 |
|
`user_em
ail` varch
ar(128) NO
T NULL def
ault '',
|
|
|
7950 |
|
`user_jo
in_date` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
7951 |
|
PRIMARY
KEY (`use
r_name`),
|
|
|
7952 |
|
UNIQUE K
EY `user_e
mail` (`us
er_email`)
|
|
|
7953 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7954 |
|
|
|
|
7955 |
|
--
|
|
|
7956 |
|
-- Dumping
data for
table `pre
_forum_use
r`
|
|
|
7957 |
|
--
|
|
|
7958 |
|
|
|
|
7959 |
|
|
|
|
7960 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7961 |
|
|
|
|
7962 |
|
--
|
|
|
7963 |
|
-- Table s
tructure f
or table `
pre_forum_
user_activ
ity`
|
|
|
7964 |
|
--
|
|
|
7965 |
|
|
|
|
7966 |
|
CREATE TAB
LE `pre_fo
rum_user_a
ctivity` (
|
|
|
7967 |
|
`user` v
archar(16)
NOT NULL
default ''
,
|
|
|
7968 |
|
`act_cur
rent` int(
11) NOT NU
LL default
'0',
|
|
|
7969 |
|
`act_las
t` int(11)
NOT NULL
default '0
',
|
|
|
7970 |
|
PRIMARY
KEY (`use
r`)
|
|
|
7971 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7972 |
|
|
|
|
7973 |
|
--
|
|
|
7974 |
|
-- Dumping
data for
table `pre
_forum_use
r_activity
`
|
|
|
7975 |
|
--
|
|
|
7976 |
|
|
|
|
7977 |
|
|
|
|
7978 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7979 |
|
|
|
|
7980 |
|
--
|
|
|
7981 |
|
-- Table s
tructure f
or table `
pre_forum_
user_stat`
|
|
|
7982 |
|
--
|
|
|
7983 |
|
|
|
|
7984 |
|
CREATE TAB
LE `pre_fo
rum_user_s
tat` (
|
|
|
7985 |
|
`user` v
archar(16)
NOT NULL
default ''
,
|
|
|
7986 |
|
`posts`
int(11) NO
T NULL def
ault '0',
|
|
|
7987 |
|
`user_la
st_post` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
7988 |
|
KEY `use
r` (`user`
)
|
|
|
7989 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
7990 |
|
|
|
|
7991 |
|
--
|
|
|
7992 |
|
-- Dumping
data for
table `pre
_forum_use
r_stat`
|
|
|
7993 |
|
--
|
|
|
7994 |
|
|
|
|
7995 |
|
|
|
|
7996 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
7997 |
|
|
|
|
7998 |
|
--
|
|
|
7999 |
|
-- Table s
tructure f
or table `
pre_forum_
vote`
|
|
|
8000 |
|
--
|
|
|
8001 |
|
|
|
|
8002 |
|
CREATE TAB
LE `pre_fo
rum_vote`
(
|
|
|
8003 |
|
`user_na
me` varcha
r(16) NOT
NULL defau
lt '',
|
|
|
8004 |
|
`post_id
` int(11)
NOT NULL d
efault '0'
,
|
|
|
8005 |
|
`vote_wh
en` int(11
) NOT NULL
default '
0',
|
|
|
8006 |
|
`vote_po
int` tinyi
nt(4) NOT
NULL defau
lt '0',
|
|
|
8007 |
|
PRIMARY
KEY (`use
r_name`,`p
ost_id`)
|
|
|
8008 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8009 |
|
|
|
|
8010 |
|
--
|
|
|
8011 |
|
-- Dumping
data for
table `pre
_forum_vot
e`
|
|
|
8012 |
|
--
|
|
|
8013 |
|
|
|
|
8014 |
|
|
|
|
8015 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8016 |
|
|
|
|
8017 |
|
--
|
|
|
8018 |
|
-- Table s
tructure f
or table `
PrivPhotos
Requests`
|
|
|
8019 |
|
--
|
|
|
8020 |
|
|
|
|
8021 |
|
CREATE TAB
LE `PrivPh
otosReques
ts` (
|
|
|
8022 |
|
`IDauto`
int(10) u
nsigned NO
T NULL aut
o_incremen
t,
|
|
|
8023 |
|
`IDFrom`
bigint(8)
NOT NULL
default '0
',
|
|
|
8024 |
|
`IDTo` b
igint(20)
NOT NULL d
efault '0'
,
|
|
|
8025 |
|
`Grant`
int(11) NO
T NULL def
ault '0',
|
|
|
8026 |
|
`Hide` t
inyint(4)
NOT NULL d
efault '0'
,
|
|
|
8027 |
|
`Arrived
` datetime
NOT NULL
default '0
000-00-00
00:00:00',
|
|
|
8028 |
|
PRIMARY
KEY (`IDa
uto`),
|
|
|
8029 |
|
KEY `IDF
rom` (`IDF
rom`),
|
|
|
8030 |
|
KEY `IDT
o` (`IDTo`
),
|
|
|
8031 |
|
KEY `IDF
rom_2` (`I
DFrom`,`ID
To`)
|
|
|
8032 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8033 |
|
|
|
|
8034 |
|
--
|
|
|
8035 |
|
-- Dumping
data for
table `Pri
vPhotosReq
uests`
|
|
|
8036 |
|
--
|
|
|
8037 |
|
|
|
|
8038 |
|
|
|
|
8039 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8040 |
|
|
|
|
8041 |
|
--
|
|
|
8042 |
|
-- Table s
tructure f
or table `
ProfileCom
pose`
|
|
|
8043 |
|
--
|
|
|
8044 |
|
|
|
|
8045 |
|
CREATE TAB
LE `Profil
eCompose`
(
|
|
|
8046 |
|
`ID` int
(8) unsign
ed NOT NUL
L auto_inc
rement,
|
|
|
8047 |
|
`Title`
varchar(25
5) NOT NUL
L default
'',
|
|
|
8048 |
|
`Desc` v
archar(255
) NOT NULL
default '
',
|
|
|
8049 |
|
`Caption
` varchar(
255) NOT N
ULL defaul
t '',
|
|
|
8050 |
|
`Visible
` set('non
','memb')
NOT NULL d
efault '',
|
|
|
8051 |
|
`Func` v
archar(40)
NOT NULL
default ''
,
|
|
|
8052 |
|
`Content
` text NOT
NULL,
|
|
|
8053 |
|
`Column`
int(11) N
OT NULL de
fault '0',
|
|
|
8054 |
|
`Order`
int(11) NO
T NULL def
ault '0',
|
|
|
8055 |
|
PRIMARY
KEY (`ID`
)
|
|
|
8056 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8057 |
|
|
|
|
8058 |
|
--
|
|
|
8059 |
|
-- Dumping
data for
table `Pro
fileCompos
e`
|
|
|
8060 |
|
--
|
|
|
8061 |
|
|
|
|
8062 |
|
INSERT INT
O `Profile
Compose` V
ALUES (1,
'Profile P
hotos', 'M
ember phot
os block',
'_PROFILE
Photos',
'non,memb'
, 'Photo',
'', 1, 0)
;
|
|
|
8063 |
|
INSERT INT
O `Profile
Compose` V
ALUES (2,
'Looking F
or', 'Deta
ils of the
person th
e member i
s looking
for', '_Lo
okingFor',
'non,memb
', 'Lookin
gForDetail
s', '', 0,
0);
|
|
|
8064 |
|
INSERT INT
O `Profile
Compose` V
ALUES (3,
'Member Po
lls', 'Mem
ber polls
block', '_
Polls', 'n
on,memb',
'ProfilePo
lls', '',
1, 5);
|
|
|
8065 |
|
INSERT INT
O `Profile
Compose` V
ALUES (4,
'Actions M
enu', 'Act
ions that
other memb
ers can do
', '_Actio
ns', 'non,
memb', 'Ac
tionsMenu'
, '', 1, 1
);
|
|
|
8066 |
|
INSERT INT
O `Profile
Compose` V
ALUES (5,
'Rate Prof
ile', 'Pro
file ratin
g form', '
_rate prof
ile', 'non
,memb', 'R
ateProfile
', '', 2,
1);
|
|
|
8067 |
|
INSERT INT
O `Profile
Compose` V
ALUES (6,
'ProfileDe
tails', 'P
rofile Det
ails', '_P
ROFILE Inf
o', 'non,m
emb', 'Pro
fileDetail
s', '', 2,
0);
|
|
|
8068 |
|
INSERT INT
O `Profile
Compose` V
ALUES (7,
'Descripti
ons', 'Mem
ber descri
ption and
ideal matc
h descript
ion', '_De
scription'
, 'non,mem
b', 'Descr
iptions',
'', 2, 2);
|
|
|
8069 |
|
INSERT INT
O `Profile
Compose` V
ALUES (8,
'Friends',
'Member f
riends lis
t', '_Frie
nds', 'non
,memb', 'F
riends', '
', 2, 4);
|
|
|
8070 |
|
INSERT INT
O `Profile
Compose` V
ALUES(9, '
Comments',
'Comments
on member
profile',
'_profile
_comments'
, 'non,mem
b', 'Comme
nts', '',
2, 8);
|
|
|
8071 |
|
INSERT INT
O `Profile
Compose` V
ALUES (10,
'Member B
log', 'Mem
ber blog b
lock', '_B
log', 'non
,memb', 'P
rofileBlog
', '', 2,
3);
|
|
|
8072 |
|
INSERT INT
O `Profile
Compose` V
ALUES(11,
'Profile M
usic', 'Pr
ofile Mp3
Player', '
_ProfileMp
3', 'non,m
emb', 'Mp3
', '', 2,
6);
|
|
|
8073 |
|
INSERT INT
O `Profile
Compose` V
ALUES(12,
'Member Fo
rum Posts'
, 'Last po
sts of a m
ember in t
he forum',
'_Forum P
osts', 'no
n,memb', '
RSS', '{Si
teUrl}orca
/?action=r
ss_user&us
er={NickNa
me}#4', 2,
7);
|
|
|
8074 |
|
INSERT INT
O `Profile
Compose` V
ALUES (15,
'RSS Feed
', '', '_B
oonEx News
', 'non,me
mb', 'RSS'
, 'http://
www.boonex
.com/unity
/blog/feat
ured_posts
/?rss=1#4'
, 0, 0);
|
|
|
8075 |
|
INSERT INT
O `Profile
Compose` V
ALUES (16,
'Member C
lassifieds
', 'Classi
fieds', '_
Classified
s', 'non,m
emb', 'Cla
ssifieds',
'', 1, 2)
;
|
|
|
8076 |
|
INSERT INT
O `Profile
Compose` V
ALUES (17,
'Member E
vents', 'E
vents', '_
Events', '
non,memb',
'Events',
'', 1, 3)
;
|
|
|
8077 |
|
INSERT INT
O `Profile
Compose` V
ALUES (18,
'Member G
roups', 'G
roups', '_
Groups', '
non,memb',
'Groups',
'', 1, 4)
;
|
|
|
8078 |
|
INSERT INT
O `Profile
Compose` V
ALUES (19,
'Member M
usic Galle
ry', 'Musi
c Shared B
y The Memb
er', '_Mus
ic Gallery
', 'non,me
mb', 'Shar
eMusic', '
', 1, 6);
|
|
|
8079 |
|
INSERT INT
O `Profile
Compose` V
ALUES (20,
'Member P
hoto Galle
ry', 'Phot
os Shared
By The Mem
ber', '_Ph
oto Galler
y', 'non,m
emb', 'Sha
rePhotos',
'', 1, 7)
;
|
|
|
8080 |
|
INSERT INT
O `Profile
Compose` V
ALUES (21,
'Member V
ideo Galle
ry', 'Vide
os Shared
By The Mem
ber', '_Vi
deo Galler
y', 'non,m
emb', 'Sha
reVideos',
'', 1, 8)
;
|
|
|
8081 |
|
INSERT INT
O `Profile
Compose` V
ALUES(22,
'Mutual Fr
iends', 'M
utual frie
nds of vie
wing and v
iewed memb
ers', '_Mu
tual Frien
ds', 'memb
', 'Mutual
Friends',
'', 2, 5);
|
|
|
8082 |
|
|
|
|
8083 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8084 |
|
|
|
|
8085 |
|
--
|
|
|
8086 |
|
-- Table s
tructure f
or table `
ProfileMem
Levels`
|
|
|
8087 |
|
--
|
|
|
8088 |
|
|
|
|
8089 |
|
CREATE TAB
LE `Profil
eMemLevels
` (
|
|
|
8090 |
|
`IDMembe
r` bigint(
20) unsign
ed NOT NUL
L default
'0',
|
|
|
8091 |
|
`IDLevel
` smallint
(5) unsign
ed NOT NUL
L default
'0',
|
|
|
8092 |
|
`DateSta
rts` datet
ime NOT NU
LL default
'0000-00-
00 00:00:0
0',
|
|
|
8093 |
|
`DateExp
ires` date
time defau
lt NULL,
|
|
|
8094 |
|
`Transac
tionID` bi
gint(20) u
nsigned de
fault NULL
,
|
|
|
8095 |
|
PRIMARY
KEY (`IDM
ember`,`ID
Level`,`Da
teStarts`)
|
|
|
8096 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8097 |
|
|
|
|
8098 |
|
--
|
|
|
8099 |
|
-- Dumping
data for
table `Pro
fileMemLev
els`
|
|
|
8100 |
|
--
|
|
|
8101 |
|
|
|
|
8102 |
|
|
|
|
8103 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8104 |
|
|
|
|
8105 |
|
--
|
|
|
8106 |
|
-- Table s
tructure f
or table `
Profiles`
|
|
|
8107 |
|
--
|
|
|
8108 |
|
|
|
|
8109 |
|
CREATE TAB
LE `Profil
es` (
|
|
|
8110 |
|
`ID` big
int(8) uns
igned NOT
NULL auto_
increment,
|
|
|
8111 |
|
`NickNam
e` varchar
(48) NOT N
ULL defaul
t '',
|
|
|
8112 |
|
`Passwor
d` varchar
(32) NOT N
ULL defaul
t '',
|
|
|
8113 |
|
`Country
` varchar(
2) NOT NUL
L default
'US',
|
|
|
8114 |
|
`City` v
archar(30)
default N
ULL,
|
|
|
8115 |
|
`Headlin
e` varchar
(255) NOT
NULL defau
lt '',
|
|
|
8116 |
|
`Descrip
tionMe` me
diumtext N
OT NULL,
|
|
|
8117 |
|
`Sex` en
um('female
','male')
NOT NULL d
efault 'fe
male',
|
|
|
8118 |
|
`DateOfB
irth` date
NOT NULL
default '0
000-00-00'
,
|
|
|
8119 |
|
`Email`
varchar(50
) NOT NULL
default '
',
|
|
|
8120 |
|
`EmailFl
ag` enum('
HTML','Tex
t','Not su
re') NOT N
ULL defaul
t 'HTML',
|
|
|
8121 |
|
`EmailNo
tify` enum
('NotifyMe
','NotNoti
fyMe') NOT
NULL defa
ult 'Notif
yMe',
|
|
|
8122 |
|
`Status`
enum('Unc
onfirmed',
'Approval'
,'Active',
'Rejected'
,'Suspende
d') NOT NU
LL default
'Unconfir
med',
|
|
|
8123 |
|
`LastLog
gedIn` dat
etime defa
ult NULL,
|
|
|
8124 |
|
`LastMod
ified` dat
etime NOT
NULL defau
lt '0000-0
0-00 00:00
:00',
|
|
|
8125 |
|
`LastReg
` datetime
NOT NULL
default '0
000-00-00
00:00:00',
|
|
|
8126 |
|
`Looking
For` enum(
'female','
male','all
') NOT NUL
L default
'all',
|
|
|
8127 |
|
`PrimPho
to` int(11
) NOT NULL
default '
0',
|
|
|
8128 |
|
`Picture
` enum('0'
,'1') NOT
NULL defau
lt '0',
|
|
|
8129 |
|
`LastNav
Time` date
time NOT N
ULL defaul
t '0000-00
-00 00:00:
00',
|
|
|
8130 |
|
`LastNav
Page` int(
4) NOT NUL
L default
'0',
|
|
|
8131 |
|
`Feature
d` enum('0
','1') NOT
NULL defa
ult '0',
|
|
|
8132 |
|
`aff_num
` int(5) u
nsigned NO
T NULL def
ault '0',
|
|
|
8133 |
|
`zip` va
rchar(23)
NOT NULL d
efault '',
|
|
|
8134 |
|
`Payment
Subscripti
on` tinyin
t(1) NOT N
ULL defaul
t '0',
|
|
|
8135 |
|
`Tags` v
archar(255
) NOT NULL
default '
',
|
|
|
8136 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8137 |
|
UNIQUE K
EY `NickNa
me` (`Nick
Name`)
|
|
|
8138 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8139 |
|
|
|
|
8140 |
|
--
|
|
|
8141 |
|
-- Dumping
data for
table `Pro
files`
|
|
|
8142 |
|
--
|
|
|
8143 |
|
|
|
|
8144 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8145 |
|
|
|
|
8146 |
|
--
|
|
|
8147 |
|
-- Table s
tructure f
or table `
ProfilesCo
mments`
|
|
|
8148 |
|
--
|
|
|
8149 |
|
|
|
|
8150 |
|
CREATE TAB
LE `Profil
esComments
` (
|
|
|
8151 |
|
`ID` big
int(20) NO
T NULL aut
o_incremen
t,
|
|
|
8152 |
|
`Date` d
atetime NO
T NULL def
ault '0000
-00-00 00:
00:00',
|
|
|
8153 |
|
`IP` var
char(16) d
efault NUL
L,
|
|
|
8154 |
|
`Sender`
bigint(8)
unsigned
NOT NULL d
efault '0'
,
|
|
|
8155 |
|
`Recipie
nt` bigint
(8) unsign
ed NOT NUL
L default
'0',
|
|
|
8156 |
|
`Text` m
ediumtext
NOT NULL,
|
|
|
8157 |
|
`New` en
um('0','1'
) NOT NULL
default '
1',
|
|
|
8158 |
|
`ReplyTO
` int(11)
unsigned N
OT NULL de
fault '0',
|
|
|
8159 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8160 |
|
KEY `Pai
r` (`Sende
r`,`Recipi
ent`)
|
|
|
8161 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8162 |
|
|
|
|
8163 |
|
--
|
|
|
8164 |
|
-- Dumping
data for
table `Pro
filesComme
nts`
|
|
|
8165 |
|
--
|
|
|
8166 |
|
|
|
|
8167 |
|
|
|
|
8168 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8169 |
|
|
|
|
8170 |
|
--
|
|
|
8171 |
|
-- Table s
tructure f
or table `
ProfilesDe
sc`
|
|
|
8172 |
|
--
|
|
|
8173 |
|
|
|
|
8174 |
|
CREATE TAB
LE `Profil
esDesc` (
|
|
|
8175 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
8176 |
|
`name` v
archar(64)
NOT NULL
default ''
,
|
|
|
8177 |
|
`namedis
p` varchar
(255) NOT
NULL defau
lt '',
|
|
|
8178 |
|
`namenot
e` varchar
(255) NOT
NULL defau
lt '',
|
|
|
8179 |
|
`extra`
mediumtext
NOT NULL,
|
|
|
8180 |
|
`type` e
num('d','f
','c','p',
'e','en','
a','s','0'
,'r','rb',
'set','eny
','date')
NOT NULL d
efault 'd'
,
|
|
|
8181 |
|
`order`
float NOT
NULL defau
lt '0',
|
|
|
8182 |
|
`join_pa
ge` float
NOT NULL d
efault '0'
,
|
|
|
8183 |
|
`visible
` set('use
r','memb',
'adm') NOT
NULL defa
ult 'user'
,
|
|
|
8184 |
|
`editabl
e` set('me
mb','adm')
NOT NULL
default 'm
emb,adm',
|
|
|
8185 |
|
`check`
text NOT N
ULL,
|
|
|
8186 |
|
`because
` varchar(
255) NOT N
ULL defaul
t '',
|
|
|
8187 |
|
`group_m
ark` enum(
'','b','c'
,'e') NOT
NULL defau
lt '',
|
|
|
8188 |
|
`group_t
ext_b` var
char(32) N
OT NULL de
fault '',
|
|
|
8189 |
|
`group_t
ext_a` var
char(32) N
OT NULL de
fault '',
|
|
|
8190 |
|
`to_db`
int(11) NO
T NULL def
ault '1',
|
|
|
8191 |
|
`show_on
_page` set
('0','3','
7','25') N
OT NULL de
fault '0',
|
|
|
8192 |
|
`get_val
ue` varcha
r(255) NOT
NULL defa
ult '',
|
|
|
8193 |
|
`get_val
ue_db` var
char(255)
NOT NULL d
efault '',
|
|
|
8194 |
|
`search_
type` enum
('none','r
adio','lis
t','check'
,'daterang
e','check_
set','text
') NOT NUL
L default
'none',
|
|
|
8195 |
|
`search_
cols` int(
11) NOT NU
LL default
'0',
|
|
|
8196 |
|
`search_
hide` tiny
int(4) NOT
NULL defa
ult '0',
|
|
|
8197 |
|
`search_
extra` var
char(255)
NOT NULL d
efault '',
|
|
|
8198 |
|
`search_
order` flo
at NOT NUL
L default
'0',
|
|
|
8199 |
|
`search_
default` v
archar(255
) NOT NULL
default '
',
|
|
|
8200 |
|
`search_
where` var
char(255)
NOT NULL d
efault '',
|
|
|
8201 |
|
`match_f
ield` varc
har(64) NO
T NULL def
ault '',
|
|
|
8202 |
|
`match_t
ype` enum(
'none','en
um','enum_
ref','set'
,'daterang
e') NOT NU
LL default
'none',
|
|
|
8203 |
|
`match_e
xtra` varc
har(255) N
OT NULL de
fault '',
|
|
|
8204 |
|
`min_len
gth` varch
ar(5) NOT
NULL defau
lt '',
|
|
|
8205 |
|
`max_len
gth` varch
ar(5) NOT
NULL defau
lt '',
|
|
|
8206 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8207 |
|
UNIQUE K
EY `name`
(`name`)
|
|
|
8208 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8209 |
|
|
|
|
8210 |
|
--
|
|
|
8211 |
|
-- Dumping
data for
table `Pro
filesDesc`
|
|
|
8212 |
|
--
|
|
|
8213 |
|
|
|
|
8214 |
|
INSERT INT
O `Profile
sDesc` VAL
UES (1, 'S
ex', '_Sex
', '', '''
male'',''f
emale''',
'rb', 1, 1
005, 'user
,memb,adm'
, 'memb,ad
m', '', ''
, '', '',
'', 1, '0,
3,7,25', '
', '', 'ra
dio', 3, 0
, '', 2, '
female', '
(LookingFo
r = ''%s''
OR Lookin
gFor = ''a
ll'')', ''
, 'none',
'', '', ''
);
|
|
|
8215 |
|
INSERT INT
O `Profile
sDesc` VAL
UES (3, 'N
ickName',
'_NickName
', '_NICK_
LEAST', '4
0', 'c', 0
.3, 1001,
'user,memb
,adm', 'ad
m', 'retur
n (strlen(
$arg0) >=
2 && strle
n($arg0) <
= 20 && pr
eg_match("
/^[A-Za-z]
+[0-9A-Za-
z_]*$/", $
arg0) && c
onf_nick($
arg0, $_CO
OKIE["memb
erID"])) ?
true : fa
lse;', '_N
ICK_LEAST'
, '', '',
'', 1, '3,
25', '', '
', 'none',
0, 0, '',
0, '', ''
, '', 'non
e', '', '2
', '20');
|
|
|
8216 |
|
INSERT INT
O `Profile
sDesc` VAL
UES (5, '0
', '_Perso
nal detail
s', '', ''
, '0', 0.2
, 0, 'user
,memb,adm'
, '', '',
'', '', ''
, '', 1, '
0', '', ''
, 'none',
0, 0, '',
0, '', '',
'', 'none
', '', '',
'');
|
|
|
8217 |
|
INSERT INT
O `Profile
sDesc` VAL
UES (6, 'C
ountry', '
_Country',
'', 'glob
al $prof;
return $pr
of[countri
es];', 'r'
, 3, 1006,
'user,mem
b,adm', 'm
emb,adm',
'', '', ''
, '', '',
1, '3,7,25
', '', '',
'list', 0
, 0, '', 1
0, '-1', '
', '', 'no
ne', '', '
', '');
|
|
|
8218 |
|
INSERT INT
O `Profile
sDesc` VAL
UES (7, 'C
ity', '_Ci
ty', '_Use
latin set
', '40', '
c', 4, 100
7, 'user,m
emb,adm',
'memb,adm'
, 'return
strlen($ar
g0) > 0 ?
true : fal
se;', '_CI
TY_REQUIRE
D', '', ''
, '', 1, '
3,7,25', '
', '', 'no
ne', 0, 0,
'', 0, ''
, '', '',
'none', ''
, '', '');
|
|
|
8219 |
|
INSERT INT
O `Profile
sDesc` VAL
UES (11, '
DateOfBirt
h', '_Date
of birth'
, '', '''7
5'',''18''
', 'date',
5.5, 1002
.6, 'user,
memb,adm',
'memb,adm
', '$dob=e
xplode(''-
'',$arg0);
$age=date(
''Y'')-$do
b[0];if($d
ob[1]>date
(''m'')) $
age--;else
if((int)$
dob[1]==da
te(''m''))
if ((int)
$dob[2]>da
te(''d''))
$age--;if
(($age>=ge
tParam(''s
earch_star
t_age''))&
&($age<=ge
tParam(''s
earch_end_
age''))) r
eturn true
;else retu
rn false;'
, '_DateOf
Birth_err_
msg', '',
'', '', 1,
'0,7', ''
, '', 'dat
erange', 2
, 0, '''18
'',''75'''
, 6, '40',
'', '', '
none', '',
'', '');
|
|
|
8220 |
|
INSERT INT
O `Profile
sDesc` VAL
UES (54, '
Tags', '_T
ags_captio
n', '_Tags
_desc', '3
0', 'c', 1
3, 1009, '
user,memb,
adm', 'mem
b,adm', 'r
eturn (str
len($arg0)
>= 3 && s
trlen($arg
0) <= 500
) ? true :
false;',
'_Tags_err
_msg', '',
'', '', 1
, '3,25',
'', '', 'n
one', 0, 0
, '', 0, '
', '', '',
'none', '
', '', '')
;
|
|
|
8221 |
|
INSERT INT
O `Profile
sDesc` VAL
UES(27, 'D
escription
Me', '_Des
cription',
'_General
self-desc
ription',
'36x10', '
a', 28, 10
11, 'user,
memb,adm',
'memb,adm
', 'return
strlen($a
rg0) > 20
? true : f
alse;', '_
DESC_LEAST
', '', '',
'', 1, '0
', '', '',
'none', 0
, 0, '', 0
, '', '',
'', 'none'
, '', '',
'');
|
|
|
8222 |
|
INSERT INT
O `Profile
sDesc` VAL
UES (28, '
1', '_Cont
act inform
ation', ''
, '', '0',
29, 0, 'm
emb,adm',
'', '', ''
, '', '',
'', 1, '0'
, '', '',
'none', 0,
0, '', 0,
'', '', '
', 'none',
'', '', '
');
|
|
|
8223 |
|
INSERT INT
O `Profile
sDesc` VAL
UES (29, '
Email', '_
E-mail', '
_MUST_BE_V
ALID', '40
', 'c', 31
, 1001, 'm
emb,adm',
'memb,adm'
, 'return
(eregi("^[
a-z0-9_\\-
]+(\\.[_a-
z0-9\\-]+)
*@([_a-z0-
9\\-]+\\.)
+([a-z]{2}
|aero|arpa
|biz|com|c
oop|edu|go
v|info|int
|jobs|mil|
museum|nam
e|nato|net
|org|pro|t
ravel)$",
$arg0) &&
conf_email
($arg0,$_C
OOKIE[memb
erID])) ?
true : fal
se;', '_EM
AIL_INVALI
D', '', ''
, '', 1, '
3,25', '',
'', 'none
', 0, 0, '
', 0, '',
'', '', 'n
one', '',
'5', '128'
);
|
|
|
8224 |
|
INSERT INT
O `Profile
sDesc` VAL
UES (30, '
EmailFlag'
, '_I can
receive',
'', '''HTM
L'',''Text
'',''Not s
ure''', 'r
b', 31.3,
0, 'memb,a
dm', 'memb
,adm', '',
'', '', '
', '', 1,
'0', '', '
', 'none',
0, 0, '',
0, '', ''
, '', 'non
e', '', ''
, '');
|
|
|
8225 |
|
INSERT INT
O `Profile
sDesc` VAL
UES (39, '
3', 'Passw
ord', '',
'', '0', 4
0, 0, 'mem
b,adm', ''
, '', '',
'', '', ''
, 1, '0',
'', '', 'n
one', 0, 0
, '', 0, '
', '', '',
'none', '
', '', '')
;
|
|
|
8226 |
|
INSERT INT
O `Profile
sDesc` VAL
UES(40, 'P
assword',
'_Password
', '', '40
', 'p', 40
.5, 1002,
'memb,adm'
, 'memb,ad
m', 'retur
n ( strlen
($arg0) >=
3 && strl
en($arg0)
<= 32 ) ?
true : fal
se;', '_PW
D_INVALID'
, '', '',
'', 1, '3'
, '', '',
'none', 0,
0, '', 0,
'', '', '
', 'none',
'', '3',
'32');
|
|
|
8227 |
|
INSERT INT
O `Profile
sDesc` VAL
UES(41, 'P
assword,Pa
ssword2',
'_Confirm
password',
'_Confirm
your pass
word', '40
', 'p', 42
, 1002.5,
'memb,adm'
, 'memb,ad
m', 'if( i
sset( $_PO
ST[''Passw
ord''] ) &
& strlen(
$_POST[''P
assword'']
) ) { if(
process_p
ass_data(
$_POST[''P
assword'']
) == $arg
0 ) return
true; els
e return f
alse; } el
seif( isse
t( $_POST[
''Password
1''] ) &&
strlen( $_
POST[''Pas
sword1'']
) ){ if( p
rocess_pas
s_data( $_
POST[''Pas
sword1'']
) == $arg0
) return
true; else
return fa
lse; } els
e return t
rue;', '_P
WD_INVALID
3', '', ''
, '', 0, '
3,25', '',
'', 'none
', 0, 0, '
', 0, '',
'', '', 'n
one', '',
'3', '32')
;
|
|
|
8228 |
|
INSERT INT
O `Profile
sDesc` VAL
UES(42, '4
', '_Detai
ls of the
person you
are looki
ng for', '
', '', '0'
, 26.1, 0,
'memb,adm
', '', '',
'', '', '
', '', 1,
'25', '',
'', 'none'
, 0, 0, ''
, 0, '', '
', '', 'no
ne', '', '
', '');
|
|
|
8229 |
|
INSERT INT
O `Profile
sDesc` VAL
UES(43, 'L
ookingFor'
, '_I look
for a', '
_Whom do y
ou look fo
r?', '''fe
male'',''m
ale'',''al
l''', 'e',
26.2, 0,
'memb,adm'
, 'memb,ad
m', '', ''
, '', '',
'', 1, '25
', '', '',
'radio',
4, 0, '',
2.1, 'male
', 'IF(''%
s''=''all'
',1,Sex=''
%s'')', 'S
ex', 'enum
', '20', '
', '');
|
|
|
8230 |
|
INSERT INT
O `Profile
sDesc` VAL
UES(46, 'P
assword,Pa
ssword1',
'_Change P
assword',
'', '40',
'p', 41, 0
, 'memb,ad
m', 'memb,
adm', '',
'', '', ''
, '', 1, '
25', '', '
', 'none',
0, 0, '',
0, '', ''
, '', 'non
e', '', '3
', '32');
|
|
|
8231 |
|
INSERT INT
O `Profile
sDesc` VAL
UES(48, 'S
tatus', '_
Profile st
atus', '',
'''Unconf
irmed'', '
'Approval'
', ''Activ
e'', ''Rej
ected'', '
'Suspended
''', 'e',
50, 0, 'ad
m', 'adm',
'', '', '
', '', '',
1, '0', '
', '', 'no
ne', 0, 0,
'', 0, ''
, '', '',
'none', ''
, '', '');
|
|
|
8232 |
|
INSERT INT
O `Profile
sDesc` VAL
UES (51, '
EmailNotif
y', '_Noti
fy me abou
t news, ti
ps', '', '
''NotifyMe
'',''NotNo
tifyMe''',
'rb', 39,
0, 'memb,
adm', 'mem
b,adm', ''
, '', '',
'', '', 1,
'0', '',
'', 'none'
, 0, 0, ''
, 0, '', '
', '', 'no
ne', '', '
', '');
|
|
|
8233 |
|
INSERT INT
O `Profile
sDesc` VAL
UES (52, '
zip', '_Zi
p/Postal C
ode', '',
'23', 'c',
5, 0, 'us
er,memb,ad
m', 'memb,
adm', 'ret
urn strlen
($arg0) >
0 ? true :
false;',
'_ZIP_REQU
IRED', '',
'', '', 1
, '3,25',
'', '', 'n
one', 0, 0
, '', 0, '
', '', '',
'none', '
', '', '')
;
|
|
|
8234 |
|
INSERT INT
O `Profile
sDesc` VAL
UES(53, 'H
eadline',
'_Headline
', '', '40
', 'c', 27
.6, 1010,
'user,memb
,adm', 'me
mb,adm', '
return str
len($arg0)
>= 2 AND
strlen($ar
g0) <= 64
? true : f
alse;', '_
HEADLINE_L
EAST', '',
'', '', 1
, '3,25',
'', '', 'n
one', 0, 0
, '', 0, '
', '', '',
'none', '
', '', '')
;
|
|
|
8235 |
|
INSERT INT
O `Profile
sDesc` VAL
UES(55, '2
0', '_Desc
ription',
'', '', '0
', 27.5, 0
, 'user,me
mb,adm', '
memb,adm',
'', '', '
', '', '',
1, '0', '
', '', 'no
ne', 0, 0,
'', 11, '
', '', '',
'none', '
', '', '')
;
|
|
|
8236 |
|
|
|
|
8237 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8238 |
|
|
|
|
8239 |
|
--
|
|
|
8240 |
|
-- Table s
tructure f
or table `
ProfilesPo
lls`
|
|
|
8241 |
|
--
|
|
|
8242 |
|
|
|
|
8243 |
|
CREATE TAB
LE `Profil
esPolls` (
|
|
|
8244 |
|
`id_poll
` int(11)
NOT NULL a
uto_increm
ent,
|
|
|
8245 |
|
`id_prof
ile` int(1
1) NOT NUL
L default
'0',
|
|
|
8246 |
|
`poll_qu
estion` va
rchar(255)
NOT NULL
default ''
,
|
|
|
8247 |
|
`poll_an
swers` tex
t NOT NULL
,
|
|
|
8248 |
|
`poll_re
sults` var
char(60) N
OT NULL de
fault '',
|
|
|
8249 |
|
`poll_to
tal_votes`
int(11) N
OT NULL de
fault '0',
|
|
|
8250 |
|
`poll_st
atus` varc
har(20) NO
T NULL def
ault '',
|
|
|
8251 |
|
`poll_ap
proval` ti
nyint(4) N
OT NULL de
fault '0',
|
|
|
8252 |
|
PRIMARY
KEY (`id_
poll`),
|
|
|
8253 |
|
KEY `id_
profile` (
`id_profil
e`)
|
|
|
8254 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8255 |
|
|
|
|
8256 |
|
--
|
|
|
8257 |
|
-- Dumping
data for
table `Pro
filesPolls
`
|
|
|
8258 |
|
--
|
|
|
8259 |
|
|
|
|
8260 |
|
|
|
|
8261 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8262 |
|
|
|
|
8263 |
|
--
|
|
|
8264 |
|
-- Table s
tructure f
or table `
ProfilesRe
lations`
|
|
|
8265 |
|
--
|
|
|
8266 |
|
|
|
|
8267 |
|
CREATE TAB
LE `Profil
esRelation
s` (
|
|
|
8268 |
|
`id` int
(11) NOT N
ULL auto_i
ncrement,
|
|
|
8269 |
|
`sourceI
D` int(11)
default '
0',
|
|
|
8270 |
|
`targetI
D` int(11)
default N
ULL,
|
|
|
8271 |
|
`action`
enum('hot
','block',
'view','fr
iend') def
ault 'view
',
|
|
|
8272 |
|
`status`
tinyint(3
) NOT NULL
default '
0',
|
|
|
8273 |
|
`date` d
atetime de
fault '000
0-00-00 00
:00:00',
|
|
|
8274 |
|
PRIMARY
KEY (`id`
),
|
|
|
8275 |
|
KEY `sou
rceID` (`s
ourceID`),
|
|
|
8276 |
|
KEY `tar
getID` (`t
argetID`)
|
|
|
8277 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8278 |
|
|
|
|
8279 |
|
--
|
|
|
8280 |
|
-- Dumping
data for
table `Pro
filesRelat
ions`
|
|
|
8281 |
|
--
|
|
|
8282 |
|
|
|
|
8283 |
|
|
|
|
8284 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8285 |
|
|
|
|
8286 |
|
--
|
|
|
8287 |
|
-- Table s
tructure f
or table `
ProfilesSe
ttings`
|
|
|
8288 |
|
--
|
|
|
8289 |
|
|
|
|
8290 |
|
CREATE TAB
LE `Profil
esSettings
` (
|
|
|
8291 |
|
`IDMembe
r` int(10)
NOT NULL
default '0
',
|
|
|
8292 |
|
`Backgro
undFilenam
e` varchar
(40) defau
lt NULL,
|
|
|
8293 |
|
`Backgro
undColor`
varchar(60
) default
NULL,
|
|
|
8294 |
|
`FontCol
or` varcha
r(60) defa
ult NULL,
|
|
|
8295 |
|
`FontSiz
e` varchar
(60) defau
lt NULL,
|
|
|
8296 |
|
`FontFam
ily` varch
ar(60) def
ault NULL,
|
|
|
8297 |
|
`Status`
varchar(2
0) default
NULL,
|
|
|
8298 |
|
UNIQUE K
EY `profil
e_id` (`ID
Member`)
|
|
|
8299 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8300 |
|
|
|
|
8301 |
|
--
|
|
|
8302 |
|
-- Dumping
data for
table `Pro
filesSetti
ngs`
|
|
|
8303 |
|
--
|
|
|
8304 |
|
|
|
|
8305 |
|
|
|
|
8306 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8307 |
|
|
|
|
8308 |
|
--
|
|
|
8309 |
|
-- Table s
tructure f
or table `
ProfilesTr
ack`
|
|
|
8310 |
|
--
|
|
|
8311 |
|
|
|
|
8312 |
|
CREATE TAB
LE `Profil
esTrack` (
|
|
|
8313 |
|
`Member`
bigint(8)
unsigned
NOT NULL d
efault '0'
,
|
|
|
8314 |
|
`Profile
` bigint(8
) unsigned
NOT NULL
default '0
',
|
|
|
8315 |
|
`Arrived
` date NOT
NULL defa
ult '0000-
00-00',
|
|
|
8316 |
|
`Hide` t
inyint(4)
NOT NULL d
efault '0'
,
|
|
|
8317 |
|
UNIQUE K
EY `Member
_2` (`Memb
er`,`Profi
le`),
|
|
|
8318 |
|
KEY `Mem
ber` (`Mem
ber`),
|
|
|
8319 |
|
KEY `Pro
file` (`Pr
ofile`)
|
|
|
8320 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8321 |
|
|
|
|
8322 |
|
--
|
|
|
8323 |
|
-- Dumping
data for
table `Pro
filesTrack
`
|
|
|
8324 |
|
--
|
|
|
8325 |
|
|
|
|
8326 |
|
|
|
|
8327 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8328 |
|
|
|
|
8329 |
|
--
|
|
|
8330 |
|
-- Table s
tructure f
or table `
profile_ra
ting`
|
|
|
8331 |
|
--
|
|
|
8332 |
|
|
|
|
8333 |
|
CREATE TAB
LE `profil
e_rating`
(
|
|
|
8334 |
|
`pr_id`
bigint(8)
NOT NULL d
efault '0'
,
|
|
|
8335 |
|
`pr_rati
ng_count`
int(11) NO
T NULL def
ault '0',
|
|
|
8336 |
|
`pr_rati
ng_sum` in
t(11) NOT
NULL defau
lt '0',
|
|
|
8337 |
|
UNIQUE K
EY `med_id
` (`pr_id`
)
|
|
|
8338 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8339 |
|
|
|
|
8340 |
|
--
|
|
|
8341 |
|
-- Dumping
data for
table `pro
file_ratin
g`
|
|
|
8342 |
|
--
|
|
|
8343 |
|
|
|
|
8344 |
|
|
|
|
8345 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8346 |
|
|
|
|
8347 |
|
--
|
|
|
8348 |
|
-- Table s
tructure f
or table `
profile_vo
ting_track
`
|
|
|
8349 |
|
--
|
|
|
8350 |
|
|
|
|
8351 |
|
CREATE TAB
LE `profil
e_voting_t
rack` (
|
|
|
8352 |
|
`pr_id`
bigint(8)
NOT NULL d
efault '0'
,
|
|
|
8353 |
|
`pr_ip`
varchar(20
) default
NULL,
|
|
|
8354 |
|
`pr_date
` datetime
default N
ULL,
|
|
|
8355 |
|
KEY `pr_
ip` (`pr_i
p`,`pr_id`
)
|
|
|
8356 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8357 |
|
|
|
|
8358 |
|
--
|
|
|
8359 |
|
-- Dumping
data for
table `pro
file_votin
g_track`
|
|
|
8360 |
|
--
|
|
|
8361 |
|
|
|
|
8362 |
|
-- RAY AS
IT WAS INT
EGRATED
|
|
|
8363 |
|
|
|
|
8364 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8365 |
|
|
|
|
8366 |
|
--
|
|
|
8367 |
|
-- Table s
tructure f
or table `
RayBoardBo
ards`
|
|
|
8368 |
|
--
|
|
|
8369 |
|
|
|
|
8370 |
|
CREATE TAB
LE `RayBoa
rdBoards`
(
|
|
|
8371 |
|
`ID` int
(11) NOT N
ULL auto_i
ncrement,
|
|
|
8372 |
|
`UserID`
varchar(6
4) NOT NUL
L default
'',
|
|
|
8373 |
|
`Title`
varchar(25
5) NOT NUL
L default
'',
|
|
|
8374 |
|
`Track`
int(11) NO
T NULL def
ault '0',
|
|
|
8375 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8376 |
|
KEY `Use
rID` (`Use
rID`)
|
|
|
8377 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8378 |
|
|
|
|
8379 |
|
--
|
|
|
8380 |
|
-- Dumping
data for
table `Ray
BoardBoard
s`
|
|
|
8381 |
|
--
|
|
|
8382 |
|
|
|
|
8383 |
|
|
|
|
8384 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8385 |
|
|
|
|
8386 |
|
--
|
|
|
8387 |
|
-- Table s
tructure f
or table `
RayChatCur
rentUsers`
|
|
|
8388 |
|
--
|
|
|
8389 |
|
|
|
|
8390 |
|
CREATE TAB
LE `RayCha
tCurrentUs
ers` (
|
|
|
8391 |
|
`ID` var
char(20) N
OT NULL de
fault '0',
|
|
|
8392 |
|
`Nick` v
archar(36)
NOT NULL
default ''
,
|
|
|
8393 |
|
`RoomID`
int(11) N
OT NULL de
fault '0',
|
|
|
8394 |
|
`Sex` en
um('Male',
'Female')
NOT NULL d
efault 'Ma
le',
|
|
|
8395 |
|
`Age` in
t(11) NOT
NULL defau
lt '0',
|
|
|
8396 |
|
`Desc` m
ediumtext
NOT NULL,
|
|
|
8397 |
|
`Photo`
varchar(25
5) NOT NUL
L default
'',
|
|
|
8398 |
|
`Profile
` varchar(
255) NOT N
ULL defaul
t '',
|
|
|
8399 |
|
`When` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
8400 |
|
`Status`
enum('new
','room','
old','idle
','kick','
type') NOT
NULL defa
ult 'new',
|
|
|
8401 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8402 |
|
KEY `Roo
mID` (`Roo
mID`)
|
|
|
8403 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8404 |
|
|
|
|
8405 |
|
--
|
|
|
8406 |
|
-- Dumping
data for
table `Ray
ChatCurren
tUsers`
|
|
|
8407 |
|
--
|
|
|
8408 |
|
|
|
|
8409 |
|
|
|
|
8410 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8411 |
|
|
|
|
8412 |
|
--
|
|
|
8413 |
|
-- Table s
tructure f
or table `
RayChatMes
sages`
|
|
|
8414 |
|
--
|
|
|
8415 |
|
|
|
|
8416 |
|
CREATE TAB
LE `RayCha
tMessages`
(
|
|
|
8417 |
|
`ID` int
(11) NOT N
ULL auto_i
ncrement,
|
|
|
8418 |
|
`UserID`
varchar(2
0) NOT NUL
L default
'0',
|
|
|
8419 |
|
`Msg` te
xt NOT NUL
L,
|
|
|
8420 |
|
`Style`
text NOT N
ULL,
|
|
|
8421 |
|
`When` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
8422 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8423 |
|
KEY `Use
rID` (`Use
rID`)
|
|
|
8424 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8425 |
|
|
|
|
8426 |
|
--
|
|
|
8427 |
|
-- Dumping
data for
table `Ray
ChatMessag
es`
|
|
|
8428 |
|
--
|
|
|
8429 |
|
|
|
|
8430 |
|
|
|
|
8431 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8432 |
|
|
|
|
8433 |
|
--
|
|
|
8434 |
|
-- Table s
tructure f
or table `
RayChatPro
files`
|
|
|
8435 |
|
--
|
|
|
8436 |
|
|
|
|
8437 |
|
CREATE TAB
LE `RayCha
tProfiles`
(
|
|
|
8438 |
|
`ID` var
char(20) N
OT NULL de
fault '0',
|
|
|
8439 |
|
`Banned`
enum('tru
e','false'
) NOT NULL
default '
false',
|
|
|
8440 |
|
`Type` e
num('view'
,'text','f
ull','mode
r') NOT NU
LL default
'full',
|
|
|
8441 |
|
`Smilese
t` varchar
(255) NOT
NULL defau
lt '',
|
|
|
8442 |
|
PRIMARY
KEY (`ID`
)
|
|
|
8443 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8444 |
|
|
|
|
8445 |
|
--
|
|
|
8446 |
|
-- Dumping
data for
table `Ray
ChatProfil
es`
|
|
|
8447 |
|
--
|
|
|
8448 |
|
|
|
|
8449 |
|
|
|
|
8450 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8451 |
|
|
|
|
8452 |
|
--
|
|
|
8453 |
|
-- Table s
tructure f
or table `
RayChatRoo
ms`
|
|
|
8454 |
|
--
|
|
|
8455 |
|
|
|
|
8456 |
|
CREATE TAB
LE `RayCha
tRooms` (
|
|
|
8457 |
|
`ID` int
(11) NOT N
ULL auto_i
ncrement,
|
|
|
8458 |
|
`Name` v
archar(255
) NOT NULL
default '
',
|
|
|
8459 |
|
`OwnerID
` varchar(
20) NOT NU
LL default
'0',
|
|
|
8460 |
|
`When` i
nt(11) def
ault NULL,
|
|
|
8461 |
|
`Status`
enum('nor
mal','dele
te') NOT N
ULL defaul
t 'normal'
,
|
|
|
8462 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8463 |
|
UNIQUE K
EY `Name`
(`Name`),
|
|
|
8464 |
|
KEY `Own
erID` (`Ow
nerID`)
|
|
|
8465 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8466 |
|
|
|
|
8467 |
|
--
|
|
|
8468 |
|
-- Dumping
data for
table `Ray
ChatRooms`
|
|
|
8469 |
|
--
|
|
|
8470 |
|
|
|
|
8471 |
|
INSERT INT
O `RayChat
Rooms` VAL
UES(1, 'Lo
bby', '0',
0, 'norma
l');
|
|
|
8472 |
|
INSERT INT
O `RayChat
Rooms` VAL
UES(2, 'Fr
iends', '0
', 1, 'nor
mal');
|
|
|
8473 |
|
|
|
|
8474 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8475 |
|
|
|
|
8476 |
|
--
|
|
|
8477 |
|
-- Table s
tructure f
or table `
RayGlobalT
rackUsers`
|
|
|
8478 |
|
--
|
|
|
8479 |
|
|
|
|
8480 |
|
CREATE TAB
LE `RayGlo
balTrackUs
ers` (
|
|
|
8481 |
|
`ID` var
char(20) N
OT NULL de
fault '0',
|
|
|
8482 |
|
`When` b
igint(20)
unsigned N
OT NULL de
fault '0',
|
|
|
8483 |
|
`Status`
enum('onl
ine','offl
ine') NOT
NULL defau
lt 'online
',
|
|
|
8484 |
|
PRIMARY
KEY (`ID`
)
|
|
|
8485 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8486 |
|
|
|
|
8487 |
|
--
|
|
|
8488 |
|
-- Dumping
data for
table `Ray
GlobalTrac
kUsers`
|
|
|
8489 |
|
--
|
|
|
8490 |
|
|
|
|
8491 |
|
|
|
|
8492 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8493 |
|
|
|
|
8494 |
|
--
|
|
|
8495 |
|
-- Table s
tructure f
or table `
RayImConta
cts`
|
|
|
8496 |
|
--
|
|
|
8497 |
|
|
|
|
8498 |
|
CREATE TAB
LE `RayImC
ontacts` (
|
|
|
8499 |
|
`ID` int
(20) NOT N
ULL auto_i
ncrement,
|
|
|
8500 |
|
`SenderI
D` varchar
(20) NOT N
ULL defaul
t '0',
|
|
|
8501 |
|
`Recipie
ntID` varc
har(20) NO
T NULL def
ault '0',
|
|
|
8502 |
|
`When` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
8503 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8504 |
|
KEY `Sen
derID` (`S
enderID`),
|
|
|
8505 |
|
KEY `Rec
ipientID`
(`Recipien
tID`)
|
|
|
8506 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8507 |
|
|
|
|
8508 |
|
--
|
|
|
8509 |
|
-- Dumping
data for
table `Ray
ImContacts
`
|
|
|
8510 |
|
--
|
|
|
8511 |
|
|
|
|
8512 |
|
|
|
|
8513 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8514 |
|
|
|
|
8515 |
|
--
|
|
|
8516 |
|
-- Table s
tructure f
or table `
RayImMessa
ges`
|
|
|
8517 |
|
--
|
|
|
8518 |
|
|
|
|
8519 |
|
CREATE TAB
LE `RayImM
essages` (
|
|
|
8520 |
|
`ID` int
(11) NOT N
ULL auto_i
ncrement,
|
|
|
8521 |
|
`Contact
ID` int(11
) NOT NULL
default '
0',
|
|
|
8522 |
|
`Msg` te
xt NOT NUL
L,
|
|
|
8523 |
|
`Style`
varchar(25
5) NOT NUL
L default
'',
|
|
|
8524 |
|
`When` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
8525 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8526 |
|
KEY `Con
tactID` (`
ContactID`
)
|
|
|
8527 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8528 |
|
|
|
|
8529 |
|
--
|
|
|
8530 |
|
-- Dumping
data for
table `Ray
ImMessages
`
|
|
|
8531 |
|
--
|
|
|
8532 |
|
|
|
|
8533 |
|
|
|
|
8534 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8535 |
|
|
|
|
8536 |
|
--
|
|
|
8537 |
|
-- Table s
tructure f
or table `
RayImPendi
ngs`
|
|
|
8538 |
|
--
|
|
|
8539 |
|
|
|
|
8540 |
|
CREATE TAB
LE `RayImP
endings` (
|
|
|
8541 |
|
`ID` int
(11) NOT N
ULL auto_i
ncrement,
|
|
|
8542 |
|
`SenderI
D` varchar
(20) NOT N
ULL defaul
t '0',
|
|
|
8543 |
|
`Recipie
ntID` varc
har(20) NO
T NULL def
ault '0',
|
|
|
8544 |
|
`Msg` va
rchar(255)
NOT NULL
default ''
,
|
|
|
8545 |
|
`When` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
8546 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8547 |
|
KEY `Sen
derID` (`S
enderID`),
|
|
|
8548 |
|
KEY `Rec
ipientID`
(`Recipien
tID`)
|
|
|
8549 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8550 |
|
|
|
|
8551 |
|
--
|
|
|
8552 |
|
-- Dumping
data for
table `Ray
ImPendings
`
|
|
|
8553 |
|
--
|
|
|
8554 |
|
|
|
|
8555 |
|
|
|
|
8556 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8557 |
|
|
|
|
8558 |
|
--
|
|
|
8559 |
|
-- Table s
tructure f
or table `
RayImProfi
les`
|
|
|
8560 |
|
--
|
|
|
8561 |
|
|
|
|
8562 |
|
CREATE TAB
LE `RayImP
rofiles` (
|
|
|
8563 |
|
`ID` var
char(20) N
OT NULL de
fault '0',
|
|
|
8564 |
|
`Smilese
t` varchar
(255) NOT
NULL defau
lt '',
|
|
|
8565 |
|
PRIMARY
KEY (`ID`
)
|
|
|
8566 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8567 |
|
|
|
|
8568 |
|
--
|
|
|
8569 |
|
-- Dumping
data for
table `Ray
ImProfiles
`
|
|
|
8570 |
|
--
|
|
|
8571 |
|
|
|
|
8572 |
|
|
|
|
8573 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8574 |
|
|
|
|
8575 |
|
--
|
|
|
8576 |
|
-- Table s
tructure f
or table `
RayMovieFi
les`
|
|
|
8577 |
|
--
|
|
|
8578 |
|
|
|
|
8579 |
|
CREATE TAB
LE `RayMov
ieFiles` (
|
|
|
8580 |
|
`ID` int
(11) NOT N
ULL auto_i
ncrement,
|
|
|
8581 |
|
`Categor
yId` int(1
1) NOT NUL
L default
'-1',
|
|
|
8582 |
|
`Title`
varchar(25
5) NOT NUL
L default
'',
|
|
|
8583 |
|
`Tags` t
ext NOT NU
LL,
|
|
|
8584 |
|
`Descrip
tion` text
NOT NULL,
|
|
|
8585 |
|
`Time` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
8586 |
|
`Date` i
nt(20) NOT
NULL defa
ult '0',
|
|
|
8587 |
|
`Reports
` int(11)
NOT NULL d
efault '0'
,
|
|
|
8588 |
|
`Owner`
varchar(20
) NOT NULL
default '
',
|
|
|
8589 |
|
`Views`
int(12) de
fault '0',
|
|
|
8590 |
|
`Approve
d` enum('t
rue','fals
e') NOT NU
LL default
'true',
|
|
|
8591 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8592 |
|
KEY `Cat
alogId` (`
CategoryId
`,`Owner`)
|
|
|
8593 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8594 |
|
|
|
|
8595 |
|
--
|
|
|
8596 |
|
-- Dumping
data for
table `Ray
MovieFiles
`
|
|
|
8597 |
|
--
|
|
|
8598 |
|
|
|
|
8599 |
|
|
|
|
8600 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8601 |
|
|
|
|
8602 |
|
--
|
|
|
8603 |
|
-- Table s
tructure f
or table `
RayMoviePl
ayLists`
|
|
|
8604 |
|
--
|
|
|
8605 |
|
|
|
|
8606 |
|
CREATE TAB
LE `RayMov
iePlayList
s` (
|
|
|
8607 |
|
`FileId`
int(11) N
OT NULL de
fault '0',
|
|
|
8608 |
|
`Owner`
varchar(20
) NOT NULL
default '
0',
|
|
|
8609 |
|
`Order`
tinyint(4)
NOT NULL
default '0
',
|
|
|
8610 |
|
KEY `Fil
eId` (`Fil
eId`,`Owne
r`)
|
|
|
8611 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8612 |
|
|
|
|
8613 |
|
--
|
|
|
8614 |
|
-- Dumping
data for
table `Ray
MoviePlayL
ists`
|
|
|
8615 |
|
--
|
|
|
8616 |
|
|
|
|
8617 |
|
|
|
|
8618 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8619 |
|
|
|
|
8620 |
|
--
|
|
|
8621 |
|
-- Table s
tructure f
or table `
RayMp3Cate
gories`
|
|
|
8622 |
|
--
|
|
|
8623 |
|
|
|
|
8624 |
|
CREATE TAB
LE `RayMp3
Categories
` (
|
|
|
8625 |
|
`ID` int
(11) NOT N
ULL auto_i
ncrement,
|
|
|
8626 |
|
`Parent`
int(11) N
OT NULL de
fault '0',
|
|
|
8627 |
|
`Title`
varchar(64
) NOT NULL
default '
',
|
|
|
8628 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8629 |
|
KEY `Par
ent` (`Par
ent`)
|
|
|
8630 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8631 |
|
|
|
|
8632 |
|
--
|
|
|
8633 |
|
-- Dumping
data for
table `Ray
Mp3Categor
ies`
|
|
|
8634 |
|
--
|
|
|
8635 |
|
|
|
|
8636 |
|
|
|
|
8637 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8638 |
|
|
|
|
8639 |
|
--
|
|
|
8640 |
|
-- Table s
tructure f
or table `
RayMp3File
s`
|
|
|
8641 |
|
--
|
|
|
8642 |
|
|
|
|
8643 |
|
CREATE TAB
LE `RayMp3
Files` (
|
|
|
8644 |
|
`ID` int
(11) NOT N
ULL auto_i
ncrement,
|
|
|
8645 |
|
`Categor
yId` int(1
1) NOT NUL
L default
'-1',
|
|
|
8646 |
|
`Title`
varchar(25
5) NOT NUL
L default
'',
|
|
|
8647 |
|
`Tags` t
ext NOT NU
LL,
|
|
|
8648 |
|
`Descrip
tion` text
NOT NULL,
|
|
|
8649 |
|
`Time` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
8650 |
|
`Date` i
nt(20) NOT
NULL defa
ult '0',
|
|
|
8651 |
|
`Reports
` int(11)
NOT NULL d
efault '0'
,
|
|
|
8652 |
|
`Owner`
varchar(20
) NOT NULL
default '
',
|
|
|
8653 |
|
`Approve
d` enum('t
rue','fals
e') NOT NU
LL default
'true',
|
|
|
8654 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8655 |
|
KEY `Cat
alogId` (`
CategoryId
`,`Owner`)
|
|
|
8656 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8657 |
|
|
|
|
8658 |
|
--
|
|
|
8659 |
|
-- Dumping
data for
table `Ray
Mp3Files`
|
|
|
8660 |
|
--
|
|
|
8661 |
|
|
|
|
8662 |
|
|
|
|
8663 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8664 |
|
|
|
|
8665 |
|
--
|
|
|
8666 |
|
-- Table s
tructure f
or table `
RayMp3Play
Lists`
|
|
|
8667 |
|
--
|
|
|
8668 |
|
|
|
|
8669 |
|
CREATE TAB
LE `RayMp3
PlayLists`
(
|
|
|
8670 |
|
`FileId`
int(11) N
OT NULL de
fault '0',
|
|
|
8671 |
|
`Owner`
varchar(20
) NOT NULL
default '
0',
|
|
|
8672 |
|
`Order`
int(11) NO
T NULL def
ault '0',
|
|
|
8673 |
|
KEY `Fil
eId` (`Fil
eId`,`Owne
r`)
|
|
|
8674 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8675 |
|
|
|
|
8676 |
|
--
|
|
|
8677 |
|
-- Dumping
data for
table `Ray
Mp3PlayLis
ts`
|
|
|
8678 |
|
--
|
|
|
8679 |
|
|
|
|
8680 |
|
|
|
|
8681 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8682 |
|
|
|
|
8683 |
|
--
|
|
|
8684 |
|
-- Table s
tructure f
or table `
RayMusicCa
tegories`
|
|
|
8685 |
|
--
|
|
|
8686 |
|
|
|
|
8687 |
|
CREATE TAB
LE `RayMus
icCategori
es` (
|
|
|
8688 |
|
`ID` int
(11) NOT N
ULL auto_i
ncrement,
|
|
|
8689 |
|
`Parent`
int(11) N
OT NULL de
fault '0',
|
|
|
8690 |
|
`Title`
varchar(64
) NOT NULL
default '
',
|
|
|
8691 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8692 |
|
KEY `Par
ent` (`Par
ent`)
|
|
|
8693 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8694 |
|
|
|
|
8695 |
|
--
|
|
|
8696 |
|
-- Dumping
data for
table `Ray
MusicCateg
ories`
|
|
|
8697 |
|
--
|
|
|
8698 |
|
|
|
|
8699 |
|
|
|
|
8700 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8701 |
|
|
|
|
8702 |
|
--
|
|
|
8703 |
|
-- Table s
tructure f
or table `
RayMusicFi
les`
|
|
|
8704 |
|
--
|
|
|
8705 |
|
|
|
|
8706 |
|
CREATE TAB
LE `RayMus
icFiles` (
|
|
|
8707 |
|
`ID` int
(11) NOT N
ULL auto_i
ncrement,
|
|
|
8708 |
|
`Categor
yId` int(1
1) NOT NUL
L default
'-1',
|
|
|
8709 |
|
`Title`
varchar(25
5) NOT NUL
L default
'',
|
|
|
8710 |
|
`Tags` t
ext NOT NU
LL,
|
|
|
8711 |
|
`Descrip
tion` text
NOT NULL,
|
|
|
8712 |
|
`Time` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
8713 |
|
`Date` i
nt(20) NOT
NULL defa
ult '0',
|
|
|
8714 |
|
`Reports
` int(11)
NOT NULL d
efault '0'
,
|
|
|
8715 |
|
`Owner`
varchar(20
) NOT NULL
default '
',
|
|
|
8716 |
|
`Listens
` int(12)
default '0
',
|
|
|
8717 |
|
`Approve
d` enum('t
rue','fals
e') NOT NU
LL default
'true',
|
|
|
8718 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8719 |
|
KEY `Cat
alogId` (`
CategoryId
`,`Owner`)
|
|
|
8720 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8721 |
|
|
|
|
8722 |
|
--
|
|
|
8723 |
|
-- Dumping
data for
table `Ray
MusicFiles
`
|
|
|
8724 |
|
--
|
|
|
8725 |
|
|
|
|
8726 |
|
|
|
|
8727 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8728 |
|
|
|
|
8729 |
|
--
|
|
|
8730 |
|
-- Table s
tructure f
or table `
RayMusicPl
ayLists`
|
|
|
8731 |
|
--
|
|
|
8732 |
|
|
|
|
8733 |
|
CREATE TAB
LE `RayMus
icPlayList
s` (
|
|
|
8734 |
|
`FileId`
int(11) N
OT NULL de
fault '0',
|
|
|
8735 |
|
`Owner`
varchar(20
) NOT NULL
default '
0',
|
|
|
8736 |
|
`Order`
int(11) NO
T NULL def
ault '0',
|
|
|
8737 |
|
KEY `Fil
eId` (`Fil
eId`,`Owne
r`)
|
|
|
8738 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8739 |
|
|
|
|
8740 |
|
--
|
|
|
8741 |
|
-- Dumping
data for
table `Ray
MusicPlayL
ists`
|
|
|
8742 |
|
--
|
|
|
8743 |
|
|
|
|
8744 |
|
|
|
|
8745 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8746 |
|
|
|
|
8747 |
|
--
|
|
|
8748 |
|
-- Table s
tructure f
or table `
RayShoutbo
xMessages`
|
|
|
8749 |
|
--
|
|
|
8750 |
|
|
|
|
8751 |
|
CREATE TAB
LE `RaySho
utboxMessa
ges` (
|
|
|
8752 |
|
`ID` int
(11) NOT N
ULL auto_i
ncrement,
|
|
|
8753 |
|
`UserID`
varchar(2
0) NOT NUL
L default
'0',
|
|
|
8754 |
|
`Msg` te
xt NOT NUL
L,
|
|
|
8755 |
|
`When` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
8756 |
|
PRIMARY
KEY (`ID`
)
|
|
|
8757 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8758 |
|
|
|
|
8759 |
|
--
|
|
|
8760 |
|
-- Dumping
data for
table `Ray
ShoutboxMe
ssages`
|
|
|
8761 |
|
--
|
|
|
8762 |
|
|
|
|
8763 |
|
|
|
|
8764 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8765 |
|
|
|
|
8766 |
|
--
|
|
|
8767 |
|
-- Table s
tructure f
or table `
RayVideoSt
ats`
|
|
|
8768 |
|
--
|
|
|
8769 |
|
|
|
|
8770 |
|
CREATE TAB
LE `RayVid
eoStats` (
|
|
|
8771 |
|
`Approve
d` int(20)
NOT NULL
default '0
',
|
|
|
8772 |
|
`Pending
` int(20)
NOT NULL d
efault '0'
|
|
|
8773 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8774 |
|
|
|
|
8775 |
|
--
|
|
|
8776 |
|
-- Dumping
data for
table `Ray
VideoStats
`
|
|
|
8777 |
|
--
|
|
|
8778 |
|
|
|
|
8779 |
|
INSERT INT
O `RayVide
oStats` VA
LUES(0, 0)
;
|
|
|
8780 |
|
|
|
|
8781 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8782 |
|
-- RAY AS
IT WAS INT
EGRATED [E
ND]
|
|
|
8783 |
|
|
|
|
8784 |
|
--
|
|
|
8785 |
|
-- Table s
tructure f
or table `
SDatingEve
nts`
|
|
|
8786 |
|
--
|
|
|
8787 |
|
|
|
|
8788 |
|
CREATE TAB
LE `SDatin
gEvents` (
|
|
|
8789 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
8790 |
|
`Title`
varchar(10
0) NOT NUL
L default
'',
|
|
|
8791 |
|
`Descrip
tion` text
NOT NULL,
|
|
|
8792 |
|
`Status`
enum('Act
ive','Inac
tive','Can
celed') NO
T NULL def
ault 'Acti
ve',
|
|
|
8793 |
|
`StatusM
essage` va
rchar(255)
NOT NULL
default ''
,
|
|
|
8794 |
|
`Country
` varchar(
2) NOT NUL
L default
'US',
|
|
|
8795 |
|
`City` v
archar(50)
NOT NULL
default ''
,
|
|
|
8796 |
|
`Place`
varchar(10
0) NOT NUL
L default
'',
|
|
|
8797 |
|
`PhotoFi
lename` va
rchar(255)
NOT NULL
default ''
,
|
|
|
8798 |
|
`EventSt
art` datet
ime NOT NU
LL default
'0000-00-
00 00:00:0
0',
|
|
|
8799 |
|
`EventEn
d` datetim
e NOT NULL
default '
0000-00-00
00:00:00'
,
|
|
|
8800 |
|
`TicketS
aleStart`
datetime N
OT NULL de
fault '000
0-00-00 00
:00:00',
|
|
|
8801 |
|
`TicketS
aleEnd` da
tetime NOT
NULL defa
ult '0000-
00-00 00:0
0:00',
|
|
|
8802 |
|
`Respons
ibleID` bi
gint(8) NO
T NULL def
ault '0',
|
|
|
8803 |
|
`Respons
ibleName`
varchar(50
) NOT NULL
default '
',
|
|
|
8804 |
|
`Respons
ibleEmail`
varchar(5
0) NOT NUL
L default
'',
|
|
|
8805 |
|
`Respons
iblePhone`
varchar(3
0) NOT NUL
L default
'',
|
|
|
8806 |
|
`EventSe
xFilter` s
et('female
','male','
couple') N
OT NULL de
fault 'fem
ale,male',
|
|
|
8807 |
|
`EventAg
eLowerFilt
er` tinyin
t(2) unsig
ned NOT NU
LL default
'18',
|
|
|
8808 |
|
`EventAg
eUpperFilt
er` tinyin
t(2) unsig
ned NOT NU
LL default
'75',
|
|
|
8809 |
|
`EventMe
mbershipFi
lter` varc
har(100) N
OT NULL de
fault '',
|
|
|
8810 |
|
`TicketC
ountFemale
` smallint
(5) unsign
ed NOT NUL
L default
'0',
|
|
|
8811 |
|
`TicketC
ountMale`
smallint(5
) unsigned
NOT NULL
default '0
',
|
|
|
8812 |
|
`TicketC
ountCouple
` smallint
(5) unsign
ed NOT NUL
L default
'0',
|
|
|
8813 |
|
`TicketP
riceFemale
` float(5,
2) NOT NUL
L default
'0.00',
|
|
|
8814 |
|
`TicketP
riceMale`
float(5,2)
NOT NULL
default '0
.00',
|
|
|
8815 |
|
`TicketP
riceCouple
` float(5,
2) NOT NUL
L default
'0.00',
|
|
|
8816 |
|
`ChooseP
eriod` sma
llint(4) u
nsigned NO
T NULL def
ault '0',
|
|
|
8817 |
|
`AllowVi
ewParticip
ants` tiny
int(1) uns
igned NOT
NULL defau
lt '0',
|
|
|
8818 |
|
`Tags` v
archar(255
) NOT NULL
default '
',
|
|
|
8819 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8820 |
|
KEY `Res
ponsibleID
` (`Respon
sibleID`)
|
|
|
8821 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8822 |
|
|
|
|
8823 |
|
--
|
|
|
8824 |
|
-- Dumping
data for
table `SDa
tingEvents
`
|
|
|
8825 |
|
--
|
|
|
8826 |
|
|
|
|
8827 |
|
|
|
|
8828 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8829 |
|
|
|
|
8830 |
|
--
|
|
|
8831 |
|
-- Table s
tructure f
or table `
SDatingMat
ches`
|
|
|
8832 |
|
--
|
|
|
8833 |
|
|
|
|
8834 |
|
CREATE TAB
LE `SDatin
gMatches`
(
|
|
|
8835 |
|
`IDChoos
er` bigint
(10) unsig
ned NOT NU
LL default
'0',
|
|
|
8836 |
|
`IDChose
n` bigint(
10) unsign
ed NOT NUL
L default
'0',
|
|
|
8837 |
|
PRIMARY
KEY (`IDC
hooser`,`I
DChosen`)
|
|
|
8838 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8839 |
|
|
|
|
8840 |
|
--
|
|
|
8841 |
|
-- Dumping
data for
table `SDa
tingMatche
s`
|
|
|
8842 |
|
--
|
|
|
8843 |
|
|
|
|
8844 |
|
|
|
|
8845 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8846 |
|
|
|
|
8847 |
|
--
|
|
|
8848 |
|
-- Table s
tructure f
or table `
SDatingPar
ticipants`
|
|
|
8849 |
|
--
|
|
|
8850 |
|
|
|
|
8851 |
|
CREATE TAB
LE `SDatin
gParticipa
nts` (
|
|
|
8852 |
|
`ID` big
int(10) un
signed NOT
NULL auto
_increment
,
|
|
|
8853 |
|
`IDEvent
` int(10)
unsigned N
OT NULL de
fault '0',
|
|
|
8854 |
|
`IDMembe
r` bigint(
8) unsigne
d NOT NULL
default '
0',
|
|
|
8855 |
|
`Partici
pantUID` v
archar(30)
NOT NULL
default '0
',
|
|
|
8856 |
|
`Transac
tionID` bi
gint(20) u
nsigned de
fault NULL
,
|
|
|
8857 |
|
PRIMARY
KEY (`ID`
),
|
|
|
8858 |
|
UNIQUE K
EY `Partic
ipantKey`
(`IDEvent`
,`IDMember
`),
|
|
|
8859 |
|
UNIQUE K
EY `UIDKey
` (`IDEven
t`,`Partic
ipantUID`)
|
|
|
8860 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8861 |
|
|
|
|
8862 |
|
--
|
|
|
8863 |
|
-- Dumping
data for
table `SDa
tingPartic
ipants`
|
|
|
8864 |
|
--
|
|
|
8865 |
|
|
|
|
8866 |
|
|
|
|
8867 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8868 |
|
|
|
|
8869 |
|
--
|
|
|
8870 |
|
-- Table s
tructure f
or table `
shareMusic
Comments`
|
|
|
8871 |
|
--
|
|
|
8872 |
|
|
|
|
8873 |
|
CREATE TAB
LE `shareM
usicCommen
ts` (
|
|
|
8874 |
|
`commID`
int(12) N
OT NULL au
to_increme
nt,
|
|
|
8875 |
|
`medID`
int(12) NO
T NULL def
ault '0',
|
|
|
8876 |
|
`commDat
e` datetim
e NOT NULL
default '
0000-00-00
00:00:00'
,
|
|
|
8877 |
|
`profile
IP` varcha
r(16) defa
ult NULL,
|
|
|
8878 |
|
`profile
ID` bigint
(12) unsig
ned NOT NU
LL default
'0',
|
|
|
8879 |
|
`commTex
t` mediumt
ext NOT NU
LL,
|
|
|
8880 |
|
PRIMARY
KEY (`com
mID`),
|
|
|
8881 |
|
KEY `med
ID` (`medI
D`),
|
|
|
8882 |
|
KEY `pro
fileID` (`
profileID`
)
|
|
|
8883 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8884 |
|
|
|
|
8885 |
|
--
|
|
|
8886 |
|
-- Dumping
data for
table `sha
reMusicCom
ments`
|
|
|
8887 |
|
--
|
|
|
8888 |
|
|
|
|
8889 |
|
|
|
|
8890 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8891 |
|
|
|
|
8892 |
|
--
|
|
|
8893 |
|
-- Table s
tructure f
or table `
shareMusic
Compose`
|
|
|
8894 |
|
--
|
|
|
8895 |
|
|
|
|
8896 |
|
CREATE TAB
LE `shareM
usicCompos
e` (
|
|
|
8897 |
|
`ID` int
(8) unsign
ed NOT NUL
L auto_inc
rement,
|
|
|
8898 |
|
`Title`
varchar(25
5) NOT NUL
L default
'',
|
|
|
8899 |
|
`Desc` v
archar(255
) NOT NULL
default '
',
|
|
|
8900 |
|
`Caption
` varchar(
255) NOT N
ULL defaul
t '',
|
|
|
8901 |
|
`Visible
` set('non
','memb')
NOT NULL d
efault '',
|
|
|
8902 |
|
`Func` v
archar(40)
NOT NULL
default ''
,
|
|
|
8903 |
|
`Content
` text NOT
NULL,
|
|
|
8904 |
|
`Column`
int(11) N
OT NULL de
fault '0',
|
|
|
8905 |
|
`Order`
int(11) NO
T NULL def
ault '0',
|
|
|
8906 |
|
PRIMARY
KEY (`ID`
)
|
|
|
8907 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8908 |
|
|
|
|
8909 |
|
--
|
|
|
8910 |
|
-- Dumping
data for
table `sha
reMusicCom
pose`
|
|
|
8911 |
|
--
|
|
|
8912 |
|
|
|
|
8913 |
|
INSERT INT
O `shareMu
sicCompose
` VALUES (
1, 'View F
ile', '',
'_Music',
'non,memb'
, 'ViewFil
e', '', 1,
0);
|
|
|
8914 |
|
INSERT INT
O `shareMu
sicCompose
` VALUES (
2, 'Rate',
'', '_Rat
e', 'non,m
emb', 'Rat
e', '', 2,
1);
|
|
|
8915 |
|
INSERT INT
O `shareMu
sicCompose
` VALUES (
3, 'Action
s', '', '_
Actions',
'non,memb'
, 'ActionL
ist', '',
1, 1);
|
|
|
8916 |
|
INSERT INT
O `shareMu
sicCompose
` VALUES (
4, 'Commen
ts', '', '
_View Comm
ents', 'no
n,memb', '
ViewCommen
ts', '', 1
, 2);
|
|
|
8917 |
|
INSERT INT
O `shareMu
sicCompose
` VALUES (
5, 'File I
nfo', '',
'_Music Fi
le Info',
'non,memb'
, 'FileInf
o', '', 2,
0);
|
|
|
8918 |
|
INSERT INT
O `shareMu
sicCompose
` VALUES (
6, 'Last f
iles of me
mber', '',
'_Latest
files from
this user
', 'non,me
mb', 'Last
Files', ''
, 2, 2);
|
|
|
8919 |
|
INSERT INT
O `shareMu
sicCompose
` VALUES (
7, 'RSS Fe
ed', '', '
_BoonEx Ne
ws', 'non,
memb', 'RS
S', 'http:
//www.boon
ex.com/uni
ty/blog/fe
atured_pos
ts/?rss=1#
4', 0, 0);
|
|
|
8920 |
|
|
|
|
8921 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8922 |
|
|
|
|
8923 |
|
--
|
|
|
8924 |
|
-- Table s
tructure f
or table `
shareMusic
Favorites`
|
|
|
8925 |
|
--
|
|
|
8926 |
|
|
|
|
8927 |
|
CREATE TAB
LE `shareM
usicFavori
tes` (
|
|
|
8928 |
|
`medID`
int(12) NO
T NULL def
ault '0',
|
|
|
8929 |
|
`userID`
bigint(12
) unsigned
NOT NULL
default '0
',
|
|
|
8930 |
|
`favDate
` datetime
NOT NULL
default '0
000-00-00
00:00:00',
|
|
|
8931 |
|
PRIMARY
KEY (`med
ID`,`userI
D`)
|
|
|
8932 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8933 |
|
|
|
|
8934 |
|
--
|
|
|
8935 |
|
-- Dumping
data for
table `sha
reMusicFav
orites`
|
|
|
8936 |
|
--
|
|
|
8937 |
|
|
|
|
8938 |
|
|
|
|
8939 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8940 |
|
|
|
|
8941 |
|
--
|
|
|
8942 |
|
-- Table s
tructure f
or table `
sharePhoto
Comments`
|
|
|
8943 |
|
--
|
|
|
8944 |
|
|
|
|
8945 |
|
CREATE TAB
LE `shareP
hotoCommen
ts` (
|
|
|
8946 |
|
`commID`
int(12) N
OT NULL au
to_increme
nt,
|
|
|
8947 |
|
`medID`
int(12) NO
T NULL def
ault '0',
|
|
|
8948 |
|
`commDat
e` datetim
e NOT NULL
default '
0000-00-00
00:00:00'
,
|
|
|
8949 |
|
`profile
IP` varcha
r(16) defa
ult NULL,
|
|
|
8950 |
|
`profile
ID` bigint
(12) unsig
ned NOT NU
LL default
'0',
|
|
|
8951 |
|
`commTex
t` mediumt
ext NOT NU
LL,
|
|
|
8952 |
|
PRIMARY
KEY (`com
mID`),
|
|
|
8953 |
|
KEY `med
ID` (`medI
D`),
|
|
|
8954 |
|
KEY `pro
fileID` (`
profileID`
)
|
|
|
8955 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8956 |
|
|
|
|
8957 |
|
--
|
|
|
8958 |
|
-- Dumping
data for
table `sha
rePhotoCom
ments`
|
|
|
8959 |
|
--
|
|
|
8960 |
|
|
|
|
8961 |
|
|
|
|
8962 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8963 |
|
|
|
|
8964 |
|
--
|
|
|
8965 |
|
-- Table s
tructure f
or table `
sharePhoto
Compose`
|
|
|
8966 |
|
--
|
|
|
8967 |
|
|
|
|
8968 |
|
CREATE TAB
LE `shareP
hotoCompos
e` (
|
|
|
8969 |
|
`ID` int
(8) unsign
ed NOT NUL
L auto_inc
rement,
|
|
|
8970 |
|
`Title`
varchar(25
5) NOT NUL
L default
'',
|
|
|
8971 |
|
`Desc` v
archar(255
) NOT NULL
default '
',
|
|
|
8972 |
|
`Caption
` varchar(
255) NOT N
ULL defaul
t '',
|
|
|
8973 |
|
`Visible
` set('non
','memb')
NOT NULL d
efault '',
|
|
|
8974 |
|
`Func` v
archar(40)
NOT NULL
default ''
,
|
|
|
8975 |
|
`Content
` text NOT
NULL,
|
|
|
8976 |
|
`Column`
int(11) N
OT NULL de
fault '0',
|
|
|
8977 |
|
`Order`
int(11) NO
T NULL def
ault '0',
|
|
|
8978 |
|
PRIMARY
KEY (`ID`
)
|
|
|
8979 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
8980 |
|
|
|
|
8981 |
|
--
|
|
|
8982 |
|
-- Dumping
data for
table `sha
rePhotoCom
pose`
|
|
|
8983 |
|
--
|
|
|
8984 |
|
|
|
|
8985 |
|
INSERT INT
O `sharePh
otoCompose
` VALUES (
1, 'View F
ile', '',
'_Photo',
'non,memb'
, 'ViewFil
e', '', 1,
0);
|
|
|
8986 |
|
INSERT INT
O `sharePh
otoCompose
` VALUES (
2, 'Rate',
'', '_Rat
e', 'non,m
emb', 'Rat
e', '', 2,
1);
|
|
|
8987 |
|
INSERT INT
O `sharePh
otoCompose
` VALUES (
3, 'Action
s', '', '_
Actions',
'non,memb'
, 'ActionL
ist', '',
1, 1);
|
|
|
8988 |
|
INSERT INT
O `sharePh
otoCompose
` VALUES (
4, 'Commen
ts', '', '
_View Comm
ents', 'no
n,memb', '
ViewCommen
ts', '', 1
, 2);
|
|
|
8989 |
|
INSERT INT
O `sharePh
otoCompose
` VALUES (
5, 'File I
nfo', '',
'_Photo In
fo', 'non,
memb', 'Fi
leInfo', '
', 2, 0);
|
|
|
8990 |
|
INSERT INT
O `sharePh
otoCompose
` VALUES (
6, 'Last f
iles of me
mber', '',
'_Latest
files from
this user
', 'non,me
mb', 'Last
Files', ''
, 2, 2);
|
|
|
8991 |
|
INSERT INT
O `sharePh
otoCompose
` VALUES (
7, 'RSS Fe
ed', '', '
_BoonEx Ne
ws', 'non,
memb', 'RS
S', 'http:
//www.boon
ex.com/uni
ty/blog/fe
atured_pos
ts/?rss=1#
4', 0, 0);
|
|
|
8992 |
|
|
|
|
8993 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
8994 |
|
|
|
|
8995 |
|
--
|
|
|
8996 |
|
-- Table s
tructure f
or table `
sharePhoto
Favorites`
|
|
|
8997 |
|
--
|
|
|
8998 |
|
|
|
|
8999 |
|
CREATE TAB
LE `shareP
hotoFavori
tes` (
|
|
|
9000 |
|
`medID`
int(12) NO
T NULL def
ault '0',
|
|
|
9001 |
|
`userID`
bigint(12
) unsigned
NOT NULL
default '0
',
|
|
|
9002 |
|
`favDate
` datetime
NOT NULL
default '0
000-00-00
00:00:00',
|
|
|
9003 |
|
PRIMARY
KEY (`med
ID`,`userI
D`)
|
|
|
9004 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9005 |
|
|
|
|
9006 |
|
--
|
|
|
9007 |
|
-- Dumping
data for
table `sha
rePhotoFav
orites`
|
|
|
9008 |
|
--
|
|
|
9009 |
|
|
|
|
9010 |
|
|
|
|
9011 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
9012 |
|
|
|
|
9013 |
|
--
|
|
|
9014 |
|
-- Table s
tructure f
or table `
sharePhoto
Files`
|
|
|
9015 |
|
--
|
|
|
9016 |
|
|
|
|
9017 |
|
CREATE TAB
LE `shareP
hotoFiles`
(
|
|
|
9018 |
|
`medID`
int(12) NO
T NULL aut
o_incremen
t,
|
|
|
9019 |
|
`medProf
Id` int(12
) unsigned
default N
ULL,
|
|
|
9020 |
|
`medExt`
varchar(4
) default
'',
|
|
|
9021 |
|
`medTitl
e` varchar
(150) defa
ult NULL,
|
|
|
9022 |
|
`medDesc
` text NOT
NULL,
|
|
|
9023 |
|
`medTags
` varchar(
255) NOT N
ULL defaul
t '',
|
|
|
9024 |
|
`medStat
us` enum('
active','p
assive') N
OT NULL de
fault 'pas
sive',
|
|
|
9025 |
|
`medDate
` datetime
default N
ULL,
|
|
|
9026 |
|
`medView
s` int(12)
default '
0',
|
|
|
9027 |
|
`Approve
d` enum('t
rue','fals
e') NOT NU
LL default
'true',
|
|
|
9028 |
|
PRIMARY
KEY (`med
ID`),
|
|
|
9029 |
|
KEY `med
ProfId` (`
medProfId`
)
|
|
|
9030 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9031 |
|
|
|
|
9032 |
|
--
|
|
|
9033 |
|
-- Dumping
data for
table `sha
rePhotoFil
es`
|
|
|
9034 |
|
--
|
|
|
9035 |
|
|
|
|
9036 |
|
|
|
|
9037 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
9038 |
|
|
|
|
9039 |
|
--
|
|
|
9040 |
|
-- Table s
tructure f
or table `
shareVideo
Comments`
|
|
|
9041 |
|
--
|
|
|
9042 |
|
|
|
|
9043 |
|
CREATE TAB
LE `shareV
ideoCommen
ts` (
|
|
|
9044 |
|
`commID`
int(12) N
OT NULL au
to_increme
nt,
|
|
|
9045 |
|
`medID`
int(12) NO
T NULL def
ault '0',
|
|
|
9046 |
|
`commDat
e` datetim
e NOT NULL
default '
0000-00-00
00:00:00'
,
|
|
|
9047 |
|
`profile
IP` varcha
r(16) defa
ult NULL,
|
|
|
9048 |
|
`profile
ID` bigint
(12) unsig
ned NOT NU
LL default
'0',
|
|
|
9049 |
|
`commTex
t` mediumt
ext NOT NU
LL,
|
|
|
9050 |
|
PRIMARY
KEY (`com
mID`),
|
|
|
9051 |
|
KEY `med
ID` (`medI
D`),
|
|
|
9052 |
|
KEY `pro
fileID` (`
profileID`
)
|
|
|
9053 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9054 |
|
|
|
|
9055 |
|
--
|
|
|
9056 |
|
-- Dumping
data for
table `sha
reVideoCom
ments`
|
|
|
9057 |
|
--
|
|
|
9058 |
|
|
|
|
9059 |
|
|
|
|
9060 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
9061 |
|
|
|
|
9062 |
|
--
|
|
|
9063 |
|
-- Table s
tructure f
or table `
shareVideo
Compose`
|
|
|
9064 |
|
--
|
|
|
9065 |
|
|
|
|
9066 |
|
CREATE TAB
LE `shareV
ideoCompos
e` (
|
|
|
9067 |
|
`ID` int
(8) unsign
ed NOT NUL
L auto_inc
rement,
|
|
|
9068 |
|
`Title`
varchar(25
5) NOT NUL
L default
'',
|
|
|
9069 |
|
`Desc` v
archar(255
) NOT NULL
default '
',
|
|
|
9070 |
|
`Caption
` varchar(
255) NOT N
ULL defaul
t '',
|
|
|
9071 |
|
`Visible
` set('non
','memb')
NOT NULL d
efault '',
|
|
|
9072 |
|
`Func` v
archar(40)
NOT NULL
default ''
,
|
|
|
9073 |
|
`Content
` text NOT
NULL,
|
|
|
9074 |
|
`Column`
int(11) N
OT NULL de
fault '0',
|
|
|
9075 |
|
`Order`
int(11) NO
T NULL def
ault '0',
|
|
|
9076 |
|
PRIMARY
KEY (`ID`
)
|
|
|
9077 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9078 |
|
|
|
|
9079 |
|
--
|
|
|
9080 |
|
-- Dumping
data for
table `sha
reVideoCom
pose`
|
|
|
9081 |
|
--
|
|
|
9082 |
|
|
|
|
9083 |
|
INSERT INT
O `shareVi
deoCompose
` VALUES (
1, 'View F
ile', '',
'_Video',
'non,memb'
, 'ViewFil
e', '', 1,
0);
|
|
|
9084 |
|
INSERT INT
O `shareVi
deoCompose
` VALUES (
2, 'Rate',
'', '_Rat
e', 'non,m
emb', 'Rat
e', '', 2,
1);
|
|
|
9085 |
|
INSERT INT
O `shareVi
deoCompose
` VALUES (
3, 'Action
s', '', '_
Actions',
'non,memb'
, 'ActionL
ist', '',
1, 1);
|
|
|
9086 |
|
INSERT INT
O `shareVi
deoCompose
` VALUES (
4, 'Commen
ts', '', '
_View Comm
ents', 'no
n,memb', '
ViewCommen
ts', '', 1
, 2);
|
|
|
9087 |
|
INSERT INT
O `shareVi
deoCompose
` VALUES (
5, 'File I
nfo', '',
'_Video In
fo', 'non,
memb', 'Fi
leInfo', '
', 2, 0);
|
|
|
9088 |
|
INSERT INT
O `shareVi
deoCompose
` VALUES (
6, 'Last f
iles of me
mber', '',
'_Latest
files from
this user
', 'non,me
mb', 'Last
Files', ''
, 2, 2);
|
|
|
9089 |
|
INSERT INT
O `shareVi
deoCompose
` VALUES (
7, 'RSS Fe
ed', '', '
_BoonEx Ne
ws', 'non,
memb', 'RS
S', 'http:
//www.boon
ex.com/uni
ty/blog/fe
atured_pos
ts/?rss=1#
4', 0, 0);
|
|
|
9090 |
|
|
|
|
9091 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
9092 |
|
|
|
|
9093 |
|
--
|
|
|
9094 |
|
-- Table s
tructure f
or table `
shareVideo
Favorites`
|
|
|
9095 |
|
--
|
|
|
9096 |
|
|
|
|
9097 |
|
CREATE TAB
LE `shareV
ideoFavori
tes` (
|
|
|
9098 |
|
`medID`
int(12) NO
T NULL def
ault '0',
|
|
|
9099 |
|
`userID`
bigint(12
) unsigned
NOT NULL
default '0
',
|
|
|
9100 |
|
`favDate
` datetime
NOT NULL
default '0
000-00-00
00:00:00',
|
|
|
9101 |
|
PRIMARY
KEY (`med
ID`,`userI
D`)
|
|
|
9102 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9103 |
|
|
|
|
9104 |
|
--
|
|
|
9105 |
|
-- Dumping
data for
table `sha
reVideoFav
orites`
|
|
|
9106 |
|
--
|
|
|
9107 |
|
|
|
|
9108 |
|
|
|
|
9109 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
9110 |
|
|
|
|
9111 |
|
--
|
|
|
9112 |
|
-- Table s
tructure f
or table `
shoutbox`
|
|
|
9113 |
|
--
|
|
|
9114 |
|
|
|
|
9115 |
|
CREATE TAB
LE `shoutb
ox` (
|
|
|
9116 |
|
`id` big
int(8) uns
igned NOT
NULL defau
lt '0',
|
|
|
9117 |
|
`text` v
archar(120
) NOT NULL
default '
',
|
|
|
9118 |
|
`date` d
atetime NO
T NULL def
ault '0000
-00-00 00:
00:00',
|
|
|
9119 |
|
`class`
varchar(16
) NOT NULL
default '
',
|
|
|
9120 |
|
PRIMARY
KEY (`dat
e`)
|
|
|
9121 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9122 |
|
|
|
|
9123 |
|
--
|
|
|
9124 |
|
-- Dumping
data for
table `sho
utbox`
|
|
|
9125 |
|
--
|
|
|
9126 |
|
|
|
|
9127 |
|
|
|
|
9128 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
9129 |
|
|
|
|
9130 |
|
--
|
|
|
9131 |
|
-- Table s
tructure f
or table `
smiles`
|
|
|
9132 |
|
--
|
|
|
9133 |
|
|
|
|
9134 |
|
CREATE TAB
LE `smiles
` (
|
|
|
9135 |
|
`ID` int
(10) unsig
ned NOT NU
LL default
'0',
|
|
|
9136 |
|
`code` v
archar(8)
NOT NULL d
efault '',
|
|
|
9137 |
|
`smile_u
rl` varcha
r(255) NOT
NULL defa
ult '',
|
|
|
9138 |
|
`emotico
n` varchar
(255) NOT
NULL defau
lt '',
|
|
|
9139 |
|
PRIMARY
KEY (`ID`
),
|
|
|
9140 |
|
UNIQUE K
EY `smile`
(`code`)
|
|
|
9141 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9142 |
|
|
|
|
9143 |
|
--
|
|
|
9144 |
|
-- Dumping
data for
table `smi
les`
|
|
|
9145 |
|
--
|
|
|
9146 |
|
|
|
|
9147 |
|
INSERT INT
O `smiles`
VALUES (1
, ':D', 'i
con_biggri
n.gif', 'V
ery Happy'
);
|
|
|
9148 |
|
INSERT INT
O `smiles`
VALUES (2
, ':-D', '
icon_biggr
in.gif', '
Very Happy
');
|
|
|
9149 |
|
INSERT INT
O `smiles`
VALUES (3
, ':grin:'
, 'icon_bi
ggrin.gif'
, 'Very Ha
ppy');
|
|
|
9150 |
|
INSERT INT
O `smiles`
VALUES (4
, ':)', 'i
con_smile.
gif', 'Smi
le');
|
|
|
9151 |
|
INSERT INT
O `smiles`
VALUES (5
, ':-)', '
icon_smile
.gif', 'Sm
ile');
|
|
|
9152 |
|
INSERT INT
O `smiles`
VALUES (6
, ':smile:
', 'icon_s
mile.gif',
'Smile');
|
|
|
9153 |
|
INSERT INT
O `smiles`
VALUES (7
, ':(', 'i
con_sad.gi
f', 'Sad')
;
|
|
|
9154 |
|
INSERT INT
O `smiles`
VALUES (8
, ':-(', '
icon_sad.g
if', 'Sad'
);
|
|
|
9155 |
|
INSERT INT
O `smiles`
VALUES (9
, ':sad:',
'icon_sad
.gif', 'Sa
d');
|
|
|
9156 |
|
INSERT INT
O `smiles`
VALUES (1
0, ':o', '
icon_surpr
ised.gif',
'Surprise
d');
|
|
|
9157 |
|
INSERT INT
O `smiles`
VALUES (1
1, ':-o',
'icon_surp
rised.gif'
, 'Surpris
ed');
|
|
|
9158 |
|
INSERT INT
O `smiles`
VALUES (1
2, ':eek:'
, 'icon_su
rprised.gi
f', 'Surpr
ised');
|
|
|
9159 |
|
INSERT INT
O `smiles`
VALUES (1
3, ':shock
:', 'icon_
eek.gif',
'Shocked')
;
|
|
|
9160 |
|
INSERT INT
O `smiles`
VALUES (1
4, ':?', '
icon_confu
sed.gif',
'Confused'
);
|
|
|
9161 |
|
INSERT INT
O `smiles`
VALUES (1
5, ':-?',
'icon_conf
used.gif',
'Confused
');
|
|
|
9162 |
|
INSERT INT
O `smiles`
VALUES (1
6, ':???:'
, 'icon_co
nfused.gif
', 'Confus
ed');
|
|
|
9163 |
|
INSERT INT
O `smiles`
VALUES (1
7, '8)', '
icon_cool.
gif', 'Coo
l');
|
|
|
9164 |
|
INSERT INT
O `smiles`
VALUES (1
8, '8-)',
'icon_cool
.gif', 'Co
ol');
|
|
|
9165 |
|
INSERT INT
O `smiles`
VALUES (1
9, ':cool:
', 'icon_c
ool.gif',
'Cool');
|
|
|
9166 |
|
INSERT INT
O `smiles`
VALUES (2
0, ':lol:'
, 'icon_lo
l.gif', 'L
aughing');
|
|
|
9167 |
|
INSERT INT
O `smiles`
VALUES (2
1, ':x', '
icon_mad.g
if', 'Mad'
);
|
|
|
9168 |
|
INSERT INT
O `smiles`
VALUES (2
2, ':-x',
'icon_mad.
gif', 'Mad
');
|
|
|
9169 |
|
INSERT INT
O `smiles`
VALUES (2
3, ':mad:'
, 'icon_ma
d.gif', 'M
ad');
|
|
|
9170 |
|
INSERT INT
O `smiles`
VALUES (2
4, ':P', '
icon_razz.
gif', 'Raz
z');
|
|
|
9171 |
|
INSERT INT
O `smiles`
VALUES (2
5, ':-P',
'icon_razz
.gif', 'Ra
zz');
|
|
|
9172 |
|
INSERT INT
O `smiles`
VALUES (2
6, ':razz:
', 'icon_r
azz.gif',
'Razz');
|
|
|
9173 |
|
INSERT INT
O `smiles`
VALUES (2
7, ':oops:
', 'icon_r
edface.gif
', 'Embara
ssed');
|
|
|
9174 |
|
INSERT INT
O `smiles`
VALUES (2
8, ':cry:'
, 'icon_cr
y.gif', 'C
rying or V
ery sad');
|
|
|
9175 |
|
INSERT INT
O `smiles`
VALUES (2
9, ':evil:
', 'icon_e
vil.gif',
'Evil or V
ery Mad');
|
|
|
9176 |
|
INSERT INT
O `smiles`
VALUES (3
0, ':twist
ed', 'icon
_twisted.g
if', 'Twis
ted Evil')
;
|
|
|
9177 |
|
INSERT INT
O `smiles`
VALUES (3
1, ':roll:
', 'icon_r
olleyes.gi
f', 'Rolli
ng Eyes');
|
|
|
9178 |
|
INSERT INT
O `smiles`
VALUES (3
2, ':wink:
', 'icon_w
ink.gif',
'Wink');
|
|
|
9179 |
|
INSERT INT
O `smiles`
VALUES (3
3, ';)', '
icon_wink.
gif', 'Win
k');
|
|
|
9180 |
|
INSERT INT
O `smiles`
VALUES (3
4, ';-)',
'icon_wink
.gif', 'Wi
nk');
|
|
|
9181 |
|
INSERT INT
O `smiles`
VALUES (3
5, ':!:',
'icon_excl
aim.gif',
'Exclamati
on');
|
|
|
9182 |
|
INSERT INT
O `smiles`
VALUES (3
6, ':?:',
'icon_ques
tion.gif',
'Question
');
|
|
|
9183 |
|
INSERT INT
O `smiles`
VALUES (3
7, ':idea:
', 'icon_i
dea.gif',
'Idea');
|
|
|
9184 |
|
INSERT INT
O `smiles`
VALUES (3
8, ':arrow
:', 'icon_
arrow.gif'
, 'Arrow')
;
|
|
|
9185 |
|
INSERT INT
O `smiles`
VALUES (3
9, ':|', '
icon_neutr
al.gif', '
Neutral');
|
|
|
9186 |
|
INSERT INT
O `smiles`
VALUES (4
0, ':-|',
'icon_neut
ral.gif',
'Neutral')
;
|
|
|
9187 |
|
INSERT INT
O `smiles`
VALUES (4
1, ':neutr
al', 'icon
_neutral.g
if', 'Neut
ral');
|
|
|
9188 |
|
INSERT INT
O `smiles`
VALUES (4
2, ':mrgre
en', 'icon
_mrgreen.g
if', 'Mr.
Green');
|
|
|
9189 |
|
|
|
|
9190 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
9191 |
|
|
|
|
9192 |
|
--
|
|
|
9193 |
|
-- Table s
tructure f
or table `
Stories`
|
|
|
9194 |
|
--
|
|
|
9195 |
|
|
|
|
9196 |
|
CREATE TAB
LE `Storie
s` (
|
|
|
9197 |
|
`ID` int
(10) unsig
ned NOT NU
LL auto_in
crement,
|
|
|
9198 |
|
`Date` d
ate NOT NU
LL default
'0000-00-
00',
|
|
|
9199 |
|
`Sender`
bigint(8)
unsigned
NOT NULL d
efault '0'
,
|
|
|
9200 |
|
`Header`
varchar(5
0) NOT NUL
L default
'',
|
|
|
9201 |
|
`Text` l
ongtext NO
T NULL,
|
|
|
9202 |
|
`active`
varchar(4
) NOT NULL
default '
',
|
|
|
9203 |
|
PRIMARY
KEY (`ID`
),
|
|
|
9204 |
|
KEY `Sen
der` (`Sen
der`)
|
|
|
9205 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9206 |
|
|
|
|
9207 |
|
--
|
|
|
9208 |
|
-- Dumping
data for
table `Sto
ries`
|
|
|
9209 |
|
--
|
|
|
9210 |
|
|
|
|
9211 |
|
|
|
|
9212 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
9213 |
|
|
|
|
9214 |
|
--
|
|
|
9215 |
|
-- Table s
tructure f
or table `
Tags`
|
|
|
9216 |
|
--
|
|
|
9217 |
|
|
|
|
9218 |
|
CREATE TAB
LE `Tags`
(
|
|
|
9219 |
|
`Tag` va
rchar(32)
NOT NULL d
efault '',
|
|
|
9220 |
|
`ID` big
int(8) uns
igned NOT
NULL defau
lt '0',
|
|
|
9221 |
|
`Type` e
num('profi
le','blog'
,'event','
photo','vi
deo','musi
c','ad') N
OT NULL de
fault 'pro
file',
|
|
|
9222 |
|
PRIMARY
KEY (`Tag
`,`ID`,`Ty
pe`)
|
|
|
9223 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9224 |
|
|
|
|
9225 |
|
--
|
|
|
9226 |
|
-- Dumping
data for
table `Tag
s`
|
|
|
9227 |
|
--
|
|
|
9228 |
|
|
|
|
9229 |
|
|
|
|
9230 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
9231 |
|
|
|
|
9232 |
|
--
|
|
|
9233 |
|
-- Table s
tructure f
or table `
TopMenu`
|
|
|
9234 |
|
--
|
|
|
9235 |
|
|
|
|
9236 |
|
CREATE TAB
LE `TopMen
u` (
|
|
|
9237 |
|
`ID` int
(8) unsign
ed NOT NUL
L auto_inc
rement,
|
|
|
9238 |
|
`Parent`
int(8) un
signed NOT
NULL defa
ult '0',
|
|
|
9239 |
|
`Name` v
archar(50)
NOT NULL
default ''
,
|
|
|
9240 |
|
`Caption
` varchar(
50) NOT NU
LL default
'',
|
|
|
9241 |
|
`Link` v
archar(255
) NOT NULL
default '
',
|
|
|
9242 |
|
`Order`
int(8) uns
igned NOT
NULL defau
lt '0',
|
|
|
9243 |
|
`Visible
` set('non
','memb')
NOT NULL d
efault '',
|
|
|
9244 |
|
`Target`
varchar(2
0) NOT NUL
L default
'',
|
|
|
9245 |
|
`Onclick
` mediumte
xt NOT NUL
L,
|
|
|
9246 |
|
`Check`
varchar(25
5) NOT NUL
L default
'',
|
|
|
9247 |
|
`Editabl
e` tinyint
(1) NOT NU
LL default
'1',
|
|
|
9248 |
|
`Deletab
le` tinyin
t(1) NOT N
ULL defaul
t '1',
|
|
|
9249 |
|
`Active`
tinyint(1
) NOT NULL
default '
1',
|
|
|
9250 |
|
`Type` e
num('syste
m','top','
custom') N
OT NULL de
fault 'top
',
|
|
|
9251 |
|
`Strict`
tinyint(1
) NOT NULL
default '
0',
|
|
|
9252 |
|
PRIMARY
KEY (`ID`
)
|
|
|
9253 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9254 |
|
|
|
|
9255 |
|
--
|
|
|
9256 |
|
-- Dumping
data for
table `Top
Menu`
|
|
|
9257 |
|
--
|
|
|
9258 |
|
|
|
|
9259 |
|
INSERT INT
O `TopMenu
` VALUES (
1, 0, 'My
Account',
'_My Accou
nt', 'memb
er.php', 0
, 'memb',
'', '', ''
, 0, 0, 1,
'system',
0);
|
|
|
9260 |
|
INSERT INT
O `TopMenu
` VALUES (
2, 1, 'Acc
ount Home'
, '_Accoun
t Home', '
member.php
', 0, 'mem
b', '', ''
, '', 0, 0
, 1, 'cust
om', 0);
|
|
|
9261 |
|
INSERT INT
O `TopMenu
` VALUES (
3, 0, 'My
Mail', '_M
y Mail', '
mail.php',
0, 'memb'
, '', '',
'', 0, 0,
1, 'system
', 0);
|
|
|
9262 |
|
INSERT INT
O `TopMenu
` VALUES (
4, 0, 'My
Profile',
'_My Profi
le', '{mem
berNick}|c
hange_stat
us.php', 0
, 'memb',
'', '', ''
, 0, 0, 1,
'system',
0);
|
|
|
9263 |
|
INSERT INT
O `TopMenu
` VALUES (
5, 0, 'Hom
e', '_Home
', 'index.
php', 0, '
non,memb',
'', '', '
', 1, 1, 1
, 'top', 0
);
|
|
|
9264 |
|
INSERT INT
O `TopMenu
` VALUES (
6, 0, 'Mem
bers', '_M
embers', '
browse.php
|search_re
sult.php',
1, 'non,m
emb', '',
'', '', 1,
1, 1, 'to
p', 0);
|
|
|
9265 |
|
INSERT INT
O `TopMenu
` VALUES (
7, 6, 'All
members',
'_All Mem
bers', 'br
owse.php',
0, 'non,m
emb', '',
'', '', 1,
1, 1, 'cu
stom', 0);
|
|
|
9266 |
|
INSERT INT
O `TopMenu
` VALUES (
8, 6, 'Sea
rch Member
s', '_Sear
ch', 'sear
ch.php', 2
, 'non,mem
b', '', ''
, '', 1, 1
, 1, 'cust
om', 0);
|
|
|
9267 |
|
INSERT INT
O `TopMenu
` VALUES (
28, 0, 'Vi
deos', '_V
ideos', 'b
rowseVideo
.php|viewV
ideo.php',
4, 'non,m
emb', '',
'', '', 1,
1, 1, 'to
p', 0);
|
|
|
9268 |
|
INSERT INT
O `TopMenu
` VALUES (
10, 1, 'My
Presense'
, '_RayPre
sence', 'j
avascript:
void(0);',
1, 'memb'
, '', 'win
dow.open(
''presence
_pop.php''
, ''Prese
nce'', ''w
idth=240,h
eight=600,
toolbar=0,
directorie
s=0,menuba
r=0,status
=0,locatio
n=0,scroll
bars=0,res
izable=1''
);', 'retu
rn ( ''on'
' == getPa
ram( ''ena
ble_ray''
) );', 1,
1, 1, 'cus
tom', 0);
|
|
|
9269 |
|
INSERT INT
O `TopMenu
` VALUES (
11, 4, 'Vi
ew My Prof
ile', '_Vi
ew Profile
', '{membe
rLink}|{me
mberNick}|
profile.ph
p?ID={memb
erID}', 0,
'memb', '
', '', '',
1, 1, 1,
'custom',
0);
|
|
|
9270 |
|
INSERT INT
O `TopMenu
` VALUES (
12, 3, 'Ma
il Write',
'_Write',
'compose.
php', 0, '
memb', '',
'', '', 1
, 1, 1, 'c
ustom', 0)
;
|
|
|
9271 |
|
INSERT INT
O `TopMenu
` VALUES (
13, 3, 'I
Blocked',
'_I Blocke
d', 'conta
cts.php?sh
ow=block&l
ist=i', 1,
'memb', '
', '', '',
1, 1, 1,
'custom',
0);
|
|
|
9272 |
|
INSERT INT
O `TopMenu
` VALUES (
14, 3, 'Ma
il Sent',
'_Sent', '
mail.php?m
ode=outbox
', 2, 'mem
b', '', ''
, '', 1, 1
, 1, 'cust
om', 0);
|
|
|
9273 |
|
INSERT INT
O `TopMenu
` VALUES (
15, 1, 'My
Membershi
p', '_My M
embership'
, 'members
hip.php',
2, 'memb',
'', '', '
return ( g
etParam(''
free_mode'
') != ''on
'' );', 1,
1, 1, 'cu
stom', 0);
|
|
|
9274 |
|
INSERT INT
O `TopMenu
` VALUES (
16, 1, 'My
Settings'
, '_My Set
tings', 'p
rofile_edi
t.php?ID={
memberID}'
, 3, 'memb
', '', '',
'', 1, 1,
1, 'custo
m', 0);
|
|
|
9275 |
|
INSERT INT
O `TopMenu
` VALUES (
17, 3, 'Ma
il Inbox',
'_Inbox',
'mail.php
?mode=inbo
x', 3, 'me
mb', '', '
', '', 1,
1, 1, 'cus
tom', 0);
|
|
|
9276 |
|
INSERT INT
O `TopMenu
` VALUES (
18, 3, 'Bl
ocked Me',
'_Blocked
Me', 'con
tacts.php?
show=block
&list=me',
4, 'memb'
, '', '',
'', 1, 1,
1, 'custom
', 0);
|
|
|
9277 |
|
INSERT INT
O `TopMenu
` VALUES (
20, 4, 'Ed
it My Prof
ile', '_Ed
it Profile
', 'profil
e_edit.php
?ID={membe
rID}', 1,
'memb', ''
, '', '',
1, 1, 1, '
custom', 0
);
|
|
|
9278 |
|
INSERT INT
O `TopMenu
` VALUES (
21, 4, 'Me
mber Photo
s', '_Prof
ile Photos
', 'upload
_media.php
?show=phot
o', 2, 'me
mb', '', '
', '', 1,
1, 1, 'cus
tom', 0);
|
|
|
9279 |
|
INSERT INT
O `TopMenu
` VALUES (
22, 0, 'Gr
oups', '_G
roups', 'g
roups_home
.php', 6,
'non,memb'
, '', '',
'', 1, 1,
1, 'top',
0);
|
|
|
9280 |
|
INSERT INT
O `TopMenu
` VALUES (
23, 22, 'A
ll Groups'
, '_All Gr
oups', 'gr
oups_home.
php', 0, '
non,memb',
'', '', '
', 1, 1, 1
, 'custom'
, 0);
|
|
|
9281 |
|
INSERT INT
O `TopMenu
` VALUES (
24, 22, 'G
roups Sear
ch', '_Sea
rch', 'gro
ups_browse
.php', 1,
'non,memb'
, '', '',
'', 1, 1,
1, 'custom
', 0);
|
|
|
9282 |
|
INSERT INT
O `TopMenu
` VALUES (
25, 6, 'On
line Membe
rs', '_Onl
ine', 'sea
rch_result
.php?onlin
e_only=1',
1, 'non,m
emb', '',
'', '', 1,
1, 1, 'cu
stom', 0);
|
|
|
9283 |
|
INSERT INT
O `TopMenu
` VALUES (
26, 22, 'M
y Groups',
'_My Grou
ps', 'grou
ps.php', 2
, 'memb',
'', '', ''
, 1, 1, 1,
'custom',
0);
|
|
|
9284 |
|
INSERT INT
O `TopMenu
` VALUES (
27, 22, 'C
reate Grou
p', '_Crea
te Group',
'group_cr
eate.php',
3, 'memb'
, '', '',
'', 1, 1,
1, 'custom
', 0);
|
|
|
9285 |
|
INSERT INT
O `TopMenu
` VALUES (
29, 28, 'A
ll Videos'
, '_All Vi
deos', 'br
owseVideo.
php|viewVi
deo.php',
0, 'non,me
mb', '', '
', '', 1,
1, 1, 'cus
tom', 1);
|
|
|
9286 |
|
INSERT INT
O `TopMenu
` VALUES (
30, 28, 'U
pload Vide
o', '_Uplo
ad Video',
'uploadSh
areVideo.p
hp', 1, 'm
emb', '',
'', '', 1,
1, 1, 'cu
stom', 0);
|
|
|
9287 |
|
INSERT INT
O `TopMenu
` VALUES (
31, 0, 'Cl
assifieds'
, '_Classi
fieds', 'c
lassifieds
.php?Brows
e=1|classi
fieds.php|
classified
smy.php',
7, 'non,me
mb', '', '
', '', 1,
1, 1, 'top
', 0);
|
|
|
9288 |
|
INSERT INT
O `TopMenu
` VALUES (
32, 0, 'Ch
at', '_Cha
t', 'chat.
php', 13,
'non,memb'
, '', '',
'', 1, 1,
1, 'top',
0);
|
|
|
9289 |
|
INSERT INT
O `TopMenu
` VALUES (
35, 31, 'S
earch Clas
sifieds',
'_Search',
'classifi
eds.php?Se
archForm=1
', 1, 'non
,memb', ''
, '', '',
1, 1, 1, '
custom', 0
);
|
|
|
9290 |
|
INSERT INT
O `TopMenu
` VALUES (
33, 0, 'Bo
ards', '_B
oards', 'b
oard.php',
12, 'non,
memb', '',
'', '', 1
, 1, 1, 't
op', 0);
|
|
|
9291 |
|
INSERT INT
O `TopMenu
` VALUES (
50, 44, 'A
dd Blog Po
st', '_Add
Post', 'b
logs.php?a
ction=new_
post', 5,
'memb', ''
, '', '',
1, 1, 1, '
custom', 0
);
|
|
|
9292 |
|
INSERT INT
O `TopMenu
` VALUES (
34, 31, 'A
ll Classif
ieds', '_A
ll Classif
ieds', 'cl
assifieds.
php?Browse
=1', 0, 'n
on,memb',
'', '', ''
, 1, 1, 1,
'custom',
0);
|
|
|
9293 |
|
INSERT INT
O `TopMenu
` VALUES (
36, 31, 'M
y Classifi
eds', '_My
Classifie
ds', 'clas
sifiedsmy.
php?MyAds=
1', 2, 'me
mb', '', '
', '', 1,
1, 1, 'cus
tom', 0);
|
|
|
9294 |
|
INSERT INT
O `TopMenu
` VALUES (
37, 31, 'A
dd Classif
ied', '_Ad
d Classifi
ed', 'clas
sifiedsmy.
php?PostAd
=1', 3, 'm
emb', '',
'', '', 1,
1, 1, 'cu
stom', 0);
|
|
|
9295 |
|
INSERT INT
O `TopMenu
` VALUES (
38, 0, 'Mu
sic', '_Mu
sic', 'bro
wseMusic.p
hp|viewMus
ic.php', 5
, 'non,mem
b', '', ''
, '', 1, 1
, 1, 'top'
, 0);
|
|
|
9296 |
|
INSERT INT
O `TopMenu
` VALUES (
46, 44, 'T
op Blogs',
'_Top Blo
gs', 'blog
s.php?acti
on=top_blo
gs', 1, 'n
on,memb',
'', '', ''
, 1, 1, 1,
'custom',
0);
|
|
|
9297 |
|
INSERT INT
O `TopMenu
` VALUES (
39, 38, 'A
ll Music',
'_All Mus
ic', 'brow
seMusic.ph
p|viewMusi
c.php', 0,
'non,memb
', '', '',
'', 1, 1,
1, 'custo
m', 1);
|
|
|
9298 |
|
INSERT INT
O `TopMenu
` VALUES (
40, 38, 'U
pload Musi
c', '_Uplo
ad Music',
'uploadSh
areMusic.p
hp', 1, 'm
emb', '',
'', '', 1,
1, 1, 'cu
stom', 0);
|
|
|
9299 |
|
INSERT INT
O `TopMenu
` VALUES (
41, 0, 'Ph
otos', '_P
hotos', 'b
rowsePhoto
.php|viewP
hoto.php',
3, 'non,m
emb', '',
'', '', 1,
1, 1, 'to
p', 0);
|
|
|
9300 |
|
INSERT INT
O `TopMenu
` VALUES (
53, 51, 'E
vents Cale
ndar', '_C
alendar',
'events.ph
p?action=c
alendar',
1, 'non,me
mb', '', '
', '', 1,
1, 1, 'cus
tom', 0);
|
|
|
9301 |
|
INSERT INT
O `TopMenu
` VALUES (
42, 41, 'A
ll Photos'
, '_All Ph
otos', 'br
owsePhoto.
php|viewPh
oto.php',
0, 'non,me
mb', '', '
', '', 1,
1, 1, 'cus
tom', 1);
|
|
|
9302 |
|
INSERT INT
O `TopMenu
` VALUES (
43, 41, 'U
pload Phot
os', '_Upl
oad Photos
', 'upload
SharePhoto
.php', 1,
'memb', ''
, '', '',
1, 1, 1, '
custom', 0
);
|
|
|
9303 |
|
INSERT INT
O `TopMenu
` VALUES (
44, 0, 'Bl
ogs', '_Bl
ogs', 'blo
gs.php', 2
, 'non,mem
b', '', ''
, '', 1, 1
, 1, 'top'
, 0);
|
|
|
9304 |
|
INSERT INT
O `TopMenu
` VALUES (
45, 44, 'A
ll Blogs',
'_All Blo
gs', 'blog
s.php', 0,
'non,memb
', '', '',
'', 1, 1,
1, 'custo
m', 1);
|
|
|
9305 |
|
INSERT INT
O `TopMenu
` VALUES (
47, 44, 'M
y Blog', '
_My Blog',
'blogs.ph
p?action=s
how_member
_blog&owne
rID={membe
rID}', 3,
'memb', ''
, '', '',
1, 1, 1, '
custom', 0
);
|
|
|
9306 |
|
INSERT INT
O `TopMenu
` VALUES (
48, 0, 'Fo
rums', '_F
orums', 'o
rca/', 10,
'non,memb
', '', '',
'', 1, 1,
1, 'top',
0);
|
|
|
9307 |
|
INSERT INT
O `TopMenu
` VALUES (
49, 44, 'A
dd Blog Ca
tegory', '
_Add Categ
ory', 'blo
gs.php?act
ion=add_ca
tegory&own
erID={memb
erID}', 4,
'memb', '
', '', '',
1, 1, 1,
'custom',
0);
|
|
|
9308 |
|
INSERT INT
O `TopMenu
` VALUES (
51, 0, 'Ev
ents', '_E
vents', 'e
vents.php?
show_event
s=all&acti
on=show|ev
ents.php',
8, 'non,m
emb', '',
'', '', 1,
1, 1, 'to
p', 0);
|
|
|
9309 |
|
INSERT INT
O `TopMenu
` VALUES (
58, 56, 'M
y Polls',
'_My Polls
', 'profil
e_poll.php
', 1, 'mem
b', '', ''
, '', 1, 1
, 1, 'cust
om', 0);
|
|
|
9310 |
|
INSERT INT
O `TopMenu
` VALUES (
52, 51, 'A
ll Events'
, '_All Ev
ents', 'ev
ents.php?s
how_events
=all&actio
n=show', 0
, 'non,mem
b', '', ''
, '', 1, 1
, 1, 'cust
om', 0);
|
|
|
9311 |
|
INSERT INT
O `TopMenu
` VALUES (
54, 51, 'M
y Events',
'_My Even
ts', 'even
ts.php?act
ion=show&s
how_events
=my', 3, '
memb', '',
'', '', 1
, 1, 1, 'c
ustom', 0)
;
|
|
|
9312 |
|
INSERT INT
O `TopMenu
` VALUES (
55, 51, 'A
dd Event',
'_Add Eve
nt', 'even
ts.php?act
ion=new',
4, 'memb',
'', '', '
', 1, 1, 1
, 'custom'
, 0);
|
|
|
9313 |
|
INSERT INT
O `TopMenu
` VALUES (
56, 0, 'Po
lls', '_Po
lls', 'pol
ls.php', 9
, 'non,mem
b', '', ''
, '', 1, 1
, 1, 'top'
, 0);
|
|
|
9314 |
|
INSERT INT
O `TopMenu
` VALUES (
57, 56, 'A
ll Polls',
'_All Pol
ls', 'poll
s.php', 0,
'non,memb
', '', '',
'', 1, 1,
1, 'custo
m', 0);
|
|
|
9315 |
|
INSERT INT
O `TopMenu
` VALUES (
59, 0, 'Ar
ticles', '
_Articles'
, 'article
s.php', 11
, 'non,mem
b', '', ''
, '', 1, 1
, 1, 'top'
, 0);
|
|
|
9316 |
|
INSERT INT
O `TopMenu
` VALUES(9
, 0, 'Prof
ile View',
'{profile
Nick}', '{
profileNic
k}|profile
_edit.php?
ID={profil
eID}|photo
s_gallery.
php?ID={pr
ofileID}',
0, 'non,m
emb', '',
'', '', 0,
0, 1, 'sy
stem', 0);
|
|
|
9317 |
|
INSERT INT
O `TopMenu
` VALUES (
60, 9, 'Vi
ew Profile
', '_View
Profile',
'{profileL
ink}|{prof
ileNick}|p
rofile.php
?ID={profi
leID}', 0,
'non,memb
', '', '',
'', 1, 1,
1, 'custo
m', 0);
|
|
|
9318 |
|
INSERT INT
O `TopMenu
` VALUES (
61, 9, 'Pr
ofile Vide
o Gallery'
, '_Video
Gallery',
'browseVid
eo.php?use
rID={profi
leID}', 2,
'non,memb
', '', '',
'', 1, 1,
1, 'custo
m', 0);
|
|
|
9319 |
|
INSERT INT
O `TopMenu
` VALUES (
62, 9, 'Pr
ofile Musi
c Gallery'
, '_Music
Gallery',
'browseMus
ic.php?use
rID={profi
leID}', 3,
'non,memb
', '', '',
'', 1, 1,
1, 'custo
m', 0);
|
|
|
9320 |
|
INSERT INT
O `TopMenu
` VALUES (
63, 4, 'Me
mber Music
', '_Profi
le Music',
'javascri
pt:void(0)
;', 3, 'me
mb', '', '
openRayWid
get(''mp3'
', ''edito
r'', ''{me
mberID}'',
''{member
Pass}'');'
, '', 1, 1
, 1, 'cust
om', 0);
|
|
|
9321 |
|
INSERT INT
O `TopMenu
` VALUES (
64, 4, 'Me
mber Video
', '_Profi
le Video',
'javascri
pt:void(0)
;', 4, 'me
mb', '', '
openRayWid
get(''vide
o'', ''rec
order'', '
'{memberID
}'', ''{me
mberPass}'
');', '',
1, 1, 1, '
custom', 0
);
|
|
|
9322 |
|
INSERT INT
O `TopMenu
` VALUES (
65, 9, 'Pr
ofile Phot
os Gallery
', '_Photo
s Gallery'
, 'browseP
hoto.php?u
serID={pro
fileID}',
1, 'non,me
mb', '', '
', '', 1,
1, 1, 'cus
tom', 0);
|
|
|
9323 |
|
INSERT INT
O `TopMenu
` VALUES (
66, 9, 'Pr
ofile Blog
', '_Blog'
, 'blogs.p
hp?action=
show_membe
r_blog&own
erID={prof
ileID}|blo
gs.php?act
ion=show_m
ember_post
&ownerID={
profileID}
', 4, 'non
,memb', ''
, '', '',
1, 1, 1, '
custom', 0
);
|
|
|
9324 |
|
INSERT INT
O `TopMenu
` VALUES (
67, 9, 'Me
mber Guest
book', '_G
uestbook',
'guestboo
k.php?owne
r={profile
ID}', 5, '
non,memb',
'', '', '
', 1, 1, 1
, 'custom'
, 0);
|
|
|
9325 |
|
INSERT INT
O `TopMenu
` VALUES (
68, 28, 'M
y Videos',
'_My Vide
os', 'brow
seVideo.ph
p?userID={
memberID}'
, 2, 'memb
', '', '',
'', 1, 1,
1, 'custo
m', 0);
|
|
|
9326 |
|
INSERT INT
O `TopMenu
` VALUES (
69, 41, 'M
y Photos',
'_My Phot
os', 'brow
sePhoto.ph
p?userID={
memberID}'
, 2, 'memb
', '', '',
'', 1, 1,
1, 'custo
m', 0);
|
|
|
9327 |
|
INSERT INT
O `TopMenu
` VALUES (
70, 38, 'M
y Music',
'_My Music
', 'browse
Music.php?
userID={me
mberID}',
2, 'memb',
'', '', '
', 1, 1, 1
, 'custom'
, 0);
|
|
|
9328 |
|
INSERT INT
O `TopMenu
` VALUES (
71, 41, 'M
y Favorite
Photos',
'_My Favor
ite Photos
', 'browse
Photo.php?
action=fav
', 3, 'mem
b', '', ''
, '', 1, 1
, 1, 'cust
om', 0);
|
|
|
9329 |
|
INSERT INT
O `TopMenu
` VALUES (
72, 28, 'M
y Favorite
Videos',
'_My Favor
ite Videos
', 'browse
Video.php?
action=fav
', 3, 'mem
b', '', ''
, '', 1, 1
, 1, 'cust
om', 0);
|
|
|
9330 |
|
INSERT INT
O `TopMenu
` VALUES (
73, 38, 'M
y Favorite
Music', '
_My Favori
te Music',
'browseMu
sic.php?ac
tion=fav',
3, 'memb'
, '', '',
'', 1, 1,
1, 'custom
', 0);
|
|
|
9331 |
|
INSERT INT
O `TopMenu
` VALUES (
74, 4, 'Cu
stomize My
Profile',
'_Customi
ze Profile
', 'profil
e_customiz
e.php', 5,
'memb', '
', '', '',
1, 1, 1,
'custom',
0);
|
|
|
9332 |
|
INSERT INT
O `TopMenu
` VALUES (
75, 28, 'T
op Videos'
, '_Top Vi
deo', 'bro
wseVideo.p
hp?rate=to
p', 4, 'no
n,memb', '
', '', '',
1, 1, 1,
'custom',
0);
|
|
|
9333 |
|
INSERT INT
O `TopMenu
` VALUES (
76, 41, 'T
op Photos'
, '_Top Ph
otos', 'br
owsePhoto.
php?rate=t
op', 4, 'n
on,memb',
'', '', ''
, 1, 1, 1,
'custom',
0);
|
|
|
9334 |
|
INSERT INT
O `TopMenu
` VALUES (
77, 38, 'T
op Music',
'_Top Mus
ic', 'brow
seMusic.ph
p?rate=top
', 4, 'non
,memb', ''
, '', '',
1, 1, 1, '
custom', 0
);
|
|
|
9335 |
|
INSERT INT
O `TopMenu
` VALUES (
78, 51, 'S
earch Even
ts', '_Sea
rch', 'eve
nts.php?ac
tion=searc
h', 2, 'no
n,memb', '
', '', '',
1, 1, 1,
'custom',
0);
|
|
|
9336 |
|
INSERT INT
O `TopMenu
` VALUES (
79, 44, 'T
op Posts',
'_Top Pos
ts', 'blog
s.php?acti
on=top_pos
ts', 2, 'n
on,memb',
'', '', ''
, 1, 1, 1,
'custom',
0);
|
|
|
9337 |
|
INSERT INT
O `TopMenu
` VALUES (
80, 4, 'My
Friends',
'_My Frie
nds', 'vie
wFriends.p
hp?iUser={
memberID}'
, 6, 'memb
', '', '',
'', 1, 1,
1, 'custo
m', 0);
|
|
|
9338 |
|
INSERT INT
O `TopMenu
` VALUES (
81, 6, 'My
Friends',
'_My Frie
nds', 'vie
wFriends.p
hp?iUser={
memberID}'
, 3, 'memb
', '', '',
'', 1, 1,
1, 'custo
m', 0);
|
|
|
9339 |
|
INSERT INT
O `TopMenu
` VALUES (
82, 9, 'Me
mber Frien
ds', '_Mem
ber Friend
s', 'viewF
riends.php
?iUser={pr
ofileID}',
6, 'non,m
emb', '',
'', '', 1,
1, 1, 'cu
stom', 0);
|
|
|
9340 |
|
INSERT INT
O `TopMenu
` VALUES (
83, 1, 'My
Contacts'
, '_My Con
tacts', 'c
ontacts.ph
p', 4, 'me
mb', '', '
', '', 1,
1, 1, 'cus
tom', 0);
|
|
|
9341 |
|
INSERT INT
O `TopMenu
` VALUES (
84, 4, 'My
Guestbook
', '_My Gu
estbook',
'guestbook
.php?owner
={memberID
}', 7, 'me
mb', '', '
', '', 1,
1, 1, 'cus
tom', 0);
|
|
|
9342 |
|
INSERT INT
O `TopMenu
` VALUES (
85, 6, 'Ho
t or Not',
'_Hot or
Not', 'rat
e.php', 4,
'non,memb
', '', '',
'', 1, 1,
1, 'custo
m', 0);
|
|
|
9343 |
|
INSERT INT
O `TopMenu
` VALUES(8
6, 1, 'Unr
egister',
'_Unregist
er', 'unre
gister.php
', 5, 'mem
b', '', ''
, '', 1, 1
, 1, 'cust
om', 0);
|
|
|
9344 |
|
INSERT INT
O `TopMenu
` VALUES (
87, 48, 'M
y Flags',
'_My Flags
', 'orca/#
action=got
o&my_flags
=1', 1, 'm
emb', '',
'', '', 0,
0, 1, 'cu
stom', 0);
|
|
|
9345 |
|
INSERT INT
O `TopMenu
` VALUES(8
8, 48, 'My
Topics',
'_My Topic
s', 'orca/
#action=go
to&my_thre
ads=1', 2,
'memb', '
', '', '',
0, 0, 1,
'custom',
0);
|
|
|
9346 |
|
INSERT INT
O `TopMenu
` VALUES (
89, 48, 'S
earch', '_
Search', '
orca/#acti
on=goto&se
arch=1', 0
, 'non,mem
b', '', ''
, '', 0, 0
, 1, 'cust
om', 0);
|
|
|
9347 |
|
|
|
|
9348 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
9349 |
|
|
|
|
9350 |
|
--
|
|
|
9351 |
|
-- Table s
tructure f
or table `
Transactio
ns`
|
|
|
9352 |
|
--
|
|
|
9353 |
|
|
|
|
9354 |
|
CREATE TAB
LE `Transa
ctions` (
|
|
|
9355 |
|
`ID` big
int(20) un
signed NOT
NULL auto
_increment
,
|
|
|
9356 |
|
`IDMembe
r` bigint(
20) unsign
ed NOT NUL
L default
'0',
|
|
|
9357 |
|
`IDProvi
der` small
int(6) uns
igned NOT
NULL defau
lt '0',
|
|
|
9358 |
|
`gtwTran
sactionID`
varchar(3
2) NOT NUL
L default
'',
|
|
|
9359 |
|
`Date` d
atetime NO
T NULL def
ault '0000
-00-00 00:
00:00',
|
|
|
9360 |
|
`Amount`
float uns
igned NOT
NULL defau
lt '0',
|
|
|
9361 |
|
`Currenc
y` varchar
(3) NOT NU
LL default
'USD',
|
|
|
9362 |
|
`Status`
enum('pen
ding','app
roved','de
clined') N
OT NULL de
fault 'pen
ding',
|
|
|
9363 |
|
`Data` t
ext NOT NU
LL,
|
|
|
9364 |
|
`Descrip
tion` tiny
text,
|
|
|
9365 |
|
`Note` t
inytext,
|
|
|
9366 |
|
PRIMARY
KEY (`ID`
),
|
|
|
9367 |
|
KEY `IDM
ember` (`I
DMember`),
|
|
|
9368 |
|
KEY `IDP
rovider` (
`IDProvide
r`),
|
|
|
9369 |
|
KEY `gtw
Transactio
nID` (`gtw
Transactio
nID`)
|
|
|
9370 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9371 |
|
|
|
|
9372 |
|
--
|
|
|
9373 |
|
-- Dumping
data for
table `Tra
nsactions`
|
|
|
9374 |
|
--
|
|
|
9375 |
|
|
|
|
9376 |
|
|
|
|
9377 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
9378 |
|
|
|
|
9379 |
|
--
|
|
|
9380 |
|
-- Table s
tructure f
or table `
VKisses`
|
|
|
9381 |
|
--
|
|
|
9382 |
|
|
|
|
9383 |
|
CREATE TAB
LE `VKisse
s` (
|
|
|
9384 |
|
`ID` big
int(8) uns
igned NOT
NULL defau
lt '0',
|
|
|
9385 |
|
`Member`
bigint(8)
unsigned
NOT NULL d
efault '0'
,
|
|
|
9386 |
|
`Number`
smallint(
5) unsigne
d NOT NULL
default '
0',
|
|
|
9387 |
|
`Arrived
` date NOT
NULL defa
ult '0000-
00-00',
|
|
|
9388 |
|
`New` en
um('0','1'
) NOT NULL
default '
1',
|
|
|
9389 |
|
PRIMARY
KEY (`ID`
,`Member`)
|
|
|
9390 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9391 |
|
|
|
|
9392 |
|
--
|
|
|
9393 |
|
-- Dumping
data for
table `VKi
sses`
|
|
|
9394 |
|
--
|
|
|
9395 |
|
|
|
|
9396 |
|
|
|
|
9397 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
9398 |
|
|
|
|
9399 |
|
--
|
|
|
9400 |
|
-- Table s
tructure f
or table `
Votes`
|
|
|
9401 |
|
--
|
|
|
9402 |
|
|
|
|
9403 |
|
CREATE TAB
LE `Votes`
(
|
|
|
9404 |
|
`Member`
bigint(8)
NOT NULL
default '0
',
|
|
|
9405 |
|
`Mark` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
9406 |
|
`IP` var
char(18) N
OT NULL de
fault '',
|
|
|
9407 |
|
`Date` d
ate NOT NU
LL default
'0000-00-
00',
|
|
|
9408 |
|
UNIQUE K
EY `Member
` (`Member
`,`IP`,`Da
te`),
|
|
|
9409 |
|
KEY `Mem
ber_2` (`M
ember`)
|
|
|
9410 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9411 |
|
|
|
|
9412 |
|
--
|
|
|
9413 |
|
-- Dumping
data for
table `Vot
es`
|
|
|
9414 |
|
--
|
|
|
9415 |
|
|
|
|
9416 |
|
|
|
|
9417 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
9418 |
|
|
|
|
9419 |
|
--
|
|
|
9420 |
|
-- Table s
tructure f
or table `
VotesPhoto
s`
|
|
|
9421 |
|
--
|
|
|
9422 |
|
|
|
|
9423 |
|
CREATE TAB
LE `VotesP
hotos` (
|
|
|
9424 |
|
`Member`
bigint(8)
NOT NULL
default '0
',
|
|
|
9425 |
|
`Mark` i
nt(11) NOT
NULL defa
ult '0',
|
|
|
9426 |
|
`Pic` in
t(11) NOT
NULL defau
lt '0',
|
|
|
9427 |
|
`IP` var
char(18) N
OT NULL de
fault '',
|
|
|
9428 |
|
`Date` d
ate NOT NU
LL default
'0000-00-
00',
|
|
|
9429 |
|
UNIQUE K
EY `Member
` (`Member
`,`Pic`,`I
P`,`Date`)
,
|
|
|
9430 |
|
KEY `Mem
ber_2` (`M
ember`)
|
|
|
9431 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9432 |
|
|
|
|
9433 |
|
--
|
|
|
9434 |
|
-- Dumping
data for
table `Vot
esPhotos`
|
|
|
9435 |
|
--
|
|
|
9436 |
|
|
|
|
9437 |
|
|
|
|
9438 |
|
-- -------
----------
----------
----------
----------
---------
|
|
|
9439 |
|
|
|
|
9440 |
|
--
|
|
|
9441 |
|
-- Table s
tructure f
or table `
ZIPCodes`
|
|
|
9442 |
|
--
|
|
|
9443 |
|
|
|
|
9444 |
|
CREATE TAB
LE `ZIPCod
es` (
|
|
|
9445 |
|
`ZIPCode
` varchar(
8) default
NULL,
|
|
|
9446 |
|
`ZIPCode
Type` char
(1) defaul
t NULL,
|
|
|
9447 |
|
`City` v
archar(28)
default N
ULL,
|
|
|
9448 |
|
`CityTyp
e` char(1)
default N
ULL,
|
|
|
9449 |
|
`County`
varchar(2
5) default
NULL,
|
|
|
9450 |
|
`CountyF
IPS` varch
ar(5) defa
ult NULL,
|
|
|
9451 |
|
`State`
varchar(30
) default
NULL,
|
|
|
9452 |
|
`StateCo
de` varcha
r(2) defau
lt NULL,
|
|
|
9453 |
|
`StateFI
PS` varcha
r(2) defau
lt NULL,
|
|
|
9454 |
|
`MSA` va
rchar(4) d
efault NUL
L,
|
|
|
9455 |
|
`AreaCod
e` varchar
(3) defaul
t NULL,
|
|
|
9456 |
|
`TimeZon
e` varchar
(10) defau
lt NULL,
|
|
|
9457 |
|
`GMTOffs
et` int(11
) default
NULL,
|
|
|
9458 |
|
`DST` ch
ar(1) defa
ult NULL,
|
|
|
9459 |
|
`Latitud
e` double
default NU
LL,
|
|
|
9460 |
|
`Longitu
de` double
default N
ULL,
|
|
|
9461 |
|
KEY `Lat
itude` (`L
atitude`),
|
|
|
9462 |
|
KEY `Lon
gitude` (`
Longitude`
),
|
|
|
9463 |
|
KEY `ZIP
Code` (`ZI
PCode`)
|
|
|
9464 |
|
) ENGINE=M
yISAM DEFA
ULT CHARSE
T=utf8;
|
|
|
9465 |
|
|
|
|
9466 |
|
--
|
|
|
9467 |
|
-- Dumping
data for
table `ZIP
Codes`
|
|
|
9468 |
|
--
|
|
|
9469 |
|
|
|
|