Προς το περιεχόμενο

Πως μπορώ να βάλω κάτι στα ελληνικά στην sql?


chris_psycho

Προτεινόμενες αναρτήσεις

Prvta prepei na patuseis alt+shift gia na gurisei to pliktrologio sta ellinika.

Meta grafeis auto pou thes :-D

 

Loipon sovara twra.

 

Prepei na kaneis sto field tou pinaka

character encoding utf8 kai collation utf8_general_ci

 

enallaktika, character encoding greek kai collation greek_general_ci

 

Alla upopteuomai oti mallon de to grafeis se script alla mallon se kapoio field pou to stelneis me php i kati allo correct?

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Ορίστε: Kάντε κλικ στο spoil για να μην βγει τεράστιο το post!

 

 

 

>-- phpMyAdmin SQL Dump
-- version 2.9.0.2
-- http://www.phpmyadmin.net
-- 
-- Σύστημα: localhost
-- Χρόνος δημιουργίας: 04 Οκτ 2007, στις 04:43 PM
-- Έκδοση Διακομιστή: 5.0.24
-- Έκδοση PHP: 5.1.6
-- 
-- Βάση: `wpmquiz`
-- 

-- --------------------------------------------------------

-- 
-- Δομή Πίνακα για τον Πίνακα `templates`
-- 

