From 1303c7227183737880de588060e229446b644335 Mon Sep 17 00:00:00 2001 From: Cedric Duval Date: Sat, 5 Aug 2006 12:25:46 +0000 Subject: [PATCH] * Added a string as translatable (reported by C. Stazzone). * Updated translation files. * Added translations for said string for de, fr, it, and sv (checking with translators that it is ok). * Really changed pointer for reporting strings bugs. --- edit.c | 2 +- po/Makevars | 2 +- po/abook.pot | 10 +++++++--- po/de.po | 14 +++++++++----- po/fr.po | 14 +++++++++----- po/it.po | 14 +++++++++----- po/ja.po | 13 +++++++++---- po/sv.po | 14 +++++++++----- 8 files changed, 54 insertions(+), 29 deletions(-) diff --git a/edit.c b/edit.c index 739d001..3da07ca 100644 --- a/edit.c +++ b/edit.c @@ -528,7 +528,7 @@ add_item() char *field = NULL; list_item item = item_create(); - change_field("Name: ", &field, MAX_FIELD_LEN); + change_field(_("Name: "), &field, MAX_FIELD_LEN); if( field == NULL ) return; diff --git a/po/Makevars b/po/Makevars index b1e0b76..34f1deb 100644 --- a/po/Makevars +++ b/po/Makevars @@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Free Software Foundation, Inc. # It can be your email address, or a mailing list address where translators # can write to without being subscribed, or the URL of a web page through # which the translators can contact you. -MSGID_BUGS_ADDRESS = +MSGID_BUGS_ADDRESS = # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. diff --git a/po/abook.pot b/po/abook.pot index f61aaf7..03f2023 100644 --- a/po/abook.pot +++ b/po/abook.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-29 10:08+0200\n" +"POT-Creation-Date: 2006-08-05 14:17+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -313,11 +313,11 @@ msgstr "" msgid "unknown type" msgstr "" -#: database.c:589 +#: database.c:591 msgid "Invalid field value defined in configuration" msgstr "" -#: database.c:592 +#: database.c:594 msgid "Invalid field value for sorting" msgstr "" @@ -358,6 +358,10 @@ msgstr "" msgid "sorry, input for this field type is not yet implemented" msgstr "" +#: edit.c:531 +msgid "Name: " +msgstr "" + #: edit.h:13 msgid "?:help q:quit editor" msgstr "" diff --git a/po/de.po b/po/de.po index 1fc3af2..bbe3a89 100644 --- a/po/de.po +++ b/po/de.po @@ -6,9 +6,9 @@ msgid "" msgstr "" "Project-Id-Version: abook 0.5.5pre1\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-29 10:08+0200\n" -"PO-Revision-Date: 2005-10-03 00:56+0200\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-08-05 14:17+0200\n" +"PO-Revision-Date: 2006-08-05 14:12+0200\n" "Last-Translator: Johannes Weißl \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -333,11 +333,11 @@ msgstr "" msgid "unknown type" msgstr "unbekannte Option" -#: database.c:589 +#: database.c:591 msgid "Invalid field value defined in configuration" msgstr "Ungültiger Feld-Wert in der Konfiguration festgelegt" -#: database.c:592 +#: database.c:594 #, fuzzy msgid "Invalid field value for sorting" msgstr "Ungültiger Feld-Wert in der Konfiguration festgelegt" @@ -381,6 +381,10 @@ msgstr "" msgid "sorry, input for this field type is not yet implemented" msgstr "" +#: edit.c:531 +msgid "Name: " +msgstr "Name: " + #: edit.h:13 msgid "?:help q:quit editor" msgstr "" diff --git a/po/fr.po b/po/fr.po index c4f7fce..68a92f6 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,9 +6,9 @@ msgid "" msgstr "" "Project-Id-Version: abook\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-29 10:08+0200\n" -"PO-Revision-Date: 2005-10-03 10:53+0200\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-08-05 14:17+0200\n" +"PO-Revision-Date: 2006-08-05 14:08+0200\n" "Last-Translator: Cedric Duval \n" "Language-Team: french\n" "MIME-Version: 1.0\n" @@ -328,11 +328,11 @@ msgstr "" msgid "unknown type" msgstr "option inconnue" -#: database.c:589 +#: database.c:591 msgid "Invalid field value defined in configuration" msgstr "Valeur de champ invalide définie dans la configuration" -#: database.c:592 +#: database.c:594 #, fuzzy msgid "Invalid field value for sorting" msgstr "Valeur de champ invalide définie dans la configuration" @@ -377,6 +377,10 @@ msgstr "" msgid "sorry, input for this field type is not yet implemented" msgstr "" +#: edit.c:531 +msgid "Name: " +msgstr "Nom: " + #: edit.h:13 msgid "?:help q:quit editor" msgstr "" diff --git a/po/it.po b/po/it.po index 8252396..219caa6 100644 --- a/po/it.po +++ b/po/it.po @@ -6,9 +6,9 @@ msgid "" msgstr "" "Project-Id-Version: abook 0.5.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-29 10:08+0200\n" -"PO-Revision-Date: 2006-03-10 15:09+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-08-05 14:17+0200\n" +"PO-Revision-Date: 2006-08-05 14:08+0200\n" "Last-Translator: Claudio Stazzone \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -328,11 +328,11 @@ msgstr "" msgid "unknown type" msgstr "opzione sconosciuta" -#: database.c:589 +#: database.c:591 msgid "Invalid field value defined in configuration" msgstr "Valore di campo errato nella configurazione" -#: database.c:592 +#: database.c:594 #, fuzzy msgid "Invalid field value for sorting" msgstr "Valore di campo errato nella configurazione" @@ -376,6 +376,10 @@ msgstr "" msgid "sorry, input for this field type is not yet implemented" msgstr "" +#: edit.c:531 +msgid "Name: " +msgstr "Nome: " + #: edit.h:13 msgid "?:help q:quit editor" msgstr "" diff --git a/po/ja.po b/po/ja.po index a911194..7f26b6e 100644 --- a/po/ja.po +++ b/po/ja.po @@ -4,8 +4,8 @@ msgid "" msgstr "" "Project-Id-Version: 0.5.5\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-29 10:08+0200\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-08-05 14:17+0200\n" "PO-Revision-Date: 2005-10-18 18:10+0200\n" "Last-Translator: TAKAHASHI Tamotsu \n" "Language-Team: japanese\n" @@ -324,11 +324,11 @@ msgstr "" msgid "unknown type" msgstr "ÉÔÌÀ¤Ê¥ª¥×¥·¥ç¥ó¤Ç¤¹" -#: database.c:589 +#: database.c:591 msgid "Invalid field value defined in configuration" msgstr "ÉÔÀµ¤Ê¹àÌÜ̾¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹" -#: database.c:592 +#: database.c:594 #, fuzzy msgid "Invalid field value for sorting" msgstr "ÉÔÀµ¤Ê¹àÌÜ̾¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹" @@ -372,6 +372,11 @@ msgstr "" msgid "sorry, input for this field type is not yet implemented" msgstr "" +#: edit.c:531 +#, fuzzy +msgid "Name: " +msgstr "»á̾" + #: edit.h:13 msgid "?:help q:quit editor" msgstr "" diff --git a/po/sv.po b/po/sv.po index da869cd..22220a1 100644 --- a/po/sv.po +++ b/po/sv.po @@ -6,9 +6,9 @@ msgid "" msgstr "" "Project-Id-Version: abook 0.5.4\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-29 10:08+0200\n" -"PO-Revision-Date: 2005-09-23 22:13+0200\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2006-08-05 14:17+0200\n" +"PO-Revision-Date: 2006-08-05 14:20+0200\n" "Last-Translator: Susanna Björverud \n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -328,11 +328,11 @@ msgstr "" msgid "unknown type" msgstr "okänd flagga" -#: database.c:589 +#: database.c:591 msgid "Invalid field value defined in configuration" msgstr "Ogiltigt fältvärde i konfigurationen" -#: database.c:592 +#: database.c:594 #, fuzzy msgid "Invalid field value for sorting" msgstr "Ogiltigt fältvärde i konfigurationen" @@ -376,6 +376,10 @@ msgstr "" msgid "sorry, input for this field type is not yet implemented" msgstr "" +#: edit.c:531 +msgid "Name: " +msgstr "Namn: " + #: edit.h:13 msgid "?:help q:quit editor" msgstr "" -- 2.39.2