friendica/view/it/strings.php

557 lines
24 KiB
PHP

<?php
function string_plural_select($n){
return ($n != 1);
}
$a->strings["Permission denied."] = "Permesso negato.";
$a->strings["Normal View"] = "Vista Normale";
$a->strings["New Item View"] = "Vista Nuovi Elementi";
$a->strings["Share"] = "Condividi";
$a->strings["Upload photo"] = "Carica foto";
$a->strings["Insert web link"] = "Inserisci collegamento web";
$a->strings["Insert YouTube video"] = "Inserisci video da YouTube";
$a->strings["Set your location"] = "Imposta la tua posizione";
$a->strings["Clear browser location"] = "Cancella la posizione del browser";
$a->strings["Please wait"] = "Attendi";
$a->strings["Permission settings"] = "Impostazioni permessi";
$a->strings["CC: email addresses"] = "CC: indirizzi email";
$a->strings["Example: bob@example.com, mary@example.com"] = "Esempio: bob@example.com, mary@example.com";
$a->strings["No such group"] = "Nessun gruppo";
$a->strings["Group is empty"] = "Il gruppo è vuoto";
$a->strings["Group: "] = "Gruppo:";
$a->strings["View $name's profile"] = "Vedi il profilo di $name";
$a->strings["View in context"] = "Vedi nel contesto";
$a->strings["Private Message"] = "Messaggio Privato";
$a->strings["I like this (toggle)"] = "Mi piace (metti/togli)";
$a->strings["I don't like this (toggle)"] = "Non mi piace (metti/togli)";
$a->strings["This is you"] = "Questo sei tu";
$a->strings["Delete"] = "Elimina";
$a->strings["View $owner_name's profile"] = "Vedi il profilo di $owner_name";
$a->strings["to"] = "a";
$a->strings["Wall-to-Wall"] = "Sulla Bacheca";
$a->strings["via Wall-To-Wall:"] = "sulla sua Bacheca:";
$a->strings["Profile not found."] = "Profilo non trovato.";
$a->strings["Profile Name is required."] = "Il Nome del Profilo è richieso.";
$a->strings["Profile updated."] = "Profilo aggiornato.";
$a->strings["Profile deleted."] = "Profilo cancellato.";
$a->strings["Profile-"] = "Profilo-";
$a->strings["New profile created."] = "Nuovo profilo creato.";
$a->strings["Profile unavailable to clone."] = "Impossibile duplicare il profilo.";
$a->strings["Age: "] = "Età:";
$a->strings["Profile Image"] = "Immagine del profilo";
$a->strings["Administrator"] = "Amministratore";
$a->strings["Invalid request identifier."] = "Indentificativo richiesta non valido.";
$a->strings["Discard"] = "Rimuovi";
$a->strings["Ignore"] = "Ignora";
$a->strings["Show Ignored Requests"] = "Mostra Richieste Ignorate";
$a->strings["Hide Ignored Requests"] = "Nascondi Richieste Ignorate";
$a->strings["Claims to be known to you: "] = "Dice di conoscerti:";
$a->strings["yes"] = "si";
$a->strings["no"] = "no";
$a->strings["Approve as: "] = "Approva come:";
$a->strings["Friend"] = "Amico";
$a->strings["Fan/Admirer"] = "Fan/Ammiratore";
$a->strings["Notification type: "] = "Tipo di notifica:";
$a->strings["Friend/Connect Request"] = "Amico/Richiesta di Connessione";
$a->strings["New Follower"] = "Nuovo seguace";
$a->strings["Approve"] = "Approva";
$a->strings["No notifications."] = "Nessuna notifica.";
$a->strings["No registrations."] = "Nessuna registrazione.";
$a->strings["Could not create/connect to database."] = "Nono posso creare/connettermi al database.";
$a->strings["Connected to database."] = "Connesso al database.";
$a->strings["Database import succeeded."] = "Importazione del database riuscita.";
$a->strings["Please see the file \"INSTALL.txt\"."] = "Guarda il file \"INSTALL.txt\".";
$a->strings["Database import failed."] = "Importazione del database fallita.";
$a->strings["Welcome to Friendika."] = "Benvenuto su Friendika.";
$a->strings["Submit"] = "Invia";
$a->strings["Could not find a command line version of PHP in the web server PATH."] = "";
$a->strings["This is required for message delivery to work."] = "E' richiesto per il funzionamento della consegna dei messaggi.";
$a->strings["Error: libCURL PHP module required but not installed."] = "Errore: Il modulo libCURL di PHP è richiesto ma non è installato.";
$a->strings["Error: openssl PHP module required but not installed."] = "Errore: Il modulo openssl di PHP è richiesto ma non è installato.";
$a->strings["Error: mysqli PHP module required but not installed."] = "Errore: Il modulo mysqli di PHP è richiesto ma non è installato.";
$a->strings["Errors encountered creating database tables."] = "";
$a->strings["No recipient selected."] = "";
$a->strings["[no subject]"] = "";
$a->strings["Unable to locate contact information."] = "";
$a->strings["Wall Photos"] = "";
$a->strings["Message sent."] = "";
$a->strings["Message could not be sent."] = "";
$a->strings["Messages"] = "";
$a->strings["Inbox"] = "";
$a->strings["Outbox"] = "";
$a->strings["New Message"] = "";
$a->strings["Message deleted."] = "";
$a->strings["Conversation removed."] = "";
$a->strings["Send Private Message"] = "";
$a->strings["To:"] = "";
$a->strings["Subject:"] = "";
$a->strings["Your message:"] = "";
$a->strings["No messages."] = "";
$a->strings["Delete conversation"] = "";
$a->strings["Message not available."] = "";
$a->strings["Delete message"] = "";
$a->strings["Send Reply"] = "";
$a->strings["Global Directory"] = "";
$a->strings["Finding: "] = "";
$a->strings["Welcome back "] = "";
$a->strings["Manage Identities and/or Pages"] = "";
$a->strings["Select an identity to manage: "] = "";
$a->strings[" welcomes "] = "";
$a->strings["Contact not found."] = "";
$a->strings["Response from remote site was not understood."] = "";
$a->strings["Unexpected response from remote site: "] = "";
$a->strings["Confirmation completed successfully."] = "";
$a->strings["Remote site reported: "] = "";
$a->strings["Temporary failure. Please wait and try again."] = "";
$a->strings["Introduction failed or was revoked."] = "";
$a->strings["Unable to set contact photo."] = "";
$a->strings["is now friends with"] = "";
$a->strings["No user record found for '%s' "] = "";
$a->strings["Our site encryption key is apparently messed up."] = "";
$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "";
$a->strings["Contact record was not found for you on our site."] = "";
$a->strings["Unable to set your contact credentials on our system."] = "";
$a->strings["Unable to update your contact profile details on our system"] = "";
$a->strings["Connection accepted at %s"] = "";
$a->strings["Image exceeds size limit of "] = "";
$a->strings["Unable to process image."] = "";
$a->strings["Image upload failed."] = "";
$a->strings["Item not found."] = "";
$a->strings["Item has been removed."] = "";
$a->strings["Remote privacy information not available."] = "";
$a->strings["Visible to:"] = "";
$a->strings["noreply"] = "";
$a->strings["New mail received at "] = "";
$a->strings["%s commented on an item at %s"] = "";
$a->strings["From: Administrator@"] = "";
$a->strings["Remove My Account"] = "";
$a->strings["Please enter your password for verification:"] = "";
$a->strings["Welcome to "] = "";
$a->strings["Please login."] = "";
$a->strings["Registration revoked for "] = "";
$a->strings["Registration details for "] = "";
$a->strings["Account approved."] = "";
$a->strings["Applications"] = "";
$a->strings["Photo Albums"] = "";
$a->strings["Contact Photos"] = "";
$a->strings["Contact information unavailable"] = "";
$a->strings["Profile Photos"] = "";
$a->strings["Album not found."] = "";
$a->strings["Delete Album"] = "";
$a->strings["Delete Photo"] = "";
$a->strings["was tagged in a"] = "";
$a->strings["photo"] = "";
$a->strings["by"] = "";
$a->strings["No photos selected"] = "";
$a->strings["Upload Photos"] = "";
$a->strings["New album name: "] = "";
$a->strings["or existing album name: "] = "";
$a->strings["Permissions"] = "";
$a->strings["Edit Album"] = "";
$a->strings["View Photo"] = "";
$a->strings["Photo not available"] = "";
$a->strings["Edit photo"] = "";
$a->strings["Use as profile photo"] = "";
$a->strings["View Full Size"] = "";
$a->strings["Tags: "] = "";
$a->strings["[Remove any tag]"] = "";
$a->strings["New album name"] = "";
$a->strings["Caption"] = "";
$a->strings["Add a Tag"] = "";
$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "";
$a->strings["Recent Photos"] = "";
$a->strings["Upload New Photos"] = "";
$a->strings["View Album"] = "";
$a->strings["No profile"] = "";
$a->strings["View Contacts"] = "";
$a->strings["No contacts."] = "";
$a->strings["Visit "] = "";
$a->strings["'s profile"] = "";
$a->strings["Passwords do not match. Password unchanged."] = "";
$a->strings["Empty passwords are not allowed. Password unchanged."] = "";
$a->strings["Password changed."] = "";
$a->strings["Password update failed. Please try again."] = "";
$a->strings[" Please use a shorter name."] = "";
$a->strings[" Name too short."] = "";
$a->strings[" Not valid email."] = "";
$a->strings[" Cannot change to that email."] = "";
$a->strings["Settings updated."] = "";
$a->strings["Plugin Settings"] = "";
$a->strings["Account Settings"] = "";
$a->strings["No Plugin settings configured"] = "";
$a->strings["OpenID: "] = "";
$a->strings["&nbsp;(Optional) Allow this OpenID to login to this account."] = "";
$a->strings["Profile is <strong>not published</strong>."] = "";
$a->strings["Default Post Permissions"] = "";
$a->strings["Unable to locate original post."] = "";
$a->strings["Empty post discarded."] = "";
$a->strings[" commented on your item at "] = "";
$a->strings[" posted on your profile wall at "] = "";
$a->strings["System error. Post not saved."] = "";
$a->strings["This message was sent to you by "] = "";
$a->strings[", a member of the Friendika social network."] = "";
$a->strings["You may visit them online at"] = "";
$a->strings["posted an update."] = "";
$a->strings["Search"] = "";
$a->strings["Image uploaded but image cropping failed."] = "";
$a->strings["Image size reduction [175] failed."] = "";
$a->strings["Image size reduction [80] failed."] = "";
$a->strings["Image size reduction [48] failed."] = "";
$a->strings["Unable to process image"] = "";
$a->strings["Image uploaded successfully."] = "";
$a->strings["Image size reduction [640] failed."] = "";
$a->strings["Group created."] = "";
$a->strings["Could not create group."] = "";
$a->strings["Group not found."] = "";
$a->strings["Group name changed."] = "";
$a->strings["Membership list updated."] = "";
$a->strings["Permission denied"] = "";
$a->strings["Group removed."] = "";
$a->strings["Unable to remove group."] = "";
$a->strings["Cancel"] = "";
$a->strings["Tag removed"] = "";
$a->strings["Remove Item Tag"] = "";
$a->strings["Select a tag to remove: "] = "";
$a->strings["Remove"] = "";
$a->strings[" : "] = "";
$a->strings["Not a valid email address."] = "";
$a->strings["Please join my network on "] = "";
$a->strings["Message delivery failed."] = "";
$a->strings[" messages sent."] = "";
$a->strings["Send invitations"] = "";
$a->strings["Enter email addresses, one per line:"] = "";
$a->strings["Please join my social network on "] = "";
$a->strings["To accept this invitation, please visit:"] = "";
$a->strings["Invalid OpenID url"] = "";
$a->strings["Please enter the required information."] = "";
$a->strings["Please use a shorter name."] = "";
$a->strings["Name too short."] = "";
$a->strings["That doesn\\'t appear to be your full (First Last) name."] = "";
$a->strings["Your email domain is not among those allowed on this site."] = "";
$a->strings["Cannot use that email."] = "";
$a->strings["Nickname is already registered. Please choose another."] = "";
$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "";
$a->strings["An error occurred during registration. Please try again."] = "";
$a->strings["An error occurred creating your default profile. Please try again."] = "";
$a->strings["Failed to send email message. Here is the message that failed."] = "";
$a->strings["Your registration can not be processed."] = "";
$a->strings["Registration request at "] = "";
$a->strings["Your registration is pending approval by the site owner."] = "";
$a->strings["Your OpenID (optional): "] = "";
$a->strings["Include your profile in member directory?"] = "";
$a->strings["Yes"] = "";
$a->strings["No"] = "";
$a->strings["Registration"] = "";
$a->strings["Your Full Name (e.g. Joe Smith): "] = "";
$a->strings["Your Email Address: "] = "";
$a->strings["Choose a nickname: "] = "";
$a->strings["Register"] = "";
$a->strings["Login failed."] = "";
$a->strings["status"] = "";
$a->strings["likes"] = "";
$a->strings["doesn't like"] = "";
$a->strings["'s"] = "";
$a->strings["The profile address specified does not provide adequate information."] = "";
$a->strings["Unable to retrieve contact information."] = "";
$a->strings["following"] = "";
$a->strings["This introduction has already been accepted."] = "";
$a->strings["Profile location is not valid or does not contain profile information."] = "";
$a->strings["Warning: profile location has no identifiable owner name."] = "";
$a->strings["Warning: profile location has no profile photo."] = "";
$a->strings[" required parameter"] = "";
$a->strings[" was "] = "";
$a->strings["s were "] = "";
$a->strings["not found at the given location."] = "";
$a->strings["Introduction complete."] = "";
$a->strings["Unrecoverable protocol error."] = "";
$a->strings["Profile unavailable."] = "";
$a->strings[" has received too many connection requests today."] = "";
$a->strings["Spam protection measures have been invoked."] = "";
$a->strings["Friends are advised to please try again in 24 hours."] = "";
$a->strings["Invalid locator"] = "";
$a->strings["Unable to resolve your name at the provided location."] = "";
$a->strings["You have already introduced yourself here."] = "";
$a->strings["Apparently you are already friends with ."] = "";
$a->strings["Invalid profile URL."] = "";
$a->strings["Disallowed profile URL."] = "";
$a->strings["Failed to update contact record."] = "";
$a->strings["Your introduction has been sent."] = "";
$a->strings["Please login to confirm introduction."] = "";
$a->strings["[Name Withheld]"] = "";
$a->strings["Introduction received at "] = "";
$a->strings["Friend/Connection Request"] = "";
$a->strings["Please answer the following:"] = "";
$a->strings["Does $name know you?"] = "";
$a->strings["Add a personal note:"] = "";
$a->strings["Friendika"] = "";
$a->strings["StatusNet/Federated Social Web"] = "";
$a->strings["Private (secure) network"] = "";
$a->strings["Public (insecure) network"] = "";
$a->strings["Your profile address:"] = "";
$a->strings["Submit Request"] = "";
$a->strings["Invite Friends"] = "";
$a->strings["Connect/Follow"] = "";
$a->strings["Example: bob@example.com, http://example.com/barbara"] = "";
$a->strings["Follow"] = "";
$a->strings["Could not access contact record."] = "";
$a->strings["Could not locate selected profile."] = "";
$a->strings["Contact updated."] = "";
$a->strings["Contact has been blocked"] = "";
$a->strings["Contact has been unblocked"] = "";
$a->strings["Contact has been ignored"] = "";
$a->strings["Contact has been unignored"] = "";
$a->strings["stopped following"] = "";
$a->strings["Contact has been removed."] = "";
$a->strings["Mutual Friendship"] = "";
$a->strings["is a fan of yours"] = "";
$a->strings["you are a fan of"] = "";
$a->strings["Never"] = "";
$a->strings["(Update was successful)"] = "";
$a->strings["(Update was not successful)"] = "";
$a->strings["Contact Editor"] = "";
$a->strings["Visit $name's profile"] = "";
$a->strings["Block/Unblock contact"] = "";
$a->strings["Ignore contact"] = "";
$a->strings["Delete contact"] = "";
$a->strings["Last updated: "] = "";
$a->strings["Update public posts: "] = "";
$a->strings["Update now"] = "";
$a->strings["Unblock this contact"] = "";
$a->strings["Block this contact"] = "";
$a->strings["Unignore this contact"] = "";
$a->strings["Ignore this contact"] = "";
$a->strings["Currently blocked"] = "";
$a->strings["Currently ignored"] = "";
$a->strings["Contacts"] = "";
$a->strings["Show Blocked Connections"] = "";
$a->strings["Hide Blocked Connections"] = "";
$a->strings["Find"] = "";
$a->strings["Visit $username's profile"] = "";
$a->strings["Edit contact"] = "";
$a->strings["Facebook disabled"] = "";
$a->strings["Facebook API key is missing."] = "";
$a->strings["Facebook Connect"] = "";
$a->strings["Install Facebook post connector"] = "";
$a->strings["Remove Facebook post connector"] = "";
$a->strings["Post to Facebook by default"] = "";
$a->strings["Facebook"] = "";
$a->strings["Facebook Connector Settings"] = "";
$a->strings["Post to Facebook"] = "";
$a->strings["Image: "] = "";
$a->strings["Randplace Settings"] = "";
$a->strings["Enable Randplace Plugin"] = "";
$a->strings["Post to Twitter"] = "";
$a->strings["Twitter Posting Settings"] = "";
$a->strings["Log in with Twitter"] = "";
$a->strings["Copy the PIN from Twitter here"] = "";
$a->strings["Currently connected to: "] = "";
$a->strings["Send public postings to Twitter"] = "";
$a->strings["Clear OAuth configuration"] = "";
$a->strings["Three Dimensional Tic-Tac-Toe"] = "";
$a->strings["3D Tic-Tac-Toe"] = "";
$a->strings["New game"] = "";
$a->strings["New game with handicap"] = "";
$a->strings["You go first..."] = "";
$a->strings["I'm going first this time..."] = "";
$a->strings["You won!"] = "";
$a->strings["\"Cat\" game!"] = "";
$a->strings["I won!"] = "";
$a->strings["Upload a file"] = "";
$a->strings["Drop files here to upload"] = "";
$a->strings["Failed"] = "";
$a->strings["No files were uploaded."] = "";
$a->strings["Uploaded file is empty"] = "";
$a->strings["Uploaded file is too large"] = "";
$a->strings["File has an invalid extension, it should be one of "] = "";
$a->strings["Upload was cancelled, or server error encountered"] = "";
$a->strings["Select files to upload: "] = "";
$a->strings["Post to StatusNet"] = "";
$a->strings["StatusNet Posting Settings"] = "";
$a->strings["OAuth Consumer Key"] = "";
$a->strings["OAuth Consumer Secret"] = "";
$a->strings["Base API Path (remember the trailing /)"] = "";
$a->strings["Log in with StatusNet"] = "";
$a->strings["Copy the security code from StatusNet here"] = "";
$a->strings["Send public postings to StatusNet"] = "";
$a->strings["Not Found"] = "";
$a->strings["Page not found."] = "";
$a->strings["Visible To:"] = "";
$a->strings["Groups"] = "";
$a->strings["Except For:"] = "";
$a->strings["Logged out."] = "";
$a->strings["Male"] = "";
$a->strings["Female"] = "";
$a->strings["Currently Male"] = "";
$a->strings["Currently Female"] = "";
$a->strings["Mostly Male"] = "";
$a->strings["Mostly Female"] = "";
$a->strings["Transgender"] = "";
$a->strings["Intersex"] = "";
$a->strings["Transsexual"] = "";
$a->strings["Hermaphrodite"] = "";
$a->strings["Neuter"] = "";
$a->strings["Non-specific"] = "";
$a->strings["Other"] = "";
$a->strings["Undecided"] = "";
$a->strings["Males"] = "";
$a->strings["Females"] = "";
$a->strings["Gay"] = "";
$a->strings["Lesbian"] = "";
$a->strings["No Preference"] = "";
$a->strings["Bisexual"] = "";
$a->strings["Autosexual"] = "";
$a->strings["Abstinent"] = "";
$a->strings["Virgin"] = "";
$a->strings["Deviant"] = "";
$a->strings["Fetish"] = "";
$a->strings["Oodles"] = "";
$a->strings["Nonsexual"] = "";
$a->strings["Single"] = "";
$a->strings["Lonely"] = "";
$a->strings["Available"] = "";
$a->strings["Unavailable"] = "";
$a->strings["Dating"] = "";
$a->strings["Unfaithful"] = "";
$a->strings["Sex Addict"] = "";
$a->strings["Friends"] = "";
$a->strings["Friends/Benefits"] = "";
$a->strings["Casual"] = "";
$a->strings["Engaged"] = "";
$a->strings["Married"] = "";
$a->strings["Partners"] = "";
$a->strings["Cohabiting"] = "";
$a->strings["Happy"] = "";
$a->strings["Not Looking"] = "";
$a->strings["Swinger"] = "";
$a->strings["Betrayed"] = "";
$a->strings["Separated"] = "";
$a->strings["Unstable"] = "";
$a->strings["Divorced"] = "";
$a->strings["Widowed"] = "";
$a->strings["Uncertain"] = "";
$a->strings["Complicated"] = "";
$a->strings["Don't care"] = "";
$a->strings["Ask me"] = "";
$a->strings["Unknown | Not categorised"] = "";
$a->strings["Block immediately"] = "";
$a->strings["Shady, spammer, self-marketer"] = "";
$a->strings["Known to me, but no opinion"] = "";
$a->strings["OK, probably harmless"] = "";
$a->strings["Reputable, has my trust"] = "";
$a->strings["Frequently"] = "";
$a->strings["Hourly"] = "";
$a->strings["Twice daily"] = "";
$a->strings["Daily"] = "";
$a->strings["Weekly"] = "";
$a->strings["Monthly"] = "";
$a->strings["Logout"] = "";
$a->strings["Login"] = "";
$a->strings["Home"] = "";
$a->strings["Apps"] = "";
$a->strings["Directory"] = "";
$a->strings["Network"] = "";
$a->strings["Notifications"] = "";
$a->strings["Manage"] = "";
$a->strings["Settings"] = "";
$a->strings["Profiles"] = "";
$a->strings["Embedding disabled"] = "";
$a->strings["Birthday:"] = "";
$a->strings["You have a new follower at "] = "";
$a->strings["Create a new group"] = "";
$a->strings["Everybody"] = "";
$a->strings["Miscellaneous"] = "";
$a->strings["less than a second ago"] = "";
$a->strings["year"] = "";
$a->strings["years"] = "";
$a->strings["month"] = "";
$a->strings["months"] = "";
$a->strings["week"] = "";
$a->strings["weeks"] = "";
$a->strings["day"] = "";
$a->strings["days"] = "";
$a->strings["hour"] = "";
$a->strings["hours"] = "";
$a->strings["minute"] = "";
$a->strings["minutes"] = "";
$a->strings["second"] = "";
$a->strings["seconds"] = "";
$a->strings[" ago"] = "";
$a->strings["Create a New Account"] = "";
$a->strings["Nickname or Email address: "] = "";
$a->strings["Password: "] = "";
$a->strings["Nickname/Email/OpenID: "] = "";
$a->strings["Password (if not OpenID): "] = "";
$a->strings["Forgot your password?"] = "";
$a->strings["Password Reset"] = "";
$a->strings["prev"] = "";
$a->strings["first"] = "";
$a->strings["last"] = "";
$a->strings["next"] = "";
$a->strings[" likes this."] = "";
$a->strings[" doesn't like this."] = "";
$a->strings["people"] = "";
$a->strings["like this."] = "";
$a->strings["don't like this."] = "";
$a->strings["and"] = "";
$a->strings[", and "] = "";
$a->strings[" other people"] = "";
$a->strings[" like this."] = "";
$a->strings[" don't like this."] = "";
$a->strings["No contacts"] = "";
$a->strings["Connect"] = "";
$a->strings["Location:"] = "";
$a->strings[", "] = "";
$a->strings["Gender:"] = "";
$a->strings["Status:"] = "";
$a->strings["Homepage:"] = "";
$a->strings["Monday"] = "";
$a->strings["Tuesday"] = "";
$a->strings["Wednesday"] = "";
$a->strings["Thursday"] = "";
$a->strings["Friday"] = "";
$a->strings["Saturday"] = "";
$a->strings["Sunday"] = "";
$a->strings["January"] = "";
$a->strings["February"] = "";
$a->strings["March"] = "";
$a->strings["April"] = "";
$a->strings["May"] = "";
$a->strings["June"] = "";
$a->strings["July"] = "";
$a->strings["August"] = "";
$a->strings["September"] = "";
$a->strings["October"] = "";
$a->strings["November"] = "";
$a->strings["December"] = "";
$a->strings["Birthdays this week:"] = "";
$a->strings["(Adjusted for local time)"] = "";
$a->strings["[today]"] = "";
$a->strings["link to source"] = "";
$a->strings["Password reset requested at %s"] = "";
$a->strings["Welcome back %s"] = "";
$a->strings["%s welcomes %s"] = "";
$a->strings["Image exceeds size limit of %d"] = "";
$a->strings["Welcome to %s"] = "";
$a->strings["Registration revoked for %s"] = "";
$a->strings["Registration details for %s"] = "";
$a->strings["%s commented on your item at %s"] = "";
$a->strings["%s posted on your profile wall at %s"] = "";
$a->strings["Administrator@"] = "";
$a->strings["%s posted an update."] = "";
$a->strings["Image size reduction [%s] failed."] = "";
$a->strings["%s : Not a valid email address."] = "";
$a->strings["Please join my network on %s"] = "";
$a->strings["%s : Message delivery failed."] = "";
$a->strings["%d message sent."] = array(
0 => "",
);
$a->strings["Please join my social network on %s"] = "";
$a->strings["Registration request at %s"] = "";
$a->strings["%s's"] = "di %s";
$a->strings["%d required parameter was not found at the given location"] = array(
0 => "%d parametro richiesto non è stato trovato alla posizione data",
1 => "%d parametri richiesti non sono stati trovati alla posizione data",
);
$a->strings["%s has received too many connection requests today."] = "%s ha ricevuto troppe richieste di connessioni per oggi.";
$a->strings["Apparently you are already friends with %s."] = "Sembra che tu sia già amico di %s.";