translations

This commit is contained in:
Sergey Solovyev
2013-09-20 22:16:01 +04:00
parent 379f27db78
commit b583d823c5
24 changed files with 609 additions and 832 deletions

View File

@@ -1,24 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.net-->
<resources>
<string name="c_about">About</string>
<string name="c_about_content">Copyright © 20092013\n\n<b>Created by serso aka se.solovyev</b>\n\n
We are on Facebook: <a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\n
This program is distributed under Apache 2.0 License:\nsource code can be found on\n
<a href="https://github.com/serso/android-calculatorpp">http://github.com</a>\n\n
For more information please\ncontact the author by email\n
<a href="mailto:se.solovyev@gmail.com">se.solovyev@gmail.com</a>
\nor visit\n<a href="http://se.solovyev.org">http://se.solovyev.org</a>\n\n
If you want to support the project\nyou can buy a special option from application preferences\n\n
If you like the application\nrate it with 5 stars on\n
<a href="https://market.android.com/details?id=org.solovyev.android.calculator">Google Play</a>\n\n
This application uses next open source libraries:\n
<a href="http://simple.sourceforge.net">Simple (XML serialization)</a>\n
<a href="http://meditorworld.appspot.com/meditor.txt">JSCL</a>
</string>
<string name="cpp_translators_text">This app is translated to Italian by: </string>
<string name="cpp_translators_list"></string>
<string name="c_release_notes">Release notes</string>
<string name="c_release_notes_for_title">"Release notes for version "</string>
<string name="c_about">Info</string>
<string name="c_about_content">Copyright © 20092013\n\n<b>Created by serso aka se.solovyev</b>\n\n Siamo su Facebook: <a href="http://facebook.com/calculatorpp">http://facebook.com/calculatorpp</a>\n\n Questo programma è distribuito con Licenza Apache 2.0:\nIl codice sorgente si trova su\n<a href="https://github.com/serso/android-calculatorpp">http://github.com</a>\n\n per maggiori informazioni\ncontatta l\'autore via email\n<a href="mailto:se.solovyev@gmail.com"> se.solovyev@gmail.com</a>\no visita il sito\n<a href="http://se.solovyev.org"> http://se.solovyev.org</a>\n\nSe desideri supportare il progetto\npuoi acquistare un\'opzione speciale dalle preferenze dell\'applicazione\n\n
Se ti piace la applizione\n valutala con 5 stelle su\n<a href="https://market.android.com/details?id=org.solovyev.android.calculator">Google Play</a>\n\n
Questa applicazione utilizza le seguenti libreria open source:\n
<a href="http://simple.sourceforge.net">Simple (serializzazione XML)</a>\n
<a href="http://meditorworld.appspot.com/meditor.txt">JSCL</a></string>
<string name="cpp_translators_text">Questa app è stata tradotta in Italiano da: </string>
<string name="cpp_translators_list"> </string>
<string name="c_release_notes">Note di versione</string>
<string name="c_release_notes_for_title">"Novità nella versione "</string>
<string name="cpp_share_link">http://www.facebook.com/calculatorpp</string>
</resources>

View File

