Fix to Italian language

This commit is contained in:
fabrixxm 2011-01-03 09:48:41 +01:00
parent 43283fd35f
commit 0e45c4332a
7 changed files with 86 additions and 86 deletions

View File

@ -48,7 +48,7 @@ $ignored
<div id="contact-edit-profile-select-text"> <div id="contact-edit-profile-select-text">
<h4>Visibilt&agrave; Profiloe</h4> <h4>Visibilt&agrave; Profilo</h4>
<p>Scegli il profilo che vuoi mostrare a $name quando guarda il tuo profilo in modo sicuro.</p> <p>Scegli il profilo che vuoi mostrare a $name quando guarda il tuo profilo in modo sicuro.</p>
</div> </div>
$profile_select $profile_select

View File

@ -6,14 +6,14 @@ connessione a '$sitename'.
'$fn' ha scelto di accertarti come "fan", che limita alcune forme di '$fn' ha scelto di accertarti come "fan", che limita alcune forme di
comunicazione, come i messaggi privati e alcune interazioni con il profilo. comunicazione, come i messaggi privati e alcune interazioni con il profilo.
Se &egrave; una celebrit&agrave; o una pagina di community, queste impostazioni Se e' una celebrita' o una pagina di community, queste impostazioni
sono applicate automaticamente. sono applicate automaticamente.
'$fn' puo' decidere di estendere in una relazione pi&ugrave; permissiva '$fn' puo' decidere di estendere in una relazione piu' permissiva
nel futuro. nel futuro.
Comincerai a rivecere gli aggiornamenti pubblici da '$fn', Comincerai a rivecere gli aggiornamenti pubblici da '$fn',
che apparir&agrave; sulla tua pagina 'Rete' su che apparira' sulla tua pagina 'Rete' su
$siteurl $siteurl

View File

@ -1,6 +1,6 @@
<div id="settings-normal-wrapper"> <div id="settings-normal-wrapper">
<label id="settings-normal-label" for="settings-normal">Profile Normale</label> <label id="settings-normal-label" for="settings-normal">Profilo Normale</label>
<input type="radio" name="page-flags" id="settings-normal" $normal_selected value="$page_normal" /> <input type="radio" name="page-flags" id="settings-normal" $normal_selected value="$page_normal" />
<span id="settings-normal-desc">Questo account &egrave; un nomale profilo personale</span> <span id="settings-normal-desc">Questo account &egrave; un nomale profilo personale</span>
</div> </div>

View File

@ -1,5 +1,5 @@
<p id="profile-in-directory"> <p id="profile-in-directory">
Pubblicare il tuo profilo di default nell'elenco sul sisto? Pubblicare il tuo profilo di default nell'elenco sul sito?
</p> </p>
<div id="profile-in-dir-yes-wrapper"> <div id="profile-in-dir-yes-wrapper">

View File