CREATE TABLE `templates` (
 `id` int(10) unsigned NOT NULL auto_increment,
 `name` text collate utf8_unicode_ci NOT NULL,
 `code` text collate utf8_unicode_ci NOT NULL,
 PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=23 ;

-- 
-- 'Αδειασμα δεδομένων του πίνακα `templates`
-- 

INSERT INTO `templates` VALUES (1, 'stylesheet', 'body{\r\n	background-color: #CCFFFF;\r\n	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r\n	font-size: 13px;\r\n	color: #003300;\r\n}\r\na{\r\n	color: #003399;\r\n	text-decoration: none;\r\n}\r\na:hover{\r\n	color: #003366;\r\n	text-decoration: underline;\r\n}\r\nimg{\r\n	border: none;\r\n}\r\ntable{\r\n	border: 1px solid #EEEEEE;\r\n	width: 100%;\r\n	padding: 10px;\r\n}\r\ntd.category{\r\n	background-color: #CCCCCC;\r\n	text-align: center;\r\n	font-size: larger;\r\n}\r\ntd.ltext{\r\n	text-align: right;\r\n	width: 50%;\r\n	font-weight: bold;\r\n}\r\ntd.rtext{\r\n	text-align: left;\r\n	width: 50%;\r\n}\r\ntd.submit{\r\n	text-align: center;\r\n	margin: 10px;\r\n}\r\n.small{\r\n	font-size: 10px;\r\n}\r\n.medium{\r\n	font-size: 11px;\r\n}\r\n.big{\r\n	font-family: Myriad, Verdana, Geneva, Arial, Helvetica, sans-serif;\r\n	font-size: 20px;\r\n}\r\n.indent{\r\n	border-top: 1px solid black;\r\n	border-bottom: 1px solid black;\r\n}\r\n.pagehead{\r\n	font-weight: bold;\r\n	background-color: #EEEEEE;\r\n	text-align: center;\r\n	padding-bottom: 2px;\r\n	border-bottom: 1px solid black;\r\n	margin-top: 3px;\r\n	margin-bottom: 5px;\r\n}\r\n.comment{\r\n	background-color: #EEEEEE;\r\n	border: 1px solid black;\r\n	padding: 8px;\r\n	width: 75;\r\n	text-align: left;\r\n}\r\n.help{\r\n	background-color: #EEEEEE;\r\n	border: 1px dashed black;\r\n	padding: 1px;\r\n	text-align: right;\r\n	font-size: 10px;\r\n	font-weight: normal;\r\n	width: 50%;\r\n}\r\n.navigation{\r\n	padding: 2px;\r\n	border-bottom: 1px solid #CCCCCC;\r\n}\r\n.navigation a{\r\n	text-decoration: none;\r\n	padding-left: 3px;\r\n	padding-right: 3px;\r\n	border: 0;\r\n}\r\n.navigation a:hover{\r\n	border-bottom: 2px solid #CCCCCC;\r\n}\r\n.header{\r\n	margin-bottom: 10px;\r\n	border: 1px solid #999999;\r\n	padding: 5px 10px 10px 10px;\r\n}\r\n.footer{\r\n	margin-top: 10px;\r\n	border: 1px solid #999999;\r\n	padding: 5px;\r\n}\r\nform{\r\n	border: 0;\r\n	padding: 0;\r\n	margin: 0;\r\n}\r\ninput{\r\n	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r\n	font-size: 11px;\r\n	color: #666666;\r\n	border: 1px solid gray;\r\n	padding: 1px;\r\n}\r\nselect{\r\n	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r\n	font-size: 11px;\r\n	color: #666666;\r\n	border: 1pt solid gray;\r\n	padding: 1px;\r\n}\r\ntextarea{\r\n	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;\r\n	font-size: 10px;\r\n}\r\nhr{\r\n	color: #CCCCCC;\r\n	background-color: #CCCCCC;\r\n	height: 1px;\r\n	margin-top: 4px;\r\n	margin-bottom: 4px;\r\n}\r\n');
INSERT INTO `templates` VALUES (2, 'header', '<!DOCTYPE html PUBLIC {DQUOTE}-//W3C//DTD XHTML 1.0 Transitional//EN{DQUOTE} {DQUOTE}http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd{DQUOTE}>\r\n<html xmlns={DQUOTE}http://www.w3.org/1999/xhtml{DQUOTE} lang={DQUOTE}en{DQUOTE} xml:lang={DQUOTE}en{DQUOTE} dir={DQUOTE}ltr{DQUOTE}>\r\n<head>\r\n<meta http-equiv={DQUOTE}refresh{DQUOTE} content={DQUOTE}<!--{logouttimeout}-->; URL=<!--{logouturl}-->{DQUOTE} />\r\n<meta http-equiv={DQUOTE}content-type{DQUOTE} content={DQUOTE}text/html; charset=iso-8859-7{DQUOTE} />\r\n<title><!--{title}--> >> <!--{headtitle}--> - wpquiz</title>\r\n<style type={DQUOTE}text/css{DQUOTE}><!--{stylesheet}--></style>\r\n<script language={DQUOTE}javascript{DQUOTE} type={DQUOTE}text/javascript{DQUOTE}>\r\nfunction admin(){\r\n	if( confirm({DQUOTE}OK for the Admin Panel, Cancel for the Quiz Creation Panel{DQUOTE},{DQUOTE}2{DQUOTE}) ){location.href = {DQUOTE}admin{DQUOTE}+{DQUOTE}<!--{phpex}-->{DQUOTE};}\r\n	else{location.href = {DQUOTE}quizcreate{DQUOTE}+{DQUOTE}<!--{phpex}-->{DQUOTE};}\r\n}\r\n</script>\r\n</head>\r\n<body>\r\n<div align={DQUOTE}center{DQUOTE} class={DQUOTE}header{DQUOTE}>\r\n<span class={DQUOTE}big{DQUOTE}><b><img src={DQUOTE}img/mainlogo.png{DQUOTE} alt={DQUOTE}<!--{title}-->{DQUOTE} />\r\n</b></span>\r\n<span class={DQUOTE}small{DQUOTE}>  |  Current User: <!--{username}--> <a href={DQUOTE}<!--{phpself}-->?logout=1{DQUOTE}><img src={DQUOTE}img/c_logout.gif{DQUOTE} alt={DQUOTE}Log Out{DQUOTE} /></a></span><br />\r\n<span class={DQUOTE}navigation{DQUOTE}>\r\n<a href=../../><img src={DQUOTE}img/t_index.png{DQUOTE} alt={DQUOTE}Index{DQUOTE} /></a>\r\n<a href={DQUOTE}user<!--{phpex}-->{DQUOTE}><img src={DQUOTE}img/t_usercp.png{DQUOTE} alt={DQUOTE}UserCP{DQUOTE} /></a>\r\n<a href={DQUOTE}statistics<!--{phpex}-->{DQUOTE} onClick={DQUOTE}statistics(){DQUOTE}><img src={DQUOTE}img/t_stats.png{DQUOTE} alt={DQUOTE}Statistics{DQUOTE} /></a>\r\n<a href={DQUOTE}comments<!--{phpex}-->{DQUOTE}><img src={DQUOTE}img/t_comment.png{DQUOTE} alt={DQUOTE}Comments{DQUOTE} /></a>\r\n<a href={DQUOTE}faq<!--{phpex}-->{DQUOTE}><img src={DQUOTE}img/t_faq.png{DQUOTE} alt={DQUOTE}Frequently Asked Questions{DQUOTE} /></a>\r\n<a href={DQUOTE}guide<!--{phpex}-->{DQUOTE}><img src={DQUOTE}img/t_guide.png{DQUOTE} alt={DQUOTE}Guide to wpQuiz{DQUOTE} /></a>\r\n<!--{quest}-->\r\n<!--{adminimage}-->\r\n</span>\r\n</div>');
INSERT INTO `templates` VALUES (3, 'footer', '<div align={DQUOTE}center{DQUOTE} class={DQUOTE}footer small{DQUOTE}>\r\n<script language={DQUOTE}javascript{DQUOTE}>\r\nfunction launchKA() {\r\n	keepalivewin = window.open({DQUOTE}keepalive.php{DQUOTE},{DQUOTE}keepalive{DQUOTE},{DQUOTE}toolbar=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=no, height=150,width=400,left=50,top=50{DQUOTE});\r\n	window.focus();\r\n	alert({DQUOTE}KeepAlive has been launched, and is now running in a separate browser window in the background.{DQUOTE});\r\n}\r\n</script>\r\n<a href={DQUOTE}#{DQUOTE} onClick={DQUOTE}launchKA(){DQUOTE}>Launch KeepAlive</a> | \r\n<!--{copyright}--><br />\r\n<a href={DQUOTE}http://www.wplastik.com{DQUOTE}><!--{wpquizimage}--></a>\r\n<!--{version}--> | <!--{templatecount}--> Templates Parsed | Σελίδα Page Generated In <!--{pageEnd}--> Seconds\r\n</div></body></html>\r\n');
INSERT INTO `templates` VALUES (4, 'error', '<div style={DQUOTE}background-color: #FEDEE1; border: 1px solid red; padding: 10px; text-align: center; margin-top: 10px;{DQUOTE}>\r\n<b>Error:</b> <!--{message}-->\r\n</div>\r\n');
INSERT INTO `templates` VALUES (5, 'ok', '<div style={DQUOTE}background-color: #DCF5D6; border: 1px solid green; padding: 10px; text-align: center; margin-top: 10px;{DQUOTE}>\r\n<b><!--{message}--></b></div>\r\n');
INSERT INTO `templates` VALUES (6, 'login', '<!DOCTYPE html PUBLIC {DQUOTE}-//W3C//DTD XHTML 1.0 Transitional//EN{DQUOTE} {DQUOTE}http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd{DQUOTE}>\r\n<html xmlns={DQUOTE}http://www.w3.org/1999/xhtml{DQUOTE} lang={DQUOTE}en{DQUOTE} xml:lang={DQUOTE}en{DQUOTE}>\r\n<head>\r\n<title><!--{title}--> >> Login - wpQuiz</title>\r\n<style type={DQUOTE}text/css{DQUOTE}><!--{stylesheet}--></style>\r\n<script language={DQUOTE}javascript{DQUOTE}>\r\nfunction checkForm() {\r\n	if ( document.loginform.user.value == {DQUOTE}{DQUOTE} ){\r\n		alert({DQUOTE}Username Not Filled In!{DQUOTE});\r\n		document.loginform.user.focus();\r\n		event.returnValue=false;\r\n	}\r\n	else if ( document.loginform.pass.value == {DQUOTE}{DQUOTE} ){\r\n		alert({DQUOTE}Password Not Filled In!{DQUOTE});\r\n		document.loginform.pass.focus();\r\n		event.returnValue=false;\r\n	}\r\n}\r\n</script>\r\n</head>\r\n<body>\r\n<br />\r\n<div style={DQUOTE}text-align: center;{DQUOTE}>\r\n<div class={DQUOTE}pagehead big{DQUOTE}><!--{title}--> Login</div>\r\n<form name={DQUOTE}loginform{DQUOTE} action={DQUOTE}<!--{phpself}--><!--{extraqueries}-->{DQUOTE} method={DQUOTE}post{DQUOTE} onSubmit={DQUOTE}checkForm(){DQUOTE}>\r\n<table>\r\n<tr>\r\n<td colspan={DQUOTE}2{DQUOTE}>\r\n<b>Type in your username/password combination to enter <!--{title}--></b><br />\r\n<!--{eerror}-->\r\n</td>\r\n</tr>\r\n<tr>\r\n<td class={DQUOTE}ltext{DQUOTE}>Username</td>\r\n<td class={DQUOTE}rtext{DQUOTE}><input type={DQUOTE}text{DQUOTE} name={DQUOTE}user{DQUOTE} tabindex={DQUOTE}1{DQUOTE} /></td>\r\n</tr>\r\n<tr>\r\n<td class={DQUOTE}ltext{DQUOTE}>Password</td>\r\n<td class={DQUOTE}rtext{DQUOTE}><input type={DQUOTE}password{DQUOTE} name={DQUOTE}pass{DQUOTE} tabindex={DQUOTE}2{DQUOTE} /></td>\r\n</tr>\r\n<tr>\r\n<td colspan={DQUOTE}2{DQUOTE}>Forgot your password? <input type={DQUOTE}checkbox{DQUOTE} name={DQUOTE}sendpw{DQUOTE} tabindex={DQUOTE}3{DQUOTE}/><br /></td>\r\n</tr>\r\n<tr>\r\n<td colspan={DQUOTE}2{DQUOTE} class={DQUOTE}submit{DQUOTE}><input type={DQUOTE}submit{DQUOTE} value={DQUOTE}Log In{DQUOTE} tabindex={DQUOTE}4{DQUOTE} accesskey={DQUOTE}l{DQUOTE} /></td>\r\n</tr>\r\n</table>\r\n</form>\r\n<i>Not registered? <a href={DQUOTE}register<!--{phpex}-->{DQUOTE}>Click here!</a></i>\r\n<!--{cookies}-->\r\n</div>\r\n<hr />\r\n<div class={DQUOTE}small{DQUOTE} style={DQUOTE}text-align: center;{DQUOTE}>Powered by P.A.N.D.OR.A</div>\r\n</body></html>\r\n');
INSERT INTO `templates` VALUES (7, 'welcomemessage', '<div class={DQUOTE}pagehead{DQUOTE}><span class={DQUOTE}big{DQUOTE}><b>Welcome To <!--{title}-->!</b></span></div>\r\n');
INSERT INTO `templates` VALUES (8, 'question_top', '<div class={DQUOTE}pagehead big{DQUOTE}><!--{o_setname}--> <span class={DQUOTE}small{DQUOTE}>by <!--{o_setcreator}--></span></div>\r\n<b>Description:</b><br />\r\n<!--{o_description}-->\r\n<br /><br />\r\n<!--{o_answeron}-->\r\n<!--{o_timeleft}-->\r\n<hr /><br />\r\n');
INSERT INTO `templates` VALUES (9, 'question_header', '<!--{question_top}-->\r\n<div style={DQUOTE}background-color: #EEEEEE; font-size: larger;{DQUOTE} align={DQUOTE}center{DQUOTE}>\r\n<span id={DQUOTE}numberCountdown{DQUOTE}></span>\r\n</div>\r\n<form name={DQUOTE}qs<!--{no}-->{DQUOTE} action={DQUOTE}<!--{phpself}-->?id=<!--{no}-->{DQUOTE} method={DQUOTE}post{DQUOTE} onSubmit={DQUOTE}submitButton.disabled=true{DQUOTE}>\r\n<input type={DQUOTE}hidden{DQUOTE} name={DQUOTE}submitted{DQUOTE} value={DQUOTE}1{DQUOTE}>\r\n<table align={DQUOTE}center{DQUOTE}>\r\n	<tr>\r\n	<td width={DQUOTE}30%{DQUOTE}><b>Question No.</b></td>\r\n	<td width={DQUOTE}70%{DQUOTE}><b>Question Body</b></td>\r\n	</tr>\r\n	<tr>\r\n	<td colspan={DQUOTE}2{DQUOTE}><hr />\r\n	</td>\r\n	</tr>\r\n');
INSERT INTO `templates` VALUES (10, 'question_footer', '<tr><td colspan={DQUOTE}2{DQUOTE} class={DQUOTE}ltext{DQUOTE}><hr />\r\n<input type={DQUOTE}checkbox{DQUOTE} name={DQUOTE}emailResults{DQUOTE} value={DQUOTE}1{DQUOTE} <!--{submitvalue}--> >\r\n<span class={DQUOTE}small{DQUOTE}>Check Here If You Want To Receive The Results By E-mail</span>\r\n</td></tr>\r\n<tr><td colspan={DQUOTE}2{DQUOTE} class={DQUOTE}submit{DQUOTE}>\r\n<!--{noblanks}-->\r\n<input type={DQUOTE}submit{DQUOTE} name={DQUOTE}submitButton{DQUOTE} value={DQUOTE}Submit Answers!{DQUOTE} <!--{submitvalue}--> /><br />\r\n<span class={DQUOTE}small{DQUOTE}>Warning: Once you click the submit button, you cannot change your answers.</span>\r\n</td></tr>\r\n</table></form>');
INSERT INTO `templates` VALUES (11, 'question_bit_top', '<tr><td valign={DQUOTE}top{DQUOTE}><b>Question <!--{j}-->. <span class={DQUOTE}small{DQUOTE}>(<!--{i}-->,<!--{type}-->)</span></b><br /><!--{o_question}--><br /><!--{o_image}--><br /></td><td valign={DQUOTE}top{DQUOTE}>\r\n');
INSERT INTO `templates` VALUES (12, 'question_bit_footer', '<br /><br /></td></tr>\r\n');
INSERT INTO `templates` VALUES (13, 'faq_header', '<div class={DQUOTE}pagehead{DQUOTE}>\r\n<span class={DQUOTE}big{DQUOTE}><b>FAQ</b></span>\r\n</div>\r\n<b>Questions:</b><br /><ul>\r\n');
INSERT INTO `templates` VALUES (14, 'faq_footer', '');
INSERT INTO `templates` VALUES (15, 'faq_question_bit', '<li><a href={DQUOTE}#<!--{o_id}-->{DQUOTE}><!--{o_question}--></a><br /></li>\r\n');
INSERT INTO `templates` VALUES (16, 'faq_answer_bit', '<a name={DQUOTE}<!--{o_id2}-->{DQUOTE}><b><i><!--{o_question2}--></i></b></a><span class={DQUOTE}small{DQUOTE}> (<!--{o_id2}-->)</span><br />\r\n<!--{o_answer2}--><br /><br />');
INSERT INTO `templates` VALUES (17, 'category_header_bit', '<tr><td colspan={DQUOTE}7{DQUOTE} class={DQUOTE}category{DQUOTE}><b><a href={DQUOTE}<!--{phpself}-->?catid=<!--{catid}-->{DQUOTE}><!--{o_catname}--></a></b></td></tr>\r\n');
INSERT INTO `templates` VALUES (18, 'category_set_bit', '<tr>\r\n<td><!--{o_id}--></td>\r\n<td><a href={DQUOTE}questions<!--{phpex}-->?id=<!--{o_id}-->{DQUOTE}><!--{o_name}--></a></td>\r\n<td><img src={DQUOTE}<!--{o_ratingimg}-->{DQUOTE} alt={DQUOTE}<!--{o_rating}-->{DQUOTE} /></td>\r\n<td><!--{o_creator}--></td>\r\n<td><!--{o_numfound}--></td>\r\n<td><a href={DQUOTE}statistics<!--{phpex}-->?id=<!--{o_id}-->{DQUOTE}><img src={DQUOTE}img/c_stats.png{DQUOTE} alt={DQUOTE}Statistics{DQUOTE} /></a></td>\r\n<td><a href={DQUOTE}comments<!--{phpex}-->?id=<!--{o_id}-->{DQUOTE}><img src={DQUOTE}img/c_comment.png{DQUOTE} alt={DQUOTE}Comments{DQUOTE} /></a></td>\r\n</tr>\r\n');
INSERT INTO `templates` VALUES (19, 'statistics_header', '<div class={DQUOTE}pagehead big{DQUOTE}>Statistics</div>\r\n');
INSERT INTO `templates` VALUES (20, 'statistics_bit', '<tr style={DQUOTE}background-color: #FFFFFF;{DQUOTE}>\r\n<td><!--{o_id}--></td>\r\n<td><!--{o_setname}--> (<!--{o_setid}-->)</td>\r\n<td><!--{o_userid}--></td>\r\n<td><!--{o_score}--></td>\r\n<td><!--{o_qright}--></td>\r\n<td><!--{o_qwrong}--></td>\r\n<td><!--{o_time}--></td>\r\n</tr>');
INSERT INTO `templates` VALUES (21, 'statistics_bit2', '<tr style={DQUOTE}background-color: #DDDDDD;{DQUOTE}>\r\n<td><!--{o_id}--></td>\r\n<td><!--{o_setname}--> (<!--{o_setid}-->)</td>\r\n<td><!--{o_userid}--></td>\r\n<td><!--{o_score}--></td>\r\n<td><!--{o_qright}--></td>\r\n<td><!--{o_qwrong}--></td>\r\n<td><!--{o_time}--></td>\r\n</tr>');
INSERT INTO `templates` VALUES (22, 'agreement', '<ul>\r\n<li>The creators of P.A.N.D.OR.A are not responsible for any content on this web site.</li>\r\n<li>The creators of this web site will not and cannot be held responsible for its content.</li>\r\n<li>Your IP Address will be logged for security purposes.</li>\r\n</ul>\r\n');

 

 

Eγω πηγαίνω απευθείας με το χέρι στο κάθε field και προσπαθώ να μεταφράσω τα παραπάνω! Αλλά μόλις τα μεταφράζω μου βγαίνουν ????

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Kalo tha itan na diavaseis ti syntaksi tou create kai liga pragmata gia ta character sets sti mysql.

 

to sqsto einai

 

CREATE TABLE `templates` (

`id` int(10) unsigned NOT NULL auto_increment,

`name` text CHARacter SET utf8 collate utf8_general_ci NOT NULL,

`code` text CHARacter set utf8 collate utf8_general_ci NOT NULL,

PRIMARY KEY (`id`)

) ENGINE=MyISAM DEFAULT CHARacter set utf8 COLLATE utf8_general_ci ;

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Τα παραπάνω general_ci φίλε μου τα είχα αρχικά και μετά τα δοκίμασα και unicode_ci αλλά τπτ! Ακόμη και greek αλλά πάλι τπτ. Δείτε για παράδειγμα τι μου εμφανίζεται:

 

sqlgreekdp5.jpg

 

Βλέπετε τα ερωτηματικά που εμφανίζονται?? :confused::confused:

 

Απλά πηγαίνω στην MySql και αλλάζω τα αγγλικά page generated... κλπ και βάζω ελληνικά με το χέρι! Μήπως είναι εκεί το πρόβλημα?

 

mysqlwl2.jpg

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

To provlima sou den einai sti mysql

i mysql einai mia xara afou sto phpmyadmin fainontai ellinika

 

To script episis pou sou edwsa einai to swsto

 

To provlima sou einai stin php kai mono ekei

 

Pes poio cms einai auto pou to exeis steisei (web server version, mysql version kai kane publish to htdoc (an einai apacje), to php.ini kai to my.ini) na riksw mia matia kai na sou pw ti ftaiei.

Συνδέστε για να σχολιάσετε
Κοινοποίηση σε άλλες σελίδες

Αρχειοθετημένο

Αυτό το θέμα έχει αρχειοθετηθεί και είναι κλειστό για περαιτέρω απαντήσεις.

  • Δημιουργία νέου...