@@ -305,6 +305,37 @@ void Languages::InitErrorMessagesTab()
InsertErrorPair ( ttmath : : err_still_calculating , " R<EFBFBD> knar b<> vrar... " ) ;
InsertErrorPair ( ttmath : : err_percent_from , " Incorrectly used percentage operator " ) ;
/*
italian traslation relating to ttmath library
*/
error_messages_tab . push_back ( std : : map < ttmath : : ErrorCode , std : : string > ( ) ) ;
InsertErrorPair ( ttmath : : err_ok , " ok " ) ;
InsertErrorPair ( ttmath : : err_nothing_has_read , " " ) ;
InsertErrorPair ( ttmath : : err_unknown_character , " Carattere sconosciuto " ) ;
InsertErrorPair ( ttmath : : err_unexpected_final_bracket , " Parentesi finale inaspettata " ) ;
InsertErrorPair ( ttmath : : err_stack_not_clear , " Carattere sconosciuto mancante " ) ;
InsertErrorPair ( ttmath : : err_unknown_variable , " Variabile sconosciuta " ) ;
InsertErrorPair ( ttmath : : err_division_by_zero , " Divisione per zero " ) ;
InsertErrorPair ( ttmath : : err_interrupt , " Il calcolo e stato interrotto " ) ;
InsertErrorPair ( ttmath : : err_overflow , " Overflow " ) ;
InsertErrorPair ( ttmath : : err_unknown_function , " Funzione sconosciuta " ) ;
InsertErrorPair ( ttmath : : err_unknown_operator , " Operatore sconosciuto " ) ;
InsertErrorPair ( ttmath : : err_unexpected_semicolon_operator , " Operatore punto e virgola inaspettato " ) ;
InsertErrorPair ( ttmath : : err_improper_amount_of_arguments , " Quantita non appropriata di argomenti " ) ;
InsertErrorPair ( ttmath : : err_improper_argument , " Argomento inappropriato " ) ;
InsertErrorPair ( ttmath : : err_unexpected_end , " Fine inaspettata " ) ;
InsertErrorPair ( ttmath : : err_internal_error , " Errore interno " ) ;
InsertErrorPair ( ttmath : : err_incorrect_name , " Nome di funzione o variabile non corretto " ) ;
InsertErrorPair ( ttmath : : err_incorrect_value , " Valore di funzione o variabile non corretto " ) ;
InsertErrorPair ( ttmath : : err_variable_exists , " Questa variabile esiste gia " ) ;
InsertErrorPair ( ttmath : : err_variable_loop , " C'e una ricorrenza tra variabili " ) ;
InsertErrorPair ( ttmath : : err_functions_loop , " C'e una ricorrenza tra funzioni " ) ;
InsertErrorPair ( ttmath : : err_must_be_only_one_value , " Le variabili o le funzioni devono dare come risultato un solo valore " ) ;
InsertErrorPair ( ttmath : : err_still_calculating , " Calcolo... " ) ;
InsertErrorPair ( ttmath : : err_percent_from , " Operatore percentuale non correttamente utilizzato " ) ;
}
@@ -442,7 +473,6 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( display_param_sep_item2 , " ; or . " ) ;
InsertGuiPair ( display_param_sep_item3 , " ; or , " ) ;
InsertGuiPair ( convert_type , " Type " ) ;
InsertGuiPair ( convert_input , " Input " ) ;
InsertGuiPair ( convert_output , " Output " ) ;
@@ -464,6 +494,7 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( menu_view_lang_chinese , " &Chinese " ) ;
InsertGuiPair ( menu_view_lang_russian , " &Russian " ) ;
InsertGuiPair ( menu_view_lang_swedish , " S&wedish " ) ;
InsertGuiPair ( menu_view_lang_italian , " &Italian " ) ;
InsertGuiPair ( menu_view_close_program , " &Close " ) ;
InsertGuiPair ( menu_edit_undo , " &Undo \t Ctrl+Z " ) ;
InsertGuiPair ( menu_edit_cut , " Cu&t \t Ctrl+X " ) ;
@@ -475,11 +506,12 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( menu_edit_copy_both , " Copy &both \t Ctrl+B " ) ; // copying in this way: "input edit = output edit"
InsertGuiPair ( menu_edit_select_all , " Select &all \t Esc " ) ;
InsertGuiPair ( menu_edit_bracket , " Brac&ket \t Ctrl+0 " ) ; // inserting brackets: (...)
InsertGuiPair ( menu_edit_swap , " &Swap \t Ctrl+W " ) ; // swapping input edit for output edit
InsertGuiPair ( menu_help_help , " &Help " ) ;
InsertGuiPair ( menu_help_project_page , " &Project page " ) ;
InsertGuiPair ( menu_help_check_update , " &Check update... " ) ;
InsertGuiPair ( menu_help_about , " &About " ) ;
InsertGuiPair ( menu_update_available , " &New version is available " ) ; // not implemented yet
InsertGuiPair ( menu_update_available , " &New version is available " ) ;
// this will be a new main menu item (one after 'help') visible only if there is an update
InsertGuiPair ( cant_init_calculations , " I could not initialize the module for calculations " ) ;
@@ -520,6 +552,8 @@ void Languages::InitGuiMessagesTab()
" vdgladilovich@gmail.com \r \n "
" Swedish Lars 'Bafvert' Gafvert \r \n "
" lars.gafvert@gmail.com \r \n "
" Italian Damiano Monaco \r \n "
" dmonax@gmail.com \r \n "
) ;
InsertGuiPair ( about_text_portable_version , " portable version " ) ;
InsertGuiPair ( about_text_exe_packer , " EXE Packer: UPX 3.04 \r \n " ) ;
@@ -561,7 +595,10 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( pad_menu_edit_del , " &Del \t Del " ) ;
InsertGuiPair ( pad_menu_edit_select_all , " Select &all \t Ctrl+A " ) ;
InsertGuiPair ( cannot_open_file , " I cannot open the file " ) ;
InsertGuiPair ( cannot_save_file , " I cannot save to such a file " ) ;
InsertGuiPair ( file_too_long , " The file is too long " ) ;
InsertGuiPair ( other_error , " There was a problem with this operation " ) ; // for other kinds of errors
/*
polish gui messages
@@ -661,6 +698,7 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( menu_view_lang_chinese , " &Chi<68> ski " ) ;
InsertGuiPair ( menu_view_lang_russian , " &Rosyjski " ) ;
InsertGuiPair ( menu_view_lang_swedish , " &Szwedzki " ) ;
InsertGuiPair ( menu_view_lang_italian , " &W<> oski " ) ;
InsertGuiPair ( menu_view_close_program , " &Zamknij " ) ;
InsertGuiPair ( menu_edit_undo , " &Cofnij \t Ctrl+Z " ) ;
InsertGuiPair ( menu_edit_cut , " Wy&tnij \t Ctrl+X " ) ;
@@ -672,6 +710,7 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( menu_edit_copy_both , " Kopiuj &obydwa \t Ctrl+B " ) ;
InsertGuiPair ( menu_edit_select_all , " Zaznacz w&szystko \t Esc " ) ;
InsertGuiPair ( menu_edit_bracket , " &Nawiasy \t Ctrl+0 " ) ;
InsertGuiPair ( menu_edit_swap , " &Zamiana \t Ctrl+W " ) ;
InsertGuiPair ( menu_help_help , " &Pomoc " ) ;
InsertGuiPair ( menu_help_project_page , " &Strona projektu " ) ;
InsertGuiPair ( menu_help_check_update , " Sprawd<EFBFBD> &aktualizacj<63> ... " ) ;
@@ -716,6 +755,8 @@ void Languages::InitGuiMessagesTab()
" vdgladilovich@gmail.com \r \n "
" Szwedzki Lars 'Bafvert' Gafvert \r \n "
" lars.gafvert@gmail.com \r \n "
" W<EFBFBD> oski Damiano Monaco \r \n "
" dmonax@gmail.com \r \n "
) ;
InsertGuiPair ( about_text_portable_version , " wersja portable " ) ;
InsertGuiPair ( about_text_exe_packer , " Paker exe: UPX 3.04 \r \n " ) ;
@@ -757,6 +798,10 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( pad_menu_edit_del , " &Usu<73> \t Del " ) ;
InsertGuiPair ( pad_menu_edit_select_all , " Zaznacz wszystko \t Ctrl+A " ) ;
InsertGuiPair ( cannot_open_file , " Nie mog<6F> otworzy<7A> podanego pliku " ) ;
InsertGuiPair ( cannot_save_file , " Nie mog<6F> zapisa<73> podanego pliku " ) ;
InsertGuiPair ( file_too_long , " Podany plik jest zbyt du<64> y " ) ;
InsertGuiPair ( other_error , " Wyst<EFBFBD> pi<EFBFBD> problem z t<> operacj<63> " ) ; // for other kinds of errors
/*
@@ -859,6 +904,7 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( menu_view_lang_chinese , " &Chino " ) ;
InsertGuiPair ( menu_view_lang_russian , " &Ruso " ) ;
InsertGuiPair ( menu_view_lang_swedish , " &Sueco " ) ;
InsertGuiPair ( menu_view_lang_italian , " I&talian " ) ;
InsertGuiPair ( menu_view_close_program , " &Close " ) ;
InsertGuiPair ( menu_edit_undo , " &Deshacer \t Ctrl+Z " ) ;
@@ -871,6 +917,7 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( menu_edit_paste_formula , " Pegar &f<> rmula \t Ctrl+V " ) ; // pasting directly to the input edit
InsertGuiPair ( menu_edit_select_all , " Seleccionar &todo \t Esc " ) ;
InsertGuiPair ( menu_edit_bracket , " C&orchetes \t Ctrl+0 " ) ; // inserting brackets: (...)
InsertGuiPair ( menu_edit_swap , " &Swap \t Ctrl+W " ) ; // swapping input edit for output edit
InsertGuiPair ( menu_update_available , " &Nueva versi<73> n disponible " ) ;
InsertGuiPair ( menu_help_help , " &Ayuda " ) ;
@@ -916,6 +963,8 @@ void Languages::InitGuiMessagesTab()
" vdgladilovich@gmail.com \r \n "
" Sueco Lars 'Bafvert' Gafvert \r \n "
" lars.gafvert@gmail.com \r \n "
" Italian Damiano Monaco \r \n "
" dmonax@gmail.com \r \n "
) ;
InsertGuiPair ( about_text_portable_version , " versi<73> n portatil " ) ;
InsertGuiPair ( about_text_exe_packer , " EXE Packer: UPX 3.04 \r \n " ) ;
@@ -958,6 +1007,11 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( pad_menu_edit_del , " &Borrar \t Del " ) ;
InsertGuiPair ( pad_menu_edit_select_all , " Seleccionar &todo \t Ctrl+A " ) ;
InsertGuiPair ( cannot_open_file , " I cannot open the file " ) ;
InsertGuiPair ( cannot_save_file , " I cannot save to such a file " ) ;
InsertGuiPair ( file_too_long , " The file is too long " ) ;
InsertGuiPair ( other_error , " There was a problem with this operation " ) ; // for other kinds of errors
/*
@@ -1058,6 +1112,7 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( menu_view_lang_chinese , " &Kinesisk " ) ;
InsertGuiPair ( menu_view_lang_russian , " &Russisk " ) ;
InsertGuiPair ( menu_view_lang_swedish , " S&vensk " ) ;
InsertGuiPair ( menu_view_lang_italian , " &Italian " ) ;
InsertGuiPair ( menu_view_close_program , " Afslu&t " ) ;
InsertGuiPair ( menu_edit_undo , " &Fortryd \t Ctrl+Z " ) ;
InsertGuiPair ( menu_edit_cut , " Kli&p \t Ctrl+X " ) ;
@@ -1069,6 +1124,7 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( menu_edit_paste_formula , " Inds<EFBFBD> t f&ormular \t Ctrl+V " ) ; // pasting directly to the input edit
InsertGuiPair ( menu_edit_select_all , " Marker &alt \t Esc " ) ;
InsertGuiPair ( menu_edit_bracket , " Bracke&t \t Ctrl+0 " ) ; // inserting brackets: (...)
InsertGuiPair ( menu_edit_swap , " &Swap \t Ctrl+W " ) ; // swapping input edit for output edit
InsertGuiPair ( menu_help_help , " &Hj<48> lp " ) ;
InsertGuiPair ( menu_help_project_page , " &Projekt side " ) ;
InsertGuiPair ( menu_help_check_update , " O&pdater... " ) ;
@@ -1113,6 +1169,8 @@ void Languages::InitGuiMessagesTab()
" vdgladilovich@gmail.com \r \n "
" Swedish Lars 'Bafvert' Gafvert \r \n "
" lars.gafvert@gmail.com \r \n "
" Italian Damiano Monaco \r \n "
" dmonax@gmail.com \r \n "
) ;
InsertGuiPair ( about_text_portable_version , " transportabel version " ) ;
InsertGuiPair ( about_text_exe_packer , " EXE Packer: UPX 3.04 \r \n " ) ;
@@ -1155,6 +1213,12 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( pad_menu_edit_del , " &Del \t Del " ) ;
InsertGuiPair ( pad_menu_edit_select_all , " Marker &alt \t Ctrl+A " ) ;
InsertGuiPair ( cannot_open_file , " I cannot open the file " ) ;
InsertGuiPair ( cannot_save_file , " I cannot save to such a file " ) ;
InsertGuiPair ( file_too_long , " The file is too long " ) ;
InsertGuiPair ( other_error , " There was a problem with this operation " ) ; // for other kinds of errors
/*
chinese gui messages
@@ -1253,6 +1317,7 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( menu_view_lang_chinese , " &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ) ;
InsertGuiPair ( menu_view_lang_russian , " &<26> <> <EFBFBD> <EFBFBD> " ) ;
InsertGuiPair ( menu_view_lang_swedish , " &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ) ;
InsertGuiPair ( menu_view_lang_italian , " &Italian " ) ;
InsertGuiPair ( menu_view_close_program , " &<26> ر<EFBFBD> " ) ;
InsertGuiPair ( menu_edit_undo , " &ȡ<> <C8A1> \t Ctrl+Z " ) ;
InsertGuiPair ( menu_edit_cut , " &<26> <> <EFBFBD> <EFBFBD> \t Ctrl+X " ) ;
@@ -1264,6 +1329,7 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( menu_edit_copy_result , " &<26> <> <EFBFBD> ƽ <EFBFBD> <C6BD> <EFBFBD> \t Ctrl+R " ) ;
InsertGuiPair ( menu_edit_select_all , " &ȫѡ \t Esc " ) ;
InsertGuiPair ( menu_edit_bracket , " &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> \t Ctrl+0 " ) ; // inserting brackets: (...)
InsertGuiPair ( menu_edit_swap , " &Swap \t Ctrl+W " ) ; // swapping input edit for output edit
InsertGuiPair ( menu_help_help , " &<26> <> <EFBFBD> <EFBFBD> " ) ;
InsertGuiPair ( menu_help_project_page , " &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ҳ " ) ;
InsertGuiPair ( menu_help_about , " &<26> <> <EFBFBD> <EFBFBD> " ) ;
@@ -1309,6 +1375,8 @@ void Languages::InitGuiMessagesTab()
" vdgladilovich@gmail.com \r \n "
" <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> Lars 'Bafvert' Gafvert\r \n "
" lars.gafvert@gmail.com \r \n "
" Italian Damiano Monaco \r \n "
" dmonax@gmail.com \r \n "
) ;
InsertGuiPair ( about_text_portable_version , " portable version " ) ;
InsertGuiPair ( about_text_exe_packer , " EXE Packer: UPX 3.04 \r \n " ) ;
@@ -1351,6 +1419,12 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( pad_menu_edit_del , " &ɾ<> <C9BE> \t Del " ) ;
InsertGuiPair ( pad_menu_edit_select_all , " &ȫѡ \t Ctrl+A " ) ;
InsertGuiPair ( cannot_open_file , " I cannot open the file " ) ;
InsertGuiPair ( cannot_save_file , " I cannot save to such a file " ) ;
InsertGuiPair ( file_too_long , " The file is too long " ) ;
InsertGuiPair ( other_error , " There was a problem with this operation " ) ; // for other kinds of errors
/*
@@ -1451,6 +1525,7 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( menu_view_lang_chinese , " &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ) ;
InsertGuiPair ( menu_view_lang_russian , " &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ) ;
InsertGuiPair ( menu_view_lang_swedish , " &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ) ;
InsertGuiPair ( menu_view_lang_italian , " &Italian " ) ;
InsertGuiPair ( menu_view_close_program , " &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ) ;
InsertGuiPair ( menu_edit_undo , " &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> \t Ctrl+Z " ) ;
@@ -1463,6 +1538,7 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( menu_edit_paste_formula , " <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> \t Ctrl+V " ) ; // pasting directly to the input edit
InsertGuiPair ( menu_edit_select_all , " <EFBFBD> <EFBFBD> <EFBFBD> &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> \t Esc " ) ;
InsertGuiPair ( menu_edit_bracket , " <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> &<26> <> <EFBFBD> \t Ctrl+0 " ) ; // inserting brackets: (...)
InsertGuiPair ( menu_edit_swap , " &Swap \t Ctrl+W " ) ; // swapping input edit for output edit
InsertGuiPair ( menu_help_check_update , " <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ..." ) ;
InsertGuiPair ( menu_update_available , " &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> ! " ) ;
@@ -1509,6 +1585,8 @@ void Languages::InitGuiMessagesTab()
" vdgladilovich@gmail.com \r \n "
" <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> Lars 'Bafvert' Gafvert\r \n "
" lars.gafvert@gmail.com \r \n "
" Italian Damiano Monaco \r \n "
" dmonax@gmail.com \r \n "
) ;
InsertGuiPair ( about_text_portable_version , " <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> " ) ;
InsertGuiPair ( about_text_exe_packer , " <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> EXE: UPX 3.04\r \n " ) ;
@@ -1552,6 +1630,13 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( pad_menu_edit_del , " &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> <EFBFBD> \t Del " ) ;
InsertGuiPair ( pad_menu_edit_select_all , " <EFBFBD> <EFBFBD> <EFBFBD> &<26> <> <EFBFBD> <EFBFBD> <EFBFBD> <20> <> <EFBFBD> \t Ctrl+A " ) ;
InsertGuiPair ( cannot_open_file , " I cannot open the file " ) ;
InsertGuiPair ( cannot_save_file , " I cannot save to such a file " ) ;
InsertGuiPair ( file_too_long , " The file is too long " ) ;
InsertGuiPair ( other_error , " There was a problem with this operation " ) ; // for other kinds of errors
/*
@@ -1651,6 +1736,7 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( menu_view_lang_chinese , " &Kinesiska " ) ;
InsertGuiPair ( menu_view_lang_russian , " &Ryska " ) ;
InsertGuiPair ( menu_view_lang_swedish , " S&venska " ) ;
InsertGuiPair ( menu_view_lang_italian , " &Italian " ) ;
InsertGuiPair ( menu_view_close_program , " A&vsluta " ) ;
InsertGuiPair ( menu_edit_undo , " &<26> ngra \t Ctrl+Z " ) ;
InsertGuiPair ( menu_edit_cut , " Cu&t \t Ctrl+X " ) ;
@@ -1662,6 +1748,7 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( menu_edit_copy_both , " Copy &both \t Ctrl+B " ) ;
InsertGuiPair ( menu_edit_select_all , " Select &all \t Esc " ) ;
InsertGuiPair ( menu_edit_bracket , " B&racket \t Ctrl+0 " ) ;
InsertGuiPair ( menu_edit_swap , " &Swap \t Ctrl+W " ) ;
InsertGuiPair ( menu_help_help , " &Hj<48> lp " ) ;
InsertGuiPair ( menu_help_project_page , " &Projektsida " ) ;
InsertGuiPair ( menu_help_check_update , " &Check update... " ) ;
@@ -1706,6 +1793,8 @@ void Languages::InitGuiMessagesTab()
" vdgladilovich@gmail.com \r \n "
" Swedish Lars 'Bafvert' Gafvert \r \n "
" lars.gafvert@gmail.com \r \n "
" Italian Damiano Monaco \r \n "
" dmonax@gmail.com \r \n "
) ;
InsertGuiPair ( about_text_portable_version , " transportabel version " ) ;
InsertGuiPair ( about_text_exe_packer , " EXE Packer: UPX 3.04 \r \n " ) ;
@@ -1747,6 +1836,218 @@ void Languages::InitGuiMessagesTab()
InsertGuiPair ( pad_menu_edit_del , " &Del \t Del " ) ;
InsertGuiPair ( pad_menu_edit_select_all , " Select &all \t Ctrl+A " ) ;
InsertGuiPair ( cannot_open_file , " I cannot open the file " ) ;
InsertGuiPair ( cannot_save_file , " I cannot save to such a file " ) ;
InsertGuiPair ( file_too_long , " The file is too long " ) ;
InsertGuiPair ( other_error , " There was a problem with this operation " ) ; // for other kinds of errors
/*
italian gui messages
*/
gui_messages_tab . push_back ( std : : map < GuiMsg , std : : string > ( ) ) ;
InsertGuiPair ( button_ok , " Ok " ) ;
InsertGuiPair ( button_cancel , " Elimina " ) ;
InsertGuiPair ( message_box_caption , " TTCalc " ) ;
InsertGuiPair ( dialog_box_add_variable_caption , " Aggiungi una nuova variabile " ) ;
InsertGuiPair ( dialog_box_edit_variable_caption , " Modifica una variabile " ) ;
InsertGuiPair ( dialog_box_add_variable_incorrect_name , " Nome di variabile non corretto " ) ;
InsertGuiPair ( dialog_box_add_variable_incorrect_value , " Valore di variabile non corretto " ) ;
InsertGuiPair ( dialog_box_add_variable_variable_exists , " Questa variabile esiste gia " ) ;
InsertGuiPair ( dialog_box_edit_variable_unknown_variable , " Variabile non presente nella mia tabella. Probabilmente un errore interno! " ) ;
InsertGuiPair ( dialog_box_delete_variable_confirm , " Vuoi eliminare queste variabili? " ) ;
InsertGuiPair ( dialog_box_variable_not_all_deleted , " Non sono stato in grado di eliminare alcune variabili. Probabilmente un errore interno! " ) ;
InsertGuiPair ( dialog_box_add_function_caption , " Aggiungi una nuova funzione " ) ;
InsertGuiPair ( dialog_box_edit_function_caption , " Modifica una funzione " ) ;
InsertGuiPair ( dialog_box_add_function_function_exists , " Questa funzione esiste gia " ) ;
InsertGuiPair ( dialog_box_edit_function_unknown_function , " Funzione non presente nella mia tabella. Probabilmente un errore interno! " ) ;
InsertGuiPair ( dialog_box_delete_function_confirm , " Vuoi eliminare queste funzioni? " ) ;
InsertGuiPair ( dialog_box_function_not_all_deleted , " Non sono stato in grado di eliminare alcune funzioni. Probabilmente un errore interno! " ) ;
InsertGuiPair ( dialog_box_add_function_incorrect_name , " Nome di funzione non corretto " ) ;
InsertGuiPair ( list_variables_header_1 , " Nome " ) ;
InsertGuiPair ( list_variables_header_2 , " Valore " ) ;
InsertGuiPair ( list_functions_header_1 , " Nome " ) ;
InsertGuiPair ( list_functions_header_2 , " Param. " ) ;
InsertGuiPair ( list_functions_header_3 , " Valore " ) ;
InsertGuiPair ( button_add , " Aggiungi " ) ;
InsertGuiPair ( button_edit , " Modifica " ) ;
InsertGuiPair ( button_delete , " Elimina " ) ;
InsertGuiPair ( button_clear , " C " ) ;
InsertGuiPair ( tab_standard , " Standard " ) ;
InsertGuiPair ( tab_variables , " Variabili " ) ;
InsertGuiPair ( tab_functions , " Funzioni " ) ;
InsertGuiPair ( tab_precision , " Precisione " ) ;
InsertGuiPair ( tab_display , " Display " ) ;
InsertGuiPair ( tab_convert , " Conversione " ) ;
InsertGuiPair ( radio_precision_1 , " Piccola - 96 bit per la mantissa, 32 bit per l'esponente " ) ;
InsertGuiPair ( radio_precision_2 , " Media - 512 bit per la mantissa, 64 bit per l'esponente " ) ;
InsertGuiPair ( radio_precision_3 , " Grande - 1024 bit per la mantissa, 128 bit per l'esponente " ) ;
InsertGuiPair ( precision_1_info , " (+/-)6.97...e+646457021, 26 cifre decimali valide " ) ;
InsertGuiPair ( precision_2_info , " (+/-)9.25...e+2776511644261678719, 152 cifre decimali valide " ) ;
InsertGuiPair ( precision_3_info , " (+/-)9.80...*10^(10^37), 306 cifre decimali valide " ) ;
InsertGuiPair ( overflow_during_printing , " Overflow durante la stampa a video " ) ;
InsertGuiPair ( combo_rounding_none , " nessuno " ) ;
InsertGuiPair ( combo_rounding_integer , " ad intero " ) ;
InsertGuiPair ( combo_rounding_to_number , " a " ) ;
InsertGuiPair ( combo_rounding_after_comma , " cifra/e " ) ;
InsertGuiPair ( check_remove_zeroes , " Rimuovere ultimi zeri finali " ) ;
InsertGuiPair ( display_input , " Bese di input " ) ;
InsertGuiPair ( display_output , " Bese di output " ) ;
InsertGuiPair ( display_rounding , " Arrotondamento " ) ;
InsertGuiPair ( display_always_scientific , " Sempre " ) ;
InsertGuiPair ( display_not_always_scientific , " Quando l'esponente e maggiore di: " ) ;
InsertGuiPair ( display_group_scientific , " Stampa il risultato in notazione scientifica " ) ;
InsertGuiPair ( display_deg_rad_grad , " Funzioni trigonometriche " ) ;
InsertGuiPair ( display_grouping , " Raggruppamento " ) ; // e.g. 1`000`000
InsertGuiPair ( display_grouping_none , " nessuno " ) ;
InsertGuiPair ( display_grouping_space , " spazio " ) ;
InsertGuiPair ( display_input_decimal_point , " Punto decimale in input " ) ; // Decimal point in formula
InsertGuiPair ( display_input_decimal_point_item1 , " . oppure , " ) ;
InsertGuiPair ( display_output_decimal_point , " Punto decimale in output " ) ; // Decimal point in result
InsertGuiPair ( display_param_sep , " Parametri separati da " ) ;
InsertGuiPair ( display_param_sep_item2 , " ; oppure . " ) ;
InsertGuiPair ( display_param_sep_item3 , " ; oppure , " ) ;
InsertGuiPair ( convert_type , " Tipo " ) ;
InsertGuiPair ( convert_input , " Input " ) ;
InsertGuiPair ( convert_output , " Output " ) ;
InsertGuiPair ( convert_dynamic_output , " Prefisso automatico " ) ;
InsertGuiPair ( menu_view , " &Vista " ) ;
InsertGuiPair ( menu_edit , " &Modifica " ) ;
InsertGuiPair ( menu_help , " &Aiuto " ) ;
InsertGuiPair ( menu_language , " &Linguaggio " ) ;
InsertGuiPair ( menu_view_new_window , " &Nuova finestra " ) ;
InsertGuiPair ( menu_view_normal_view , " Vista &normale " ) ;
InsertGuiPair ( menu_view_compact_view , " Vista &compatta " ) ;
InsertGuiPair ( menu_view_pad , " &Bloc-notes " ) ;
InsertGuiPair ( menu_view_always_on_top , " &In primo piano " ) ;
InsertGuiPair ( menu_view_lang_english , " &Inglese " ) ;
InsertGuiPair ( menu_view_lang_polish , " &Polacco " ) ;
InsertGuiPair ( menu_view_lang_spanish , " &Spagnolo " ) ;
InsertGuiPair ( menu_view_lang_danish , " &Danese " ) ;
InsertGuiPair ( menu_view_lang_chinese , " &Cinese " ) ;
InsertGuiPair ( menu_view_lang_russian , " &Russo " ) ;
InsertGuiPair ( menu_view_lang_swedish , " &Svedese " ) ;
InsertGuiPair ( menu_view_lang_italian , " I&talian " ) ;
InsertGuiPair ( menu_view_close_program , " &Esci " ) ;
InsertGuiPair ( menu_edit_undo , " &Annulla \t Ctrl+Z " ) ;
InsertGuiPair ( menu_edit_cut , " &Taglia \t Ctrl+X " ) ;
InsertGuiPair ( menu_edit_copy , " &Copia \t Ctrl+C " ) ;
InsertGuiPair ( menu_edit_paste , " &Incolla " ) ; // cutting, copying, pasting the the edit which has a focus
InsertGuiPair ( menu_edit_del , " &Elimina \t Del " ) ;
InsertGuiPair ( menu_edit_paste_formula , " Incolla &formula \t Ctrl+V " ) ; // pasting directly to input edit
InsertGuiPair ( menu_edit_copy_result , " Copia &risultato \t Ctrl+R " ) ;
InsertGuiPair ( menu_edit_copy_both , " Copia &entrambe \t Ctrl+B " ) ; // copying in this way: "input edit = output edit"
InsertGuiPair ( menu_edit_select_all , " Seleziona &tutto \t Esc " ) ;
InsertGuiPair ( menu_edit_bracket , " &Parentesi \t Ctrl+0 " ) ; // inserting brackets: (...)
InsertGuiPair ( menu_edit_swap , " &Swap \t Ctrl+W " ) ; // swapping input edit for output edit
InsertGuiPair ( menu_help_help , " &Aiuto " ) ;
InsertGuiPair ( menu_help_project_page , " &Pagina del progetto " ) ;
InsertGuiPair ( menu_help_check_update , " &Ottieni aggiornamenti " ) ;
InsertGuiPair ( menu_help_about , " &Informazioni su... " ) ;
InsertGuiPair ( menu_update_available , " &Una nuova versione e disponibile " ) ; // not implemented yet
// this will be a new main menu item (one after 'help') visible only if there is an update
InsertGuiPair ( cant_init_calculations , " Non posso inizializzare il modulo per i calcoli " ) ;
InsertGuiPair ( message_box_error_caption , " TTCalc " ) ;
InsertGuiPair ( cant_create_thread , " Non posso creare il secondo thread per i calcoli " ) ;
InsertGuiPair ( cant_create_pad , " Non posso creare la finestra del bloc-notes " ) ;
InsertGuiPair ( cant_create_main_window , " Non posso creare la finestra principale dell'applicazione " ) ;
InsertGuiPair ( cant_init_common_controls , " Non posso inizializzare i controlli usuali (InitCommonControlsEx) " ) ;
InsertGuiPair ( about_text ,
" Calcolatore matematico TTCalc %d.%d.%d%s%s \r \n \r \n "
" Autore: Tomasz Sowa \r \n "
" Contatto: t.sowa@ttmath.org \r \n "
" Licenza: BSD (open source) \r \n "
" Pagina del progetto: http://ttcalc.sourceforge.net \r \n "
" Bignum library: TTMath %d.%d.%d%s (%s) \r \n "
" Bignum type: binary floating point numbers \r \n "
" Linguaggio di programmazione: C++ \r \n "
" Compilatore: %s \r \n "
" %s " // for upx
" \r \n "
" TTCalc usa la TTMath bignum library "
" che pu<70> essere trovata su http://www.ttmath.org \r \n "
" \r \n "
# ifdef TTCALC_PORTABLE
" Questa e la verisone portatile del programma TTCalc. In questa versione "
" potrete fare calcoli con un solo tipo di precisione (96 bit per la "
" mantissa e 32 bit per l'esponente) di circa +/-6.9e+646457021. \r \n "
" \r \n "
# endif
" Traduzione: \r \n "
" Spagnolo Alejandro S. Valdezate \r \n "
" alesanval@gmail.com \r \n "
" Danese Rune Bisgaard Vammen \r \n "
" runebisgaard@gmail.com \r \n "
" Cinese Juis \r \n "
" zsyfly@gmail.com \r \n "
" Russo Vladimir Gladilovich \r \n "
" vdgladilovich@gmail.com \r \n "
" Svedese Lars 'Bafvert' Gafvert \r \n "
" lars.gafvert@gmail.com \r \n "
" Italian Damiano Monaco \r \n "
" dmonax@gmail.com \r \n "
) ;
InsertGuiPair ( about_text_portable_version , " versione portabile " ) ;
InsertGuiPair ( about_text_exe_packer , " EXE Packer: UPX 3.04 \r \n " ) ;
InsertGuiPair ( about_box_title , " Informazioni su " ) ;
InsertGuiPair ( about_box_button_close , " Esci " ) ;
InsertGuiPair ( unknown_error , " Si e verificato un errore sconosciuto " ) ;
InsertGuiPair ( cant_find_help , " Non posso trovare nessun file di aiuto " ) ;
InsertGuiPair ( cant_open_project_page , " Non posso aprire la webpage del progetto " ) ;
InsertGuiPair ( update_title , " Controllo per una nuova versione " ) ;
InsertGuiPair ( update_button_next , " Continua " ) ;
InsertGuiPair ( update_button_finish , " Finito " ) ;
InsertGuiPair ( update_button_cancel , " Cancella " ) ;
InsertGuiPair ( update_check_at_startup , " Controlla sempre aggiornamenti all'avvio " ) ;
InsertGuiPair ( update_check_for_info , " Premi Continua per controllare gli aggiornamenti... " ) ;
InsertGuiPair ( update_is_new_version , " Versione %d.%d.%d disponibile, premi Continua per scaricare... " ) ;
InsertGuiPair ( update_no_new_version1 , " Nessuna versione nuova disponibile. " ) ;
InsertGuiPair ( update_no_new_version2 , " Hai la versione piu aggiornata. " ) ;
InsertGuiPair ( update_download_from , " Scaricamento da... " ) ;
# ifndef TTCALC_PORTABLE
InsertGuiPair ( update_downloaded_info1 , " E' stato scaricato un nuovo programma di installazione. " ) ;
InsertGuiPair ( update_downloaded_info2 , " Premi Finito per chiudere TTCalc far partire l'installazione. " ) ;
# else
InsertGuiPair ( update_downloaded_info1 , " E' stata scaricata una nuova versione di TTCalc. " ) ;
InsertGuiPair ( update_downloaded_info2 , " " ) ;
# endif
InsertGuiPair ( update_download_error , " Si e verificato un problema durante il download, prova piu tardi. " ) ;
InsertGuiPair ( pad_title , " Pad " ) ;
InsertGuiPair ( pad_menu_file , " &File " ) ;
InsertGuiPair ( pad_menu_edit , " &Modifica " ) ;
InsertGuiPair ( pad_menu_file_new , " &Nuovo " ) ; // temporarily not used
InsertGuiPair ( pad_menu_file_open , " &Apri... " ) ;
InsertGuiPair ( pad_menu_file_saveas , " Salva &come... " ) ;
InsertGuiPair ( pad_menu_file_close , " &Chiudi " ) ;
InsertGuiPair ( pad_menu_edit_undo , " &Annulla \t Ctrl+Z " ) ;
InsertGuiPair ( pad_menu_edit_cut , " &Taglia \t Ctrl+X " ) ;
InsertGuiPair ( pad_menu_edit_copy , " &Copia \t Ctrl+C " ) ;
InsertGuiPair ( pad_menu_edit_paste , " &Incolla \t Ctrl+V " ) ;
InsertGuiPair ( pad_menu_edit_del , " &Elimina \t Del " ) ;
InsertGuiPair ( pad_menu_edit_select_all , " Seleziona &tutto \t Ctrl+A " ) ;
InsertGuiPair ( cannot_open_file , " I cannot open the file " ) ;
InsertGuiPair ( cannot_save_file , " I cannot save to such a file " ) ;
InsertGuiPair ( file_too_long , " The file is too long " ) ;
InsertGuiPair ( other_error , " There was a problem with this operation " ) ; // for other kinds of errors
}