@ -1,72 +1,72 @@
<!DOCTYPE html ><?php // This is a perfect example of why I prefer to use template files rather than mixed PHP/HTML ?> <!DOCTYPE html ><?php // This is a perfect example of why I prefer to use template files rather than mixed PHP/HTML ?>
<html> <html>
<head> <head>
<title><?php if(x($page,'title')) echo $page['title']; ?></title> <title><?php if(x($page,'title')) echo $page['title']; ?></title>
<?php if(x($page,'htmlhead')) echo $page['htmlhead']; ?> <?php if(x($page,'htmlhead')) echo $page['htmlhead']; ?>
</head> </head>
<body> <body>
<header><?php if(x($page,'header')) echo $page['header']; ?></header> <header><?php if(x($page,'header')) echo $page['header']; ?></header>
<nav><div id="top-margin"></div><?php if(x($page,'nav')) echo $page['nav']; ?></nav> <nav><div id="top-margin"></div><?php if(x($page,'nav')) echo $page['nav']; ?></nav>
<aside> <aside>
<?php if((is_array($profile)) && count($profile)) { ?> <?php if((is_array($profile)) && count($profile)) { ?>
<div class="vcard"> <div class="vcard">
<?php if(strlen($profile['name'])) { ?> <?php if(strlen($profile['name'])) { ?>
<div class="fn"><?php echo $profile['name']; ?></div> <div class="fn"><?php echo $profile['name']; ?></div>
<?php } ?> <?php } ?>
<?php if(strlen($profile['photo'])) { ?> <?php if(strlen($profile['photo'])) { ?>
<div id="profile-photo-wrapper"><img class="photo" src="<?php echo $profile['photo']; ?>" alt="<?php echo $profile['name']; ?>" /></div> <div id="profile-photo-wrapper"><img class="photo" src="<?php echo $profile['photo']; ?>" alt="<?php echo $profile['name']; ?>" /></div>
<?php } ?> <?php } ?>
<div id="profile-extra-links"> <div id="profile-extra-links">
<ul> <ul>
<?php if($profile['uid'] != $_SESSION['uid']) { ?> <?php if($profile['uid'] != $_SESSION['uid']) { ?>
<li><a id="dfrn-request-link" href="dfrn_request/<?php echo $profile['nickname']; ?>">Connetti</a></li> <li><a id="dfrn-request-link" href="dfrn_request/<?php echo $profile['nickname']; ?>">Connetti</a></li>
<?php } ?> <?php } ?>
</ul> </ul>
</div> </div>
<?php if ( (strlen($profile['address'])) <?php if ( (strlen($profile['address']))
|| (strlen($profile['locality'])) || (strlen($profile['locality']))
|| (strlen($profile['region'])) || (strlen($profile['region']))
|| (strlen($profile['postal-code'])) || (strlen($profile['postal-code']))
|| (strlen($profile['country-name']))) { ?> || (strlen($profile['country-name']))) { ?>
<div class="location">Location: <div class="location">Location:
<div class="adr"> <div class="adr">
<div class="street-address"><?php if(strlen($profile['address'])) echo $profile['address']; ?></div> <div class="street-address"><?php if(strlen($profile['address'])) echo $profile['address']; ?></div>
<span class="city-state-zip"><span class="locality"><?php echo $profile['locality']; ?></span><?php if(strlen($profile['locality'])) echo ', '; ?><span class="region"><?php echo $profile['region'] ?></span><?php if(strlen($profile['postal-code'])) { ?> <span class="postal-code"><?php echo $profile['postal-code']; ?></span><?php } ?></span> <span class="city-state-zip"><span class="locality"><?php echo $profile['locality']; ?></span><?php if(strlen($profile['locality'])) echo ', '; ?><span class="region"><?php echo $profile['region'] ?></span><?php if(strlen($profile['postal-code'])) { ?> <span class="postal-code"><?php echo $profile['postal-code']; ?></span><?php } ?></span>
<span class="country-name"><?php echo $profile['country-name']; ?></span> <span class="country-name"><?php echo $profile['country-name']; ?></span>
</div> </div>
</div> </div>
<?php } ?> <?php } ?>
<?php if(strlen($profile['gender'])) { ?> <?php if(strlen($profile['gender'])) { ?>
<div class="mf">Gender: <span class="x-gender"><?php echo $profile['gender']; ?></span></div> <div class="mf">Gender: <span class="x-gender"><?php echo $profile['gender']; ?></span></div>
<?php } ?> <?php } ?>
<?php if(strlen($profile['pubkey'])) { ?> <?php if(strlen($profile['pubkey'])) { ?>
<div class="key" style="display: none;"><?php echo $profile['pubkey']; ?></div> <div class="key" style="display: none;"><?php echo $profile['pubkey']; ?></div>
<?php } ?> <?php } ?>
</div> </div>
<?php } ?> <?php } ?>
<?php if(strlen($profile['marital'])) { ?> <?php if(strlen($profile['marital'])) { ?>
<div class="marital"><span class="marital-label"><span class="heart">&hearts;</span> Status: </span><span class="marital-text"><?php echo $profile['marital']; ?></span></div> <div class="marital"><span class="marital-label"><span class="heart">&hearts;</span> Status: </span><span class="marital-text"><?php echo $profile['marital']; ?></span></div>
<?php } ?> <?php } ?>
<?php if(strlen($profile['homepage'])) { ?> <?php if(strlen($profile['homepage'])) { ?>
<div class="homepage"><span class="homepage-label">Homepage: </span><span class="homepage-url"><?php echo linkify($profile['homepage']); ?></span></div> <div class="homepage"><span class="homepage-label">Homepage: </span><span class="homepage-url"><?php echo linkify($profile['homepage']); ?></span></div>
<?php } ?> <?php } ?>
<?php if(x($page,'aside')) echo $page['aside'] ?> <?php if(x($page,'aside')) echo $page['aside'] ?>
</aside> </aside>
<section> <section>
<?php if(x($page,'content')) echo $page['content']; ?> <?php if(x($page,'content')) echo $page['content']; ?>
<div id="page-footer"></div> <div id="page-footer"></div>
</section> </section>
<footer> <footer>
<?php if(x($page,'footer')) echo $page['footer']; ?> <?php if(x($page,'footer')) echo $page['footer']; ?>
</footer> </footer>
</body> </body>
</html> </html>

View File

@ -4,7 +4,7 @@
La tua password &egrave; stata resettata come richiesto. La tua password &egrave; stata resettata come richiesto.
</p> </p>
<p> <p>
La tua nuova password %egrave; La tua nuova password &egrave;
</p> </p>
<p> <p>
$newpass $newpass

View File

