mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
22 lines
773 B
PHP
22 lines
773 B
PHP
<?php
|
|
|
|
$lang_news = array
|
|
(
|
|
'std_delete_news_item' => "Elimina notizie",
|
|
'std_are_you_sure' => "Vuoi davvero eliminare una notizia? Clicca ",
|
|
'std_here' => "qui",
|
|
'std_if_sure' => " e è sicuro.",
|
|
'std_error' => "Errore",
|
|
'std_news_body_empty' => "Il corpo delle notizie non può essere vuoto!",
|
|
'std_news_title_empty' => "Il titolo delle notizie non può essere vuoto!",
|
|
'std_something_weird_happened' => "È successo qualcosa di strano.",
|
|
'std_invalid_news_id' => "Nessuna notizia con ID ",
|
|
'head_edit_site_news' => "Modifica Notizie Del Sito",
|
|
'text_edit_site_news' => "Modifica Notizie Del Sito",
|
|
'text_notify_users_of_this' => "Notificare agli utenti di questo.",
|
|
'head_site_news' => "Notizie Del Sito",
|
|
'text_submit_news_item' => "Invia notizie"
|
|
);
|
|
|
|
?>
|