@@ -2,45 +2,36 @@
<!--Generated by crowdin.net-->
<resources>
<string name="c_functions">Funzioni</string>
<string name="c_fun_description_sin">Trigonometric sine function</string>
<string name="c_fun_description_cos">Trigonometric cosine function</string>
<string name="c_fun_description_tan">Trigonometric tangent function</string>
<string name="c_fun_description_cot">Trigonometric cotangent function</string>
<string name="c_fun_description_asin">Arcsine - inverse sine function</string>
<string name="c_fun_description_acos">Arccosine - inverse cosine function</string>
<string name="c_fun_description_atan">Arctangent - inverse tangent function</string>
<string name="c_fun_description_acot">Arccotangent - inverse cotangent function</string>
<string name="c_fun_description_ln">Natural logarithm - logarithm to base e</string>
<string name="c_fun_description_lg">Decadic logarithm - logarithm to base 10</string>
<string name="c_fun_description_log">Logarithm - logarithm the specified base</string>
<string name="c_fun_description_exp">Exponential function</string>
<string name="c_fun_description_sqrt">Square root function</string>
<string name="c_fun_description_cubic">Cubic root function</string>
<string name="c_fun_description_abs">Gives absolute value of an argument</string>
<string name="c_fun_description_sgn">Gives the sign of an argument: -1 if argument is less than 0, 0
if equals to 0, 1 if more than 0
<string name="c_fun_description_sin">Funzione trigonometrica seno</string>
<string name="c_fun_description_cos">Funzione trigonometrica coseno</string>
<string name="c_fun_description_tan">Funzione trigonometrica tangente</string>
<string name="c_fun_description_cot">Funzione trigonometrica cotangente</string>
<string name="c_fun_description_asin">Arcoseno - funzione inversa del seno</string>
<string name="c_fun_description_acos">Arcocoseno - funzione inversa del coseno</string>
<string name="c_fun_description_atan">Arcotangente - funzione inversa della tangente</string>
<string name="c_fun_description_acot">Arcocotangente - Funzione inversa della cotangente</string>
<string name="c_fun_description_ln">Logaritmo naturale - Logaritmo in base e</string>
<string name="c_fun_description_lg">Logaritmo decimale - logaritmo in base 10</string>
<string name="c_fun_description_log">Logaritmo - logaritmo nella base specificata</string>
<string name="c_fun_description_exp">Funzione esponenziale</string>
<string name="c_fun_description_sqrt">Funzione radice quadrata</string>
<string name="c_fun_description_cubic">Funzione radice cubica</string>
<string name="c_fun_description_abs">Dà il valore assoluto di un argomento</string>
<string name="c_fun_description_sgn">Dà il segno di un argomento: -1 se l\'argomento è minore di 0, 0 se è uguale a 0, 1 se è più di 0</string>
<string name="c_fun_description_eq">Funzione uguaglianza - restituisce 1 se i due argomenti sono uguali, 0 altrimenti
</string>
<string name="c_fun_description_eq">Equals function - gives 1 if two arguments are equals, 0 otherwise</string>
<string name="c_fun_description_le">Lesser-or-equals function - gives 1 if two arguments are equals or first is less
than second, 0 otherwise
<string name="c_fun_description_le">Funzione minore o uguale - restituisce 1 se due argomenti sono uguali o il primo è minore del secondo, 0 altrimenti</string>
<string name="c_fun_description_ge">Funzione maggiore-o-uguale - restituisce 1 se i due argomenti sono uguali o il primo è maggiore del secondo, 0 altrimenti
</string>
<string name="c_fun_description_ge">Greater-or-equals function - gives 1 if two arguments are equals or first is
greater than second, 0 otherwise
<string name="c_fun_description_ne">Funzione disuguaglianza - restituisce 1 se i due argomenti non sono uguali, 0 altrimenti
</string>
<string name="c_fun_description_ne">Not-equals function - gives 1 if two arguments are not equals, 0 otherwise
<string name="c_fun_description_lt">Funzione minore - restituisce 1 se il primo argomento è minore del secondo, 0 altrimenti</string>
<string name="c_fun_description_gt">Funzione maggiore - restituisce 1 se il primo argomento è maggiore del secondo, 0 altrimenti</string>
<string name="c_fun_description_rad">Converte gradi in radianti: d - gradi, m - minuti (predefinito = 0), s - secondi (predefinito = 0)
</string>
<string name="c_fun_description_lt">Lesser function - gives 1 if first argument is less than second, 0 otherwise
<string name="c_fun_description_dms">Converte gradi dalla notazione DMS in notazione decimale: d - gradi, m - minuti (predefinito = 0), s - secondi (predefinito = 0)
</string>
<string name="c_fun_description_gt">Greater function - gives 1 if first argument is greater than second, 0
otherwise
</string>
<string name="c_fun_description_rad">Converts degrees into radians: d - degrees, m - minutes (default = 0), s -
seconds (default = 0)
</string>
<string name="c_fun_description_dms">Converts degrees from DMS notation to decimal notation: d - degrees, m -
minutes (default = 0), s - seconds (default = 0)
</string>
<string name="c_fun_description_deg">Converts radians into degrees</string>
<string name="c_fun_description_deg">Converte radianti in gradi</string>
<string name="c_fun_category_trig">Trigonometriche</string>
<string name="c_fun_category_hyper_trig">Trigonometriche iperboliche</string>
<string name="c_fun_category_comparison">Comparazione</string>

View File

@@ -2,20 +2,14 @@
<!--Generated by crowdin.net-->
<resources>
<string name="c_operators">Operatori</string>
<string name="c_op_description_mod">Modulo operation finds the remainder of division of \'x\' by \'y\'</string>
<string name="c_op_description_sum">Sums functions \'f(i)\', iterating through \'i\' from \'from\' to \'to\'
</string>
<string name="c_op_description_product">Gives product of functions \'f(i)\', iterating through \'i\' from \'from\'
to \'to\'
</string>
<string name="c_op_description_derivative">Gives derivative of order \'order\' (default = 1) of functions \'f(x)\'
by \'x\' variable and calculates at point \'x_point\' (default = same as \'x\')
</string>
<string name="c_op_description_integral">Gives integral of function \'f(x)\' by \'x\' variable</string>
<string name="c_op_description_integral_ab">Integrates function \'f(x)\' by \'x\' variable from \'a\' to \'b\'
</string>
<string name="c_pf_description_factorial">Gives the factorial of the expression before</string>
<string name="c_pf_description_double_factorial">Gives the double factorial of the expression before</string>
<string name="c_op_description_mod">L\'operatore modulo trova il resto della divisione di \'x\' per \'y\'</string>
<string name="c_op_description_sum">Somma le funzioni \'f(i)\', iterando su \'i\' da \'from\' a \'to\'</string>
<string name="c_op_description_product">Restituisce il prodotto delle funzioni \'f(i)\', iterando su \'i\' da \'from\' a \'to\'</string>
<string name="c_op_description_derivative">Restituisce la derivata do ordine \'order\' (predefinito = 1) della funzione \'f(x)\' nella variabile \'x\' e calcolata nel punto \'x_point\' (predefinito = lo stesso di \'x\')</string>
<string name="c_op_description_integral">Restituisce l\'integrale della funzione f(x) nella variabile \'x\'</string>
<string name="c_op_description_integral_ab">Integra la funzione \'f(x)\' Nella variabile \'x\' tra \'a\' e \'b\'</string>
<string name="c_pf_description_factorial">Restituisce il fattoriale della precedente espressione</string>
<string name="c_pf_description_double_factorial">Restituisce il doppio fattoriale della precedente espressione</string>
<string name="c_pf_description_percent" formatted="false">Restituisce la percentuale dell\'espressione
precedente.\nEsempi:\n
100 + 50% = 150\n

