From b383fd8ea5b0eb8d85f317a5e6bb652988d8cdf2 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Mon, 4 Apr 2011 18:28:35 +0200 Subject: [PATCH] Updated translation. --- po/it.po | 55 +++++++++++++++++++++++++++++++++-------------- src/form.c | 2 +- test/database.db | Bin 2048 -> 2048 bytes 3 files changed, 40 insertions(+), 17 deletions(-) diff --git a/po/it.po b/po/it.po index 88ab4a6..d4d780e 100644 --- a/po/it.po +++ b/po/it.po @@ -1,13 +1,13 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# Andrea Zagli , 2009, 2010. +# Andrea Zagli , 2009, 2010, 2011. # msgid "" msgstr "" "Project-Id-Version: 0.1.0\n" "Report-Msgid-Bugs-To: Andrea Zagli \n" -"POT-Creation-Date: 2010-08-01 11:50+0200\n" +"POT-Creation-Date: 2011-04-04 18:27+0200\n" "PO-Revision-Date: 2010-08-01 11:52+0200\n" "Last-Translator: Andrea Zagli \n" "Language-Team: Italian <>\n" @@ -17,56 +17,79 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" -#: ../src/fieldboolean.c:315 ../src/fieldboolean.c:369 -#: ../src/fielddatetime.c:401 ../src/fielddatetime.c:456 -#: ../src/fieldfloat.c:365 +#: ../src/fieldboolean.c:342 ../src/fieldboolean.c:396 +#: ../src/fielddatetime.c:574 ../src/fielddatetime.c:630 +#: ../src/fieldfloat.c:394 msgid "GtkFormField hasn't a field name." msgstr "GtkFormField non ha un nome di campo." -#: ../src/fielddatetime.c:779 +#: ../src/fielddatetime.c:996 #, c-format msgid "GtkFormFieldDateTimeType not supported: %d." msgstr "GtkFormFieldDateTimeType non supportato: %d." -#: ../src/form.c:395 +#: ../src/form.c:241 +#, c-format +msgid "Error on writing on log file: %s" +msgstr "Errore nella scrittura sul file di registro: %s" + +#: ../src/form.c:275 +#, c-format +msgid "Error on opening log file: %s." +msgstr "Errore durante l'apertura del file di registro: %s." + +#: ../src/form.c:497 #, c-format msgid "Error on loading GtkBuilder file: %s\n" msgstr "Errore durante il caricamento del file GtkBuilder: %s\n" -#: ../src/form.c:444 +#: ../src/form.c:546 #, c-format msgid "Unknown type «%s»." msgstr "Tipo «%s» sconosciuto." -#: ../src/form.c:474 +#: ../src/form.c:576 #, c-format msgid "Label «%s» not found." msgstr "Etichetta «%s» non trovata." -#: ../src/form.c:657 +#: ../src/form.c:779 #, c-format msgid "Field of type «%s» not found." msgstr "Campo di tipo «%s» non trovato." -#: ../src/form.c:666 +#: ../src/form.c:788 #, c-format msgid "Widget of type «%s» not found." msgstr "Widget di tipo «%s» non trovato." #. TO DO -#: ../src/form.c:680 +#: ../src/form.c:802 msgid "The file is not a valid gtkform definition file." msgstr "Il file non è un file di definizione di gtkform valido." -#: ../src/form.c:1177 ../src/form.c:1449 ../src/form.c:1525 ../src/form.c:1566 +#: ../src/form.c:1306 ../src/form.c:1591 ../src/form.c:1667 ../src/form.c:1708 #, c-format msgid "Object «%s» not found." msgstr "Oggetto «%s» non trovato." -#: ../src/form.c:2164 +#: ../src/form.c:1416 ../src/form.c:1442 +msgid " is obligatory" +msgstr " è obbligatorio" + +#: ../src/form.c:1416 +msgid " isn't valid" +msgstr " non è valido" + +#: ../src/form.c:1489 +#, c-format +msgid "Field «%s» is changed." +msgstr "Il campo «%s» è cambiato." + +#: ../src/form.c:2409 #, c-format -msgid "The field «%s» is obligatory." -msgstr "Il campo «%s» è obbligatorio." +msgid "The field «%s»%s." +msgstr "Il campo «%s»%s." #: ../src/widget.c:183 #, c-format diff --git a/src/form.c b/src/form.c index cc6fe04..e799090 100644 --- a/src/form.c +++ b/src/form.c @@ -2406,7 +2406,7 @@ gtk_form_show_check_error_dialog (GtkFormWidget *fwidget, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_OK, - g_strdup_printf (_("The field «%s»%s"), label_text, message)); + g_strdup_printf (_("The field «%s»%s."), label_text, message)); gtk_dialog_run (GTK_DIALOG (dialog)); gtk_widget_destroy (dialog); } diff --git a/test/database.db b/test/database.db index 3e5486bb09557dd64dbea3faa8619987de8e2cad..0c1200262f9d9a52b7ff505f2a366adc70d67fca 100644 GIT binary patch delta 17 YcmZn=Xb_kn&1gSS#+lK6W5NP<04qQQ^Z)<= delta 17 YcmZn=Xb_kn&1g4K#+lJ>W5NP<04p&B@&Et; -- 2.49.0