mirror of
https://github.com/boostorg/website.git
synced 2026-01-27 07:22:15 +00:00
74 lines
2.8 KiB
PHP
74 lines
2.8 KiB
PHP
<?php
|
|
# phpWebNotes - a php based note addition system
|
|
# Copyright (C) 2000-2002 Webnotes Team - webnotes-devel@sourceforge.net
|
|
# This program is distributed under the terms and conditions of the GPL
|
|
# See the files README and LICENSE for details
|
|
|
|
# --------------------------------------------------------
|
|
# $Id$
|
|
# --------------------------------------------------------
|
|
|
|
# This file is to aid in localization
|
|
|
|
# This file is to aid in localization ### General Strings
|
|
$s_sql_error_msg = "ERRORE: sql query ";
|
|
$s_administrator = "Amministratore";
|
|
$s_click_to_proceed_msg = "Clicca per procedere";
|
|
$s_admin_link = "Amministrazione";
|
|
$s_logout_link = "Uscita"; ### core_API.php
|
|
$s_user_notes = "Nota inserita dall'utente";
|
|
$s_update_button = "Aggiorna";
|
|
### $s_add_note_link # defined elsewhere
|
|
$s_manage = "Gestione";
|
|
$s_admin = "Amministratore"; ### admin.php
|
|
$s_admin_title = "Amministratore";
|
|
$s_index_files = "Indice File";
|
|
$s_view_queue = "Visualizza la coda";
|
|
$s_change_password = "Modifica Password"; ### admin_change_password.php
|
|
$s_change_password_title = "Modifica Password";
|
|
### $s_username # defined elsewhere
|
|
### $s_password # defined elsewhere
|
|
$s_verify_password = "Verifica Password";
|
|
$s_change_password_link = "Modifica Password"; ### admin_index_files.php
|
|
$s_index_files_title = "Indice File";
|
|
$s_current_directory = "Directory Attuale";
|
|
$s_indexed_following_files = "File attualmente indicizzati";
|
|
$s_index_msg = "Indicizzazione ricorsiva da questa directory. I Duplicati saranno ignorati.";
|
|
$s_index_files_link = "File Indicizzati"; ### admin_manage_notes.php
|
|
$s_date = "Data";
|
|
$s_email = "Email";
|
|
$s_ip = "IP";
|
|
$s_note = "Nota";
|
|
$s_delete_button = "Elimina";
|
|
$s_back_link = "Indiatro";
|
|
$s_manage_notes_title = "Gestione Note";
|
|
$s_page = "Pagina"; ### admin_view_queue.php
|
|
$s_view_queue_title = "Visualizza Coda";
|
|
$s_items_in_queue = "Elementi in questa coda";
|
|
### $s_page # defined elsewhere
|
|
### $s_date # defined elsewhere
|
|
### $s_email # defined elsewhere
|
|
### $s_ip # defined elsewhere
|
|
### $s_note # defined elsewhere
|
|
$s_accept_link = "Conferma";
|
|
$s_decline_link = "Annulla"; ### login.php
|
|
### login_page.php
|
|
$s_login_title = "Login";
|
|
$s_username = "Nome Utente";
|
|
$s_password = "Password";
|
|
$s_save_login = "salva la Login";
|
|
$s_login_button = "Login"; ### logout.php
|
|
$s_logged_out_msg = "Sei uscito...";
|
|
$s_logout_redirect_msg = "Redirezione a..."; ### note_add.php
|
|
$s_created_note_msg = "Nota Creata...";
|
|
$s_sql_error_msg = "ERRORE: query sql "; ### note_add_page.php
|
|
$s_not_indexed_part1 = "questa pagina non e' stata indicizzata nel database. Prendi l'";
|
|
### $s_administrator # defined elsewhere
|
|
$s_not_indexed_part2 = " per eseguire l'indicizzazione.";
|
|
$s_back_link = "Indietro";
|
|
$s_add_note = "Inserisci Nota";
|
|
$s_delete = "Data";
|
|
$s_email = "Email";
|
|
$s_note = "Nota";
|
|
$s_add_note_link = "Nuova Nota";
|
|
?>
|