x": $s = "Il seguente è in conflitto con l'orario suggerito:"; break; case "Your suggested time of x - x conflicts with the following existing calendar entries:": $s = "L'orario da te suggerito: $m1 - $m2 è in conflitto con i seguenti appuntamenti in calendario:"; break; case "you must enter one or more search keywords": $s = "Devi specificare una o più parole chiave per la ricerca"; break; case "are you sure\\nyou want to\\ndelete this entry ?\\n\\nthis will delete\\nthis entry for all users.": $s = "Sei sicuro\\ndi voler\\ncancellare questo appuntamento ?\\n\\nQuesta azione lo cancellerà per\\ntutti gli utenti."; break; default: $s = "* $message"; } return $s; } ?>