View File

@@ -1,20 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.net-->
<resources>
<string name="c_app_name">Calculator++</string>
<string name="c_app_name_on_screen">Calculator++ (Window mode)</string>
<string name="c_app_name_free">Calculator++ Free</string>
<string name="c_app_name">Calcolatrice++</string>
<string name="c_app_name_on_screen">Calcolatrice++ (Modalità finestra)</string>
<string name="c_app_name_free">Calcolatrice++ Free</string>
<string name="c_app_icon_name">Calc++</string>
<string name="c_app_settings">Impostazioni</string>
<string name="c_syntax_error">Errore</string>
<string name="c_result_copied">Result has been copied to the clipboard!</string>
<string name="c_result_copied">Il risultato è stato copiato negli appunti!</string>
<string name="c_settings">Impostazioni</string>
<string name="c_help">Aiuto</string>
<string name="c_vars_and_constants">Variabili e costanti</string>
<string name="c_prefs_main_category">Impostazioni principali</string>
<string name="c_prefs_calculations_category">Impostazioni calcolo</string>
<string name="c_prefs_appearance_category">Impostazioni aspetto</string>
<string name="c_prefs_other_category">Other settings</string>
<string name="c_prefs_other_category">Altre impostazioni</string>
<string name="c_prefs_drag_button_category">Impostazioni trascinamento tasti</string>
<string name="c_down">Giù</string>
<string name="c_up">Su</string>
@@ -22,24 +22,20 @@
<string name="c_undo">annulla</string>
<string name="c_redo">rifai</string>
<string name="c_clear">C</string>
<string name="c_erase">cancella</string>
<string name="c_erase"></string>
<string name="c_paste">incolla</string>
<string name="c_vars">vars</string>
<string name="c_vars">variabili</string>
<string name="c_copy">Copiare</string>
<string name="c_plot">Plot grafico</string>
<string name="c_graph">Grafico</string>
<string name="c_calc_color_display_title">Evidenzia espressioni</string>
<string name="c_calc_round_result_title">Arrotonda risultato</string>
<string name="c_calc_round_result_summary">Attiva/disattiva arrotondamento dei risultati</string>
<string name="c_calc_science_notation_title">Always scientific notation</string>
<string name="c_calc_science_notation_summary">If turned on forces to use only scientific notation of output
(12.34E-12)
</string>
<string name="c_calc_science_notation_title">Sempre la notazione scientifica</string>
<string name="c_calc_science_notation_summary">Se attivo, forza ad usare solo la notazione scientifica di output (12.34E-12)</string>
<string name="p_calc_result_precision_title">Precisione del risultato</string>
<string name="p_calc_max_calculation_time_title">Maximum calculation time</string>
<string name="p_calc_max_calculation_time_summary">If calculations exceed specified limit - calculator halts with
error
</string>
<string name="p_calc_max_calculation_time_title">Tempo massimo di calcolo</string>
<string name="p_calc_max_calculation_time_summary">Se i calcoli superano il limite specificato - la calcolatrice si ferma con un errore</string>
<string name="c_exit">Esci</string>
<string name="c_add">Aggiungi</string>
<string name="c_cancel">Annulla</string>
@@ -54,9 +50,9 @@
<string name="c_var_description">Descrizione</string>
<string name="c_var_create_var">Crea variabile</string>
<string name="c_var_edit_var">Modifica variabile</string>
<string name="c_value_is_not_a_number">Il valore deve essere un numero o vuoto!</string>
<string name="c_value_is_not_a_number">Il valore deve essere un numero o lasciato vuoto: se disponi di parametri, crea invece una funzione!</string>
<string name="c_var_name_clashes">Il nome della variabile entra in conflitto col nome della funzione!</string>
<string name="c_var_already_exists">Una variabile con lo stesso nome esiste già!</string>
<string name="c_var_already_exists">Esiste già una variabile con lo stesso nome!</string>
<string name="c_name_is_not_valid">Il nome della costante non è valido: il nome deve iniziare con una lettera, può
contenere lettere, cifre e underscore.
</string>
@@ -92,12 +88,12 @@
<string name="c_calc_result_precision_summary">Precisione del risultato (tutti i calcoli sono fatti con la massima
precisione, indipendentemente dal valore di questa opzione)
</string>
<string name="c_calc_color_display_summary">Attiva o disattiva la colorazione e lo styling dell\' editor
<string name="c_calc_color_display_summary">Attiva o disattiva la colorazione e lo styling dell\'editor
calcolatrice
</string>
<string name="c_calc_theme_summary">Imposta il tema per la calcolatrice</string>
<string name="c_clear_history">Cancella cronologia</string>
<string name="c_toggle_datetime">Show/hide date</string>
<string name="c_toggle_datetime">Mostra/nascondi data</string>
<string name="c_simplify_instead_of_numeric">Le prossime costanti sono indefinite: {0}!</string>
<string name="p_grouping_separator_no">Nessun separatore</string>
<string name="p_grouping_separator_apostrophe">Apostrofo (\')</string>
@@ -109,9 +105,9 @@
<string name="c_calc_layout">Layout</string>
<string name="p_layout_cellphone">Cellulare</string>
<string name="p_layout_calculator">Calcolatrice</string>
<string name="p_layout_calculator_mobile">Scientific (Big buttons)</string>
<string name="p_layout_simple">Simple</string>
<string name="p_layout_simple_mobile">Simple (Big buttons)</string>
<string name="p_layout_calculator_mobile">Scientifico (tasti grandi)</string>
<string name="p_layout_simple">Semplice</string>
<string name="p_layout_simple_mobile">Semplice (tasti grandi)</string>
<string name="c_calc_layout_summary">Imposta layout per i pulsanti</string>
<string name="c_calc_haptic_feedback_title">Feedback tattile</string>
<string name="c_calc_haptic_feedback_summary">Attiva o disattiva la vibrazione su click dei pulsanti</string>
@@ -126,8 +122,7 @@
<string name="c_min_x_value">Da</string>
<string name="c_max_x_value">A</string>
<string name="c_swipe_distance">Swipe distanza per i pulsanti</string>
<string name="c_swipe_distance_summary">Imposta distanza swipe per i pulsanti che supportano le azioni swipe
supplementare
<string name="c_swipe_distance_summary">Imposta distanza swipe per i pulsanti che supportano azioni swipe supplementari
</string>
<string name="c_comment">Commento</string>
<string name="c_history_item_saved">Salvato</string>
@@ -136,7 +131,7 @@
<string name="c_history_item_status">Stato:</string>
<string name="c_history_item_comment">Commento:</string>
<string name="c_use">Uso</string>
<string name="c_use_short">Use</string>
<string name="c_use_short">Uso</string>
<string name="c_copy_expression">Copia espressione</string>
<string name="c_copy_result">Copia risultato</string>
<string name="c_history_expression">Valore</string>
@@ -148,179 +143,139 @@
<string name="c_saved_history">Storia salvati</string>
<string name="c_history_already_saved">La storia era già salvato!</string>
<string name="c_history_must_be_saved">La storia deve essere salvato prima di modificare!</string>
<string name="c_history_was_removed">La storia è stata rimossa con successo!</string>
<string name="c_history_saved">La storia è stata salvata correttamente!</string>
<string name="c_history_was_removed">La cronologia è stata rimossa con successo!</string>
<string name="c_history_saved">La cronologia è stata salvata correttamente!</string>
<string name="c_copy_description">Сopia descrizione</string>
<string name="c_copy_value">Сopia il valore</string>
<string name="c_first_start_text">Thank you for choosing Calculator++!\n\nCalculator++ is a powerful tool for making
everyday calculations.
</string>
<string name="c_first_start_text_title">Welcome</string>
<string name="c_calc_show_release_notes_title">Show release notes</string>
<string name="c_calc_show_release_notes_summary">Defines if release notes popup window should appear after update to
the new version
</string>
<string name="c_calc_use_back_button_as_prev_summary">Defines the behaviour of the Back button</string>
<string name="c_calc_use_back_button_as_prev_title">Use Back button as history prev</string>
<string name="c_clear_billing_info_summary">Purchase information will be reloaded from the server</string>
<string name="c_clear_billing_info_title">Update purchase information</string>
<string name="c_warning">Warning</string>
<string name="c_error">Error</string>
<string name="c_billing_error">Billing is not supported: you must have Google Checkout account linked to your Google
account and must be connected to the internet.
</string>
<string name="c_calc_ad_free_title">Support the project</string>
<string name="c_calc_ad_free_summary">And remove the advertisement</string>
<string name="c_calc_already_purchased">Ad free option has been already purchased!</string>
<string name="c_calc_purchasing">Purchasing…</string>
<string name="c_calc_clearing">Clearing…</string>
<string name="c_feedback_title">Feedback</string>
<string name="c_feedback_text">You have been using Calculator++ for some time \n
and it\'s important for us to know your opinion about application.\n\n
Please rate Calculator++ \non<a href="https://market.android.com/details?id=org.solovyev.android.calculator">
Google Play</a>,\n leave a comment or \ndiscuss application \non
<a href="http://facebook.com/calculatorpp">Facebook</a>
</string>
<string name="c_notespp_announce_text">Good news - I just released new application for Android called
<a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">Notes++</a>.\n
If you\'re interesting in fast and easy way of making notes please follow the
<a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">link</a>
and try Notes++!
</string>
<string name="c_angle_units_changed_to">Angle units changed to \'%s\'!</string>
<string name="c_numeral_base_changed_to">Numeral base changed to \'%s\'!</string>
<string name="c_conversion_tool">Conversion tool</string>
<string name="c_convert">Convert to…</string>
<string name="convert_to_hex">Convert to hex</string>
<string name="convert_to_bin">Convert to bin</string>
<string name="convert_to_dec">Convert to dec</string>
<string name="c_first_start_text">Grazie per aver scelto Calculator++!\n\nCalculator++ è un potente strumento per fare calcoli ogni giorno.</string>
<string name="c_first_start_text_title">Benvenuti</string>
<string name="c_calc_show_release_notes_title">Visualizza le note di versione</string>
<string name="c_calc_show_release_notes_summary">Definisce se la finestra popup delle note di versione debba comparire dopo l\'aggiornamento alla nuova versione</string>
<string name="c_calc_use_back_button_as_prev_summary">Definisce il comportamento del pulsante Indietro</string>
<string name="c_calc_use_back_button_as_prev_title">Usa il pulsante indietro per la cronologia precedente</string>
<string name="c_clear_billing_info_summary">Le Informazioni sugli acquisti verranno scaricate nuovamente dal server</string>
<string name="c_clear_billing_info_title">Aggiornare le informazioni di acquisto</string>
<string name="c_warning">Attenzione</string>
<string name="c_error">Errore</string>
<string name="c_billing_error">La fatturazione non è supportata: si deve avere un account Google Checkout collegato all\'account Google e si deve essere collegati ad internet.</string>
<string name="c_calc_ad_free_title">Supportare il progetto</string>
<string name="c_calc_ad_free_summary">E rimuovere la pubblicità</string>
<string name="c_calc_already_purchased">L\'opzione di rimozione annunci pubblicitari è stata già acquistata!</string>
<string name="c_calc_purchasing">Acquisto in corso…</string>
<string name="c_calc_clearing">Pulizia in corso…</string>
<string name="c_feedback_title">Commenti</string>
<string name="c_feedback_text">State usando Calculator++ da un po\' di tempo\n
ed è importante per noi conoscere la vostra opinione sull\'applicazione.\n\n
Per favore valutate Calculator++ \nsu <a href="https://market.android.com/details?id=org.solovyev.android.calculator">Google Play</a>,\n lasciate un commento o \npartecipate alla discussione sull\'applicazione \nsu <a href="http://facebook.com/calculatorpp"> Facebook</a></string>
<string name="c_notespp_announce_text">Buone notizie - ho appena rilasciato una nuova applicazione per Android chiamata <a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">Notes++</a>.\nSe siete interessati ad un modo facile e veloce per prendere note e appunti per favore seguite il <a href="https://play.google.com/store/apps/details?id=org.solovyev.android.notes">collegamento</a> e provate Notes++!</string>
<string name="c_angle_units_changed_to">Le unità di misura per gli angoli sono state impostate su \'%s\'!</string>
<string name="c_numeral_base_changed_to">La base per i numeri è stata impostata su \'%s\'!</string>
<string name="c_conversion_tool">Strumenti di conversione</string>
<string name="c_convert">Converti in…</string>
<string name="convert_to_hex">Converti in esadecimale (hex)</string>
<string name="convert_to_bin">Converti in binario (bin)</string>
<string name="convert_to_dec">Converti in decimale (dec)</string>
<string name="editor">Editor</string>
<string name="result">Result</string>
<string name="other">Other</string>
<string name="derivatives">Derivatives/Integrals</string>
<string name="crashed">Calculator++ has crashed</string>
<string name="crash_dialog_title">Calculator++ crash report</string>
<string name="crash_dialog_text">
Unfortunately, Calculator++ has crashed.\n\n
In order to fix the problem we need some information about it. It\'s highly recommended to send crash report via
email (after pressing \'Ok\' button you will see all sent data in the new window).\n\n
Do you want to send crash report?
</string>
<string name="prefs_graph_screen_title">Graph settings</string>
<string name="prefs_graph_interpolate_function">Interpolate function\'s graph</string>
<string name="prefs_graph_interpolate_function_summary">If checked cubic interpolation will be used in function
graph drawing
</string>
<string name="prefs_graph_real_color_title">Color of real part of functions graph</string>
<string name="prefs_graph_real_color_summary">Sets color of real part functions graph</string>
<string name="prefs_graph_imag_color_title">Color of imaginary part of functions graph</string>
<string name="prefs_graph_imag_color_summary">Sets color of imaginary part functions graph</string>
<string name="p_white_line_color">White</string>
<string name="p_grey_line_color">Grey</string>
<string name="p_red_line_color">Red</string>
<string name="p_blue_line_color">Blue</string>
<string name="p_green_line_color">Green</string>
<string name="c_function_name">Name</string>
<string name="c_function_value">Value</string>
<string name="c_function_description">Description</string>
<string name="c_function_parameters">Parameters</string>
<string name="function_create_function">Create function</string>
<string name="function_edit_function">Edit function</string>
<string name="function_name_is_not_valid">Name of function is not valid: name must start with letter, can contain
letters, digits and underscore.
</string>
<string name="function_already_exists">Function with same name already exists!</string>
<string name="function_is_empty">Function body could not be empty!</string>
<string name="function_param_not_empty">Function parameter should not be empty!</string>
<string name="function_removal_confirmation_question">Do you really want to delete \'%s\' function?</string>
<string name="empty_function_error">Unable to create empty function!</string>
<string name="do_not_show_messages_in_session">Do not show this message until next session</string>
<string name="calculation_messages_dialog_title">Calculator++ warning</string>
<string name="arithmetic_error_while_plot">Arithmetic error occurred while plotting: %s</string>
<string name="ok">OK</string>
<string name="p_show_calculation_messages_dialog_title">Show calculation messages in dialog</string>
<string name="p_show_calculation_messages_dialog_summary">If turned on if any message occurred while calculations
special dialog will be shown
</string>
<string name="fix">Fix</string>
<string name="p_preferred_numeral_base_title">Default numeral system</string>
<string name="p_preferred_numeral_base_summary">Defines the default numeral system</string>
<string name="preferred_numeral_base_message">Default numeral system \'%1$s\' differs from current \'%2$s\'. Forgot
to change back?
</string>
<string name="p_preferred_angle_units_title">Default angle units</string>
<string name="p_preferred_angle_units_summary">Defines the default angle units</string>
<string name="preferred_angle_units_message">Default angle units \'%1$s\' differs from current \'%2$s\'. Forgot to
change back?
</string>
<string name="close">Close</string>
<string name="result">Risultato</string>
<string name="other">Altri</string>
<string name="derivatives">Derivate/Integrali</string>
<string name="crashed">Calculator++ è andato in crash…</string>
<string name="crash_dialog_title">Rapporto crash di Calculator++</string>
<string name="crash_dialog_text"> Sfortunatamente, Calculator + + si è chiuso.\n\n
Per risolvere il problema, abbiamo bisogno di alcune informazioni. E\' altamente consigliato inviare un report via e-mail (dopo aver premuto il tasto \'Ok\' vedrete tutti inviati dati in una nuova finestra).\n\n
Vuoi inviare un report? </string>
<string name="prefs_graph_screen_title">impostazioni grafici</string>
<string name="prefs_graph_interpolate_function">Grafico della funzione interpolata</string>
<string name="prefs_graph_interpolate_function_summary">Se selezionata, l\'interpolazione cubica verrà usata nel disegno del grafico</string>
<string name="prefs_graph_real_color_title">Colore della parte reale del grafico della funzione</string>
<string name="prefs_graph_real_color_summary">Imposta i colori della parte reale del grafico della funzione</string>
<string name="prefs_graph_imag_color_title">Colore della parte immaginaria del grafico della funzione</string>
<string name="prefs_graph_imag_color_summary">Imposta il colore della parte immaginaria del grafico della funzione</string>
<string name="p_white_line_color">Bianco</string>
<string name="p_grey_line_color">Grigio</string>
<string name="p_red_line_color">Rosso</string>
<string name="p_blue_line_color">Blu</string>
<string name="p_green_line_color">Verde</string>
<string name="c_function_name">Nome</string>
<string name="c_function_value">Valore</string>
<string name="c_function_description">Descrizione</string>
<string name="c_function_parameters">Parametri</string>
<string name="function_create_function">Crea la funzione</string>
<string name="function_edit_function">Modifica funzione</string>
<string name="function_name_is_not_valid">Il nome della funzione non è valido: deve iniziare con una lettera, può contenere lettere, cifre e la sottolineatura. </string>
<string name="function_already_exists">Funzione con lo stesso nome esiste già!</string>
<string name="function_is_empty">Il corpo della funzione non può essere vuoto!</string>
<string name="function_param_not_empty">I parametri della funzione non possono essere vuoti!</string>
<string name="function_removal_confirmation_question">Vuoi veramente eliminare la funzione \'%s\'?</string>
<string name="empty_function_error"> Impassibile creare funzioni con argomento nullo!</string>
<string name="do_not_show_messages_in_session">Non mostrare questo messaggio fino alla prossima sessione</string>
<string name="calculation_messages_dialog_title">Avvertimento di calculator++</string>
<string name="arithmetic_error_while_plot">Un errore aritmetico è avvenuto nel rappresentare il grafico di: %s</string>
<string name="ok">Ok</string>
<string name="p_show_calculation_messages_dialog_title">Mostra i messaggi del calcolo nella finestra</string>
<string name="p_show_calculation_messages_dialog_summary">Se attivato, qualsiasi messaggio relativo ai calcoli sarà mostrato in una finestra apposita</string>
<string name="fix">Sistemare</string>
<string name="p_preferred_numeral_base_title">Sistema numerico predefinito</string>
<string name="p_preferred_numeral_base_summary">Imposta il sistema numerico predefinito</string>
<string name="preferred_numeral_base_message">Il sistema numerico predefinito \'%1$s\' differisce da quello corrente \'%2$s\'. Dimenticato di cambiarlo?</string>
<string name="p_preferred_angle_units_title">Unità di misura predefinita per gli angoli</string>
<string name="p_preferred_angle_units_summary">Imposta l\'unità di misura predefinita degli angoli</string>
<string name="preferred_angle_units_message">Unita di misura predefinita per gli angoli \'%1$s\' differisce da quella attuale \'%2$s\'. Dimenticato di cambiarla?</string>
<string name="close">Chiudi</string>
<string name="c_app_widget_3x3_name">Calculator++ Widget (3x3)</string>
<string name="c_app_widget_3x4_name">Calculator++ Widget (3x4)</string>
<string name="c_app_widget_4x4_name">Calculator++ Widget (4x4)</string>
<string name="c_app_widget_4x5_name">Calculator++ Widget (4x5)</string>
<string name="open_onscreen_calculator">Click to open calculator in window mode</string>
<string name="prefs_onscreen_title">Calculator (in separate window) settings</string>
<string name="prefs_onscreen_start_on_boot_title">Start on boot</string>
<string name="prefs_onscreen_start_on_boot_summary">If turned on Calculator++ will appear in notification bar after
device boot
</string>
<string name="prefs_onscreen_show_app_icon_title">Show separate icon (require reboot)</string>
<string name="prefs_onscreen_show_app_icon_summary">If turned on second icon will be shown in applications\' list
</string>
<string name="cpp_onscreen_remove_icon_message">You can remove second icon in applications\' list from application
settings or by pressing next button
</string>
<string name="cpp_this_change_may_require_reboot">This change may require reboot</string>
<string name="cpp_plot_2d">2D plot</string>
<string name="cpp_plot_3d">3D plot</string>
<string name="cpp_plot_functions">Graph functions</string>
<string name="cpp_prefs_graph_plot_imag_title">Plot imaginary part of function</string>
<string name="cpp_prefs_graph_plot_imag_summary">If checked imaginary part of function will be plotted</string>
<string name="cpp_monochrome_line_color_type">Monochrome</string>
<string name="cpp_color_map_line_color_type">Color map (only 3D)</string>
<string name="cpp_solid_line_style">Solid (-----)</string>
<string name="cpp_dashed_line_style">Dashed (- - -)</string>
<string name="cpp_dotted_line_style">Dotted (. . .)</string>
<string name="cpp_dash_dotted_line_style">Dot-dashed (-.-.-)</string>
<string name="cpp_plotter">Function plotter</string>
<string name="cpp_plot_screenshot">Capture screenshot</string>
<string name="cpp_plot_screenshot_saved">Screenshot successfully saved: %1$s!</string>
<string name="cpp_plot_unable_to_save_screenshot">Screenshot cannot be saved as SD card is not mounted. Mount SD
card and try again!
</string>
<string name="cpp_plot_function_line_color_type">Line color type</string>
<string name="cpp_plot_function_line_color">Line color</string>
<string name="cpp_plot_function_line_style">Line style</string>
<string name="cpp_plot_function_line_width">Line width</string>
<string name="cpp_plot_function_settings">Function settings</string>
<string name="cpp_function">Function</string>
<string name="cpp_pinned">Pinned</string>
<string name="cpp_visible">Visible</string>
<string name="cpp_plot_button_text">+plot</string>
<string name="cpp_plot_empty_function_error">Unable to plot empty function!</string>
<string name="cpp_plot_too_many_variables">Unable to plot: too many variables!</string>
<string name="cpp_plot_range">Graph range</string>
<string name="cpp_fullscreen">Fullscreen</string>
<string name="cpp_plot_range_x_min">X Min</string>
<string name="cpp_plot_range_x_max">X Max</string>
<string name="cpp_plot_range_y_min">Y Min</string>
<string name="cpp_plot_range_y_max">Y Max</string>
<string name="cpp_invalid_number">Invalid number!</string>
<string name="cpp_plot_boundaries_should_differ">Graph boundaries should not be the same!</string>
<string name="cpp_apply">Apply</string>
<string name="cpp_message">Message</string>
<string name="cpp_continue">Continue</string>
<string name="cpp_purchase_text">Supporting the project is easy and secure: purchase process is provided by Google
and all you need is a properly configured Google account.\n\n
Payment information is stored in Google servers with your Google account and you can easily use application on
several devices.\n\n
By clicking \'Continue\' button you will be redirected to the Google Play app to make the payment.
</string>
<string name="cpp_purchase_title">Purchase</string>
<string name="cpp_purchase_thank_you_text">Thank you for supporting the application!\n\n It might take several
minutes until app will be informed about the purchase. You always can check information about the purchase in
your Google Account.\n
If you have any problems or questions feel free to contact me directly (contacts are available in
Main-&gt;Menu-&gt;About)
</string>
<string name="open_onscreen_calculator">Clicca per aprire la calcolatrice in modalità finestra</string>
<string name="prefs_onscreen_title">Impostazioni Calculator (in finestra separata)</string>
<string name="prefs_onscreen_start_on_boot_title">Apri all\'avvio</string>
<string name="prefs_onscreen_start_on_boot_summary">Se selezionato, Calculator + + apparirà nella barra di notifica dopo l\'avvio del dispositivo</string>
<string name="prefs_onscreen_show_app_icon_title">Visualizza icona separata (richiede riavvio)</string>
<string name="prefs_onscreen_show_app_icon_summary">Se selezionato, la seconda icona apparirà nella lista delle applicazioni</string>
<string name="cpp_onscreen_remove_icon_message">È possibile rimuovere la seconda icona nella lista delle applicazioni, nelle impostazioni dell\'applicazione o premendo il pulsante avanti</string>
<string name="cpp_this_change_may_require_reboot">Questo cambiamento potrebbe richiedere il riavvio</string>
<string name="cpp_plot_2d">Grafico 2D</string>
<string name="cpp_plot_3d">Grafico 3D</string>
<string name="cpp_plot_functions">Funzioni del grafico</string>
<string name="cpp_prefs_graph_plot_imag_title">Rappresenta la parte immaginaria della funzione</string>
<string name="cpp_prefs_graph_plot_imag_summary">Se selezionato, la parte immaginaria della funzione sarà rappresentata</string>
<string name="cpp_monochrome_line_color_type">Monocromo</string>
<string name="cpp_color_map_line_color_type">Colore mappa (solo 3D)</string>
<string name="cpp_solid_line_style">Solido (-----)</string>
<string name="cpp_dashed_line_style">Tratteggiato (- - -)</string>
<string name="cpp_dotted_line_style">A puntini (. . .)</string>
<string name="cpp_dash_dotted_line_style">Punto-linea (-.-.-)</string>
<string name="cpp_plotter">Rappresenta la funzione</string>
<string name="cpp_plot_screenshot">cattura la schermata</string>
<string name="cpp_plot_screenshot_saved">La schermata è stata salvata con successo: \'%1$s\'!</string>
<string name="cpp_plot_unable_to_save_screenshot">La schermata non può essere salvata perché la scheda SD non è inserita. Inserire la scheda e provare ancora!</string>
<string name="cpp_plot_function_line_color_type">Tipo del colore della linea</string>
<string name="cpp_plot_function_line_color">Colore linea</string>
<string name="cpp_plot_function_line_style">Stile linea</string>
<string name="cpp_plot_function_line_width">Spessore Linea</string>
<string name="cpp_plot_function_settings">Impostazioni funzione</string>
<string name="cpp_function">Funzione</string>
<string name="cpp_pinned">Bloccato</string>
<string name="cpp_visible">Visibile</string>
<string name="cpp_plot_button_text">Disegna</string>
<string name="cpp_plot_empty_function_error">Impassibile rappresentare funzioni vuote!</string>
<string name="cpp_plot_too_many_variables">Impassibile rappresentare: troppe variabili!</string>
<string name="cpp_plot_range">Intervallo del grafico</string>
<string name="cpp_fullscreen">Schermo intero</string>
<string name="cpp_plot_range_x_min">Minimo x</string>
<string name="cpp_plot_range_x_max">Massimo x</string>
<string name="cpp_plot_range_y_min">Minimo y</string>
<string name="cpp_plot_range_y_max">Massimo y</string>
<string name="cpp_invalid_number">Numero non valido!</string>
<string name="cpp_plot_boundaries_should_differ">I limiti del grafico devono essere distinti!</string>
<string name="cpp_apply">Applica</string>
<string name="cpp_message">Messaggio</string>
<string name="cpp_continue">Continua</string>
<string name="cpp_purchase_text">Sostenere il progetto è facile e sicuro: il processo di pagamento è fornito da Google, e tutto ciò di cui hai bisogno è un account correttamente configurato.
Le informazioni di pagamento sono memorizzate nei server di Google nel tuo account e puoi utilizzare facilmente quest\'applicazione su svariati apparecchi.
premendo \'continua\' sarai indirizzato all\'applicazione Google play per effettuare il pagamento. </string>
<string name="cpp_purchase_title">Acquista</string>
<string name="cpp_purchase_thank_you_text">Grazie per il supporto a questa applicazione!
Potrebbero servire alcuno minuti prima che l\'applicazione venga informata dell\'acquisto. Puoi sempre verificare le informazioni sul pagamento nel tuo account Google.
In caso di problemi o domande puoi contattare direttamente me(i contatto sono disponibili in main->menu->about)</string>
</resources>

View File

@@ -11,7 +11,7 @@
tangente) della funzione f(x) = e^x nel punto x = 0 che è uguale a 1
</string>
<string name="c_var_description_i">Unità immaginaria, definita come i^2 = -1</string>
<string name="c_var_description_c">Velocità della luce nel vuoto, m·s^-1</string>
<string name="c_var_description_c">Velocità della luce nel vuoto, m·s</string>
<string name="c_var_description_G">La costante gravitazionale è una costante fisica empirica coinvolta nel calcolo
dell\' attrazione gravitazionale tra gli oggetti con massa, m^3·kg^1·s^2
</string>
@@ -21,6 +21,6 @@
<string name="c_var_description_h_reduced">Costante di riduzione di Planck, J·s</string>
<string name="c_var_description_nan">Non è un numero</string>
<string name="c_var_description_inf">Infinito</string>
<string name="c_var_system">Built-in</string>
<string name="c_var_system">Integrato</string>
<string name="c_var_my">Mie</string>
</resources>