Probably nicer wording

This commit is contained in:
Pierre Pronchery 2010-11-27 15:49:51 +00:00
parent 59da8bda4f
commit 89d0f94b13
5 changed files with 17 additions and 9 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Editor 0.1.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-11-15 01:45+0100\n"
"POT-Creation-Date: 2010-11-27 16:20+0100\n"
"PO-Revision-Date: 2010-04-07 22:05+0200\n"
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
"Language-Team: German\n"
@ -182,7 +182,7 @@ msgid "Partial write"
msgstr ""
#: ../src/editor.c:654
msgid "File exists. Overwrite?"
msgid "This file already exists. Overwrite?"
msgstr ""
#: ../src/editor.c:663

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Editor 0.1.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-11-15 01:45+0100\n"
"POT-Creation-Date: 2010-11-27 16:20+0100\n"
"PO-Revision-Date: 2010-04-07 22:07+0200\n"
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
"Language-Team: Spanish\n"
@ -182,7 +182,7 @@ msgid "Partial write"
msgstr ""
#: ../src/editor.c:654
msgid "File exists. Overwrite?"
msgid "This file already exists. Overwrite?"
msgstr ""
#: ../src/editor.c:663

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Editor 0.1.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-11-15 01:45+0100\n"
"POT-Creation-Date: 2010-11-27 16:20+0100\n"
"PO-Revision-Date: 2010-04-11 12:32+0200\n"
"Last-Translator: Calimero <calimeroteknik@free.fr>\n"
"Language-Team: French\n"
@ -186,7 +186,7 @@ msgid "Partial write"
msgstr "Écriture partielle"
#: ../src/editor.c:654
msgid "File exists. Overwrite?"
msgid "This file already exists. Overwrite?"
msgstr "Le fichier existe déjà. L'écraser ?"
#: ../src/editor.c:663
@ -200,3 +200,11 @@ msgstr "Enregistrer sous..."
#: ../src/main.c:43
msgid "Usage: editor [file]\n"
msgstr "Usage: editor [fichier]\n"
#, fuzzy
#~ msgid ""
#~ "There are unsaved changes.\n"
#~ "Are you sure you want to close?"
#~ msgstr ""
#~ "Il y a des changements non enregistrés.\n"
#~ "Êtes-vous sûr de vouloir les annuler ?"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Editor 0.1.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-11-15 01:45+0100\n"
"POT-Creation-Date: 2010-11-27 16:20+0100\n"
"PO-Revision-Date: 2010-04-09 16:43+0200\n"
"Last-Translator: Pierre Pronchery <khorben@defora.org>\n"
"Language-Team: Italian\n"
@ -183,7 +183,7 @@ msgid "Partial write"
msgstr ""
#: ../src/editor.c:654
msgid "File exists. Overwrite?"
msgid "This file already exists. Overwrite?"
msgstr ""
#: ../src/editor.c:663

View File

@ -651,7 +651,7 @@ gboolean editor_save_as(Editor * editor, char const * filename)
gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG(
dialog), "%s",
#endif
_("File exists. Overwrite?"));
_("This file already exists. Overwrite?"));
gtk_window_set_title(GTK_WINDOW(dialog), _("Warning"));
ret = gtk_dialog_run(GTK_DIALOG(dialog));
gtk_widget_destroy(dialog);