mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?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"
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user