@ -91,11 +91,11 @@ $a->strings['Contact record was not found for you on our site.'] = 'Il contatto
$a->strings['The ID provided by your system is a duplicate on our system. It should work if you try again.'] = 'L\'ID fornito dal tuo sistema e\' duplicato sul nostro sistema. Dovrebbe funzionare se provi ancora.'; $a->strings['The ID provided by your system is a duplicate on our system. It should work if you try again.'] = 'L\'ID fornito dal tuo sistema e\' duplicato sul nostro sistema. Dovrebbe funzionare se provi ancora.';
$a->strings['Unable to set your contact credentials on our system.'] = 'Impossibile impostare le credenziali del tuo contatto sul nostro sistema.'; $a->strings['Unable to set your contact credentials on our system.'] = 'Impossibile impostare le credenziali del tuo contatto sul nostro sistema.';
$a->strings['Unable to update your contact profile details on our system'] = 'Impossibile aggiornare i dettagli del tuo contatto sul nostro sistema'; $a->strings['Unable to update your contact profile details on our system'] = 'Impossibile aggiornare i dettagli del tuo contatto sul nostro sistema';
$a->strings["Connection accepted at "] = "Connessione accettata alle "; $a->strings["Connection accepted at "] = "Connessione accettata su ";
$a->strings['Administrator'] = 'Amministratore'; $a->strings['Administrator'] = 'Amministratore';
$a->strings['New mail received at '] = 'Nuova mail ricevuta alle '; $a->strings['New mail received at '] = 'Nuova mail ricevuta su ';
$a->strings[' commented on an item at '] = ' commentato un elemento alle '; $a->strings[' commented on an item at '] = ' commentato un elemento su ';
$a->strings[" commented on an item at "] = " commentato un elemento alle "; $a->strings[" commented on an item at "] = " commentato un elemento su ";
$a->strings[' welcomes '] = ' accoglie '; $a->strings[' welcomes '] = ' accoglie ';
$a->strings["This introduction has already been accepted."] = "Questa presentazione &egrave; gi&agrave; stata accettata."; $a->strings["This introduction has already been accepted."] = "Questa presentazione &egrave; gi&agrave; stata accettata.";
$a->strings['Profile location is not valid or does not contain profile information.'] = 'La posizione del profilo non &egrave; valida o non contiene informazioni di profilo.'; $a->strings['Profile location is not valid or does not contain profile information.'] = 'La posizione del profilo non &egrave; valida o non contiene informazioni di profilo.';
@ -189,8 +189,8 @@ $a->strings['To accept this invitation, please visit:'] = 'Per accettare questo
$a->strings['Once you have registered, please connect with me via my profile page at:'] = 'Una volta registrato, connettiti con me sul mio profilo a:'; $a->strings['Once you have registered, please connect with me via my profile page at:'] = 'Una volta registrato, connettiti con me sul mio profilo a:';
$a->strings['Unable to locate original post.'] = 'Impossibile trovare il messaggio originale.'; $a->strings['Unable to locate original post.'] = 'Impossibile trovare il messaggio originale.';
$a->strings['Empty post discarded.'] = 'Messaggio vuoto scartato.'; $a->strings['Empty post discarded.'] = 'Messaggio vuoto scartato.';
$a->strings[" commented on your item at "] = " ha commentato il tuo elemento alle "; $a->strings[" commented on your item at "] = " ha commentato il tuo elemento su ";
$a->strings[" posted on your profile wall at "] = " ha inviato un messaggio sulla tua bachecha alle "; $a->strings[" posted on your profile wall at "] = " ha inviato un messaggio sulla tua bachecha su ";
$a->strings['Facebook status update failed.'] = 'Aggiornamento stato Facebook fallito.'; $a->strings['Facebook status update failed.'] = 'Aggiornamento stato Facebook fallito.';
$a->strings['photo'] = 'foto'; $a->strings['photo'] = 'foto';
$a->strings['status'] = 'stato'; $a->strings['status'] = 'stato';
@ -199,7 +199,7 @@ $a->strings['doesn\'t like'] = 'non apprezza';
$a->strings['\'s'] = '\'s'; $a->strings['\'s'] = '\'s';
$a->strings['Remote privacy information not available.'] = 'Informazioni remote sulla privacy non disponibili.'; $a->strings['Remote privacy information not available.'] = 'Informazioni remote sulla privacy non disponibili.';
$a->strings['Visible to:'] = 'Visibile a:'; $a->strings['Visible to:'] = 'Visibile a:';
$a->strings['Password reset requested at '] = 'Resetta password richiesta alle '; $a->strings['Password reset requested at '] = 'Richiesta di resettare la password su ';
$a->strings['No recipient selected.'] = 'Nessun destinatario selezionato.'; $a->strings['No recipient selected.'] = 'Nessun destinatario selezionato.';
$a->strings['[no subject]'] = '[nessun oggetto]'; $a->strings['[no subject]'] = '[nessun oggetto]';
$a->strings['Unable to locate contact information.'] = 'Impossibile trovare le informazioni del contatto.'; $a->strings['Unable to locate contact information.'] = 'Impossibile trovare le informazioni del contatto.';