From 86a829f7c8ba7d02412932ecee5619ae82936d63 Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Sat, 21 Jun 2003 15:33:39 +0000 Subject: Added en_GB translation and fixed a typo. --- po/en_GB.po | 452 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 452 insertions(+) create mode 100644 po/en_GB.po (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po new file mode 100644 index 00000000..10c1ec14 --- /dev/null +++ b/po/en_GB.po @@ -0,0 +1,452 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Mike Newman , 2003. +# +msgid "" +msgstr "" +"Project-Id-Version: 1.2\n" +"POT-Creation-Date: 2003-06-21 16:30+0100\n" +"PO-Revision-Date: 2003-06-21 16:13+0100\n" +"Last-Translator: Mike Newman \n" +"Language-Team: British English \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/about.c:264 +msgid "translator_credits" +msgstr "tramslator_credits" + +#: src/about.c:294 +msgid "Display dialog boxes from shell scripts" +msgstr "Display dialog boxes from shell scripts" + +#: src/about.c:298 +msgid "(C) 2003 Sun Microsystems" +msgstr "(C) 2003 Sun Microsystems" + +#: src/about.c:382 +msgid "Credits" +msgstr "Credits" + +#: src/about.c:409 +msgid "Written by" +msgstr "Written by" + +#: src/about.c:422 +msgid "Translated by" +msgstr "Translated by" + +#: src/main.c:132 +msgid "Display calendar dialog" +msgstr "Display calendar dialog" + +#: src/main.c:141 +msgid "Display text entry dialog" +msgstr "Display text entry dialog" + +#: src/main.c:150 +msgid "Display error dialog" +msgstr "Display error dialog" + +#: src/main.c:159 +msgid "Display file selection dialog" +msgstr "Display file selection dialog" + +#: src/main.c:168 +msgid "Display info dialog" +msgstr "Display info dialog" + +#: src/main.c:177 +msgid "Display list dialog" +msgstr "Display list dialog" + +#: src/main.c:186 +msgid "Display progress indication dialog" +msgstr "Display progress indication dialog" + +#: src/main.c:195 +msgid "Display question dialog" +msgstr "Display question dialog" + +#: src/main.c:204 +msgid "Display text information dialog" +msgstr "Display text information dialog" + +#: src/main.c:213 +msgid "Display warning dialog" +msgstr "Display warning dialog" + +#: src/main.c:235 +msgid "Set the dialog title" +msgstr "Set the dialog title" + +#: src/main.c:236 +msgid "TITLE" +msgstr "TITLE" + +#: src/main.c:244 +msgid "Set the window icon" +msgstr "Set the window icon" + +#: src/main.c:245 +msgid "ICONPATH" +msgstr "ICONPATH" + +#: src/main.c:253 +msgid "Set the width" +msgstr "Set the width" + +#: src/main.c:254 +msgid "WIDTH" +msgstr "WIDTH" + +#: src/main.c:262 +msgid "Set the height" +msgstr "Set the height" + +#: src/main.c:263 +msgid "HEIGHT" +msgstr "HEIGHT" + +#: src/main.c:284 src/main.c:341 src/main.c:381 src/main.c:403 src/main.c:523 +#: src/main.c:564 src/main.c:617 +msgid "Set the dialog text" +msgstr "Set the dialog text" + +#: src/main.c:293 +msgid "Set the calendar day" +msgstr "Set the calendar day" + +#: src/main.c:302 +msgid "Set the calendar month" +msgstr "Set the calendar month" + +#: src/main.c:311 +msgid "Set the calendar year" +msgstr "Set the calendar year" + +#: src/main.c:319 +msgid "Set the format for the returned date" +msgstr "Set the format for the returned date" + +#: src/main.c:350 +msgid "Set the entry text" +msgstr "Set the entry text" + +#: src/main.c:359 +msgid "Hide the entry text" +msgstr "Hide the entry text" + +#: src/main.c:425 +msgid "Set the filename" +msgstr "Set the filename" + +#: src/main.c:426 src/main.c:587 +msgid "FILENAME" +msgstr "FILENAME" + +#: src/main.c:434 +msgid "Allow multiple files to be selected" +msgstr "Allow multiple files to be selected" + +#: src/main.c:443 +msgid "Set output separator character." +msgstr "Set output separator character" + +#: src/main.c:444 src/main.c:493 +msgid "SEPARATOR" +msgstr "SEPARATOR" + +#: src/main.c:465 +msgid "Set the column header" +msgstr "Set the column header" + +#: src/main.c:474 +msgid "Use check boxes for first column" +msgstr "Use check boxes for first column" + +#: src/main.c:483 +msgid "Use radio buttons for first column" +msgstr "Use radio buttons for first column" + +#: src/main.c:492 +msgid "Set output separator character" +msgstr "Set output separator character" + +#: src/main.c:501 src/main.c:595 +msgid "Allow changes to text" +msgstr "Allow changes to text" + +#: src/main.c:532 +msgid "Set initial percentage" +msgstr "Set initial percentage" + +#: src/main.c:541 +msgid "Pulsate progress bar" +msgstr "Pulsate progress bar" + +#: src/main.c:551 +#, no-c-format +msgid "Dismiss the dialog when 100% has been reached" +msgstr "Dismiss the dialog when 100% has been reached" + +#: src/main.c:586 +msgid "Open file" +msgstr "Open file" + +#: src/main.c:630 +msgid "Gdk debugging flags to set" +msgstr "Gdk debugging flags to set" + +#: src/main.c:631 src/main.c:640 src/main.c:719 src/main.c:728 +msgid "FLAGS" +msgstr "FLAGS" + +#: src/main.c:639 +msgid "Gdk debugging flags to unset" +msgstr "Gdk debugging flags to unset" + +#: src/main.c:649 +msgid "X display to use" +msgstr "X display to use" + +#: src/main.c:650 +msgid "DISPLAY" +msgstr "DISPLAY" + +#: src/main.c:660 +msgid "X screen to use" +msgstr "X screen to use" + +#: src/main.c:661 +msgid "SCREEN" +msgstr "SCREEN" + +#: src/main.c:671 +msgid "Make X calls synchronous" +msgstr "Make X calls synchronous" + +#: src/main.c:680 +msgid "Program name as used by the window manager" +msgstr "Program name as used by the window manager" + +#: src/main.c:681 +msgid "NAME" +msgstr "NAME" + +#: src/main.c:689 +msgid "Program class as used by the window manager" +msgstr "Program class as used by the window manager" + +#: src/main.c:690 +msgid "CLASS" +msgstr "CLASS" + +#: src/main.c:700 +msgid "HOST" +msgstr "HOST" + +#: src/main.c:710 +msgid "PORT" +msgstr "PORT" + +#: src/main.c:718 +msgid "Gtk+ debugging flags to set" +msgstr "Gtk+ debugging flags to set" + +#: src/main.c:727 +msgid "Gtk+ debugging flags to unset" +msgstr "Gtk+ debugging flags to unset" + +#: src/main.c:736 +msgid "Make all warnings fatal" +msgstr "Make all warnings fatal" + +#: src/main.c:745 +msgid "Load an additional Gtk module" +msgstr "Load an additional Gtk module" + +#: src/main.c:746 +msgid "MODULE" +msgstr "MODULE" + +#: src/main.c:767 +msgid "About zenity" +msgstr "About zenity" + +#: src/main.c:776 +msgid "Print version" +msgstr "Print version" + +#: src/main.c:789 +msgid "Dialog options" +msgstr "Dialog options" + +#: src/main.c:798 +msgid "General options" +msgstr "General options" + +#: src/main.c:807 +msgid "Calendar options" +msgstr "Calendar options" + +#: src/main.c:816 +msgid "Text entry options" +msgstr "Text entry options" + +#: src/main.c:825 +msgid "Error options" +msgstr "Error options" + +#: src/main.c:834 +msgid "File selection options" +msgstr "File selection options" + +#: src/main.c:843 +msgid "Info options" +msgstr "Info options" + +#: src/main.c:852 +msgid "List options" +msgstr "List options" + +#: src/main.c:861 +msgid "Progress options" +msgstr "Progress options" + +#: src/main.c:870 +msgid "Question options" +msgstr "Question options" + +#: src/main.c:879 +msgid "Text options" +msgstr "Text options" + +#: src/main.c:888 +msgid "Warning options" +msgstr "Warning options" + +#: src/main.c:897 +msgid "GTK+ options" +msgstr "GTK+ options" + +#: src/main.c:906 +msgid "Miscellaneous options" +msgstr "Miscellaneous options" + +#: src/main.c:915 +msgid "Help options" +msgstr "Help options" + +#: src/main.c:1035 +#, c-format +msgid "%s is an invalid option. See 'zenity --help' for more details\n" +msgstr "%s is an invalid option. See 'zenity --help' for more details\n" + +#: src/main.c:1080 +msgid "You must specify a dialog type. See 'zenity --help' for details\n" +msgstr "You must specify a dialog type. See 'zenity --help' for details\n" + +#: src/main.c:1100 +#, c-format +msgid "%s given twice for the same dialog\n" +msgstr "%s given twice for the same dialog\n" + +#: src/main.c:1104 +#, c-format +msgid "%s is not supported for this dialog\n" +msgstr "%s is not supported for this dialog\n" + +#: src/main.c:1108 +msgid "Two or more dialog options specified\n" +msgstr "Two or more dialog options specified\n" + +#: src/tree.c:291 +msgid "No column titles specified for List dialog.\n" +msgstr "No column titles specified for List dialog\n" + +#: src/zenity.glade.h:1 +msgid "*" +msgstr "*" + +#: src/zenity.glade.h:2 +msgid "About Zenity" +msgstr "About Zenity" + +#: src/zenity.glade.h:3 +msgid "Add a new entry" +msgstr "Add a new entry" + +#: src/zenity.glade.h:4 +msgid "All updates are complete." +msgstr "All updates are complete." + +#: src/zenity.glade.h:5 +msgid "An error has occurred." +msgstr "An error has occurred." + +#: src/zenity.glade.h:6 +msgid "Are you sure you want to proceed?" +msgstr "Are you sure you want to proceed?" + +#: src/zenity.glade.h:7 +msgid "C_alendar:" +msgstr "C_alendar" + +#: src/zenity.glade.h:8 +msgid "Calendar selection" +msgstr "Calendar selection" + +#: src/zenity.glade.h:9 +msgid "Error" +msgstr "Error" + +#: src/zenity.glade.h:10 +msgid "Information" +msgstr "Information" + +#: src/zenity.glade.h:11 +msgid "Progress" +msgstr "Progress" + +#: src/zenity.glade.h:12 +msgid "Question" +msgstr "Question" + +#: src/zenity.glade.h:13 +msgid "Running..." +msgstr "Running..." + +#: src/zenity.glade.h:14 +msgid "Select a date from below." +msgstr "Select a date from below." + +#: src/zenity.glade.h:15 +msgid "Select a file" +msgstr "Select a file" + +#: src/zenity.glade.h:16 +msgid "Select items from the list" +msgstr "Select items from the list" + +#: src/zenity.glade.h:17 +msgid "Select items from the list below." +msgstr "Select items from the list below." + +#: src/zenity.glade.h:18 +msgid "Text View" +msgstr "Text View" + +#: src/zenity.glade.h:19 +msgid "Warning" +msgstr "Warning" + +#: src/zenity.glade.h:20 +msgid "_Credits" +msgstr "_Credits" + +#: src/zenity.glade.h:21 +msgid "_Enter new text:" +msgstr "_Enter new text" -- cgit From 0084f1fa0762f85b57103d63e15fd952cf3d31fd Mon Sep 17 00:00:00 2001 From: Mike Newman Date: Sat, 21 Jun 2003 15:38:42 +0000 Subject: *** empty log message *** --- po/en_GB.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 10c1ec14..8ec3c705 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -16,7 +16,7 @@ msgstr "" #: src/about.c:264 msgid "translator_credits" -msgstr "tramslator_credits" +msgstr "Mike Newman " #: src/about.c:294 msgid "Display dialog boxes from shell scripts" -- cgit From 0f56f63fa6afc0f8b504a66a6204bc720a7634fa Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Thu, 7 Aug 2003 13:58:00 +0000 Subject: Release 1.4. 2003-08-07 Glynn Foster * configure.in: Release 1.4. --- po/en_GB.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 8ec3c705..15d03bb3 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2003-06-21 16:30+0100\n" +"POT-Creation-Date: 2003-08-07 14:53+0100\n" "PO-Revision-Date: 2003-06-21 16:13+0100\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" @@ -14,27 +14,27 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/about.c:264 +#: src/about.c:265 msgid "translator_credits" msgstr "Mike Newman " -#: src/about.c:294 +#: src/about.c:295 msgid "Display dialog boxes from shell scripts" msgstr "Display dialog boxes from shell scripts" -#: src/about.c:298 +#: src/about.c:299 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: src/about.c:382 +#: src/about.c:383 msgid "Credits" msgstr "Credits" -#: src/about.c:409 +#: src/about.c:410 msgid "Written by" msgstr "Written by" -#: src/about.c:422 +#: src/about.c:423 msgid "Translated by" msgstr "Translated by" -- cgit From b0f91906ab3f8c9edccd3812ea749a44f10b685d Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 24 Aug 2003 17:32:33 +0000 Subject: Release 1.5 2003-08-24 Glynn Foster * configure.in: Release 1.5 --- po/en_GB.po | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 15d03bb3..2e898885 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2003-08-07 14:53+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2003-08-24 18:30+0100\n" "PO-Revision-Date: 2003-06-21 16:13+0100\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" @@ -340,26 +341,26 @@ msgstr "Miscellaneous options" msgid "Help options" msgstr "Help options" -#: src/main.c:1035 +#: src/main.c:1036 #, c-format msgid "%s is an invalid option. See 'zenity --help' for more details\n" msgstr "%s is an invalid option. See 'zenity --help' for more details\n" -#: src/main.c:1080 +#: src/main.c:1081 msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialog type. See 'zenity --help' for details\n" -#: src/main.c:1100 +#: src/main.c:1101 #, c-format msgid "%s given twice for the same dialog\n" msgstr "%s given twice for the same dialog\n" -#: src/main.c:1104 +#: src/main.c:1105 #, c-format msgid "%s is not supported for this dialog\n" msgstr "%s is not supported for this dialog\n" -#: src/main.c:1108 +#: src/main.c:1109 msgid "Two or more dialog options specified\n" msgstr "Two or more dialog options specified\n" -- cgit From 0765153100b04451b676bcfabf6d7a5e6e77391e Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 8 Sep 2003 13:24:07 +0000 Subject: Release 1.6 2003-09-08 Glynn Foster * configure.in: Release 1.6 --- po/en_GB.po | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 2e898885..3d6c514e 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-08-24 18:30+0100\n" +"POT-Creation-Date: 2003-09-08 14:16+0100\n" "PO-Revision-Date: 2003-06-21 16:13+0100\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" @@ -15,27 +15,27 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/about.c:265 +#: src/about.c:268 msgid "translator_credits" msgstr "Mike Newman " -#: src/about.c:295 +#: src/about.c:298 msgid "Display dialog boxes from shell scripts" msgstr "Display dialog boxes from shell scripts" -#: src/about.c:299 +#: src/about.c:302 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: src/about.c:383 +#: src/about.c:386 msgid "Credits" msgstr "Credits" -#: src/about.c:410 +#: src/about.c:413 msgid "Written by" msgstr "Written by" -#: src/about.c:423 +#: src/about.c:426 msgid "Translated by" msgstr "Translated by" @@ -341,26 +341,26 @@ msgstr "Miscellaneous options" msgid "Help options" msgstr "Help options" -#: src/main.c:1036 +#: src/main.c:1038 #, c-format msgid "%s is an invalid option. See 'zenity --help' for more details\n" msgstr "%s is an invalid option. See 'zenity --help' for more details\n" -#: src/main.c:1081 +#: src/main.c:1083 msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialog type. See 'zenity --help' for details\n" -#: src/main.c:1101 +#: src/main.c:1103 #, c-format msgid "%s given twice for the same dialog\n" msgstr "%s given twice for the same dialog\n" -#: src/main.c:1105 +#: src/main.c:1107 #, c-format msgid "%s is not supported for this dialog\n" msgstr "%s is not supported for this dialog\n" -#: src/main.c:1109 +#: src/main.c:1111 msgid "Two or more dialog options specified\n" msgstr "Two or more dialog options specified\n" -- cgit From c34e4255ffcb29d0aa39c262d68de3bc18095f57 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 12 Nov 2003 01:14:17 +0000 Subject: Fix radiolist returning the wrong argument. Patch from Peter Åstrand MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2003-11-12 Glynn Foster * src/gdialog.in: Fix radiolist returning the wrong argument. Patch from Peter Åstrand . Fixes #125672. --- po/en_GB.po | 170 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 87 insertions(+), 83 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 3d6c514e..2d18c299 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,14 +6,14 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2003-09-08 14:16+0100\n" +"POT-Creation-Date: 2003-11-12 14:12+1300\n" "PO-Revision-Date: 2003-06-21 16:13+0100\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Report-Msgid-Bugs-To: \n" #: src/about.c:268 msgid "translator_credits" @@ -39,328 +39,328 @@ msgstr "Written by" msgid "Translated by" msgstr "Translated by" -#: src/main.c:132 +#: src/main.c:137 msgid "Display calendar dialog" msgstr "Display calendar dialog" -#: src/main.c:141 +#: src/main.c:146 msgid "Display text entry dialog" msgstr "Display text entry dialog" -#: src/main.c:150 +#: src/main.c:155 msgid "Display error dialog" msgstr "Display error dialog" -#: src/main.c:159 +#: src/main.c:164 msgid "Display file selection dialog" msgstr "Display file selection dialog" -#: src/main.c:168 +#: src/main.c:173 msgid "Display info dialog" msgstr "Display info dialog" -#: src/main.c:177 +#: src/main.c:182 msgid "Display list dialog" msgstr "Display list dialog" -#: src/main.c:186 +#: src/main.c:191 msgid "Display progress indication dialog" msgstr "Display progress indication dialog" -#: src/main.c:195 +#: src/main.c:200 msgid "Display question dialog" msgstr "Display question dialog" -#: src/main.c:204 +#: src/main.c:209 msgid "Display text information dialog" msgstr "Display text information dialog" -#: src/main.c:213 +#: src/main.c:218 msgid "Display warning dialog" msgstr "Display warning dialog" -#: src/main.c:235 +#: src/main.c:240 msgid "Set the dialog title" msgstr "Set the dialog title" -#: src/main.c:236 +#: src/main.c:241 msgid "TITLE" msgstr "TITLE" -#: src/main.c:244 +#: src/main.c:249 msgid "Set the window icon" msgstr "Set the window icon" -#: src/main.c:245 +#: src/main.c:250 msgid "ICONPATH" msgstr "ICONPATH" -#: src/main.c:253 +#: src/main.c:258 msgid "Set the width" msgstr "Set the width" -#: src/main.c:254 +#: src/main.c:259 msgid "WIDTH" msgstr "WIDTH" -#: src/main.c:262 +#: src/main.c:267 msgid "Set the height" msgstr "Set the height" -#: src/main.c:263 +#: src/main.c:268 msgid "HEIGHT" msgstr "HEIGHT" -#: src/main.c:284 src/main.c:341 src/main.c:381 src/main.c:403 src/main.c:523 -#: src/main.c:564 src/main.c:617 +#: src/main.c:289 src/main.c:346 src/main.c:386 src/main.c:408 src/main.c:528 +#: src/main.c:569 src/main.c:622 msgid "Set the dialog text" msgstr "Set the dialog text" -#: src/main.c:293 +#: src/main.c:298 msgid "Set the calendar day" msgstr "Set the calendar day" -#: src/main.c:302 +#: src/main.c:307 msgid "Set the calendar month" msgstr "Set the calendar month" -#: src/main.c:311 +#: src/main.c:316 msgid "Set the calendar year" msgstr "Set the calendar year" -#: src/main.c:319 +#: src/main.c:324 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: src/main.c:350 +#: src/main.c:355 msgid "Set the entry text" msgstr "Set the entry text" -#: src/main.c:359 +#: src/main.c:364 msgid "Hide the entry text" msgstr "Hide the entry text" -#: src/main.c:425 +#: src/main.c:430 msgid "Set the filename" msgstr "Set the filename" -#: src/main.c:426 src/main.c:587 +#: src/main.c:431 src/main.c:592 msgid "FILENAME" msgstr "FILENAME" -#: src/main.c:434 +#: src/main.c:439 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: src/main.c:443 +#: src/main.c:448 msgid "Set output separator character." msgstr "Set output separator character" -#: src/main.c:444 src/main.c:493 +#: src/main.c:449 src/main.c:498 msgid "SEPARATOR" msgstr "SEPARATOR" -#: src/main.c:465 +#: src/main.c:470 msgid "Set the column header" msgstr "Set the column header" -#: src/main.c:474 +#: src/main.c:479 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: src/main.c:483 +#: src/main.c:488 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: src/main.c:492 +#: src/main.c:497 msgid "Set output separator character" msgstr "Set output separator character" -#: src/main.c:501 src/main.c:595 +#: src/main.c:506 src/main.c:600 msgid "Allow changes to text" msgstr "Allow changes to text" -#: src/main.c:532 +#: src/main.c:537 msgid "Set initial percentage" msgstr "Set initial percentage" -#: src/main.c:541 +#: src/main.c:546 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: src/main.c:551 +#: src/main.c:556 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialog when 100% has been reached" -#: src/main.c:586 +#: src/main.c:591 msgid "Open file" msgstr "Open file" -#: src/main.c:630 +#: src/main.c:635 msgid "Gdk debugging flags to set" msgstr "Gdk debugging flags to set" -#: src/main.c:631 src/main.c:640 src/main.c:719 src/main.c:728 +#: src/main.c:636 src/main.c:645 src/main.c:724 src/main.c:733 msgid "FLAGS" msgstr "FLAGS" -#: src/main.c:639 +#: src/main.c:644 msgid "Gdk debugging flags to unset" msgstr "Gdk debugging flags to unset" -#: src/main.c:649 +#: src/main.c:654 msgid "X display to use" msgstr "X display to use" -#: src/main.c:650 +#: src/main.c:655 msgid "DISPLAY" msgstr "DISPLAY" -#: src/main.c:660 +#: src/main.c:665 msgid "X screen to use" msgstr "X screen to use" -#: src/main.c:661 +#: src/main.c:666 msgid "SCREEN" msgstr "SCREEN" -#: src/main.c:671 +#: src/main.c:676 msgid "Make X calls synchronous" msgstr "Make X calls synchronous" -#: src/main.c:680 +#: src/main.c:685 msgid "Program name as used by the window manager" msgstr "Program name as used by the window manager" -#: src/main.c:681 +#: src/main.c:686 msgid "NAME" msgstr "NAME" -#: src/main.c:689 +#: src/main.c:694 msgid "Program class as used by the window manager" msgstr "Program class as used by the window manager" -#: src/main.c:690 +#: src/main.c:695 msgid "CLASS" msgstr "CLASS" -#: src/main.c:700 +#: src/main.c:705 msgid "HOST" msgstr "HOST" -#: src/main.c:710 +#: src/main.c:715 msgid "PORT" msgstr "PORT" -#: src/main.c:718 +#: src/main.c:723 msgid "Gtk+ debugging flags to set" msgstr "Gtk+ debugging flags to set" -#: src/main.c:727 +#: src/main.c:732 msgid "Gtk+ debugging flags to unset" msgstr "Gtk+ debugging flags to unset" -#: src/main.c:736 +#: src/main.c:741 msgid "Make all warnings fatal" msgstr "Make all warnings fatal" -#: src/main.c:745 +#: src/main.c:750 msgid "Load an additional Gtk module" msgstr "Load an additional Gtk module" -#: src/main.c:746 +#: src/main.c:751 msgid "MODULE" msgstr "MODULE" -#: src/main.c:767 +#: src/main.c:772 msgid "About zenity" msgstr "About zenity" -#: src/main.c:776 +#: src/main.c:781 msgid "Print version" msgstr "Print version" -#: src/main.c:789 +#: src/main.c:794 msgid "Dialog options" msgstr "Dialog options" -#: src/main.c:798 +#: src/main.c:803 msgid "General options" msgstr "General options" -#: src/main.c:807 +#: src/main.c:812 msgid "Calendar options" msgstr "Calendar options" -#: src/main.c:816 +#: src/main.c:821 msgid "Text entry options" msgstr "Text entry options" -#: src/main.c:825 +#: src/main.c:830 msgid "Error options" msgstr "Error options" -#: src/main.c:834 +#: src/main.c:839 msgid "File selection options" msgstr "File selection options" -#: src/main.c:843 +#: src/main.c:848 msgid "Info options" msgstr "Info options" -#: src/main.c:852 +#: src/main.c:857 msgid "List options" msgstr "List options" -#: src/main.c:861 +#: src/main.c:866 msgid "Progress options" msgstr "Progress options" -#: src/main.c:870 +#: src/main.c:875 msgid "Question options" msgstr "Question options" -#: src/main.c:879 +#: src/main.c:884 msgid "Text options" msgstr "Text options" -#: src/main.c:888 +#: src/main.c:893 msgid "Warning options" msgstr "Warning options" -#: src/main.c:897 +#: src/main.c:902 msgid "GTK+ options" msgstr "GTK+ options" -#: src/main.c:906 +#: src/main.c:911 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: src/main.c:915 +#: src/main.c:920 msgid "Help options" msgstr "Help options" -#: src/main.c:1038 +#: src/main.c:1046 #, c-format msgid "%s is an invalid option. See 'zenity --help' for more details\n" msgstr "%s is an invalid option. See 'zenity --help' for more details\n" -#: src/main.c:1083 +#: src/main.c:1091 msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialog type. See 'zenity --help' for details\n" -#: src/main.c:1103 +#: src/main.c:1111 #, c-format msgid "%s given twice for the same dialog\n" msgstr "%s given twice for the same dialog\n" -#: src/main.c:1107 +#: src/main.c:1115 #, c-format msgid "%s is not supported for this dialog\n" msgstr "%s is not supported for this dialog\n" -#: src/main.c:1111 +#: src/main.c:1119 msgid "Two or more dialog options specified\n" msgstr "Two or more dialog options specified\n" @@ -368,6 +368,10 @@ msgstr "Two or more dialog options specified\n" msgid "No column titles specified for List dialog.\n" msgstr "No column titles specified for List dialog\n" +#: src/util.c:264 +msgid "Too many alias levels for a locale may indicate a loop" +msgstr "" + #: src/zenity.glade.h:1 msgid "*" msgstr "*" -- cgit From 569271da40c3a0066539264965224931b3ba6f1b Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 31 Dec 2003 01:21:41 +0000 Subject: Release 1.8 2003-12-30 Glynn Foster * configure.in: Release 1.8 --- po/en_GB.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 2d18c299..02d4af17 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2003-11-12 14:12+1300\n" +"POT-Creation-Date: 2003-12-31 11:06+1300\n" "PO-Revision-Date: 2003-06-21 16:13+0100\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" -- cgit From 104a45c0f772ec07866c717861d8cbf1128b1e58 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 31 Dec 2003 01:52:25 +0000 Subject: Release 2.5.1, a ridiculous bump so that we sync with the GNOME desktop 2003-12-30 Glynn Foster * configure.in: Release 2.5.1, a ridiculous bump so that we sync with the GNOME desktop releases. 2003-12-30 Jan Arne Petersen * src/fileselection.c: (zenity_fileselection), (zenity_fileselection_dialog_response): Replace GtkFileSelection with GtkFileChooser. --- po/en_GB.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 02d4af17..e9f575e8 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2003-12-31 11:06+1300\n" +"POT-Creation-Date: 2003-12-31 11:34+1300\n" "PO-Revision-Date: 2003-06-21 16:13+0100\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" -- cgit From 0e37613d25b36039f57cbe463c5e34a8017985e8 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sat, 6 Mar 2004 18:50:14 +0000 Subject: Update to add Mike. Update for new release. Add lots of people, probably 2004-03-07 Glynn Foster * AUTHORS: Update to add Mike. * NEWS: Update for new release. * THANKS, src/about.c: Add lots of people, probably get heaps of bug reports complaining their name is spelled wrongly - darn those weird characters. * configure.in: Release 2.5.90 --- po/en_GB.po | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index e9f575e8..c4a8e564 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2003-12-31 11:34+1300\n" +"POT-Creation-Date: 2004-03-07 07:11+1300\n" "PO-Revision-Date: 2003-06-21 16:13+0100\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" @@ -15,27 +15,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Report-Msgid-Bugs-To: \n" -#: src/about.c:268 +#: src/about.c:341 msgid "translator_credits" msgstr "Mike Newman " -#: src/about.c:298 +#: src/about.c:371 msgid "Display dialog boxes from shell scripts" msgstr "Display dialog boxes from shell scripts" -#: src/about.c:302 +#: src/about.c:375 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: src/about.c:386 +#: src/about.c:459 msgid "Credits" msgstr "Credits" -#: src/about.c:413 +#: src/about.c:486 msgid "Written by" msgstr "Written by" -#: src/about.c:426 +#: src/about.c:499 msgid "Translated by" msgstr "Translated by" @@ -368,10 +368,6 @@ msgstr "Two or more dialog options specified\n" msgid "No column titles specified for List dialog.\n" msgstr "No column titles specified for List dialog\n" -#: src/util.c:264 -msgid "Too many alias levels for a locale may indicate a loop" -msgstr "" - #: src/zenity.glade.h:1 msgid "*" msgstr "*" -- cgit From 8ebb05f9535d63f1ecb6a59aaeb5429b092667a8 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 15 Mar 2004 00:17:46 +0000 Subject: Update. Use automake 1.7 since everyone has it by now. Release 2.5.91 2004-03-15 Glynn Foster * NEWS: Update. * autogen.sh: Use automake 1.7 since everyone has it by now. * configure.in: Release 2.5.91 --- po/en_GB.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index c4a8e564..8878b306 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2004-03-07 07:11+1300\n" +"POT-Creation-Date: 2004-03-15 13:08+1300\n" "PO-Revision-Date: 2003-06-21 16:13+0100\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" -- cgit From 1e5f3993ee520c12bdafd9c5587fab0ba393a85c Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 22 Mar 2004 10:53:47 +0000 Subject: Update. Release 2.6.0 2004-03-23 Glynn Foster * NEWS, THANKS, src/about.c: Update. * configure.in: Release 2.6.0 --- po/en_GB.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 8878b306..aeb2751e 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2004-03-15 13:08+1300\n" +"POT-Creation-Date: 2004-03-23 05:35+1200\n" "PO-Revision-Date: 2003-06-21 16:13+0100\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" @@ -15,27 +15,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Report-Msgid-Bugs-To: \n" -#: src/about.c:341 +#: src/about.c:344 msgid "translator_credits" msgstr "Mike Newman " -#: src/about.c:371 +#: src/about.c:374 msgid "Display dialog boxes from shell scripts" msgstr "Display dialog boxes from shell scripts" -#: src/about.c:375 +#: src/about.c:378 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: src/about.c:459 +#: src/about.c:462 msgid "Credits" msgstr "Credits" -#: src/about.c:486 +#: src/about.c:489 msgid "Written by" msgstr "Written by" -#: src/about.c:499 +#: src/about.c:502 msgid "Translated by" msgstr "Translated by" -- cgit From af9484723ffded746b0ccc73ebf3266d970287f2 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 20 Apr 2004 12:17:39 +0000 Subject: Release 2.6.1 Update. 2004-04-20 Glynn Foster * configure.in: Release 2.6.1 * NEWS: Update. --- po/en_GB.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index aeb2751e..329d0347 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2004-03-23 05:35+1200\n" +"POT-Creation-Date: 2004-04-21 00:13+1200\n" "PO-Revision-Date: 2003-06-21 16:13+0100\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" -- cgit From 2a176b67c74be5102ddaa84a89a03f433967908a Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Wed, 28 Apr 2004 23:10:48 +0000 Subject: Release 2.6.2 Update. 2004-04-29 Glynn Foster * configure.in: Release 2.6.2 * NEWS: Update. --- po/en_GB.po | 178 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 89 insertions(+), 89 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 329d0347..4c955ce3 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2004-04-21 00:13+1200\n" +"POT-Creation-Date: 2004-04-29 11:05+1200\n" "PO-Revision-Date: 2003-06-21 16:13+0100\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" @@ -15,356 +15,356 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Report-Msgid-Bugs-To: \n" -#: src/about.c:344 +#: src/about.c:346 msgid "translator_credits" msgstr "Mike Newman " -#: src/about.c:374 +#: src/about.c:376 msgid "Display dialog boxes from shell scripts" msgstr "Display dialog boxes from shell scripts" -#: src/about.c:378 +#: src/about.c:380 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: src/about.c:462 +#: src/about.c:464 msgid "Credits" msgstr "Credits" -#: src/about.c:489 +#: src/about.c:491 msgid "Written by" msgstr "Written by" -#: src/about.c:502 +#: src/about.c:504 msgid "Translated by" msgstr "Translated by" -#: src/main.c:137 +#: src/main.c:138 msgid "Display calendar dialog" msgstr "Display calendar dialog" -#: src/main.c:146 +#: src/main.c:147 msgid "Display text entry dialog" msgstr "Display text entry dialog" -#: src/main.c:155 +#: src/main.c:156 msgid "Display error dialog" msgstr "Display error dialog" -#: src/main.c:164 +#: src/main.c:165 msgid "Display file selection dialog" msgstr "Display file selection dialog" -#: src/main.c:173 +#: src/main.c:174 msgid "Display info dialog" msgstr "Display info dialog" -#: src/main.c:182 +#: src/main.c:183 msgid "Display list dialog" msgstr "Display list dialog" -#: src/main.c:191 +#: src/main.c:192 msgid "Display progress indication dialog" msgstr "Display progress indication dialog" -#: src/main.c:200 +#: src/main.c:201 msgid "Display question dialog" msgstr "Display question dialog" -#: src/main.c:209 +#: src/main.c:210 msgid "Display text information dialog" msgstr "Display text information dialog" -#: src/main.c:218 +#: src/main.c:219 msgid "Display warning dialog" msgstr "Display warning dialog" -#: src/main.c:240 +#: src/main.c:241 msgid "Set the dialog title" msgstr "Set the dialog title" -#: src/main.c:241 +#: src/main.c:242 msgid "TITLE" msgstr "TITLE" -#: src/main.c:249 +#: src/main.c:250 msgid "Set the window icon" msgstr "Set the window icon" -#: src/main.c:250 +#: src/main.c:251 msgid "ICONPATH" msgstr "ICONPATH" -#: src/main.c:258 +#: src/main.c:259 msgid "Set the width" msgstr "Set the width" -#: src/main.c:259 +#: src/main.c:260 msgid "WIDTH" msgstr "WIDTH" -#: src/main.c:267 +#: src/main.c:268 msgid "Set the height" msgstr "Set the height" -#: src/main.c:268 +#: src/main.c:269 msgid "HEIGHT" msgstr "HEIGHT" -#: src/main.c:289 src/main.c:346 src/main.c:386 src/main.c:408 src/main.c:528 -#: src/main.c:569 src/main.c:622 +#: src/main.c:290 src/main.c:347 src/main.c:387 src/main.c:409 src/main.c:471 +#: src/main.c:538 src/main.c:579 src/main.c:632 msgid "Set the dialog text" msgstr "Set the dialog text" -#: src/main.c:298 +#: src/main.c:299 msgid "Set the calendar day" msgstr "Set the calendar day" -#: src/main.c:307 +#: src/main.c:308 msgid "Set the calendar month" msgstr "Set the calendar month" -#: src/main.c:316 +#: src/main.c:317 msgid "Set the calendar year" msgstr "Set the calendar year" -#: src/main.c:324 +#: src/main.c:325 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: src/main.c:355 +#: src/main.c:356 msgid "Set the entry text" msgstr "Set the entry text" -#: src/main.c:364 +#: src/main.c:365 msgid "Hide the entry text" msgstr "Hide the entry text" -#: src/main.c:430 +#: src/main.c:431 msgid "Set the filename" msgstr "Set the filename" -#: src/main.c:431 src/main.c:592 +#: src/main.c:432 src/main.c:602 msgid "FILENAME" msgstr "FILENAME" -#: src/main.c:439 +#: src/main.c:440 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: src/main.c:448 +#: src/main.c:449 msgid "Set output separator character." msgstr "Set output separator character" -#: src/main.c:449 src/main.c:498 +#: src/main.c:450 src/main.c:508 msgid "SEPARATOR" msgstr "SEPARATOR" -#: src/main.c:470 +#: src/main.c:480 msgid "Set the column header" msgstr "Set the column header" -#: src/main.c:479 +#: src/main.c:489 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: src/main.c:488 +#: src/main.c:498 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: src/main.c:497 +#: src/main.c:507 msgid "Set output separator character" msgstr "Set output separator character" -#: src/main.c:506 src/main.c:600 +#: src/main.c:516 src/main.c:610 msgid "Allow changes to text" msgstr "Allow changes to text" -#: src/main.c:537 +#: src/main.c:547 msgid "Set initial percentage" msgstr "Set initial percentage" -#: src/main.c:546 +#: src/main.c:556 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: src/main.c:556 +#: src/main.c:566 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialog when 100% has been reached" -#: src/main.c:591 +#: src/main.c:601 msgid "Open file" msgstr "Open file" -#: src/main.c:635 +#: src/main.c:645 msgid "Gdk debugging flags to set" msgstr "Gdk debugging flags to set" -#: src/main.c:636 src/main.c:645 src/main.c:724 src/main.c:733 +#: src/main.c:646 src/main.c:655 src/main.c:734 src/main.c:743 msgid "FLAGS" msgstr "FLAGS" -#: src/main.c:644 +#: src/main.c:654 msgid "Gdk debugging flags to unset" msgstr "Gdk debugging flags to unset" -#: src/main.c:654 +#: src/main.c:664 msgid "X display to use" msgstr "X display to use" -#: src/main.c:655 +#: src/main.c:665 msgid "DISPLAY" msgstr "DISPLAY" -#: src/main.c:665 +#: src/main.c:675 msgid "X screen to use" msgstr "X screen to use" -#: src/main.c:666 +#: src/main.c:676 msgid "SCREEN" msgstr "SCREEN" -#: src/main.c:676 +#: src/main.c:686 msgid "Make X calls synchronous" msgstr "Make X calls synchronous" -#: src/main.c:685 +#: src/main.c:695 msgid "Program name as used by the window manager" msgstr "Program name as used by the window manager" -#: src/main.c:686 +#: src/main.c:696 msgid "NAME" msgstr "NAME" -#: src/main.c:694 +#: src/main.c:704 msgid "Program class as used by the window manager" msgstr "Program class as used by the window manager" -#: src/main.c:695 +#: src/main.c:705 msgid "CLASS" msgstr "CLASS" -#: src/main.c:705 +#: src/main.c:715 msgid "HOST" msgstr "HOST" -#: src/main.c:715 +#: src/main.c:725 msgid "PORT" msgstr "PORT" -#: src/main.c:723 +#: src/main.c:733 msgid "Gtk+ debugging flags to set" msgstr "Gtk+ debugging flags to set" -#: src/main.c:732 +#: src/main.c:742 msgid "Gtk+ debugging flags to unset" msgstr "Gtk+ debugging flags to unset" -#: src/main.c:741 +#: src/main.c:751 msgid "Make all warnings fatal" msgstr "Make all warnings fatal" -#: src/main.c:750 +#: src/main.c:760 msgid "Load an additional Gtk module" msgstr "Load an additional Gtk module" -#: src/main.c:751 +#: src/main.c:761 msgid "MODULE" msgstr "MODULE" -#: src/main.c:772 +#: src/main.c:782 msgid "About zenity" msgstr "About zenity" -#: src/main.c:781 +#: src/main.c:791 msgid "Print version" msgstr "Print version" -#: src/main.c:794 +#: src/main.c:804 msgid "Dialog options" msgstr "Dialog options" -#: src/main.c:803 +#: src/main.c:813 msgid "General options" msgstr "General options" -#: src/main.c:812 +#: src/main.c:822 msgid "Calendar options" msgstr "Calendar options" -#: src/main.c:821 +#: src/main.c:831 msgid "Text entry options" msgstr "Text entry options" -#: src/main.c:830 +#: src/main.c:840 msgid "Error options" msgstr "Error options" -#: src/main.c:839 +#: src/main.c:849 msgid "File selection options" msgstr "File selection options" -#: src/main.c:848 +#: src/main.c:858 msgid "Info options" msgstr "Info options" -#: src/main.c:857 +#: src/main.c:867 msgid "List options" msgstr "List options" -#: src/main.c:866 +#: src/main.c:876 msgid "Progress options" msgstr "Progress options" -#: src/main.c:875 +#: src/main.c:885 msgid "Question options" msgstr "Question options" -#: src/main.c:884 +#: src/main.c:894 msgid "Text options" msgstr "Text options" -#: src/main.c:893 +#: src/main.c:903 msgid "Warning options" msgstr "Warning options" -#: src/main.c:902 +#: src/main.c:912 msgid "GTK+ options" msgstr "GTK+ options" -#: src/main.c:911 +#: src/main.c:921 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: src/main.c:920 +#: src/main.c:930 msgid "Help options" msgstr "Help options" -#: src/main.c:1046 +#: src/main.c:1059 #, c-format msgid "%s is an invalid option. See 'zenity --help' for more details\n" msgstr "%s is an invalid option. See 'zenity --help' for more details\n" -#: src/main.c:1091 +#: src/main.c:1104 msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialog type. See 'zenity --help' for details\n" -#: src/main.c:1111 +#: src/main.c:1124 #, c-format msgid "%s given twice for the same dialog\n" msgstr "%s given twice for the same dialog\n" -#: src/main.c:1115 +#: src/main.c:1128 #, c-format msgid "%s is not supported for this dialog\n" msgstr "%s is not supported for this dialog\n" -#: src/main.c:1119 +#: src/main.c:1132 msgid "Two or more dialog options specified\n" msgstr "Two or more dialog options specified\n" -#: src/tree.c:291 +#: src/tree.c:292 msgid "No column titles specified for List dialog.\n" msgstr "No column titles specified for List dialog\n" -- cgit From 1e87f50e42f2befa31ec3210e7435341ebc521d8 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 19 Jul 2004 01:39:06 +0000 Subject: Release 2.7.0 2004-07-19 Glynn Foster * configure.in: Release 2.7.0 --- po/en_GB.po | 118 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 62 insertions(+), 56 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 4c955ce3..9cc7b1ce 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2004-04-29 11:05+1200\n" +"POT-Creation-Date: 2004-07-19 13:35+1200\n" "PO-Revision-Date: 2003-06-21 16:13+0100\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" @@ -15,27 +15,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Report-Msgid-Bugs-To: \n" -#: src/about.c:346 +#: src/about.c:348 msgid "translator_credits" msgstr "Mike Newman " -#: src/about.c:376 +#: src/about.c:378 msgid "Display dialog boxes from shell scripts" msgstr "Display dialog boxes from shell scripts" -#: src/about.c:380 +#: src/about.c:382 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: src/about.c:464 +#: src/about.c:466 msgid "Credits" msgstr "Credits" -#: src/about.c:491 +#: src/about.c:493 msgid "Written by" msgstr "Written by" -#: src/about.c:504 +#: src/about.c:506 msgid "Translated by" msgstr "Translated by" @@ -112,7 +112,7 @@ msgid "HEIGHT" msgstr "HEIGHT" #: src/main.c:290 src/main.c:347 src/main.c:387 src/main.c:409 src/main.c:471 -#: src/main.c:538 src/main.c:579 src/main.c:632 +#: src/main.c:547 src/main.c:588 src/main.c:641 msgid "Set the dialog text" msgstr "Set the dialog text" @@ -144,7 +144,7 @@ msgstr "Hide the entry text" msgid "Set the filename" msgstr "Set the filename" -#: src/main.c:432 src/main.c:602 +#: src/main.c:432 src/main.c:611 msgid "FILENAME" msgstr "FILENAME" @@ -176,195 +176,201 @@ msgstr "Use radio buttons for first column" msgid "Set output separator character" msgstr "Set output separator character" -#: src/main.c:516 src/main.c:610 +#: src/main.c:516 src/main.c:619 msgid "Allow changes to text" msgstr "Allow changes to text" -#: src/main.c:547 +#: src/main.c:525 +msgid "" +"Print a specific column (Default is 1. 'ALL' can be used to print all " +"columns)" +msgstr "" + +#: src/main.c:556 msgid "Set initial percentage" msgstr "Set initial percentage" -#: src/main.c:556 +#: src/main.c:565 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: src/main.c:566 +#: src/main.c:575 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialog when 100% has been reached" -#: src/main.c:601 +#: src/main.c:610 msgid "Open file" msgstr "Open file" -#: src/main.c:645 +#: src/main.c:654 msgid "Gdk debugging flags to set" msgstr "Gdk debugging flags to set" -#: src/main.c:646 src/main.c:655 src/main.c:734 src/main.c:743 +#: src/main.c:655 src/main.c:664 src/main.c:743 src/main.c:752 msgid "FLAGS" msgstr "FLAGS" -#: src/main.c:654 +#: src/main.c:663 msgid "Gdk debugging flags to unset" msgstr "Gdk debugging flags to unset" -#: src/main.c:664 +#: src/main.c:673 msgid "X display to use" msgstr "X display to use" -#: src/main.c:665 +#: src/main.c:674 msgid "DISPLAY" msgstr "DISPLAY" -#: src/main.c:675 +#: src/main.c:684 msgid "X screen to use" msgstr "X screen to use" -#: src/main.c:676 +#: src/main.c:685 msgid "SCREEN" msgstr "SCREEN" -#: src/main.c:686 +#: src/main.c:695 msgid "Make X calls synchronous" msgstr "Make X calls synchronous" -#: src/main.c:695 +#: src/main.c:704 msgid "Program name as used by the window manager" msgstr "Program name as used by the window manager" -#: src/main.c:696 +#: src/main.c:705 msgid "NAME" msgstr "NAME" -#: src/main.c:704 +#: src/main.c:713 msgid "Program class as used by the window manager" msgstr "Program class as used by the window manager" -#: src/main.c:705 +#: src/main.c:714 msgid "CLASS" msgstr "CLASS" -#: src/main.c:715 +#: src/main.c:724 msgid "HOST" msgstr "HOST" -#: src/main.c:725 +#: src/main.c:734 msgid "PORT" msgstr "PORT" -#: src/main.c:733 +#: src/main.c:742 msgid "Gtk+ debugging flags to set" msgstr "Gtk+ debugging flags to set" -#: src/main.c:742 +#: src/main.c:751 msgid "Gtk+ debugging flags to unset" msgstr "Gtk+ debugging flags to unset" -#: src/main.c:751 +#: src/main.c:760 msgid "Make all warnings fatal" msgstr "Make all warnings fatal" -#: src/main.c:760 +#: src/main.c:769 msgid "Load an additional Gtk module" msgstr "Load an additional Gtk module" -#: src/main.c:761 +#: src/main.c:770 msgid "MODULE" msgstr "MODULE" -#: src/main.c:782 +#: src/main.c:791 msgid "About zenity" msgstr "About zenity" -#: src/main.c:791 +#: src/main.c:800 msgid "Print version" msgstr "Print version" -#: src/main.c:804 +#: src/main.c:813 msgid "Dialog options" msgstr "Dialog options" -#: src/main.c:813 +#: src/main.c:822 msgid "General options" msgstr "General options" -#: src/main.c:822 +#: src/main.c:831 msgid "Calendar options" msgstr "Calendar options" -#: src/main.c:831 +#: src/main.c:840 msgid "Text entry options" msgstr "Text entry options" -#: src/main.c:840 +#: src/main.c:849 msgid "Error options" msgstr "Error options" -#: src/main.c:849 +#: src/main.c:858 msgid "File selection options" msgstr "File selection options" -#: src/main.c:858 +#: src/main.c:867 msgid "Info options" msgstr "Info options" -#: src/main.c:867 +#: src/main.c:876 msgid "List options" msgstr "List options" -#: src/main.c:876 +#: src/main.c:885 msgid "Progress options" msgstr "Progress options" -#: src/main.c:885 +#: src/main.c:894 msgid "Question options" msgstr "Question options" -#: src/main.c:894 +#: src/main.c:903 msgid "Text options" msgstr "Text options" -#: src/main.c:903 +#: src/main.c:912 msgid "Warning options" msgstr "Warning options" -#: src/main.c:912 +#: src/main.c:921 msgid "GTK+ options" msgstr "GTK+ options" -#: src/main.c:921 +#: src/main.c:930 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: src/main.c:930 +#: src/main.c:939 msgid "Help options" msgstr "Help options" -#: src/main.c:1059 +#: src/main.c:1071 #, c-format msgid "%s is an invalid option. See 'zenity --help' for more details\n" msgstr "%s is an invalid option. See 'zenity --help' for more details\n" -#: src/main.c:1104 +#: src/main.c:1116 msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialog type. See 'zenity --help' for details\n" -#: src/main.c:1124 +#: src/main.c:1136 #, c-format msgid "%s given twice for the same dialog\n" msgstr "%s given twice for the same dialog\n" -#: src/main.c:1128 +#: src/main.c:1140 #, c-format msgid "%s is not supported for this dialog\n" msgstr "%s is not supported for this dialog\n" -#: src/main.c:1132 +#: src/main.c:1144 msgid "Two or more dialog options specified\n" msgstr "Two or more dialog options specified\n" -#: src/tree.c:292 +#: src/tree.c:303 msgid "No column titles specified for List dialog.\n" msgstr "No column titles specified for List dialog\n" -- cgit From b46d0951c6c1d83dbe14bec8bd9bbf4e0b23fc21 Mon Sep 17 00:00:00 2001 From: Gareth Owen Date: Thu, 29 Jul 2004 05:04:25 +0000 Subject: Updated British English translation --- po/en_GB.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 9cc7b1ce..a2dd7f2f 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,14 +6,14 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2004-07-19 13:35+1200\n" -"PO-Revision-Date: 2003-06-21 16:13+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-07-29 01:03-0400\n" +"PO-Revision-Date: 2004-07-29 01:03-0400\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Report-Msgid-Bugs-To: \n" #: src/about.c:348 msgid "translator_credits" @@ -184,7 +184,7 @@ msgstr "Allow changes to text" msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" -msgstr "" +msgstr "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" #: src/main.c:556 msgid "Set initial percentage" -- cgit From eff265571321698103893bf71f7bfc7e0c9bf77b Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 3 Aug 2004 05:00:49 +0000 Subject: Release 2.7.90 2004-08-03 Glynn Foster * configure.in: Release 2.7.90 --- po/en_GB.po | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index a2dd7f2f..fc2bdf01 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,36 +6,36 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-07-29 01:03-0400\n" +"POT-Creation-Date: 2004-08-03 16:55+1200\n" "PO-Revision-Date: 2004-07-29 01:03-0400\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Report-Msgid-Bugs-To: \n" -#: src/about.c:348 +#: src/about.c:358 msgid "translator_credits" msgstr "Mike Newman " -#: src/about.c:378 +#: src/about.c:388 msgid "Display dialog boxes from shell scripts" msgstr "Display dialog boxes from shell scripts" -#: src/about.c:382 +#: src/about.c:392 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: src/about.c:466 +#: src/about.c:476 msgid "Credits" msgstr "Credits" -#: src/about.c:493 +#: src/about.c:503 msgid "Written by" msgstr "Written by" -#: src/about.c:506 +#: src/about.c:516 msgid "Translated by" msgstr "Translated by" @@ -184,7 +184,9 @@ msgstr "Allow changes to text" msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" -msgstr "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" +msgstr "" +"Print a specific column (Default is 1. 'ALL' can be used to print all " +"columns)" #: src/main.c:556 msgid "Set initial percentage" -- cgit From 37a8cf416c0743210a98bb0780ecb8fb1cf83031 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 30 Aug 2004 03:25:19 +0000 Subject: Release 2.7.91 2004-08-30 Glynn Foster * configure.in: Release 2.7.91 --- po/en_GB.po | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index fc2bdf01..e9dc231a 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2004-08-03 16:55+1200\n" +"POT-Creation-Date: 2004-08-30 15:13+1200\n" "PO-Revision-Date: 2004-07-29 01:03-0400\n" "Last-Translator: Mike Newman \n" "Language-Team: British English \n" @@ -15,27 +15,35 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Report-Msgid-Bugs-To: \n" -#: src/about.c:358 -msgid "translator_credits" +#. Translators: This is a special message that shouldn't be translated +#. literally. It is used in the about box to give credits to +#. the translators. +#. Thus, you should translate it to your name and email address. +#. You can also include other translators who have contributed to +#. this translation; in that case, please write them on separate +#. lines seperated by newlines (\n). +#: src/about.c:366 +#, fuzzy +msgid "translator-credits" msgstr "Mike Newman " -#: src/about.c:388 +#: src/about.c:396 msgid "Display dialog boxes from shell scripts" msgstr "Display dialog boxes from shell scripts" -#: src/about.c:392 +#: src/about.c:400 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: src/about.c:476 +#: src/about.c:484 msgid "Credits" msgstr "Credits" -#: src/about.c:503 +#: src/about.c:511 msgid "Written by" msgstr "Written by" -#: src/about.c:516 +#: src/about.c:524 msgid "Translated by" msgstr "Translated by" -- cgit From c510719c76aa630996dea810183d2b97c87666a9 Mon Sep 17 00:00:00 2001 From: David Lodge Date: Mon, 6 Sep 2004 21:07:15 +0000 Subject: Updated British translation. 2004-09-06 David Lodge * en_GB.po: Updated British translation. --- po/en_GB.po | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index e9dc231a..f85f9e62 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,15 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2004-08-30 15:13+1200\n" -"PO-Revision-Date: 2004-07-29 01:03-0400\n" -"Last-Translator: Mike Newman \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-09-06 22:08+0100\n" +"PO-Revision-Date: 2004-09-06 22:08+0100\n" +"Last-Translator: David Lodge \n" "Language-Team: British English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Report-Msgid-Bugs-To: \n" +# Translators: This is a special message that shouldn't be translated +# literally. It is used in the about box to give credits to +# the translators. +# Thus, you should translate it to your name and email address. +# You can also include other translators who have contributed to +# this translation; in that case, please write them on separate +# lines seperated by newlines (\n #. Translators: This is a special message that shouldn't be translated #. literally. It is used in the about box to give credits to #. the translators. @@ -23,9 +30,8 @@ msgstr "" #. this translation; in that case, please write them on separate #. lines seperated by newlines (\n). #: src/about.c:366 -#, fuzzy msgid "translator-credits" -msgstr "Mike Newman " +msgstr "Mike Newman David Lodge " #: src/about.c:396 msgid "Display dialog boxes from shell scripts" -- cgit From 3a614e4440e55e8be20c88af656db2fbb3d12c27 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 13 Sep 2004 04:17:28 +0000 Subject: Release 2.8.0 2004-09-13 Glynn Foster * configure.in: Release 2.8.0 --- po/en_GB.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index f85f9e62..11a83a57 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,14 +6,14 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-09-06 22:08+0100\n" +"POT-Creation-Date: 2004-08-30 15:13+1200\n" "PO-Revision-Date: 2004-09-06 22:08+0100\n" "Last-Translator: David Lodge \n" "Language-Team: British English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Report-Msgid-Bugs-To: \n" # Translators: This is a special message that shouldn't be translated # literally. It is used in the about box to give credits to -- cgit From 1647691396d4a63e33def9e38f2d12a14ad8e047 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 13 Sep 2004 08:20:28 +0000 Subject: Release 2.9.0 2004-09-13 Glynn Foster * configure.in: Release 2.9.0 2004-09-13 Glynn Foster * TODO: Update. --- po/en_GB.po | 201 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 112 insertions(+), 89 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 11a83a57..4d6f2eee 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2004-08-30 15:13+1200\n" +"POT-Creation-Date: 2004-09-13 20:10+1200\n" "PO-Revision-Date: 2004-09-06 22:08+0100\n" "Last-Translator: David Lodge \n" "Language-Team: British English \n" @@ -29,172 +29,185 @@ msgstr "" #. You can also include other translators who have contributed to #. this translation; in that case, please write them on separate #. lines seperated by newlines (\n). -#: src/about.c:366 +#: src/about.c:375 msgid "translator-credits" msgstr "Mike Newman David Lodge " -#: src/about.c:396 +#: src/about.c:405 msgid "Display dialog boxes from shell scripts" msgstr "Display dialog boxes from shell scripts" -#: src/about.c:400 +#: src/about.c:409 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: src/about.c:484 +#: src/about.c:493 msgid "Credits" msgstr "Credits" -#: src/about.c:511 +#: src/about.c:520 msgid "Written by" msgstr "Written by" -#: src/about.c:524 +#: src/about.c:533 msgid "Translated by" msgstr "Translated by" -#: src/main.c:138 +#: src/main.c:145 msgid "Display calendar dialog" msgstr "Display calendar dialog" -#: src/main.c:147 +#: src/main.c:154 msgid "Display text entry dialog" msgstr "Display text entry dialog" -#: src/main.c:156 +#: src/main.c:163 msgid "Display error dialog" msgstr "Display error dialog" -#: src/main.c:165 +#: src/main.c:172 msgid "Display file selection dialog" msgstr "Display file selection dialog" -#: src/main.c:174 +#: src/main.c:181 msgid "Display info dialog" msgstr "Display info dialog" -#: src/main.c:183 +#: src/main.c:190 msgid "Display list dialog" msgstr "Display list dialog" -#: src/main.c:192 +#: src/main.c:199 +#, fuzzy +msgid "Display notification" +msgstr "Display info dialog" + +#: src/main.c:208 msgid "Display progress indication dialog" msgstr "Display progress indication dialog" -#: src/main.c:201 +#: src/main.c:217 msgid "Display question dialog" msgstr "Display question dialog" -#: src/main.c:210 +#: src/main.c:226 msgid "Display text information dialog" msgstr "Display text information dialog" -#: src/main.c:219 +#: src/main.c:235 msgid "Display warning dialog" msgstr "Display warning dialog" -#: src/main.c:241 +#: src/main.c:257 msgid "Set the dialog title" msgstr "Set the dialog title" -#: src/main.c:242 +#: src/main.c:258 msgid "TITLE" msgstr "TITLE" -#: src/main.c:250 +#: src/main.c:266 msgid "Set the window icon" msgstr "Set the window icon" -#: src/main.c:251 +#: src/main.c:267 msgid "ICONPATH" msgstr "ICONPATH" -#: src/main.c:259 +#: src/main.c:275 msgid "Set the width" msgstr "Set the width" -#: src/main.c:260 +#: src/main.c:276 msgid "WIDTH" msgstr "WIDTH" -#: src/main.c:268 +#: src/main.c:284 msgid "Set the height" msgstr "Set the height" -#: src/main.c:269 +#: src/main.c:285 msgid "HEIGHT" msgstr "HEIGHT" -#: src/main.c:290 src/main.c:347 src/main.c:387 src/main.c:409 src/main.c:471 -#: src/main.c:547 src/main.c:588 src/main.c:641 +#: src/main.c:306 src/main.c:363 src/main.c:403 src/main.c:425 src/main.c:505 +#: src/main.c:603 src/main.c:644 src/main.c:697 msgid "Set the dialog text" msgstr "Set the dialog text" -#: src/main.c:299 +#: src/main.c:315 msgid "Set the calendar day" msgstr "Set the calendar day" -#: src/main.c:308 +#: src/main.c:324 msgid "Set the calendar month" msgstr "Set the calendar month" -#: src/main.c:317 +#: src/main.c:333 msgid "Set the calendar year" msgstr "Set the calendar year" -#: src/main.c:325 +#: src/main.c:341 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: src/main.c:356 +#: src/main.c:372 msgid "Set the entry text" msgstr "Set the entry text" -#: src/main.c:365 +#: src/main.c:381 msgid "Hide the entry text" msgstr "Hide the entry text" -#: src/main.c:431 +#: src/main.c:447 msgid "Set the filename" msgstr "Set the filename" -#: src/main.c:432 src/main.c:611 +#: src/main.c:448 src/main.c:667 msgid "FILENAME" msgstr "FILENAME" -#: src/main.c:440 +#: src/main.c:456 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: src/main.c:449 +#: src/main.c:465 +msgid "Activate directory-only selection" +msgstr "" + +#: src/main.c:474 +msgid "Activate save mode" +msgstr "" + +#: src/main.c:483 msgid "Set output separator character." msgstr "Set output separator character" -#: src/main.c:450 src/main.c:508 +#: src/main.c:484 src/main.c:542 msgid "SEPARATOR" msgstr "SEPARATOR" -#: src/main.c:480 +#: src/main.c:514 msgid "Set the column header" msgstr "Set the column header" -#: src/main.c:489 +#: src/main.c:523 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: src/main.c:498 +#: src/main.c:532 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: src/main.c:507 +#: src/main.c:541 msgid "Set output separator character" msgstr "Set output separator character" -#: src/main.c:516 src/main.c:619 +#: src/main.c:550 src/main.c:675 msgid "Allow changes to text" msgstr "Allow changes to text" -#: src/main.c:525 +#: src/main.c:559 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -202,187 +215,197 @@ msgstr "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" -#: src/main.c:556 +#: src/main.c:581 +#, fuzzy +msgid "Set the notification text" +msgstr "Set the dialog text" + +#: src/main.c:612 msgid "Set initial percentage" msgstr "Set initial percentage" -#: src/main.c:565 +#: src/main.c:621 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: src/main.c:575 +#: src/main.c:631 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialog when 100% has been reached" -#: src/main.c:610 +#: src/main.c:666 msgid "Open file" msgstr "Open file" -#: src/main.c:654 +#: src/main.c:710 msgid "Gdk debugging flags to set" msgstr "Gdk debugging flags to set" -#: src/main.c:655 src/main.c:664 src/main.c:743 src/main.c:752 +#: src/main.c:711 src/main.c:720 src/main.c:799 src/main.c:808 msgid "FLAGS" msgstr "FLAGS" -#: src/main.c:663 +#: src/main.c:719 msgid "Gdk debugging flags to unset" msgstr "Gdk debugging flags to unset" -#: src/main.c:673 +#: src/main.c:729 msgid "X display to use" msgstr "X display to use" -#: src/main.c:674 +#: src/main.c:730 msgid "DISPLAY" msgstr "DISPLAY" -#: src/main.c:684 +#: src/main.c:740 msgid "X screen to use" msgstr "X screen to use" -#: src/main.c:685 +#: src/main.c:741 msgid "SCREEN" msgstr "SCREEN" -#: src/main.c:695 +#: src/main.c:751 msgid "Make X calls synchronous" msgstr "Make X calls synchronous" -#: src/main.c:704 +#: src/main.c:760 msgid "Program name as used by the window manager" msgstr "Program name as used by the window manager" -#: src/main.c:705 +#: src/main.c:761 msgid "NAME" msgstr "NAME" -#: src/main.c:713 +#: src/main.c:769 msgid "Program class as used by the window manager" msgstr "Program class as used by the window manager" -#: src/main.c:714 +#: src/main.c:770 msgid "CLASS" msgstr "CLASS" -#: src/main.c:724 +#: src/main.c:780 msgid "HOST" msgstr "HOST" -#: src/main.c:734 +#: src/main.c:790 msgid "PORT" msgstr "PORT" -#: src/main.c:742 +#: src/main.c:798 msgid "Gtk+ debugging flags to set" msgstr "Gtk+ debugging flags to set" -#: src/main.c:751 +#: src/main.c:807 msgid "Gtk+ debugging flags to unset" msgstr "Gtk+ debugging flags to unset" -#: src/main.c:760 +#: src/main.c:816 msgid "Make all warnings fatal" msgstr "Make all warnings fatal" -#: src/main.c:769 +#: src/main.c:825 msgid "Load an additional Gtk module" msgstr "Load an additional Gtk module" -#: src/main.c:770 +#: src/main.c:826 msgid "MODULE" msgstr "MODULE" -#: src/main.c:791 +#: src/main.c:847 msgid "About zenity" msgstr "About zenity" -#: src/main.c:800 +#: src/main.c:856 msgid "Print version" msgstr "Print version" -#: src/main.c:813 +#: src/main.c:869 msgid "Dialog options" msgstr "Dialog options" -#: src/main.c:822 +#: src/main.c:878 msgid "General options" msgstr "General options" -#: src/main.c:831 +#: src/main.c:887 msgid "Calendar options" msgstr "Calendar options" -#: src/main.c:840 +#: src/main.c:896 msgid "Text entry options" msgstr "Text entry options" -#: src/main.c:849 +#: src/main.c:905 msgid "Error options" msgstr "Error options" -#: src/main.c:858 +#: src/main.c:914 msgid "File selection options" msgstr "File selection options" -#: src/main.c:867 +#: src/main.c:923 msgid "Info options" msgstr "Info options" -#: src/main.c:876 +#: src/main.c:932 msgid "List options" msgstr "List options" -#: src/main.c:885 +#: src/main.c:941 +#, fuzzy +msgid "Notication options" +msgstr "Question options" + +#: src/main.c:950 msgid "Progress options" msgstr "Progress options" -#: src/main.c:894 +#: src/main.c:959 msgid "Question options" msgstr "Question options" -#: src/main.c:903 +#: src/main.c:968 msgid "Text options" msgstr "Text options" -#: src/main.c:912 +#: src/main.c:977 msgid "Warning options" msgstr "Warning options" -#: src/main.c:921 +#: src/main.c:986 msgid "GTK+ options" msgstr "GTK+ options" -#: src/main.c:930 +#: src/main.c:995 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: src/main.c:939 +#: src/main.c:1004 msgid "Help options" msgstr "Help options" -#: src/main.c:1071 +#: src/main.c:1143 #, c-format msgid "%s is an invalid option. See 'zenity --help' for more details\n" msgstr "%s is an invalid option. See 'zenity --help' for more details\n" -#: src/main.c:1116 +#: src/main.c:1191 msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialog type. See 'zenity --help' for details\n" -#: src/main.c:1136 +#: src/main.c:1211 #, c-format msgid "%s given twice for the same dialog\n" msgstr "%s given twice for the same dialog\n" -#: src/main.c:1140 +#: src/main.c:1215 #, c-format msgid "%s is not supported for this dialog\n" msgstr "%s is not supported for this dialog\n" -#: src/main.c:1144 +#: src/main.c:1219 msgid "Two or more dialog options specified\n" msgstr "Two or more dialog options specified\n" -- cgit From c925587f69d405d418314b3915d2e38a1ef4c603 Mon Sep 17 00:00:00 2001 From: David Lodge Date: Sun, 3 Oct 2004 22:28:27 +0000 Subject: Updated British English translation. 2004-10-03 David Lodge * en_GB.po: Updated British English translation. --- po/en_GB.po | 261 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 135 insertions(+), 126 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 4d6f2eee..8ef06136 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,14 +6,14 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"POT-Creation-Date: 2004-09-13 20:10+1200\n" -"PO-Revision-Date: 2004-09-06 22:08+0100\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-10-03 23:28+0100\n" +"PO-Revision-Date: 2004-10-03 23:30+0100\n" "Last-Translator: David Lodge \n" "Language-Team: British English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Report-Msgid-Bugs-To: \n" # Translators: This is a special message that shouldn't be translated # literally. It is used in the about box to give credits to @@ -23,19 +23,18 @@ msgstr "" # this translation; in that case, please write them on separate # lines seperated by newlines (\n #. Translators: This is a special message that shouldn't be translated -#. literally. It is used in the about box to give credits to #. the translators. -#. Thus, you should translate it to your name and email address. #. You can also include other translators who have contributed to -#. this translation; in that case, please write them on separate #. lines seperated by newlines (\n). #: src/about.c:375 msgid "translator-credits" -msgstr "Mike Newman David Lodge " +msgstr "" +"Mike Newman \n" +"David Lodge " #: src/about.c:405 msgid "Display dialog boxes from shell scripts" -msgstr "Display dialog boxes from shell scripts" +msgstr "Display dialogue boxes from shell scripts" #: src/about.c:409 msgid "(C) 2003 Sun Microsystems" @@ -53,365 +52,374 @@ msgstr "Written by" msgid "Translated by" msgstr "Translated by" -#: src/main.c:145 +#: src/main.c:146 msgid "Display calendar dialog" -msgstr "Display calendar dialog" +msgstr "Display calendar dialogue" -#: src/main.c:154 +#: src/main.c:155 msgid "Display text entry dialog" -msgstr "Display text entry dialog" +msgstr "Display text entry dialogue" -#: src/main.c:163 +#: src/main.c:164 msgid "Display error dialog" -msgstr "Display error dialog" +msgstr "Display error dialogue" -#: src/main.c:172 +#: src/main.c:173 msgid "Display file selection dialog" -msgstr "Display file selection dialog" +msgstr "Display file selection dialogue" -#: src/main.c:181 +#: src/main.c:182 msgid "Display info dialog" -msgstr "Display info dialog" +msgstr "Display info dialogue" -#: src/main.c:190 +#: src/main.c:191 msgid "Display list dialog" -msgstr "Display list dialog" +msgstr "Display list dialogue" -#: src/main.c:199 -#, fuzzy +#: src/main.c:200 msgid "Display notification" -msgstr "Display info dialog" +msgstr "Display notification" -#: src/main.c:208 +#: src/main.c:209 msgid "Display progress indication dialog" -msgstr "Display progress indication dialog" +msgstr "Display progress indication dialogue" -#: src/main.c:217 +#: src/main.c:218 msgid "Display question dialog" -msgstr "Display question dialog" +msgstr "Display question dialogue" -#: src/main.c:226 +#: src/main.c:227 msgid "Display text information dialog" -msgstr "Display text information dialog" +msgstr "Display text information dialogue" -#: src/main.c:235 +#: src/main.c:236 msgid "Display warning dialog" -msgstr "Display warning dialog" +msgstr "Display warning dialogue" -#: src/main.c:257 +#: src/main.c:258 msgid "Set the dialog title" -msgstr "Set the dialog title" +msgstr "Set the dialogue title" -#: src/main.c:258 +#: src/main.c:259 msgid "TITLE" msgstr "TITLE" -#: src/main.c:266 +#: src/main.c:267 msgid "Set the window icon" msgstr "Set the window icon" -#: src/main.c:267 +#: src/main.c:268 msgid "ICONPATH" msgstr "ICONPATH" -#: src/main.c:275 +#: src/main.c:276 msgid "Set the width" msgstr "Set the width" -#: src/main.c:276 +#: src/main.c:277 msgid "WIDTH" msgstr "WIDTH" -#: src/main.c:284 +#: src/main.c:285 msgid "Set the height" msgstr "Set the height" -#: src/main.c:285 +#: src/main.c:286 msgid "HEIGHT" msgstr "HEIGHT" -#: src/main.c:306 src/main.c:363 src/main.c:403 src/main.c:425 src/main.c:505 -#: src/main.c:603 src/main.c:644 src/main.c:697 +#: src/main.c:307 +#: src/main.c:364 +#: src/main.c:404 +#: src/main.c:426 +#: src/main.c:506 +#: src/main.c:613 +#: src/main.c:654 +#: src/main.c:707 msgid "Set the dialog text" -msgstr "Set the dialog text" +msgstr "Set the dialogue text" -#: src/main.c:315 +#: src/main.c:316 msgid "Set the calendar day" msgstr "Set the calendar day" -#: src/main.c:324 +#: src/main.c:325 msgid "Set the calendar month" msgstr "Set the calendar month" -#: src/main.c:333 +#: src/main.c:334 msgid "Set the calendar year" msgstr "Set the calendar year" -#: src/main.c:341 +#: src/main.c:342 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: src/main.c:372 +#: src/main.c:373 msgid "Set the entry text" msgstr "Set the entry text" -#: src/main.c:381 +#: src/main.c:382 msgid "Hide the entry text" msgstr "Hide the entry text" -#: src/main.c:447 +#: src/main.c:448 msgid "Set the filename" msgstr "Set the filename" -#: src/main.c:448 src/main.c:667 +#: src/main.c:449 +#: src/main.c:677 msgid "FILENAME" msgstr "FILENAME" -#: src/main.c:456 +#: src/main.c:457 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: src/main.c:465 +#: src/main.c:466 msgid "Activate directory-only selection" -msgstr "" +msgstr "Activate directory-only selection" -#: src/main.c:474 +#: src/main.c:475 msgid "Activate save mode" -msgstr "" +msgstr "Activate save mode" -#: src/main.c:483 +#: src/main.c:484 msgid "Set output separator character." msgstr "Set output separator character" -#: src/main.c:484 src/main.c:542 +#: src/main.c:485 +#: src/main.c:543 msgid "SEPARATOR" msgstr "SEPARATOR" -#: src/main.c:514 +#: src/main.c:515 msgid "Set the column header" msgstr "Set the column header" -#: src/main.c:523 +#: src/main.c:524 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: src/main.c:532 +#: src/main.c:533 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: src/main.c:541 +#: src/main.c:542 msgid "Set output separator character" msgstr "Set output separator character" -#: src/main.c:550 src/main.c:675 +#: src/main.c:551 +#: src/main.c:685 msgid "Allow changes to text" msgstr "Allow changes to text" -#: src/main.c:559 -msgid "" -"Print a specific column (Default is 1. 'ALL' can be used to print all " -"columns)" -msgstr "" -"Print a specific column (Default is 1. 'ALL' can be used to print all " -"columns)" +#: src/main.c:560 +msgid "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" +msgstr "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" -#: src/main.c:581 -#, fuzzy +#: src/main.c:582 msgid "Set the notification text" -msgstr "Set the dialog text" +msgstr "Set the notification text" -#: src/main.c:612 +#: src/main.c:591 +msgid "Listen for commands on stdin" +msgstr "Listen for commands on stdin" + +#: src/main.c:622 msgid "Set initial percentage" msgstr "Set initial percentage" -#: src/main.c:621 +#: src/main.c:631 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: src/main.c:631 +#: src/main.c:641 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialog when 100% has been reached" -#: src/main.c:666 +#: src/main.c:676 msgid "Open file" msgstr "Open file" -#: src/main.c:710 +#: src/main.c:720 msgid "Gdk debugging flags to set" msgstr "Gdk debugging flags to set" -#: src/main.c:711 src/main.c:720 src/main.c:799 src/main.c:808 +#: src/main.c:721 +#: src/main.c:730 +#: src/main.c:809 +#: src/main.c:818 msgid "FLAGS" msgstr "FLAGS" -#: src/main.c:719 +#: src/main.c:729 msgid "Gdk debugging flags to unset" msgstr "Gdk debugging flags to unset" -#: src/main.c:729 +#: src/main.c:739 msgid "X display to use" msgstr "X display to use" -#: src/main.c:730 +#: src/main.c:740 msgid "DISPLAY" msgstr "DISPLAY" -#: src/main.c:740 +#: src/main.c:750 msgid "X screen to use" msgstr "X screen to use" -#: src/main.c:741 +#: src/main.c:751 msgid "SCREEN" msgstr "SCREEN" -#: src/main.c:751 +#: src/main.c:761 msgid "Make X calls synchronous" msgstr "Make X calls synchronous" -#: src/main.c:760 +#: src/main.c:770 msgid "Program name as used by the window manager" msgstr "Program name as used by the window manager" -#: src/main.c:761 +#: src/main.c:771 msgid "NAME" msgstr "NAME" -#: src/main.c:769 +#: src/main.c:779 msgid "Program class as used by the window manager" msgstr "Program class as used by the window manager" -#: src/main.c:770 +#: src/main.c:780 msgid "CLASS" msgstr "CLASS" -#: src/main.c:780 +#: src/main.c:790 msgid "HOST" msgstr "HOST" -#: src/main.c:790 +#: src/main.c:800 msgid "PORT" msgstr "PORT" -#: src/main.c:798 +#: src/main.c:808 msgid "Gtk+ debugging flags to set" msgstr "Gtk+ debugging flags to set" -#: src/main.c:807 +#: src/main.c:817 msgid "Gtk+ debugging flags to unset" msgstr "Gtk+ debugging flags to unset" -#: src/main.c:816 +#: src/main.c:826 msgid "Make all warnings fatal" msgstr "Make all warnings fatal" -#: src/main.c:825 +#: src/main.c:835 msgid "Load an additional Gtk module" msgstr "Load an additional Gtk module" -#: src/main.c:826 +#: src/main.c:836 msgid "MODULE" msgstr "MODULE" -#: src/main.c:847 +#: src/main.c:857 msgid "About zenity" msgstr "About zenity" -#: src/main.c:856 +#: src/main.c:866 msgid "Print version" msgstr "Print version" -#: src/main.c:869 +#: src/main.c:879 msgid "Dialog options" msgstr "Dialog options" -#: src/main.c:878 +#: src/main.c:888 msgid "General options" msgstr "General options" -#: src/main.c:887 +#: src/main.c:897 msgid "Calendar options" msgstr "Calendar options" -#: src/main.c:896 +#: src/main.c:906 msgid "Text entry options" msgstr "Text entry options" -#: src/main.c:905 +#: src/main.c:915 msgid "Error options" msgstr "Error options" -#: src/main.c:914 +#: src/main.c:924 msgid "File selection options" msgstr "File selection options" -#: src/main.c:923 +#: src/main.c:933 msgid "Info options" msgstr "Info options" -#: src/main.c:932 +#: src/main.c:942 msgid "List options" msgstr "List options" -#: src/main.c:941 -#, fuzzy +#: src/main.c:951 msgid "Notication options" -msgstr "Question options" +msgstr "Notication options" -#: src/main.c:950 +#: src/main.c:960 msgid "Progress options" msgstr "Progress options" -#: src/main.c:959 +#: src/main.c:969 msgid "Question options" msgstr "Question options" -#: src/main.c:968 +#: src/main.c:978 msgid "Text options" msgstr "Text options" -#: src/main.c:977 +#: src/main.c:987 msgid "Warning options" msgstr "Warning options" -#: src/main.c:986 +#: src/main.c:996 msgid "GTK+ options" msgstr "GTK+ options" -#: src/main.c:995 +#: src/main.c:1005 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: src/main.c:1004 +#: src/main.c:1014 msgid "Help options" msgstr "Help options" -#: src/main.c:1143 +#: src/main.c:1154 #, c-format msgid "%s is an invalid option. See 'zenity --help' for more details\n" msgstr "%s is an invalid option. See 'zenity --help' for more details\n" -#: src/main.c:1191 +#: src/main.c:1202 msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialog type. See 'zenity --help' for details\n" -#: src/main.c:1211 +#: src/main.c:1222 #, c-format msgid "%s given twice for the same dialog\n" -msgstr "%s given twice for the same dialog\n" +msgstr "%s given twice for the same dialogue\n" -#: src/main.c:1215 +#: src/main.c:1226 #, c-format msgid "%s is not supported for this dialog\n" -msgstr "%s is not supported for this dialog\n" +msgstr "%s is not supported for this dialogue\n" -#: src/main.c:1219 +#: src/main.c:1230 msgid "Two or more dialog options specified\n" -msgstr "Two or more dialog options specified\n" +msgstr "Two or more dialogue options specified\n" -#: src/tree.c:303 +#: src/tree.c:304 msgid "No column titles specified for List dialog.\n" -msgstr "No column titles specified for List dialog\n" +msgstr "No column titles specified for List dialogue\n" #: src/zenity.glade.h:1 msgid "*" @@ -496,3 +504,4 @@ msgstr "_Credits" #: src/zenity.glade.h:21 msgid "_Enter new text:" msgstr "_Enter new text" + -- cgit From 369f1cfbcebad19b391f3c127b548277a0dbf3be Mon Sep 17 00:00:00 2001 From: David Lodge Date: Wed, 13 Oct 2004 21:12:51 +0000 Subject: Updated British English translation. 2004-10-13 David Lodge * en_GB.po: Updated British English translation. --- po/en_GB.po | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 8ef06136..ed5e0d9a 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-03 23:28+0100\n" -"PO-Revision-Date: 2004-10-03 23:30+0100\n" +"POT-Creation-Date: 2004-10-13 22:14+0100\n" +"PO-Revision-Date: 2004-10-13 22:15+0100\n" "Last-Translator: David Lodge \n" "Language-Team: British English \n" "MIME-Version: 1.0\n" @@ -52,6 +52,14 @@ msgstr "Written by" msgid "Translated by" msgstr "Translated by" +#: src/eggtrayicon.c:118 +msgid "Orientation" +msgstr "Orientation" + +#: src/eggtrayicon.c:119 +msgid "The orientation of the tray." +msgstr "The orientation of the tray." + #: src/main.c:146 msgid "Display calendar dialog" msgstr "Display calendar dialogue" @@ -417,6 +425,15 @@ msgstr "%s is not supported for this dialogue\n" msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" +#: src/notification.c:157 +msgid "could not parse command from stdin\n" +msgstr "could not parse command from stdin\n" + +#: src/notification.c:226 +#: src/notification.c:251 +msgid "Zenity notification" +msgstr "Zenity notification" + #: src/tree.c:304 msgid "No column titles specified for List dialog.\n" msgstr "No column titles specified for List dialogue\n" -- cgit From 81317a4c82c5667c17d167f19082dfb192dda250 Mon Sep 17 00:00:00 2001 From: David Lodge Date: Sun, 21 Nov 2004 21:48:36 +0000 Subject: Updated British translation. 2004-11-21 David Lodge * en_GB.po: Updated British translation. --- po/en_GB.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index ed5e0d9a..ef863fbd 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-13 22:14+0100\n" -"PO-Revision-Date: 2004-10-13 22:15+0100\n" +"POT-Creation-Date: 2004-11-21 21:51+0000\n" +"PO-Revision-Date: 2004-11-21 21:51+0100\n" "Last-Translator: David Lodge \n" "Language-Team: British English \n" "MIME-Version: 1.0\n" @@ -371,8 +371,8 @@ msgid "List options" msgstr "List options" #: src/main.c:951 -msgid "Notication options" -msgstr "Notication options" +msgid "Notification options" +msgstr "Notification options" #: src/main.c:960 msgid "Progress options" -- cgit From 4be4f7cac66f506ea549b97b17c80ce5c2b1c072 Mon Sep 17 00:00:00 2001 From: David Lodge Date: Mon, 13 Dec 2004 22:09:41 +0000 Subject: Updated British translation. 2004-12-13 David Lodge * en_GB.po: Updated British translation. --- po/en_GB.po | 564 +++++++++++++++++++++++++++--------------------------------- 1 file changed, 258 insertions(+), 306 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index ef863fbd..d7e9f4f2 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-11-21 21:51+0000\n" -"PO-Revision-Date: 2004-11-21 21:51+0100\n" +"POT-Creation-Date: 2004-12-13 22:13+0000\n" +"PO-Revision-Date: 2004-12-13 22:13+0100\n" "Last-Translator: David Lodge \n" "Language-Team: British English \n" "MIME-Version: 1.0\n" @@ -60,465 +60,417 @@ msgstr "Orientation" msgid "The orientation of the tray." msgstr "The orientation of the tray." -#: src/main.c:146 -msgid "Display calendar dialog" -msgstr "Display calendar dialogue" +#: src/main.c:90 +msgid "You must specify a dialog type. See 'zenity --help' for details\n" +msgstr "You must specify a dialog type. See 'zenity --help' for details\n" -#: src/main.c:155 -msgid "Display text entry dialog" -msgstr "Display text entry dialogue" +#: src/notification.c:157 +msgid "could not parse command from stdin\n" +msgstr "could not parse command from stdin\n" -#: src/main.c:164 -msgid "Display error dialog" -msgstr "Display error dialogue" +#: src/notification.c:226 +#: src/notification.c:251 +msgid "Zenity notification" +msgstr "Zenity notification" -#: src/main.c:173 -msgid "Display file selection dialog" -msgstr "Display file selection dialogue" +#: src/tree.c:304 +msgid "No column titles specified for List dialog.\n" +msgstr "No column titles specified for List dialogue\n" -#: src/main.c:182 -msgid "Display info dialog" -msgstr "Display info dialogue" +#: src/zenity.glade.h:1 +msgid "*" +msgstr "*" -#: src/main.c:191 -msgid "Display list dialog" -msgstr "Display list dialogue" +#: src/zenity.glade.h:2 +msgid "About Zenity" +msgstr "About Zenity" -#: src/main.c:200 -msgid "Display notification" -msgstr "Display notification" +#: src/zenity.glade.h:3 +msgid "Add a new entry" +msgstr "Add a new entry" -#: src/main.c:209 -msgid "Display progress indication dialog" -msgstr "Display progress indication dialogue" +#: src/zenity.glade.h:4 +msgid "All updates are complete." +msgstr "All updates are complete." -#: src/main.c:218 -msgid "Display question dialog" -msgstr "Display question dialogue" +#: src/zenity.glade.h:5 +msgid "An error has occurred." +msgstr "An error has occurred." -#: src/main.c:227 -msgid "Display text information dialog" -msgstr "Display text information dialogue" +#: src/zenity.glade.h:6 +msgid "Are you sure you want to proceed?" +msgstr "Are you sure you want to proceed?" -#: src/main.c:236 -msgid "Display warning dialog" -msgstr "Display warning dialogue" +#: src/zenity.glade.h:7 +msgid "C_alendar:" +msgstr "C_alendar" + +#: src/zenity.glade.h:8 +msgid "Calendar selection" +msgstr "Calendar selection" + +#: src/zenity.glade.h:9 +msgid "Error" +msgstr "Error" + +#: src/zenity.glade.h:10 +msgid "Information" +msgstr "Information" + +#: src/zenity.glade.h:11 +msgid "Progress" +msgstr "Progress" + +#: src/zenity.glade.h:12 +msgid "Question" +msgstr "Question" + +#: src/zenity.glade.h:13 +msgid "Running..." +msgstr "Running..." + +#: src/zenity.glade.h:14 +msgid "Select a date from below." +msgstr "Select a date from below." + +#: src/zenity.glade.h:15 +msgid "Select a file" +msgstr "Select a file" + +#: src/zenity.glade.h:16 +msgid "Select items from the list" +msgstr "Select items from the list" + +#: src/zenity.glade.h:17 +msgid "Select items from the list below." +msgstr "Select items from the list below." + +#: src/zenity.glade.h:18 +msgid "Text View" +msgstr "Text View" + +#: src/zenity.glade.h:19 +msgid "Warning" +msgstr "Warning" + +#: src/zenity.glade.h:20 +msgid "_Credits" +msgstr "_Credits" + +#: src/zenity.glade.h:21 +msgid "_Enter new text:" +msgstr "_Enter new text" -#: src/main.c:258 +#: src/option.c:98 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: src/main.c:259 +#: src/option.c:99 msgid "TITLE" msgstr "TITLE" -#: src/main.c:267 +#: src/option.c:107 msgid "Set the window icon" msgstr "Set the window icon" -#: src/main.c:268 +#: src/option.c:108 msgid "ICONPATH" msgstr "ICONPATH" -#: src/main.c:276 +#: src/option.c:116 msgid "Set the width" msgstr "Set the width" -#: src/main.c:277 +#: src/option.c:117 msgid "WIDTH" msgstr "WIDTH" -#: src/main.c:285 +#: src/option.c:125 msgid "Set the height" msgstr "Set the height" -#: src/main.c:286 +#: src/option.c:126 msgid "HEIGHT" msgstr "HEIGHT" -#: src/main.c:307 -#: src/main.c:364 -#: src/main.c:404 -#: src/main.c:426 -#: src/main.c:506 -#: src/main.c:613 -#: src/main.c:654 -#: src/main.c:707 +#: src/option.c:140 +msgid "Display calendar dialog" +msgstr "Display calendar dialogue" + +#: src/option.c:149 +#: src/option.c:209 +#: src/option.c:252 +#: src/option.c:276 +#: src/option.c:360 +#: src/option.c:471 +#: src/option.c:523 +#: src/option.c:580 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: src/main.c:316 +#: src/option.c:158 msgid "Set the calendar day" msgstr "Set the calendar day" -#: src/main.c:325 +#: src/option.c:167 msgid "Set the calendar month" msgstr "Set the calendar month" -#: src/main.c:334 +#: src/option.c:176 msgid "Set the calendar year" msgstr "Set the calendar year" -#: src/main.c:342 +#: src/option.c:185 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: src/main.c:373 +#: src/option.c:200 +msgid "Display text entry dialog" +msgstr "Display text entry dialogue" + +#: src/option.c:218 msgid "Set the entry text" msgstr "Set the entry text" -#: src/main.c:382 +#: src/option.c:227 msgid "Hide the entry text" msgstr "Hide the entry text" -#: src/main.c:448 +#: src/option.c:243 +msgid "Display error dialog" +msgstr "Display error dialogue" + +#: src/option.c:267 +msgid "Display info dialog" +msgstr "Display info dialogue" + +#: src/option.c:291 +msgid "Display file selection dialog" +msgstr "Display file selection dialogue" + +#: src/option.c:300 msgid "Set the filename" msgstr "Set the filename" -#: src/main.c:449 -#: src/main.c:677 +#: src/option.c:301 +#: src/option.c:548 msgid "FILENAME" msgstr "FILENAME" -#: src/main.c:457 +#: src/option.c:309 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: src/main.c:466 +#: src/option.c:318 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: src/main.c:475 +#: src/option.c:327 msgid "Activate save mode" msgstr "Activate save mode" -#: src/main.c:484 -msgid "Set output separator character." +#: src/option.c:336 +#: src/option.c:396 +msgid "Set output separator character" msgstr "Set output separator character" -#: src/main.c:485 -#: src/main.c:543 +#: src/option.c:337 +#: src/option.c:397 msgid "SEPARATOR" msgstr "SEPARATOR" -#: src/main.c:515 +#: src/option.c:351 +msgid "Display list dialog" +msgstr "Display list dialogue" + +#: src/option.c:369 msgid "Set the column header" msgstr "Set the column header" -#: src/main.c:524 +#: src/option.c:378 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: src/main.c:533 +#: src/option.c:387 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: src/main.c:542 -msgid "Set output separator character" -msgstr "Set output separator character" - -#: src/main.c:551 -#: src/main.c:685 +#: src/option.c:405 +#: src/option.c:556 msgid "Allow changes to text" msgstr "Allow changes to text" -#: src/main.c:560 +#: src/option.c:414 msgid "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" msgstr "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" -#: src/main.c:582 +#: src/option.c:429 +msgid "Display notification" +msgstr "Display notification" + +#: src/option.c:438 msgid "Set the notification text" msgstr "Set the notification text" -#: src/main.c:591 +#: src/option.c:447 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: src/main.c:622 +#: src/option.c:462 +msgid "Display progress indication dialog" +msgstr "Display progress indication dialogue" + +#: src/option.c:480 msgid "Set initial percentage" msgstr "Set initial percentage" -#: src/main.c:631 +#: src/option.c:489 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: src/main.c:641 +#: src/option.c:499 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialog when 100% has been reached" -#: src/main.c:676 -msgid "Open file" -msgstr "Open file" - -#: src/main.c:720 -msgid "Gdk debugging flags to set" -msgstr "Gdk debugging flags to set" - -#: src/main.c:721 -#: src/main.c:730 -#: src/main.c:809 -#: src/main.c:818 -msgid "FLAGS" -msgstr "FLAGS" - -#: src/main.c:729 -msgid "Gdk debugging flags to unset" -msgstr "Gdk debugging flags to unset" - -#: src/main.c:739 -msgid "X display to use" -msgstr "X display to use" - -#: src/main.c:740 -msgid "DISPLAY" -msgstr "DISPLAY" - -#: src/main.c:750 -msgid "X screen to use" -msgstr "X screen to use" - -#: src/main.c:751 -msgid "SCREEN" -msgstr "SCREEN" - -#: src/main.c:761 -msgid "Make X calls synchronous" -msgstr "Make X calls synchronous" - -#: src/main.c:770 -msgid "Program name as used by the window manager" -msgstr "Program name as used by the window manager" - -#: src/main.c:771 -msgid "NAME" -msgstr "NAME" - -#: src/main.c:779 -msgid "Program class as used by the window manager" -msgstr "Program class as used by the window manager" - -#: src/main.c:780 -msgid "CLASS" -msgstr "CLASS" - -#: src/main.c:790 -msgid "HOST" -msgstr "HOST" - -#: src/main.c:800 -msgid "PORT" -msgstr "PORT" - -#: src/main.c:808 -msgid "Gtk+ debugging flags to set" -msgstr "Gtk+ debugging flags to set" - -#: src/main.c:817 -msgid "Gtk+ debugging flags to unset" -msgstr "Gtk+ debugging flags to unset" +#: src/option.c:514 +msgid "Display question dialog" +msgstr "Display question dialogue" -#: src/main.c:826 -msgid "Make all warnings fatal" -msgstr "Make all warnings fatal" +#: src/option.c:538 +msgid "Display text information dialog" +msgstr "Display text information dialogue" -#: src/main.c:835 -msgid "Load an additional Gtk module" -msgstr "Load an additional Gtk module" +#: src/option.c:547 +msgid "Open file" +msgstr "Open file" -#: src/main.c:836 -msgid "MODULE" -msgstr "MODULE" +#: src/option.c:571 +msgid "Display warning dialog" +msgstr "Display warning dialogue" -#: src/main.c:857 +#: src/option.c:595 msgid "About zenity" msgstr "About zenity" -#: src/main.c:866 +#: src/option.c:604 msgid "Print version" msgstr "Print version" -#: src/main.c:879 -msgid "Dialog options" -msgstr "Dialog options" - -#: src/main.c:888 +#: src/option.c:1174 msgid "General options" msgstr "General options" -#: src/main.c:897 +#: src/option.c:1175 +msgid "Show general options" +msgstr "Show general options" + +#: src/option.c:1184 msgid "Calendar options" msgstr "Calendar options" -#: src/main.c:906 +#: src/option.c:1185 +msgid "Show calendar options" +msgstr "Show calendar options" + +#: src/option.c:1194 msgid "Text entry options" msgstr "Text entry options" -#: src/main.c:915 +#: src/option.c:1195 +msgid "Show text entry options" +msgstr "Show text entry options" + +#: src/option.c:1204 msgid "Error options" msgstr "Error options" -#: src/main.c:924 -msgid "File selection options" -msgstr "File selection options" +#: src/option.c:1205 +msgid "Show error options" +msgstr "Show error options" -#: src/main.c:933 +#: src/option.c:1214 msgid "Info options" msgstr "Info options" -#: src/main.c:942 +#: src/option.c:1215 +msgid "Show info options" +msgstr "Show info options" + +#: src/option.c:1224 +msgid "File selection options" +msgstr "File selection options" + +#: src/option.c:1225 +msgid "Show file selection options" +msgstr "Show file selection options" + +#: src/option.c:1234 msgid "List options" msgstr "List options" -#: src/main.c:951 -msgid "Notification options" -msgstr "Notification options" +#: src/option.c:1235 +msgid "Show list options" +msgstr "Show list options" -#: src/main.c:960 +#: src/option.c:1244 +msgid "Notication options" +msgstr "Notication options" + +#: src/option.c:1245 +msgid "Show notification options" +msgstr "Show notification options" + +#: src/option.c:1254 msgid "Progress options" msgstr "Progress options" -#: src/main.c:969 +#: src/option.c:1255 +msgid "Show progress options" +msgstr "Show progress options" + +#: src/option.c:1264 msgid "Question options" msgstr "Question options" -#: src/main.c:978 -msgid "Text options" -msgstr "Text options" +#: src/option.c:1265 +msgid "Show question options" +msgstr "Show question options" -#: src/main.c:987 +#: src/option.c:1274 msgid "Warning options" msgstr "Warning options" -#: src/main.c:996 -msgid "GTK+ options" -msgstr "GTK+ options" +#: src/option.c:1275 +msgid "Show warning options" +msgstr "Show warning options" -#: src/main.c:1005 -msgid "Miscellaneous options" -msgstr "Miscellaneous options" +#: src/option.c:1284 +msgid "Text options" +msgstr "Text options" -#: src/main.c:1014 -msgid "Help options" -msgstr "Help options" +#: src/option.c:1285 +msgid "Show text options" +msgstr "Show text options" -#: src/main.c:1154 -#, c-format -msgid "%s is an invalid option. See 'zenity --help' for more details\n" -msgstr "%s is an invalid option. See 'zenity --help' for more details\n" +#: src/option.c:1294 +msgid "Miscellaneous options" +msgstr "Miscellaneous options" -#: src/main.c:1202 -msgid "You must specify a dialog type. See 'zenity --help' for details\n" -msgstr "You must specify a dialog type. See 'zenity --help' for details\n" +#: src/option.c:1295 +msgid "Show miscellaneous options" +msgstr "Show miscellaneous options" -#: src/main.c:1222 -#, c-format -msgid "%s given twice for the same dialog\n" -msgstr "%s given twice for the same dialogue\n" +#: src/option.c:1318 +msgid "Syntax error\n" +msgstr "Syntax error\n" -#: src/main.c:1226 +#: src/option.c:1322 #, c-format -msgid "%s is not supported for this dialog\n" -msgstr "%s is not supported for this dialogue\n" +msgid "--%s is not supported for this dialog\n" +msgstr "--%s is not supported for this dialogue\n" -#: src/main.c:1230 +#: src/option.c:1326 msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" -#: src/notification.c:157 -msgid "could not parse command from stdin\n" -msgstr "could not parse command from stdin\n" - -#: src/notification.c:226 -#: src/notification.c:251 -msgid "Zenity notification" -msgstr "Zenity notification" - -#: src/tree.c:304 -msgid "No column titles specified for List dialog.\n" -msgstr "No column titles specified for List dialogue\n" - -#: src/zenity.glade.h:1 -msgid "*" -msgstr "*" - -#: src/zenity.glade.h:2 -msgid "About Zenity" -msgstr "About Zenity" - -#: src/zenity.glade.h:3 -msgid "Add a new entry" -msgstr "Add a new entry" - -#: src/zenity.glade.h:4 -msgid "All updates are complete." -msgstr "All updates are complete." - -#: src/zenity.glade.h:5 -msgid "An error has occurred." -msgstr "An error has occurred." - -#: src/zenity.glade.h:6 -msgid "Are you sure you want to proceed?" -msgstr "Are you sure you want to proceed?" - -#: src/zenity.glade.h:7 -msgid "C_alendar:" -msgstr "C_alendar" - -#: src/zenity.glade.h:8 -msgid "Calendar selection" -msgstr "Calendar selection" - -#: src/zenity.glade.h:9 -msgid "Error" -msgstr "Error" - -#: src/zenity.glade.h:10 -msgid "Information" -msgstr "Information" - -#: src/zenity.glade.h:11 -msgid "Progress" -msgstr "Progress" - -#: src/zenity.glade.h:12 -msgid "Question" -msgstr "Question" - -#: src/zenity.glade.h:13 -msgid "Running..." -msgstr "Running..." - -#: src/zenity.glade.h:14 -msgid "Select a date from below." -msgstr "Select a date from below." - -#: src/zenity.glade.h:15 -msgid "Select a file" -msgstr "Select a file" - -#: src/zenity.glade.h:16 -msgid "Select items from the list" -msgstr "Select items from the list" - -#: src/zenity.glade.h:17 -msgid "Select items from the list below." -msgstr "Select items from the list below." - -#: src/zenity.glade.h:18 -msgid "Text View" -msgstr "Text View" - -#: src/zenity.glade.h:19 -msgid "Warning" -msgstr "Warning" - -#: src/zenity.glade.h:20 -msgid "_Credits" -msgstr "_Credits" - -#: src/zenity.glade.h:21 -msgid "_Enter new text:" -msgstr "_Enter new text" - -- cgit From fc76548cd02e45b5bee968249308857ff3bf13a5 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Mon, 20 Dec 2004 23:22:03 +0000 Subject: Release 2.9.1 2004-12-21 Glynn Foster * configure.in: Release 2.9.1 --- po/en_GB.po | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index d7e9f4f2..154e897a 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-12-13 22:13+0000\n" +"POT-Creation-Date: 2004-12-21 12:12+1300\n" "PO-Revision-Date: 2004-12-13 22:13+0100\n" "Last-Translator: David Lodge \n" "Language-Team: British English \n" @@ -23,8 +23,11 @@ msgstr "" # this translation; in that case, please write them on separate # lines seperated by newlines (\n #. Translators: This is a special message that shouldn't be translated +#. literally. It is used in the about box to give credits to #. the translators. +#. Thus, you should translate it to your name and email address. #. You can also include other translators who have contributed to +#. this translation; in that case, please write them on separate #. lines seperated by newlines (\n). #: src/about.c:375 msgid "translator-credits" @@ -68,8 +71,7 @@ msgstr "You must specify a dialog type. See 'zenity --help' for details\n" msgid "could not parse command from stdin\n" msgstr "could not parse command from stdin\n" -#: src/notification.c:226 -#: src/notification.c:251 +#: src/notification.c:229 src/notification.c:254 msgid "Zenity notification" msgstr "Zenity notification" @@ -197,14 +199,8 @@ msgstr "HEIGHT" msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: src/option.c:149 -#: src/option.c:209 -#: src/option.c:252 -#: src/option.c:276 -#: src/option.c:360 -#: src/option.c:471 -#: src/option.c:523 -#: src/option.c:580 +#: src/option.c:149 src/option.c:209 src/option.c:252 src/option.c:276 +#: src/option.c:360 src/option.c:471 src/option.c:523 src/option.c:580 msgid "Set the dialog text" msgstr "Set the dialogue text" @@ -252,8 +248,7 @@ msgstr "Display file selection dialogue" msgid "Set the filename" msgstr "Set the filename" -#: src/option.c:301 -#: src/option.c:548 +#: src/option.c:301 src/option.c:548 msgid "FILENAME" msgstr "FILENAME" @@ -269,13 +264,11 @@ msgstr "Activate directory-only selection" msgid "Activate save mode" msgstr "Activate save mode" -#: src/option.c:336 -#: src/option.c:396 +#: src/option.c:336 src/option.c:396 msgid "Set output separator character" msgstr "Set output separator character" -#: src/option.c:337 -#: src/option.c:397 +#: src/option.c:337 src/option.c:397 msgid "SEPARATOR" msgstr "SEPARATOR" @@ -295,14 +288,17 @@ msgstr "Use check boxes for first column" msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: src/option.c:405 -#: src/option.c:556 +#: src/option.c:405 src/option.c:556 msgid "Allow changes to text" msgstr "Allow changes to text" #: src/option.c:414 -msgid "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" -msgstr "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" +msgid "" +"Print a specific column (Default is 1. 'ALL' can be used to print all " +"columns)" +msgstr "" +"Print a specific column (Default is 1. 'ALL' can be used to print all " +"columns)" #: src/option.c:429 msgid "Display notification" @@ -414,7 +410,8 @@ msgid "Show list options" msgstr "Show list options" #: src/option.c:1244 -msgid "Notication options" +#, fuzzy +msgid "Notification options" msgstr "Notication options" #: src/option.c:1245 @@ -473,4 +470,3 @@ msgstr "--%s is not supported for this dialogue\n" #: src/option.c:1326 msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" - -- cgit From f5ae7fb520413b5ca562c846b6045ca9764e7b6a Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Sun, 9 Jan 2005 21:51:06 +0000 Subject: Release 2.9.2 Add note about feature frozen-ness. zenity doesn't require 2005-01-07 Glynn Foster * configure.in: Release 2.9.2 * HACKING: Add note about feature frozen-ness. * README: zenity doesn't require gconf anymore. --- po/en_GB.po | 156 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 78 insertions(+), 78 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 154e897a..71a6e591 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-12-21 12:12+1300\n" +"POT-Creation-Date: 2005-01-10 10:31+1300\n" "PO-Revision-Date: 2004-12-13 22:13+0100\n" "Last-Translator: David Lodge \n" "Language-Team: British English \n" @@ -71,7 +71,7 @@ msgstr "You must specify a dialog type. See 'zenity --help' for details\n" msgid "could not parse command from stdin\n" msgstr "could not parse command from stdin\n" -#: src/notification.c:229 src/notification.c:254 +#: src/notification.c:229 src/notification.c:258 msgid "Zenity notification" msgstr "Zenity notification" @@ -163,136 +163,136 @@ msgstr "_Credits" msgid "_Enter new text:" msgstr "_Enter new text" -#: src/option.c:98 +#: src/option.c:99 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: src/option.c:99 +#: src/option.c:100 msgid "TITLE" msgstr "TITLE" -#: src/option.c:107 +#: src/option.c:108 msgid "Set the window icon" msgstr "Set the window icon" -#: src/option.c:108 +#: src/option.c:109 msgid "ICONPATH" msgstr "ICONPATH" -#: src/option.c:116 +#: src/option.c:117 msgid "Set the width" msgstr "Set the width" -#: src/option.c:117 +#: src/option.c:118 msgid "WIDTH" msgstr "WIDTH" -#: src/option.c:125 +#: src/option.c:126 msgid "Set the height" msgstr "Set the height" -#: src/option.c:126 +#: src/option.c:127 msgid "HEIGHT" msgstr "HEIGHT" -#: src/option.c:140 +#: src/option.c:141 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: src/option.c:149 src/option.c:209 src/option.c:252 src/option.c:276 -#: src/option.c:360 src/option.c:471 src/option.c:523 src/option.c:580 +#: src/option.c:150 src/option.c:210 src/option.c:253 src/option.c:277 +#: src/option.c:361 src/option.c:472 src/option.c:524 src/option.c:581 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: src/option.c:158 +#: src/option.c:159 msgid "Set the calendar day" msgstr "Set the calendar day" -#: src/option.c:167 +#: src/option.c:168 msgid "Set the calendar month" msgstr "Set the calendar month" -#: src/option.c:176 +#: src/option.c:177 msgid "Set the calendar year" msgstr "Set the calendar year" -#: src/option.c:185 +#: src/option.c:186 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: src/option.c:200 +#: src/option.c:201 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: src/option.c:218 +#: src/option.c:219 msgid "Set the entry text" msgstr "Set the entry text" -#: src/option.c:227 +#: src/option.c:228 msgid "Hide the entry text" msgstr "Hide the entry text" -#: src/option.c:243 +#: src/option.c:244 msgid "Display error dialog" msgstr "Display error dialogue" -#: src/option.c:267 +#: src/option.c:268 msgid "Display info dialog" msgstr "Display info dialogue" -#: src/option.c:291 +#: src/option.c:292 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: src/option.c:300 +#: src/option.c:301 msgid "Set the filename" msgstr "Set the filename" -#: src/option.c:301 src/option.c:548 +#: src/option.c:302 src/option.c:549 msgid "FILENAME" msgstr "FILENAME" -#: src/option.c:309 +#: src/option.c:310 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: src/option.c:318 +#: src/option.c:319 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: src/option.c:327 +#: src/option.c:328 msgid "Activate save mode" msgstr "Activate save mode" -#: src/option.c:336 src/option.c:396 +#: src/option.c:337 src/option.c:397 msgid "Set output separator character" msgstr "Set output separator character" -#: src/option.c:337 src/option.c:397 +#: src/option.c:338 src/option.c:398 msgid "SEPARATOR" msgstr "SEPARATOR" -#: src/option.c:351 +#: src/option.c:352 msgid "Display list dialog" msgstr "Display list dialogue" -#: src/option.c:369 +#: src/option.c:370 msgid "Set the column header" msgstr "Set the column header" -#: src/option.c:378 +#: src/option.c:379 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: src/option.c:387 +#: src/option.c:388 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: src/option.c:405 src/option.c:556 +#: src/option.c:406 src/option.c:557 msgid "Allow changes to text" msgstr "Allow changes to text" -#: src/option.c:414 +#: src/option.c:415 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -300,173 +300,173 @@ msgstr "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" -#: src/option.c:429 +#: src/option.c:430 msgid "Display notification" msgstr "Display notification" -#: src/option.c:438 +#: src/option.c:439 msgid "Set the notification text" msgstr "Set the notification text" -#: src/option.c:447 +#: src/option.c:448 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: src/option.c:462 +#: src/option.c:463 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: src/option.c:480 +#: src/option.c:481 msgid "Set initial percentage" msgstr "Set initial percentage" -#: src/option.c:489 +#: src/option.c:490 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: src/option.c:499 +#: src/option.c:500 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialog when 100% has been reached" -#: src/option.c:514 +#: src/option.c:515 msgid "Display question dialog" msgstr "Display question dialogue" -#: src/option.c:538 +#: src/option.c:539 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: src/option.c:547 +#: src/option.c:548 msgid "Open file" msgstr "Open file" -#: src/option.c:571 +#: src/option.c:572 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: src/option.c:595 +#: src/option.c:596 msgid "About zenity" msgstr "About zenity" -#: src/option.c:604 +#: src/option.c:605 msgid "Print version" msgstr "Print version" -#: src/option.c:1174 +#: src/option.c:1189 msgid "General options" msgstr "General options" -#: src/option.c:1175 +#: src/option.c:1190 msgid "Show general options" msgstr "Show general options" -#: src/option.c:1184 +#: src/option.c:1199 msgid "Calendar options" msgstr "Calendar options" -#: src/option.c:1185 +#: src/option.c:1200 msgid "Show calendar options" msgstr "Show calendar options" -#: src/option.c:1194 +#: src/option.c:1209 msgid "Text entry options" msgstr "Text entry options" -#: src/option.c:1195 +#: src/option.c:1210 msgid "Show text entry options" msgstr "Show text entry options" -#: src/option.c:1204 +#: src/option.c:1219 msgid "Error options" msgstr "Error options" -#: src/option.c:1205 +#: src/option.c:1220 msgid "Show error options" msgstr "Show error options" -#: src/option.c:1214 +#: src/option.c:1229 msgid "Info options" msgstr "Info options" -#: src/option.c:1215 +#: src/option.c:1230 msgid "Show info options" msgstr "Show info options" -#: src/option.c:1224 +#: src/option.c:1239 msgid "File selection options" msgstr "File selection options" -#: src/option.c:1225 +#: src/option.c:1240 msgid "Show file selection options" msgstr "Show file selection options" -#: src/option.c:1234 +#: src/option.c:1249 msgid "List options" msgstr "List options" -#: src/option.c:1235 +#: src/option.c:1250 msgid "Show list options" msgstr "Show list options" -#: src/option.c:1244 +#: src/option.c:1259 #, fuzzy msgid "Notification options" msgstr "Notication options" -#: src/option.c:1245 +#: src/option.c:1260 msgid "Show notification options" msgstr "Show notification options" -#: src/option.c:1254 +#: src/option.c:1269 msgid "Progress options" msgstr "Progress options" -#: src/option.c:1255 +#: src/option.c:1270 msgid "Show progress options" msgstr "Show progress options" -#: src/option.c:1264 +#: src/option.c:1279 msgid "Question options" msgstr "Question options" -#: src/option.c:1265 +#: src/option.c:1280 msgid "Show question options" msgstr "Show question options" -#: src/option.c:1274 +#: src/option.c:1289 msgid "Warning options" msgstr "Warning options" -#: src/option.c:1275 +#: src/option.c:1290 msgid "Show warning options" msgstr "Show warning options" -#: src/option.c:1284 +#: src/option.c:1299 msgid "Text options" msgstr "Text options" -#: src/option.c:1285 +#: src/option.c:1300 msgid "Show text options" msgstr "Show text options" -#: src/option.c:1294 +#: src/option.c:1309 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: src/option.c:1295 +#: src/option.c:1310 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: src/option.c:1318 +#: src/option.c:1333 msgid "Syntax error\n" msgstr "Syntax error\n" -#: src/option.c:1322 +#: src/option.c:1337 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: src/option.c:1326 +#: src/option.c:1341 msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" -- cgit From 53e5476314bfc0a4ee4269770aae8a8c56603bfc Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 25 Jan 2005 00:36:16 +0000 Subject: Release 2.9.90 2005-01-17 Glynn Foster * configure.in: Release 2.9.90 --- po/en_GB.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 71a6e591..bc15d3b3 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-10 10:31+1300\n" +"POT-Creation-Date: 2005-01-25 12:59+1300\n" "PO-Revision-Date: 2004-12-13 22:13+0100\n" "Last-Translator: David Lodge \n" "Language-Team: British English \n" @@ -29,29 +29,29 @@ msgstr "" #. You can also include other translators who have contributed to #. this translation; in that case, please write them on separate #. lines seperated by newlines (\n). -#: src/about.c:375 +#: src/about.c:376 msgid "translator-credits" msgstr "" "Mike Newman \n" "David Lodge " -#: src/about.c:405 +#: src/about.c:406 msgid "Display dialog boxes from shell scripts" msgstr "Display dialogue boxes from shell scripts" -#: src/about.c:409 +#: src/about.c:410 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: src/about.c:493 +#: src/about.c:494 msgid "Credits" msgstr "Credits" -#: src/about.c:520 +#: src/about.c:521 msgid "Written by" msgstr "Written by" -#: src/about.c:533 +#: src/about.c:534 msgid "Translated by" msgstr "Translated by" -- cgit From e2e4c42d4db644d90d6533133bc09d65851d3553 Mon Sep 17 00:00:00 2001 From: David Lodge Date: Mon, 7 Feb 2005 12:53:16 +0000 Subject: Updated British translation. 2005-02-07 David Lodge * en_GB.po: Updated British translation. --- po/en_GB.po | 130 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 67 insertions(+), 63 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index bc15d3b3..03e08cdc 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-25 12:59+1300\n" -"PO-Revision-Date: 2004-12-13 22:13+0100\n" +"POT-Creation-Date: 2005-02-07 12:59+0000\n" +"PO-Revision-Date: 2005-02-07 12:59+0100\n" "Last-Translator: David Lodge \n" "Language-Team: British English \n" "MIME-Version: 1.0\n" @@ -23,35 +23,32 @@ msgstr "" # this translation; in that case, please write them on separate # lines seperated by newlines (\n #. Translators: This is a special message that shouldn't be translated -#. literally. It is used in the about box to give credits to #. the translators. -#. Thus, you should translate it to your name and email address. #. You can also include other translators who have contributed to -#. this translation; in that case, please write them on separate #. lines seperated by newlines (\n). -#: src/about.c:376 +#: src/about.c:377 msgid "translator-credits" msgstr "" "Mike Newman \n" "David Lodge " -#: src/about.c:406 +#: src/about.c:407 msgid "Display dialog boxes from shell scripts" msgstr "Display dialogue boxes from shell scripts" -#: src/about.c:410 +#: src/about.c:411 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: src/about.c:494 +#: src/about.c:495 msgid "Credits" msgstr "Credits" -#: src/about.c:521 +#: src/about.c:522 msgid "Written by" msgstr "Written by" -#: src/about.c:534 +#: src/about.c:535 msgid "Translated by" msgstr "Translated by" @@ -67,11 +64,12 @@ msgstr "The orientation of the tray." msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialog type. See 'zenity --help' for details\n" -#: src/notification.c:157 +#: src/notification.c:158 msgid "could not parse command from stdin\n" msgstr "could not parse command from stdin\n" -#: src/notification.c:229 src/notification.c:258 +#: src/notification.c:230 +#: src/notification.c:259 msgid "Zenity notification" msgstr "Zenity notification" @@ -199,8 +197,14 @@ msgstr "HEIGHT" msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: src/option.c:150 src/option.c:210 src/option.c:253 src/option.c:277 -#: src/option.c:361 src/option.c:472 src/option.c:524 src/option.c:581 +#: src/option.c:150 +#: src/option.c:210 +#: src/option.c:253 +#: src/option.c:277 +#: src/option.c:361 +#: src/option.c:472 +#: src/option.c:524 +#: src/option.c:581 msgid "Set the dialog text" msgstr "Set the dialogue text" @@ -248,7 +252,8 @@ msgstr "Display file selection dialogue" msgid "Set the filename" msgstr "Set the filename" -#: src/option.c:302 src/option.c:549 +#: src/option.c:302 +#: src/option.c:549 msgid "FILENAME" msgstr "FILENAME" @@ -264,11 +269,13 @@ msgstr "Activate directory-only selection" msgid "Activate save mode" msgstr "Activate save mode" -#: src/option.c:337 src/option.c:397 +#: src/option.c:337 +#: src/option.c:397 msgid "Set output separator character" msgstr "Set output separator character" -#: src/option.c:338 src/option.c:398 +#: src/option.c:338 +#: src/option.c:398 msgid "SEPARATOR" msgstr "SEPARATOR" @@ -288,17 +295,14 @@ msgstr "Use check boxes for first column" msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: src/option.c:406 src/option.c:557 +#: src/option.c:406 +#: src/option.c:557 msgid "Allow changes to text" msgstr "Allow changes to text" #: src/option.c:415 -msgid "" -"Print a specific column (Default is 1. 'ALL' can be used to print all " -"columns)" -msgstr "" -"Print a specific column (Default is 1. 'ALL' can be used to print all " -"columns)" +msgid "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" +msgstr "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" #: src/option.c:430 msgid "Display notification" @@ -353,120 +357,120 @@ msgstr "About zenity" msgid "Print version" msgstr "Print version" -#: src/option.c:1189 +#: src/option.c:1190 msgid "General options" msgstr "General options" -#: src/option.c:1190 +#: src/option.c:1191 msgid "Show general options" msgstr "Show general options" -#: src/option.c:1199 +#: src/option.c:1200 msgid "Calendar options" msgstr "Calendar options" -#: src/option.c:1200 +#: src/option.c:1201 msgid "Show calendar options" msgstr "Show calendar options" -#: src/option.c:1209 +#: src/option.c:1210 msgid "Text entry options" msgstr "Text entry options" -#: src/option.c:1210 +#: src/option.c:1211 msgid "Show text entry options" msgstr "Show text entry options" -#: src/option.c:1219 +#: src/option.c:1220 msgid "Error options" msgstr "Error options" -#: src/option.c:1220 +#: src/option.c:1221 msgid "Show error options" msgstr "Show error options" -#: src/option.c:1229 +#: src/option.c:1230 msgid "Info options" msgstr "Info options" -#: src/option.c:1230 +#: src/option.c:1231 msgid "Show info options" msgstr "Show info options" -#: src/option.c:1239 +#: src/option.c:1240 msgid "File selection options" msgstr "File selection options" -#: src/option.c:1240 +#: src/option.c:1241 msgid "Show file selection options" msgstr "Show file selection options" -#: src/option.c:1249 +#: src/option.c:1250 msgid "List options" msgstr "List options" -#: src/option.c:1250 +#: src/option.c:1251 msgid "Show list options" msgstr "Show list options" -#: src/option.c:1259 -#, fuzzy -msgid "Notification options" -msgstr "Notication options" - #: src/option.c:1260 -msgid "Show notification options" -msgstr "Show notification options" +msgid "Notification icon options" +msgstr "Notification icon options" -#: src/option.c:1269 +#: src/option.c:1261 +msgid "Show notification icon options" +msgstr "Show notification icon options" + +#: src/option.c:1270 msgid "Progress options" msgstr "Progress options" -#: src/option.c:1270 +#: src/option.c:1271 msgid "Show progress options" msgstr "Show progress options" -#: src/option.c:1279 +#: src/option.c:1280 msgid "Question options" msgstr "Question options" -#: src/option.c:1280 +#: src/option.c:1281 msgid "Show question options" msgstr "Show question options" -#: src/option.c:1289 +#: src/option.c:1290 msgid "Warning options" msgstr "Warning options" -#: src/option.c:1290 +#: src/option.c:1291 msgid "Show warning options" msgstr "Show warning options" -#: src/option.c:1299 -msgid "Text options" -msgstr "Text options" - #: src/option.c:1300 -msgid "Show text options" -msgstr "Show text options" +msgid "Text information options" +msgstr "Text information options" + +#: src/option.c:1301 +msgid "Show text information options" +msgstr "Show text information options" -#: src/option.c:1309 +#: src/option.c:1310 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: src/option.c:1310 +#: src/option.c:1311 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: src/option.c:1333 +#: src/option.c:1334 msgid "Syntax error\n" msgstr "Syntax error\n" -#: src/option.c:1337 +#: src/option.c:1338 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: src/option.c:1341 +#: src/option.c:1342 msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" + -- cgit From c58ded027fc0b8a58e605135d959e9bd2a13c959 Mon Sep 17 00:00:00 2001 From: Gareth Owen Date: Fri, 22 Apr 2005 23:19:07 +0000 Subject: Updated British English translation --- po/en_GB.po | 259 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 132 insertions(+), 127 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 03e08cdc..ae0bf41b 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-07 12:59+0000\n" -"PO-Revision-Date: 2005-02-07 12:59+0100\n" -"Last-Translator: David Lodge \n" +"POT-Creation-Date: 2005-04-22 19:18-0400\n" +"PO-Revision-Date: 2005-04-22 19:18-0400\n" +"Last-Translator: Gareth Owen \n" "Language-Team: British English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -23,454 +23,459 @@ msgstr "" # this translation; in that case, please write them on separate # lines seperated by newlines (\n #. Translators: This is a special message that shouldn't be translated +#. literally. It is used in the about box to give credits to #. the translators. +#. Thus, you should translate it to your name and email address. #. You can also include other translators who have contributed to +#. this translation; in that case, please write them on separate #. lines seperated by newlines (\n). -#: src/about.c:377 +#: ../src/about.c:378 msgid "translator-credits" msgstr "" "Mike Newman \n" "David Lodge " -#: src/about.c:407 +#: ../src/about.c:408 msgid "Display dialog boxes from shell scripts" msgstr "Display dialogue boxes from shell scripts" -#: src/about.c:411 +#: ../src/about.c:412 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: src/about.c:495 +#: ../src/about.c:496 msgid "Credits" msgstr "Credits" -#: src/about.c:522 +#: ../src/about.c:523 msgid "Written by" msgstr "Written by" -#: src/about.c:535 +#: ../src/about.c:536 msgid "Translated by" msgstr "Translated by" -#: src/eggtrayicon.c:118 +#: ../src/eggtrayicon.c:118 msgid "Orientation" msgstr "Orientation" -#: src/eggtrayicon.c:119 +#: ../src/eggtrayicon.c:119 msgid "The orientation of the tray." msgstr "The orientation of the tray." -#: src/main.c:90 +#: ../src/main.c:90 msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialog type. See 'zenity --help' for details\n" -#: src/notification.c:158 +#: ../src/notification.c:158 msgid "could not parse command from stdin\n" msgstr "could not parse command from stdin\n" -#: src/notification.c:230 -#: src/notification.c:259 +#: ../src/notification.c:230 ../src/notification.c:259 msgid "Zenity notification" msgstr "Zenity notification" -#: src/tree.c:304 +#: ../src/tree.c:304 msgid "No column titles specified for List dialog.\n" msgstr "No column titles specified for List dialogue\n" -#: src/zenity.glade.h:1 +#: ../src/zenity.glade.h:1 msgid "*" msgstr "*" -#: src/zenity.glade.h:2 +#: ../src/zenity.glade.h:2 msgid "About Zenity" msgstr "About Zenity" -#: src/zenity.glade.h:3 +#: ../src/zenity.glade.h:3 msgid "Add a new entry" msgstr "Add a new entry" -#: src/zenity.glade.h:4 +#: ../src/zenity.glade.h:4 msgid "All updates are complete." msgstr "All updates are complete." -#: src/zenity.glade.h:5 +#: ../src/zenity.glade.h:5 msgid "An error has occurred." msgstr "An error has occurred." -#: src/zenity.glade.h:6 +#: ../src/zenity.glade.h:6 msgid "Are you sure you want to proceed?" msgstr "Are you sure you want to proceed?" -#: src/zenity.glade.h:7 +#: ../src/zenity.glade.h:7 msgid "C_alendar:" msgstr "C_alendar" -#: src/zenity.glade.h:8 +#: ../src/zenity.glade.h:8 msgid "Calendar selection" msgstr "Calendar selection" -#: src/zenity.glade.h:9 +#: ../src/zenity.glade.h:9 msgid "Error" msgstr "Error" -#: src/zenity.glade.h:10 +#: ../src/zenity.glade.h:10 msgid "Information" msgstr "Information" -#: src/zenity.glade.h:11 +#: ../src/zenity.glade.h:11 msgid "Progress" msgstr "Progress" -#: src/zenity.glade.h:12 +#: ../src/zenity.glade.h:12 msgid "Question" msgstr "Question" -#: src/zenity.glade.h:13 +#: ../src/zenity.glade.h:13 msgid "Running..." msgstr "Running..." -#: src/zenity.glade.h:14 +#: ../src/zenity.glade.h:14 msgid "Select a date from below." msgstr "Select a date from below." -#: src/zenity.glade.h:15 +#: ../src/zenity.glade.h:15 msgid "Select a file" msgstr "Select a file" -#: src/zenity.glade.h:16 +#: ../src/zenity.glade.h:16 msgid "Select items from the list" msgstr "Select items from the list" -#: src/zenity.glade.h:17 +#: ../src/zenity.glade.h:17 msgid "Select items from the list below." msgstr "Select items from the list below." -#: src/zenity.glade.h:18 +#: ../src/zenity.glade.h:18 msgid "Text View" msgstr "Text View" -#: src/zenity.glade.h:19 +#: ../src/zenity.glade.h:19 msgid "Warning" msgstr "Warning" -#: src/zenity.glade.h:20 +#: ../src/zenity.glade.h:20 msgid "_Credits" msgstr "_Credits" -#: src/zenity.glade.h:21 +#: ../src/zenity.glade.h:21 msgid "_Enter new text:" msgstr "_Enter new text" -#: src/option.c:99 +#: ../src/option.c:100 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: src/option.c:100 +#: ../src/option.c:101 msgid "TITLE" msgstr "TITLE" -#: src/option.c:108 +#: ../src/option.c:109 msgid "Set the window icon" msgstr "Set the window icon" -#: src/option.c:109 +#: ../src/option.c:110 msgid "ICONPATH" msgstr "ICONPATH" -#: src/option.c:117 +#: ../src/option.c:118 msgid "Set the width" msgstr "Set the width" -#: src/option.c:118 +#: ../src/option.c:119 msgid "WIDTH" msgstr "WIDTH" -#: src/option.c:126 +#: ../src/option.c:127 msgid "Set the height" msgstr "Set the height" -#: src/option.c:127 +#: ../src/option.c:128 msgid "HEIGHT" msgstr "HEIGHT" -#: src/option.c:141 +#: ../src/option.c:142 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: src/option.c:150 -#: src/option.c:210 -#: src/option.c:253 -#: src/option.c:277 -#: src/option.c:361 -#: src/option.c:472 -#: src/option.c:524 -#: src/option.c:581 +#: ../src/option.c:151 ../src/option.c:211 ../src/option.c:254 +#: ../src/option.c:287 ../src/option.c:380 ../src/option.c:491 +#: ../src/option.c:543 ../src/option.c:609 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: src/option.c:159 +#: ../src/option.c:160 msgid "Set the calendar day" msgstr "Set the calendar day" -#: src/option.c:168 +#: ../src/option.c:169 msgid "Set the calendar month" msgstr "Set the calendar month" -#: src/option.c:177 +#: ../src/option.c:178 msgid "Set the calendar year" msgstr "Set the calendar year" -#: src/option.c:186 +#: ../src/option.c:187 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: src/option.c:201 +#: ../src/option.c:202 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: src/option.c:219 +#: ../src/option.c:220 msgid "Set the entry text" msgstr "Set the entry text" -#: src/option.c:228 +#: ../src/option.c:229 msgid "Hide the entry text" msgstr "Hide the entry text" -#: src/option.c:244 +#: ../src/option.c:245 msgid "Display error dialog" msgstr "Display error dialogue" -#: src/option.c:268 +#: ../src/option.c:263 ../src/option.c:296 ../src/option.c:552 +#: ../src/option.c:618 +msgid "Do not enable text wrapping" +msgstr "Do not enable text wrapping" + +#: ../src/option.c:278 msgid "Display info dialog" msgstr "Display info dialogue" -#: src/option.c:292 +#: ../src/option.c:311 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: src/option.c:301 +#: ../src/option.c:320 msgid "Set the filename" msgstr "Set the filename" -#: src/option.c:302 -#: src/option.c:549 +#: ../src/option.c:321 ../src/option.c:577 msgid "FILENAME" msgstr "FILENAME" -#: src/option.c:310 +#: ../src/option.c:329 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: src/option.c:319 +#: ../src/option.c:338 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: src/option.c:328 +#: ../src/option.c:347 msgid "Activate save mode" msgstr "Activate save mode" -#: src/option.c:337 -#: src/option.c:397 +#: ../src/option.c:356 ../src/option.c:416 msgid "Set output separator character" msgstr "Set output separator character" -#: src/option.c:338 -#: src/option.c:398 +#: ../src/option.c:357 ../src/option.c:417 msgid "SEPARATOR" msgstr "SEPARATOR" -#: src/option.c:352 +#: ../src/option.c:371 msgid "Display list dialog" msgstr "Display list dialogue" -#: src/option.c:370 +#: ../src/option.c:389 msgid "Set the column header" msgstr "Set the column header" -#: src/option.c:379 +#: ../src/option.c:398 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: src/option.c:388 +#: ../src/option.c:407 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: src/option.c:406 -#: src/option.c:557 +#: ../src/option.c:425 ../src/option.c:585 msgid "Allow changes to text" msgstr "Allow changes to text" -#: src/option.c:415 -msgid "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" -msgstr "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" +#: ../src/option.c:434 +msgid "" +"Print a specific column (Default is 1. 'ALL' can be used to print all " +"columns)" +msgstr "" +"Print a specific column (Default is 1. 'ALL' can be used to print all " +"columns)" -#: src/option.c:430 +#: ../src/option.c:449 msgid "Display notification" msgstr "Display notification" -#: src/option.c:439 +#: ../src/option.c:458 msgid "Set the notification text" msgstr "Set the notification text" -#: src/option.c:448 +#: ../src/option.c:467 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: src/option.c:463 +#: ../src/option.c:482 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: src/option.c:481 +#: ../src/option.c:500 msgid "Set initial percentage" msgstr "Set initial percentage" -#: src/option.c:490 +#: ../src/option.c:509 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: src/option.c:500 +#: ../src/option.c:519 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialog when 100% has been reached" -#: src/option.c:515 +#: ../src/option.c:534 msgid "Display question dialog" msgstr "Display question dialogue" -#: src/option.c:539 +#: ../src/option.c:567 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: src/option.c:548 +#: ../src/option.c:576 msgid "Open file" msgstr "Open file" -#: src/option.c:572 +#: ../src/option.c:600 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: src/option.c:596 +#: ../src/option.c:633 msgid "About zenity" msgstr "About zenity" -#: src/option.c:605 +#: ../src/option.c:642 msgid "Print version" msgstr "Print version" -#: src/option.c:1190 +#: ../src/option.c:1232 msgid "General options" msgstr "General options" -#: src/option.c:1191 +#: ../src/option.c:1233 msgid "Show general options" msgstr "Show general options" -#: src/option.c:1200 +#: ../src/option.c:1242 msgid "Calendar options" msgstr "Calendar options" -#: src/option.c:1201 +#: ../src/option.c:1243 msgid "Show calendar options" msgstr "Show calendar options" -#: src/option.c:1210 +#: ../src/option.c:1252 msgid "Text entry options" msgstr "Text entry options" -#: src/option.c:1211 +#: ../src/option.c:1253 msgid "Show text entry options" msgstr "Show text entry options" -#: src/option.c:1220 +#: ../src/option.c:1262 msgid "Error options" msgstr "Error options" -#: src/option.c:1221 +#: ../src/option.c:1263 msgid "Show error options" msgstr "Show error options" -#: src/option.c:1230 +#: ../src/option.c:1272 msgid "Info options" msgstr "Info options" -#: src/option.c:1231 +#: ../src/option.c:1273 msgid "Show info options" msgstr "Show info options" -#: src/option.c:1240 +#: ../src/option.c:1282 msgid "File selection options" msgstr "File selection options" -#: src/option.c:1241 +#: ../src/option.c:1283 msgid "Show file selection options" msgstr "Show file selection options" -#: src/option.c:1250 +#: ../src/option.c:1292 msgid "List options" msgstr "List options" -#: src/option.c:1251 +#: ../src/option.c:1293 msgid "Show list options" msgstr "Show list options" -#: src/option.c:1260 +#: ../src/option.c:1302 msgid "Notification icon options" msgstr "Notification icon options" -#: src/option.c:1261 +#: ../src/option.c:1303 msgid "Show notification icon options" msgstr "Show notification icon options" -#: src/option.c:1270 +#: ../src/option.c:1312 msgid "Progress options" msgstr "Progress options" -#: src/option.c:1271 +#: ../src/option.c:1313 msgid "Show progress options" msgstr "Show progress options" -#: src/option.c:1280 +#: ../src/option.c:1322 msgid "Question options" msgstr "Question options" -#: src/option.c:1281 +#: ../src/option.c:1323 msgid "Show question options" msgstr "Show question options" -#: src/option.c:1290 +#: ../src/option.c:1332 msgid "Warning options" msgstr "Warning options" -#: src/option.c:1291 +#: ../src/option.c:1333 msgid "Show warning options" msgstr "Show warning options" -#: src/option.c:1300 +#: ../src/option.c:1342 msgid "Text information options" msgstr "Text information options" -#: src/option.c:1301 +#: ../src/option.c:1343 msgid "Show text information options" msgstr "Show text information options" -#: src/option.c:1310 +#: ../src/option.c:1352 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: src/option.c:1311 +#: ../src/option.c:1353 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: src/option.c:1334 -msgid "Syntax error\n" -msgstr "Syntax error\n" +#: ../src/option.c:1376 +msgid "" +"This option is not available. Please see --help for all possible usages.\n" +msgstr "This option is not available. Please see --help for all possible usages.\n" -#: src/option.c:1338 +#: ../src/option.c:1380 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: src/option.c:1342 +#: ../src/option.c:1384 msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" +#~ msgid "Syntax error\n" +#~ msgstr "Syntax error\n" -- cgit From e4769e21b3af5861013a294d1dd7a3beb4e3d15a Mon Sep 17 00:00:00 2001 From: Tomasz KÅ‚oczko Date: Sat, 24 Sep 2005 15:46:56 +0000 Subject: removed outdated strings and run "make update-po". --- po/en_GB.po | 195 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 103 insertions(+), 92 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index ae0bf41b..eb4da0de 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-22 19:18-0400\n" +"POT-Creation-Date: 2005-09-24 17:41+0200\n" "PO-Revision-Date: 2005-04-22 19:18-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: British English \n" @@ -29,29 +29,29 @@ msgstr "" #. You can also include other translators who have contributed to #. this translation; in that case, please write them on separate #. lines seperated by newlines (\n). -#: ../src/about.c:378 +#: ../src/about.c:403 msgid "translator-credits" msgstr "" "Mike Newman \n" "David Lodge " -#: ../src/about.c:408 +#: ../src/about.c:433 msgid "Display dialog boxes from shell scripts" msgstr "Display dialogue boxes from shell scripts" -#: ../src/about.c:412 +#: ../src/about.c:437 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: ../src/about.c:496 +#: ../src/about.c:521 msgid "Credits" msgstr "Credits" -#: ../src/about.c:523 +#: ../src/about.c:548 msgid "Written by" msgstr "Written by" -#: ../src/about.c:536 +#: ../src/about.c:561 msgid "Translated by" msgstr "Translated by" @@ -67,7 +67,7 @@ msgstr "The orientation of the tray." msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialog type. See 'zenity --help' for details\n" -#: ../src/notification.c:158 +#: ../src/notification.c:161 msgid "could not parse command from stdin\n" msgstr "could not parse command from stdin\n" @@ -75,10 +75,14 @@ msgstr "could not parse command from stdin\n" msgid "Zenity notification" msgstr "Zenity notification" -#: ../src/tree.c:304 +#: ../src/tree.c:320 msgid "No column titles specified for List dialog.\n" msgstr "No column titles specified for List dialogue\n" +#: ../src/tree.c:326 +msgid "You should use only one List dialog type.\n" +msgstr "" + #: ../src/zenity.glade.h:1 msgid "*" msgstr "*" @@ -163,142 +167,147 @@ msgstr "_Credits" msgid "_Enter new text:" msgstr "_Enter new text" -#: ../src/option.c:100 +#: ../src/option.c:105 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:101 +#: ../src/option.c:106 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:109 +#: ../src/option.c:114 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:110 +#: ../src/option.c:115 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:118 +#: ../src/option.c:123 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:119 +#: ../src/option.c:124 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:127 +#: ../src/option.c:132 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:128 +#: ../src/option.c:133 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:142 +#: ../src/option.c:147 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: ../src/option.c:151 ../src/option.c:211 ../src/option.c:254 -#: ../src/option.c:287 ../src/option.c:380 ../src/option.c:491 -#: ../src/option.c:543 ../src/option.c:609 +#: ../src/option.c:156 ../src/option.c:216 ../src/option.c:259 +#: ../src/option.c:292 ../src/option.c:385 ../src/option.c:514 +#: ../src/option.c:566 ../src/option.c:632 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:160 +#: ../src/option.c:165 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:169 +#: ../src/option.c:174 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:178 +#: ../src/option.c:183 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:187 +#: ../src/option.c:192 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:202 +#: ../src/option.c:207 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:220 +#: ../src/option.c:225 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:229 +#: ../src/option.c:234 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:245 +#: ../src/option.c:250 msgid "Display error dialog" msgstr "Display error dialogue" -#: ../src/option.c:263 ../src/option.c:296 ../src/option.c:552 -#: ../src/option.c:618 +#: ../src/option.c:268 ../src/option.c:301 ../src/option.c:575 +#: ../src/option.c:641 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:278 +#: ../src/option.c:283 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:311 +#: ../src/option.c:316 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:320 +#: ../src/option.c:325 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:321 ../src/option.c:577 +#: ../src/option.c:326 ../src/option.c:600 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:329 +#: ../src/option.c:334 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:338 +#: ../src/option.c:343 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:347 +#: ../src/option.c:352 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:356 ../src/option.c:416 +#: ../src/option.c:361 ../src/option.c:421 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:357 ../src/option.c:417 +#: ../src/option.c:362 ../src/option.c:422 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:371 +#: ../src/option.c:376 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:389 +#: ../src/option.c:394 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:398 +#: ../src/option.c:403 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: ../src/option.c:407 +#: ../src/option.c:412 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:425 ../src/option.c:585 +#: ../src/option.c:430 +#, fuzzy +msgid "Allow multiple rows to be selected" +msgstr "Allow multiple files to be selected" + +#: ../src/option.c:439 ../src/option.c:608 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:434 +#: ../src/option.c:448 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -306,176 +315,178 @@ msgstr "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" -#: ../src/option.c:449 +#: ../src/option.c:457 +msgid "Hide a specific column" +msgstr "" + +#: ../src/option.c:472 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:458 +#: ../src/option.c:481 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:467 +#: ../src/option.c:490 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:482 +#: ../src/option.c:505 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:500 +#: ../src/option.c:523 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:509 +#: ../src/option.c:532 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:519 +#: ../src/option.c:542 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialog when 100% has been reached" -#: ../src/option.c:534 +#: ../src/option.c:557 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:567 +#: ../src/option.c:590 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:576 +#: ../src/option.c:599 msgid "Open file" msgstr "Open file" -#: ../src/option.c:600 +#: ../src/option.c:623 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:633 +#: ../src/option.c:656 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:642 +#: ../src/option.c:665 msgid "Print version" msgstr "Print version" -#: ../src/option.c:1232 +#: ../src/option.c:1259 msgid "General options" msgstr "General options" -#: ../src/option.c:1233 +#: ../src/option.c:1260 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:1242 +#: ../src/option.c:1270 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:1243 +#: ../src/option.c:1271 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:1252 +#: ../src/option.c:1281 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:1253 +#: ../src/option.c:1282 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:1262 +#: ../src/option.c:1292 msgid "Error options" msgstr "Error options" -#: ../src/option.c:1263 +#: ../src/option.c:1293 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:1272 +#: ../src/option.c:1303 msgid "Info options" msgstr "Info options" -#: ../src/option.c:1273 +#: ../src/option.c:1304 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:1282 +#: ../src/option.c:1314 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:1283 +#: ../src/option.c:1315 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:1292 +#: ../src/option.c:1325 msgid "List options" msgstr "List options" -#: ../src/option.c:1293 +#: ../src/option.c:1326 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:1302 +#: ../src/option.c:1336 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:1303 +#: ../src/option.c:1337 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:1312 +#: ../src/option.c:1347 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:1313 +#: ../src/option.c:1348 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:1322 +#: ../src/option.c:1358 msgid "Question options" msgstr "Question options" -#: ../src/option.c:1323 +#: ../src/option.c:1359 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:1332 +#: ../src/option.c:1369 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:1333 +#: ../src/option.c:1370 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:1342 +#: ../src/option.c:1380 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:1343 +#: ../src/option.c:1381 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:1352 +#: ../src/option.c:1391 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:1353 +#: ../src/option.c:1392 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:1376 +#: ../src/option.c:1417 msgid "" "This option is not available. Please see --help for all possible usages.\n" -msgstr "This option is not available. Please see --help for all possible usages.\n" +msgstr "" +"This option is not available. Please see --help for all possible usages.\n" -#: ../src/option.c:1380 +#: ../src/option.c:1421 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: ../src/option.c:1384 +#: ../src/option.c:1425 msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" - -#~ msgid "Syntax error\n" -#~ msgstr "Syntax error\n" -- cgit From 5fe180dae98fc1dda43cfc4bfd8a79981e63eea0 Mon Sep 17 00:00:00 2001 From: David Lodge Date: Mon, 1 Jan 2007 23:01:11 +0000 Subject: Updated English (British) translation svn path=/trunk/; revision=1143 --- po/en_GB.po | 427 +++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 265 insertions(+), 162 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index eb4da0de..417fa799 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,14 +7,26 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-24 17:41+0200\n" -"PO-Revision-Date: 2005-04-22 19:18-0400\n" -"Last-Translator: Gareth Owen \n" +"POT-Creation-Date: 2007-01-01 22:58+0000\n" +"PO-Revision-Date: 2007-01-01 22:59-0000\n" +"Last-Translator: David Lodge \n" "Language-Team: British English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +#: ../src/about.c:65 +msgid "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n" +msgstr "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licence as published by the Free Software Foundation; either version 2 of the Licence, or (at your option) any later version.\n" + +#: ../src/about.c:69 +msgid "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n" +msgstr "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public Licence for more details.\n" + +#: ../src/about.c:73 +msgid "You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." +msgstr "You should have received a copy of the GNU General Public Licence along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." + # Translators: This is a special message that shouldn't be translated # literally. It is used in the about box to give credits to # the translators. @@ -22,471 +34,562 @@ msgstr "" # You can also include other translators who have contributed to # this translation; in that case, please write them on separate # lines seperated by newlines (\n -#. Translators: This is a special message that shouldn't be translated -#. literally. It is used in the about box to give credits to -#. the translators. -#. Thus, you should translate it to your name and email address. -#. You can also include other translators who have contributed to -#. this translation; in that case, please write them on separate -#. lines seperated by newlines (\n). -#: ../src/about.c:403 +#: ../src/about.c:264 msgid "translator-credits" msgstr "" "Mike Newman \n" "David Lodge " -#: ../src/about.c:433 +#: ../src/about.c:276 msgid "Display dialog boxes from shell scripts" msgstr "Display dialogue boxes from shell scripts" -#: ../src/about.c:437 -msgid "(C) 2003 Sun Microsystems" -msgstr "(C) 2003 Sun Microsystems" - -#: ../src/about.c:521 -msgid "Credits" -msgstr "Credits" - -#: ../src/about.c:548 -msgid "Written by" -msgstr "Written by" - -#: ../src/about.c:561 -msgid "Translated by" -msgstr "Translated by" - -#: ../src/eggtrayicon.c:118 -msgid "Orientation" -msgstr "Orientation" - -#: ../src/eggtrayicon.c:119 -msgid "The orientation of the tray." -msgstr "The orientation of the tray." - -#: ../src/main.c:90 +#: ../src/main.c:94 msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialog type. See 'zenity --help' for details\n" -#: ../src/notification.c:161 +#: ../src/notification.c:138 msgid "could not parse command from stdin\n" msgstr "could not parse command from stdin\n" -#: ../src/notification.c:230 ../src/notification.c:259 +#: ../src/notification.c:251 +#: ../src/notification.c:268 msgid "Zenity notification" msgstr "Zenity notification" +#: ../src/scale.c:56 +msgid "Maximum value must be greater than minimum value.\n" +msgstr "Maximum value must be greater than minimum value.\n" + +#: ../src/scale.c:63 +msgid "Value out of range.\n" +msgstr "Value out of range.\n" + #: ../src/tree.c:320 msgid "No column titles specified for List dialog.\n" msgstr "No column titles specified for List dialogue\n" #: ../src/tree.c:326 msgid "You should use only one List dialog type.\n" -msgstr "" +msgstr "You should use only one List dialogue type.\n" #: ../src/zenity.glade.h:1 -msgid "*" -msgstr "*" +msgid "Add a new entry" +msgstr "Add a new entry" #: ../src/zenity.glade.h:2 -msgid "About Zenity" -msgstr "About Zenity" +msgid "Adjust the scale value" +msgstr "Adjust the scale value" #: ../src/zenity.glade.h:3 -msgid "Add a new entry" -msgstr "Add a new entry" - -#: ../src/zenity.glade.h:4 msgid "All updates are complete." msgstr "All updates are complete." -#: ../src/zenity.glade.h:5 +#: ../src/zenity.glade.h:4 msgid "An error has occurred." msgstr "An error has occurred." -#: ../src/zenity.glade.h:6 +#: ../src/zenity.glade.h:5 msgid "Are you sure you want to proceed?" msgstr "Are you sure you want to proceed?" -#: ../src/zenity.glade.h:7 +#: ../src/zenity.glade.h:6 msgid "C_alendar:" msgstr "C_alendar" -#: ../src/zenity.glade.h:8 +#: ../src/zenity.glade.h:7 msgid "Calendar selection" msgstr "Calendar selection" -#: ../src/zenity.glade.h:9 +#: ../src/zenity.glade.h:8 msgid "Error" msgstr "Error" -#: ../src/zenity.glade.h:10 +#: ../src/zenity.glade.h:9 msgid "Information" msgstr "Information" -#: ../src/zenity.glade.h:11 +#: ../src/zenity.glade.h:10 msgid "Progress" msgstr "Progress" -#: ../src/zenity.glade.h:12 +#: ../src/zenity.glade.h:11 msgid "Question" msgstr "Question" -#: ../src/zenity.glade.h:13 +#: ../src/zenity.glade.h:12 msgid "Running..." msgstr "Running..." -#: ../src/zenity.glade.h:14 +#: ../src/zenity.glade.h:13 msgid "Select a date from below." msgstr "Select a date from below." -#: ../src/zenity.glade.h:15 +#: ../src/zenity.glade.h:14 msgid "Select a file" msgstr "Select a file" -#: ../src/zenity.glade.h:16 +#: ../src/zenity.glade.h:15 msgid "Select items from the list" msgstr "Select items from the list" -#: ../src/zenity.glade.h:17 +#: ../src/zenity.glade.h:16 msgid "Select items from the list below." msgstr "Select items from the list below." -#: ../src/zenity.glade.h:18 +#: ../src/zenity.glade.h:17 msgid "Text View" msgstr "Text View" -#: ../src/zenity.glade.h:19 +#: ../src/zenity.glade.h:18 msgid "Warning" msgstr "Warning" -#: ../src/zenity.glade.h:20 -msgid "_Credits" -msgstr "_Credits" - -#: ../src/zenity.glade.h:21 +#: ../src/zenity.glade.h:19 msgid "_Enter new text:" msgstr "_Enter new text" -#: ../src/option.c:105 +#: ../src/option.c:116 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:106 +#: ../src/option.c:117 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:114 +#: ../src/option.c:125 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:115 +#: ../src/option.c:126 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:123 +#: ../src/option.c:134 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:124 +#: ../src/option.c:135 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:132 +#: ../src/option.c:143 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:133 +#: ../src/option.c:144 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:147 +#: ../src/option.c:158 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: ../src/option.c:156 ../src/option.c:216 ../src/option.c:259 -#: ../src/option.c:292 ../src/option.c:385 ../src/option.c:514 -#: ../src/option.c:566 ../src/option.c:632 +#: ../src/option.c:167 +#: ../src/option.c:227 +#: ../src/option.c:270 +#: ../src/option.c:303 +#: ../src/option.c:405 +#: ../src/option.c:534 +#: ../src/option.c:596 +#: ../src/option.c:662 +#: ../src/option.c:695 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:165 +#: ../src/option.c:168 +#: ../src/option.c:228 +#: ../src/option.c:237 +#: ../src/option.c:246 +#: ../src/option.c:271 +#: ../src/option.c:304 +#: ../src/option.c:406 +#: ../src/option.c:502 +#: ../src/option.c:535 +#: ../src/option.c:597 +#: ../src/option.c:663 +#: ../src/option.c:696 +msgid "TEXT" +msgstr "TEXT" + +#: ../src/option.c:176 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:174 +#: ../src/option.c:177 +msgid "DAY" +msgstr "DAY" + +#: ../src/option.c:185 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:183 +#: ../src/option.c:186 +msgid "MONTH" +msgstr "MONTH" + +#: ../src/option.c:194 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:192 +#: ../src/option.c:195 +msgid "YEAR" +msgstr "YEAR" + +#: ../src/option.c:203 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:207 +#: ../src/option.c:204 +msgid "PATTERN" +msgstr "PATTERN" + +#: ../src/option.c:218 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:225 +#: ../src/option.c:236 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:234 +#: ../src/option.c:245 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:250 +#: ../src/option.c:261 msgid "Display error dialog" msgstr "Display error dialogue" -#: ../src/option.c:268 ../src/option.c:301 ../src/option.c:575 -#: ../src/option.c:641 +#: ../src/option.c:279 +#: ../src/option.c:312 +#: ../src/option.c:605 +#: ../src/option.c:671 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:283 +#: ../src/option.c:294 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:316 +#: ../src/option.c:327 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:325 +#: ../src/option.c:336 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:326 ../src/option.c:600 +#: ../src/option.c:337 +#: ../src/option.c:630 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:334 +#: ../src/option.c:345 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:343 +#: ../src/option.c:354 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:352 +#: ../src/option.c:363 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:361 ../src/option.c:421 +#: ../src/option.c:372 +#: ../src/option.c:441 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:362 ../src/option.c:422 +#: ../src/option.c:373 +#: ../src/option.c:442 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:376 +#: ../src/option.c:381 +msgid "Confirm file selection if filename already exists" +msgstr "Confirm file selection if filename already exists" + +#: ../src/option.c:396 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:394 +#: ../src/option.c:414 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:403 +#: ../src/option.c:415 +msgid "COLUMN" +msgstr "COLUMN" + +#: ../src/option.c:423 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: ../src/option.c:412 +#: ../src/option.c:432 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:430 -#, fuzzy +#: ../src/option.c:450 msgid "Allow multiple rows to be selected" -msgstr "Allow multiple files to be selected" +msgstr "Allow multiple rows to be selected" -#: ../src/option.c:439 ../src/option.c:608 +#: ../src/option.c:459 +#: ../src/option.c:638 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:448 -msgid "" -"Print a specific column (Default is 1. 'ALL' can be used to print all " -"columns)" -msgstr "" -"Print a specific column (Default is 1. 'ALL' can be used to print all " -"columns)" +#: ../src/option.c:468 +msgid "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" +msgstr "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" + +#: ../src/option.c:469 +#: ../src/option.c:478 +msgid "NUMBER" +msgstr "NUMBER" -#: ../src/option.c:457 +#: ../src/option.c:477 msgid "Hide a specific column" -msgstr "" +msgstr "Hide a specific column" -#: ../src/option.c:472 +#: ../src/option.c:492 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:481 +#: ../src/option.c:501 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:490 +#: ../src/option.c:510 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:505 +#: ../src/option.c:525 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:523 +#: ../src/option.c:543 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:532 +#: ../src/option.c:544 +msgid "PERCENTAGE" +msgstr "PERCENTAGE" + +#: ../src/option.c:552 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:542 +#: ../src/option.c:562 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialog when 100% has been reached" -#: ../src/option.c:557 +#: ../src/option.c:572 +#, no-c-format +msgid "Kill parent process if cancel button is pressed" +msgstr "Kill parent process if cancel button is pressed" + +#: ../src/option.c:587 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:590 +#: ../src/option.c:620 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:599 +#: ../src/option.c:629 msgid "Open file" msgstr "Open file" -#: ../src/option.c:623 +#: ../src/option.c:653 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:656 +#: ../src/option.c:686 +msgid "Display scale dialog" +msgstr "Display scale dialogue" + +#: ../src/option.c:704 +msgid "Set initial value" +msgstr "Set initial value" + +#: ../src/option.c:705 +#: ../src/option.c:714 +#: ../src/option.c:723 +#: ../src/option.c:732 +msgid "VALUE" +msgstr "VALUE" + +#: ../src/option.c:713 +msgid "Set minimum value" +msgstr "Set minimum value" + +#: ../src/option.c:722 +msgid "Set maximum value" +msgstr "Set maximum value" + +#: ../src/option.c:731 +msgid "Set step size" +msgstr "Set step size" + +#: ../src/option.c:740 +msgid "Print partial values" +msgstr "Print partial values" + +#: ../src/option.c:749 +msgid "Hide value" +msgstr "Hide value" + +#: ../src/option.c:764 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:665 +#: ../src/option.c:773 msgid "Print version" msgstr "Print version" -#: ../src/option.c:1259 +#: ../src/option.c:1414 msgid "General options" msgstr "General options" -#: ../src/option.c:1260 +#: ../src/option.c:1415 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:1270 +#: ../src/option.c:1425 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:1271 +#: ../src/option.c:1426 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:1281 +#: ../src/option.c:1436 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:1282 +#: ../src/option.c:1437 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:1292 +#: ../src/option.c:1447 msgid "Error options" msgstr "Error options" -#: ../src/option.c:1293 +#: ../src/option.c:1448 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:1303 +#: ../src/option.c:1458 msgid "Info options" msgstr "Info options" -#: ../src/option.c:1304 +#: ../src/option.c:1459 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:1314 +#: ../src/option.c:1469 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:1315 +#: ../src/option.c:1470 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:1325 +#: ../src/option.c:1480 msgid "List options" msgstr "List options" -#: ../src/option.c:1326 +#: ../src/option.c:1481 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:1336 +#: ../src/option.c:1491 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:1337 +#: ../src/option.c:1492 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:1347 +#: ../src/option.c:1502 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:1348 +#: ../src/option.c:1503 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:1358 +#: ../src/option.c:1513 msgid "Question options" msgstr "Question options" -#: ../src/option.c:1359 +#: ../src/option.c:1514 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:1369 +#: ../src/option.c:1524 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:1370 +#: ../src/option.c:1525 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:1380 +#: ../src/option.c:1535 +msgid "Scale options" +msgstr "Scale options" + +#: ../src/option.c:1536 +msgid "Show scale options" +msgstr "Show scale options" + +#: ../src/option.c:1546 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:1381 +#: ../src/option.c:1547 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:1391 +#: ../src/option.c:1557 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:1392 +#: ../src/option.c:1558 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:1417 -msgid "" -"This option is not available. Please see --help for all possible usages.\n" -msgstr "" -"This option is not available. Please see --help for all possible usages.\n" +#: ../src/option.c:1583 +msgid "This option is not available. Please see --help for all possible usages.\n" +msgstr "This option is not available. Please see --help for all possible usages.\n" -#: ../src/option.c:1421 +#: ../src/option.c:1587 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: ../src/option.c:1425 +#: ../src/option.c:1591 msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" + +#~ msgid "(C) 2003 Sun Microsystems" +#~ msgstr "(C) 2003 Sun Microsystems" +#~ msgid "Credits" +#~ msgstr "Credits" +#~ msgid "Written by" +#~ msgstr "Written by" +#~ msgid "Translated by" +#~ msgstr "Translated by" +#~ msgid "Orientation" +#~ msgstr "Orientation" +#~ msgid "The orientation of the tray." +#~ msgstr "The orientation of the tray." +#~ msgid "*" +#~ msgstr "*" +#~ msgid "About Zenity" +#~ msgstr "About Zenity" +#~ msgid "_Credits" +#~ msgstr "_Credits" + -- cgit From e489ba624f53fcbbda4825c3db6d9917c84b9e90 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 3 Mar 2008 18:43:49 +0000 Subject: Updated British English translation. 2008-03-03 Philip Withnall * en_GB.po: Updated British English translation. svn path=/trunk/; revision=1323 --- po/en_GB.po | 309 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 166 insertions(+), 143 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 417fa799..a9d30031 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-01-01 22:58+0000\n" +"POT-Creation-Date: 2008-03-03 18:43+0000\n" "PO-Revision-Date: 2007-01-01 22:59-0000\n" "Last-Translator: David Lodge \n" "Language-Team: British English \n" @@ -16,16 +16,38 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ../src/about.c:65 -msgid "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n" -msgstr "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licence as published by the Free Software Foundation; either version 2 of the Licence, or (at your option) any later version.\n" +msgid "" +"This program is free software; you can redistribute it and/or modify it " +"under the terms of the GNU General Public License as published by the Free " +"Software Foundation; either version 2 of the License, or (at your option) " +"any later version.\n" +msgstr "" +"This program is free software; you can redistribute it and/or modify it " +"under the terms of the GNU General Public Licence as published by the Free " +"Software Foundation; either version 2 of the Licence, or (at your option) " +"any later version.\n" #: ../src/about.c:69 -msgid "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n" -msgstr "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public Licence for more details.\n" +msgid "" +"This program is distributed in the hope that it will be useful, but WITHOUT " +"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " +"more details.\n" +msgstr "" +"This program is distributed in the hope that it will be useful, but WITHOUT " +"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " +"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public Licence for " +"more details.\n" #: ../src/about.c:73 -msgid "You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." -msgstr "You should have received a copy of the GNU General Public Licence along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." +msgid "" +"You should have received a copy of the GNU General Public License along with " +"this program; if not, write to the Free Software Foundation, Inc., 51 " +"Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." +msgstr "" +"You should have received a copy of the GNU General Public Licence along with " +"this program; if not, write to the Free Software Foundation, Inc., 51 " +"Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." # Translators: This is a special message that shouldn't be translated # literally. It is used in the about box to give credits to @@ -45,31 +67,36 @@ msgid "Display dialog boxes from shell scripts" msgstr "Display dialogue boxes from shell scripts" #: ../src/main.c:94 +#, c-format msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialog type. See 'zenity --help' for details\n" -#: ../src/notification.c:138 +#: ../src/notification.c:139 +#, c-format msgid "could not parse command from stdin\n" msgstr "could not parse command from stdin\n" -#: ../src/notification.c:251 -#: ../src/notification.c:268 +#: ../src/notification.c:252 ../src/notification.c:269 msgid "Zenity notification" msgstr "Zenity notification" #: ../src/scale.c:56 +#, c-format msgid "Maximum value must be greater than minimum value.\n" msgstr "Maximum value must be greater than minimum value.\n" #: ../src/scale.c:63 +#, c-format msgid "Value out of range.\n" msgstr "Value out of range.\n" #: ../src/tree.c:320 +#, c-format msgid "No column titles specified for List dialog.\n" msgstr "No column titles specified for List dialogue\n" #: ../src/tree.c:326 +#, c-format msgid "You should use only one List dialog type.\n" msgstr "You should use only one List dialogue type.\n" @@ -149,447 +176,443 @@ msgstr "Warning" msgid "_Enter new text:" msgstr "_Enter new text" -#: ../src/option.c:116 +#: ../src/option.c:117 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:117 +#: ../src/option.c:118 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:125 +#: ../src/option.c:126 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:126 +#: ../src/option.c:127 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:134 +#: ../src/option.c:135 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:135 +#: ../src/option.c:136 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:143 +#: ../src/option.c:144 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:144 +#: ../src/option.c:145 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:158 +#: ../src/option.c:153 +msgid "Set dialog timeout in seconds" +msgstr "Set dialogue timeout in seconds" + +#: ../src/option.c:168 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: ../src/option.c:167 -#: ../src/option.c:227 -#: ../src/option.c:270 -#: ../src/option.c:303 -#: ../src/option.c:405 -#: ../src/option.c:534 -#: ../src/option.c:596 -#: ../src/option.c:662 -#: ../src/option.c:695 +#: ../src/option.c:177 ../src/option.c:237 ../src/option.c:280 +#: ../src/option.c:313 ../src/option.c:415 ../src/option.c:544 +#: ../src/option.c:606 ../src/option.c:672 ../src/option.c:705 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:168 -#: ../src/option.c:228 -#: ../src/option.c:237 -#: ../src/option.c:246 -#: ../src/option.c:271 -#: ../src/option.c:304 -#: ../src/option.c:406 -#: ../src/option.c:502 -#: ../src/option.c:535 -#: ../src/option.c:597 -#: ../src/option.c:663 -#: ../src/option.c:696 +#: ../src/option.c:178 ../src/option.c:238 ../src/option.c:247 +#: ../src/option.c:256 ../src/option.c:281 ../src/option.c:314 +#: ../src/option.c:416 ../src/option.c:512 ../src/option.c:545 +#: ../src/option.c:607 ../src/option.c:673 ../src/option.c:706 msgid "TEXT" msgstr "TEXT" -#: ../src/option.c:176 +#: ../src/option.c:186 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:177 +#: ../src/option.c:187 msgid "DAY" msgstr "DAY" -#: ../src/option.c:185 +#: ../src/option.c:195 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:186 +#: ../src/option.c:196 msgid "MONTH" msgstr "MONTH" -#: ../src/option.c:194 +#: ../src/option.c:204 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:195 +#: ../src/option.c:205 msgid "YEAR" msgstr "YEAR" -#: ../src/option.c:203 +#: ../src/option.c:213 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:204 +#: ../src/option.c:214 msgid "PATTERN" msgstr "PATTERN" -#: ../src/option.c:218 +#: ../src/option.c:228 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:236 +#: ../src/option.c:246 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:245 +#: ../src/option.c:255 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:261 +#: ../src/option.c:271 msgid "Display error dialog" msgstr "Display error dialogue" -#: ../src/option.c:279 -#: ../src/option.c:312 -#: ../src/option.c:605 -#: ../src/option.c:671 +#: ../src/option.c:289 ../src/option.c:322 ../src/option.c:615 +#: ../src/option.c:681 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:294 +#: ../src/option.c:304 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:327 +#: ../src/option.c:337 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:336 +#: ../src/option.c:346 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:337 -#: ../src/option.c:630 +#: ../src/option.c:347 ../src/option.c:640 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:345 +#: ../src/option.c:355 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:354 +#: ../src/option.c:364 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:363 +#: ../src/option.c:373 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:372 -#: ../src/option.c:441 +#: ../src/option.c:382 ../src/option.c:451 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:373 -#: ../src/option.c:442 +#: ../src/option.c:383 ../src/option.c:452 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:381 +#: ../src/option.c:391 msgid "Confirm file selection if filename already exists" msgstr "Confirm file selection if filename already exists" -#: ../src/option.c:396 +#: ../src/option.c:406 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:414 +#: ../src/option.c:424 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:415 +#: ../src/option.c:425 msgid "COLUMN" msgstr "COLUMN" -#: ../src/option.c:423 +#: ../src/option.c:433 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: ../src/option.c:432 +#: ../src/option.c:442 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:450 +#: ../src/option.c:460 msgid "Allow multiple rows to be selected" msgstr "Allow multiple rows to be selected" -#: ../src/option.c:459 -#: ../src/option.c:638 +#: ../src/option.c:469 ../src/option.c:648 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:468 -msgid "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" -msgstr "Print a specific column (Default is 1. 'ALL' can be used to print all columns)" - -#: ../src/option.c:469 #: ../src/option.c:478 +msgid "" +"Print a specific column (Default is 1. 'ALL' can be used to print all " +"columns)" +msgstr "" +"Print a specific column (Default is 1. 'ALL' can be used to print all " +"columns)" + +#: ../src/option.c:479 ../src/option.c:488 msgid "NUMBER" msgstr "NUMBER" -#: ../src/option.c:477 +#: ../src/option.c:487 msgid "Hide a specific column" msgstr "Hide a specific column" -#: ../src/option.c:492 +#: ../src/option.c:502 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:501 +#: ../src/option.c:511 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:510 +#: ../src/option.c:520 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:525 +#: ../src/option.c:535 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:543 +#: ../src/option.c:553 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:544 +#: ../src/option.c:554 msgid "PERCENTAGE" msgstr "PERCENTAGE" -#: ../src/option.c:552 +#: ../src/option.c:562 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:562 +#: ../src/option.c:572 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialog when 100% has been reached" -#: ../src/option.c:572 +#: ../src/option.c:582 #, no-c-format msgid "Kill parent process if cancel button is pressed" msgstr "Kill parent process if cancel button is pressed" -#: ../src/option.c:587 +#: ../src/option.c:597 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:620 +#: ../src/option.c:630 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:629 +#: ../src/option.c:639 msgid "Open file" msgstr "Open file" -#: ../src/option.c:653 +#: ../src/option.c:663 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:686 +#: ../src/option.c:696 msgid "Display scale dialog" msgstr "Display scale dialogue" -#: ../src/option.c:704 +#: ../src/option.c:714 msgid "Set initial value" msgstr "Set initial value" -#: ../src/option.c:705 -#: ../src/option.c:714 -#: ../src/option.c:723 -#: ../src/option.c:732 +#: ../src/option.c:715 ../src/option.c:724 ../src/option.c:733 +#: ../src/option.c:742 msgid "VALUE" msgstr "VALUE" -#: ../src/option.c:713 +#: ../src/option.c:723 msgid "Set minimum value" msgstr "Set minimum value" -#: ../src/option.c:722 +#: ../src/option.c:732 msgid "Set maximum value" msgstr "Set maximum value" -#: ../src/option.c:731 +#: ../src/option.c:741 msgid "Set step size" msgstr "Set step size" -#: ../src/option.c:740 +#: ../src/option.c:750 msgid "Print partial values" msgstr "Print partial values" -#: ../src/option.c:749 +#: ../src/option.c:759 msgid "Hide value" msgstr "Hide value" -#: ../src/option.c:764 +#: ../src/option.c:774 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:773 +#: ../src/option.c:783 msgid "Print version" msgstr "Print version" -#: ../src/option.c:1414 +#: ../src/option.c:1425 msgid "General options" msgstr "General options" -#: ../src/option.c:1415 +#: ../src/option.c:1426 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:1425 +#: ../src/option.c:1436 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:1426 +#: ../src/option.c:1437 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:1436 +#: ../src/option.c:1447 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:1437 +#: ../src/option.c:1448 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:1447 +#: ../src/option.c:1458 msgid "Error options" msgstr "Error options" -#: ../src/option.c:1448 +#: ../src/option.c:1459 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:1458 +#: ../src/option.c:1469 msgid "Info options" msgstr "Info options" -#: ../src/option.c:1459 +#: ../src/option.c:1470 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:1469 +#: ../src/option.c:1480 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:1470 +#: ../src/option.c:1481 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:1480 +#: ../src/option.c:1491 msgid "List options" msgstr "List options" -#: ../src/option.c:1481 +#: ../src/option.c:1492 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:1491 +#: ../src/option.c:1502 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:1492 +#: ../src/option.c:1503 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:1502 +#: ../src/option.c:1513 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:1503 +#: ../src/option.c:1514 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:1513 +#: ../src/option.c:1524 msgid "Question options" msgstr "Question options" -#: ../src/option.c:1514 +#: ../src/option.c:1525 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:1524 +#: ../src/option.c:1535 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:1525 +#: ../src/option.c:1536 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:1535 +#: ../src/option.c:1546 msgid "Scale options" msgstr "Scale options" -#: ../src/option.c:1536 +#: ../src/option.c:1547 msgid "Show scale options" msgstr "Show scale options" -#: ../src/option.c:1546 +#: ../src/option.c:1557 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:1547 +#: ../src/option.c:1558 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:1557 +#: ../src/option.c:1568 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:1558 +#: ../src/option.c:1569 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:1583 -msgid "This option is not available. Please see --help for all possible usages.\n" -msgstr "This option is not available. Please see --help for all possible usages.\n" +#: ../src/option.c:1594 +#, c-format +msgid "" +"This option is not available. Please see --help for all possible usages.\n" +msgstr "" +"This option is not available. Please see --help for all possible usages.\n" -#: ../src/option.c:1587 +#: ../src/option.c:1598 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: ../src/option.c:1591 +#: ../src/option.c:1602 +#, c-format msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" #~ msgid "(C) 2003 Sun Microsystems" #~ msgstr "(C) 2003 Sun Microsystems" + #~ msgid "Credits" #~ msgstr "Credits" + #~ msgid "Written by" #~ msgstr "Written by" + #~ msgid "Translated by" #~ msgstr "Translated by" + #~ msgid "Orientation" #~ msgstr "Orientation" + #~ msgid "The orientation of the tray." #~ msgstr "The orientation of the tray." + #~ msgid "*" #~ msgstr "*" + #~ msgid "About Zenity" #~ msgstr "About Zenity" + #~ msgid "_Credits" #~ msgstr "_Credits" - -- cgit From 3e056212c4f63205bf6d4a67f011dcff5af1870c Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sat, 6 Sep 2008 07:35:35 +0000 Subject: Updated British English translation. 2008-09-06 Philip Withnall * en_GB.po: Updated British English translation. svn path=/trunk/; revision=1425 --- po/en_GB.po | 243 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 133 insertions(+), 110 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index a9d30031..1d23b07d 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-03-03 18:43+0000\n" +"POT-Creation-Date: 2008-09-06 08:34+0100\n" "PO-Revision-Date: 2007-01-01 22:59-0000\n" "Last-Translator: David Lodge \n" "Language-Team: British English \n" @@ -69,7 +69,7 @@ msgstr "Display dialogue boxes from shell scripts" #: ../src/main.c:94 #, c-format msgid "You must specify a dialog type. See 'zenity --help' for details\n" -msgstr "You must specify a dialog type. See 'zenity --help' for details\n" +msgstr "You must specify a dialogue type. See 'zenity --help' for details\n" #: ../src/notification.c:139 #, c-format @@ -176,181 +176,195 @@ msgstr "Warning" msgid "_Enter new text:" msgstr "_Enter new text" -#: ../src/option.c:117 +#: ../src/option.c:120 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:118 +#: ../src/option.c:121 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:126 +#: ../src/option.c:129 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:127 +#: ../src/option.c:130 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:135 +#: ../src/option.c:138 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:136 +#: ../src/option.c:139 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:144 +#: ../src/option.c:147 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:145 +#: ../src/option.c:148 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:153 +#: ../src/option.c:156 msgid "Set dialog timeout in seconds" msgstr "Set dialogue timeout in seconds" -#: ../src/option.c:168 +#. Timeout for closing the dialog +#: ../src/option.c:158 +msgid "TIMEOUT" +msgstr "TIMEOUT" + +#: ../src/option.c:172 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: ../src/option.c:177 ../src/option.c:237 ../src/option.c:280 -#: ../src/option.c:313 ../src/option.c:415 ../src/option.c:544 -#: ../src/option.c:606 ../src/option.c:672 ../src/option.c:705 +#: ../src/option.c:181 ../src/option.c:241 ../src/option.c:284 +#: ../src/option.c:317 ../src/option.c:428 ../src/option.c:558 +#: ../src/option.c:620 ../src/option.c:704 ../src/option.c:737 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:178 ../src/option.c:238 ../src/option.c:247 -#: ../src/option.c:256 ../src/option.c:281 ../src/option.c:314 -#: ../src/option.c:416 ../src/option.c:512 ../src/option.c:545 -#: ../src/option.c:607 ../src/option.c:673 ../src/option.c:706 +#: ../src/option.c:182 ../src/option.c:242 ../src/option.c:251 +#: ../src/option.c:260 ../src/option.c:285 ../src/option.c:318 +#: ../src/option.c:429 ../src/option.c:526 ../src/option.c:559 +#: ../src/option.c:621 ../src/option.c:630 ../src/option.c:639 +#: ../src/option.c:705 ../src/option.c:738 msgid "TEXT" msgstr "TEXT" -#: ../src/option.c:186 +#: ../src/option.c:190 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:187 +#: ../src/option.c:191 msgid "DAY" msgstr "DAY" -#: ../src/option.c:195 +#: ../src/option.c:199 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:196 +#: ../src/option.c:200 msgid "MONTH" msgstr "MONTH" -#: ../src/option.c:204 +#: ../src/option.c:208 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:205 +#: ../src/option.c:209 msgid "YEAR" msgstr "YEAR" -#: ../src/option.c:213 +#: ../src/option.c:217 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:214 +#: ../src/option.c:218 msgid "PATTERN" msgstr "PATTERN" -#: ../src/option.c:228 +#: ../src/option.c:232 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:246 +#: ../src/option.c:250 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:255 +#: ../src/option.c:259 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:271 +#: ../src/option.c:275 msgid "Display error dialog" msgstr "Display error dialogue" -#: ../src/option.c:289 ../src/option.c:322 ../src/option.c:615 -#: ../src/option.c:681 +#: ../src/option.c:293 ../src/option.c:326 ../src/option.c:647 +#: ../src/option.c:713 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:304 +#: ../src/option.c:308 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:337 +#: ../src/option.c:341 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:346 +#: ../src/option.c:350 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:347 ../src/option.c:640 +#: ../src/option.c:351 ../src/option.c:672 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:355 +#: ../src/option.c:359 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:364 +#: ../src/option.c:368 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:373 +#: ../src/option.c:377 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:382 ../src/option.c:451 +#: ../src/option.c:386 ../src/option.c:464 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:383 ../src/option.c:452 +#: ../src/option.c:387 ../src/option.c:465 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:391 +#: ../src/option.c:395 msgid "Confirm file selection if filename already exists" msgstr "Confirm file selection if filename already exists" -#: ../src/option.c:406 +#: ../src/option.c:404 +msgid "Sets a filename filter" +msgstr "Sets a filename filter" + +#: ../src/option.c:405 +msgid "NAME | PATTERN1 PATTERN2 ..." +msgstr "NAME | PATTERN1 PATTERN2 ..." + +#: ../src/option.c:419 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:424 +#: ../src/option.c:437 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:425 +#: ../src/option.c:438 msgid "COLUMN" msgstr "COLUMN" -#: ../src/option.c:433 +#: ../src/option.c:446 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: ../src/option.c:442 +#: ../src/option.c:455 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:460 +#: ../src/option.c:473 msgid "Allow multiple rows to be selected" msgstr "Allow multiple rows to be selected" -#: ../src/option.c:469 ../src/option.c:648 +#: ../src/option.c:482 ../src/option.c:680 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:478 +#: ../src/option.c:491 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -358,234 +372,243 @@ msgstr "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" -#: ../src/option.c:479 ../src/option.c:488 +#. Column index number to print out on a list dialog +#: ../src/option.c:493 ../src/option.c:502 msgid "NUMBER" msgstr "NUMBER" -#: ../src/option.c:487 +#: ../src/option.c:501 msgid "Hide a specific column" msgstr "Hide a specific column" -#: ../src/option.c:502 +#: ../src/option.c:516 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:511 +#: ../src/option.c:525 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:520 +#: ../src/option.c:534 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:535 +#: ../src/option.c:549 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:553 +#: ../src/option.c:567 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:554 +#: ../src/option.c:568 msgid "PERCENTAGE" msgstr "PERCENTAGE" -#: ../src/option.c:562 +#: ../src/option.c:576 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:572 +#: ../src/option.c:586 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" -msgstr "Dismiss the dialog when 100% has been reached" +msgstr "Dismiss the dialogue when 100% has been reached" -#: ../src/option.c:582 +#: ../src/option.c:596 #, no-c-format msgid "Kill parent process if cancel button is pressed" -msgstr "Kill parent process if cancel button is pressed" +msgstr "Kill parent process if Cancel button is pressed" -#: ../src/option.c:597 +#: ../src/option.c:611 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:630 +#: ../src/option.c:629 +msgid "Sets the label of the Ok button" +msgstr "Sets the label of the OK button" + +#: ../src/option.c:638 +msgid "Sets the label of the Cancel button" +msgstr "Sets the label of the Cancel button" + +#: ../src/option.c:662 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:639 +#: ../src/option.c:671 msgid "Open file" msgstr "Open file" -#: ../src/option.c:663 +#: ../src/option.c:695 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:696 +#: ../src/option.c:728 msgid "Display scale dialog" msgstr "Display scale dialogue" -#: ../src/option.c:714 +#: ../src/option.c:746 msgid "Set initial value" msgstr "Set initial value" -#: ../src/option.c:715 ../src/option.c:724 ../src/option.c:733 -#: ../src/option.c:742 +#: ../src/option.c:747 ../src/option.c:756 ../src/option.c:765 +#: ../src/option.c:774 msgid "VALUE" msgstr "VALUE" -#: ../src/option.c:723 +#: ../src/option.c:755 msgid "Set minimum value" msgstr "Set minimum value" -#: ../src/option.c:732 +#: ../src/option.c:764 msgid "Set maximum value" msgstr "Set maximum value" -#: ../src/option.c:741 +#: ../src/option.c:773 msgid "Set step size" msgstr "Set step size" -#: ../src/option.c:750 +#: ../src/option.c:782 msgid "Print partial values" msgstr "Print partial values" -#: ../src/option.c:759 +#: ../src/option.c:791 msgid "Hide value" msgstr "Hide value" -#: ../src/option.c:774 +#: ../src/option.c:806 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:783 +#: ../src/option.c:815 msgid "Print version" msgstr "Print version" -#: ../src/option.c:1425 +#: ../src/option.c:1470 msgid "General options" msgstr "General options" -#: ../src/option.c:1426 +#: ../src/option.c:1471 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:1436 +#: ../src/option.c:1481 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:1437 +#: ../src/option.c:1482 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:1447 +#: ../src/option.c:1492 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:1448 +#: ../src/option.c:1493 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:1458 +#: ../src/option.c:1503 msgid "Error options" msgstr "Error options" -#: ../src/option.c:1459 +#: ../src/option.c:1504 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:1469 +#: ../src/option.c:1514 msgid "Info options" msgstr "Info options" -#: ../src/option.c:1470 +#: ../src/option.c:1515 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:1480 +#: ../src/option.c:1525 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:1481 +#: ../src/option.c:1526 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:1491 +#: ../src/option.c:1536 msgid "List options" msgstr "List options" -#: ../src/option.c:1492 +#: ../src/option.c:1537 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:1502 +#: ../src/option.c:1547 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:1503 +#: ../src/option.c:1548 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:1513 +#: ../src/option.c:1558 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:1514 +#: ../src/option.c:1559 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:1524 +#: ../src/option.c:1569 msgid "Question options" msgstr "Question options" -#: ../src/option.c:1525 +#: ../src/option.c:1570 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:1535 +#: ../src/option.c:1580 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:1536 +#: ../src/option.c:1581 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:1546 +#: ../src/option.c:1591 msgid "Scale options" msgstr "Scale options" -#: ../src/option.c:1547 +#: ../src/option.c:1592 msgid "Show scale options" msgstr "Show scale options" -#: ../src/option.c:1557 +#: ../src/option.c:1602 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:1558 +#: ../src/option.c:1603 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:1568 +#: ../src/option.c:1613 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:1569 +#: ../src/option.c:1614 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:1594 +#: ../src/option.c:1639 #, c-format msgid "" "This option is not available. Please see --help for all possible usages.\n" msgstr "" "This option is not available. Please see --help for all possible usages.\n" -#: ../src/option.c:1598 +#: ../src/option.c:1643 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: ../src/option.c:1602 +#: ../src/option.c:1647 #, c-format msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" -- cgit From dd33a5028a6f6a631d92d42000f3d2304c42a5e8 Mon Sep 17 00:00:00 2001 From: Bruce Cowan Date: Wed, 24 Feb 2010 16:29:05 +0000 Subject: Updated British English translation --- po/en_GB.po | 358 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 184 insertions(+), 174 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 1d23b07d..8c5da022 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -2,52 +2,51 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Mike Newman , 2003. -# +# Bruce Cowan , 2010. msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-09-06 08:34+0100\n" -"PO-Revision-Date: 2007-01-01 22:59-0000\n" -"Last-Translator: David Lodge \n" +"POT-Creation-Date: 2010-02-24 16:25+0000\n" +"PO-Revision-Date: 2010-02-24 16:27+0100\n" +"Last-Translator: Bruce Cowan \n" "Language-Team: British English \n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" - -#: ../src/about.c:65 -msgid "" -"This program is free software; you can redistribute it and/or modify it " -"under the terms of the GNU General Public License as published by the Free " -"Software Foundation; either version 2 of the License, or (at your option) " -"any later version.\n" -msgstr "" -"This program is free software; you can redistribute it and/or modify it " -"under the terms of the GNU General Public Licence as published by the Free " -"Software Foundation; either version 2 of the Licence, or (at your option) " -"any later version.\n" - -#: ../src/about.c:69 -msgid "" -"This program is distributed in the hope that it will be useful, but WITHOUT " +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Virtaal 0.5.2\n" + +#: ../src/about.c:64 +msgid "This program is free software; you can redistribute it and/or modify it " +"under the terms of the GNU Lesser General Public License as published by the " +"Free Software Foundation; either version 2 of the License, or (at your " +"option) any later version.\n" +msgstr "This program is free software; you can redistribute it and/or modify it " +"under the terms of the GNU Lesser General Public Licence as published by the " +"Free Software Foundation; either version 2 of the Licence, or (at your " +"option) any later version.\n" + +#: ../src/about.c:68 +msgid "This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " -"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for " -"more details.\n" -msgstr "" -"This program is distributed in the hope that it will be useful, but WITHOUT " +"FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License " +"for more details.\n" +msgstr "This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " -"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public Licence for " -"more details.\n" +"FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public Licence " +"for more details.\n" -#: ../src/about.c:73 +#: ../src/about.c:72 msgid "" -"You should have received a copy of the GNU General Public License along with " -"this program; if not, write to the Free Software Foundation, Inc., 51 " -"Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." +"You should have received a copy of the GNU Lesser General Public License " +"along with this program; if not, write to the Free Software Foundation, " +"Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." msgstr "" -"You should have received a copy of the GNU General Public Licence along with " -"this program; if not, write to the Free Software Foundation, Inc., 51 " -"Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." +"You should have received a copy of the GNU Lesser General Public Licence " +"along with this program; if not, write to the Free Software Foundation, " +"Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." # Translators: This is a special message that shouldn't be translated # literally. It is used in the about box to give credits to @@ -56,13 +55,15 @@ msgstr "" # You can also include other translators who have contributed to # this translation; in that case, please write them on separate # lines seperated by newlines (\n -#: ../src/about.c:264 +#: ../src/about.c:265 msgid "translator-credits" msgstr "" "Mike Newman \n" -"David Lodge " +"David Lodge \n" +"Philip Withnall \n" +"Bruce Cowan " -#: ../src/about.c:276 +#: ../src/about.c:277 msgid "Display dialog boxes from shell scripts" msgstr "Display dialogue boxes from shell scripts" @@ -71,12 +72,17 @@ msgstr "Display dialogue boxes from shell scripts" msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialogue type. See 'zenity --help' for details\n" -#: ../src/notification.c:139 +#: ../src/notification.c:138 #, c-format msgid "could not parse command from stdin\n" msgstr "could not parse command from stdin\n" -#: ../src/notification.c:252 ../src/notification.c:269 +#: ../src/notification.c:177 +#, c-format +msgid "Could not parse message from stdin\n" +msgstr "Could not parse message from stdin\n" + +#: ../src/notification.c:262 ../src/notification.c:279 msgid "Zenity notification" msgstr "Zenity notification" @@ -90,281 +96,278 @@ msgstr "Maximum value must be greater than minimum value.\n" msgid "Value out of range.\n" msgstr "Value out of range.\n" -#: ../src/tree.c:320 +#: ../src/tree.c:321 #, c-format msgid "No column titles specified for List dialog.\n" msgstr "No column titles specified for List dialogue\n" -#: ../src/tree.c:326 +#: ../src/tree.c:327 #, c-format msgid "You should use only one List dialog type.\n" msgstr "You should use only one List dialogue type.\n" -#: ../src/zenity.glade.h:1 +#: ../src/zenity.ui.h:1 msgid "Add a new entry" msgstr "Add a new entry" -#: ../src/zenity.glade.h:2 +#: ../src/zenity.ui.h:2 msgid "Adjust the scale value" msgstr "Adjust the scale value" -#: ../src/zenity.glade.h:3 +#: ../src/zenity.ui.h:3 msgid "All updates are complete." msgstr "All updates are complete." -#: ../src/zenity.glade.h:4 +#: ../src/zenity.ui.h:4 msgid "An error has occurred." msgstr "An error has occurred." -#: ../src/zenity.glade.h:5 +#: ../src/zenity.ui.h:5 msgid "Are you sure you want to proceed?" msgstr "Are you sure you want to proceed?" -#: ../src/zenity.glade.h:6 +#: ../src/zenity.ui.h:6 msgid "C_alendar:" msgstr "C_alendar" -#: ../src/zenity.glade.h:7 +#: ../src/zenity.ui.h:7 msgid "Calendar selection" msgstr "Calendar selection" -#: ../src/zenity.glade.h:8 +#: ../src/zenity.ui.h:8 msgid "Error" msgstr "Error" -#: ../src/zenity.glade.h:9 +#: ../src/zenity.ui.h:9 msgid "Information" msgstr "Information" -#: ../src/zenity.glade.h:10 +#: ../src/zenity.ui.h:10 msgid "Progress" msgstr "Progress" -#: ../src/zenity.glade.h:11 +#: ../src/zenity.ui.h:11 msgid "Question" msgstr "Question" -#: ../src/zenity.glade.h:12 +#: ../src/zenity.ui.h:12 msgid "Running..." msgstr "Running..." -#: ../src/zenity.glade.h:13 +#: ../src/zenity.ui.h:13 msgid "Select a date from below." msgstr "Select a date from below." -#: ../src/zenity.glade.h:14 -msgid "Select a file" -msgstr "Select a file" - -#: ../src/zenity.glade.h:15 +#: ../src/zenity.ui.h:14 msgid "Select items from the list" msgstr "Select items from the list" -#: ../src/zenity.glade.h:16 +#: ../src/zenity.ui.h:15 msgid "Select items from the list below." msgstr "Select items from the list below." -#: ../src/zenity.glade.h:17 +#: ../src/zenity.ui.h:16 msgid "Text View" msgstr "Text View" -#: ../src/zenity.glade.h:18 +#: ../src/zenity.ui.h:17 msgid "Warning" msgstr "Warning" -#: ../src/zenity.glade.h:19 +#: ../src/zenity.ui.h:18 msgid "_Enter new text:" msgstr "_Enter new text" -#: ../src/option.c:120 +#: ../src/option.c:121 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:121 +#: ../src/option.c:122 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:129 +#: ../src/option.c:130 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:130 +#: ../src/option.c:131 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:138 +#: ../src/option.c:139 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:139 +#: ../src/option.c:140 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:147 +#: ../src/option.c:148 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:148 +#: ../src/option.c:149 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:156 +#: ../src/option.c:157 msgid "Set dialog timeout in seconds" msgstr "Set dialogue timeout in seconds" #. Timeout for closing the dialog -#: ../src/option.c:158 +#: ../src/option.c:159 msgid "TIMEOUT" msgstr "TIMEOUT" -#: ../src/option.c:172 +#: ../src/option.c:173 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: ../src/option.c:181 ../src/option.c:241 ../src/option.c:284 -#: ../src/option.c:317 ../src/option.c:428 ../src/option.c:558 -#: ../src/option.c:620 ../src/option.c:704 ../src/option.c:737 +#: ../src/option.c:182 ../src/option.c:242 ../src/option.c:285 +#: ../src/option.c:318 ../src/option.c:430 ../src/option.c:569 +#: ../src/option.c:631 ../src/option.c:715 ../src/option.c:748 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:182 ../src/option.c:242 ../src/option.c:251 -#: ../src/option.c:260 ../src/option.c:285 ../src/option.c:318 -#: ../src/option.c:429 ../src/option.c:526 ../src/option.c:559 -#: ../src/option.c:621 ../src/option.c:630 ../src/option.c:639 -#: ../src/option.c:705 ../src/option.c:738 +#: ../src/option.c:183 ../src/option.c:243 ../src/option.c:252 +#: ../src/option.c:286 ../src/option.c:319 ../src/option.c:431 +#: ../src/option.c:537 ../src/option.c:570 ../src/option.c:632 +#: ../src/option.c:641 ../src/option.c:650 ../src/option.c:716 +#: ../src/option.c:749 msgid "TEXT" msgstr "TEXT" -#: ../src/option.c:190 +#: ../src/option.c:191 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:191 +#: ../src/option.c:192 msgid "DAY" msgstr "DAY" -#: ../src/option.c:199 +#: ../src/option.c:200 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:200 +#: ../src/option.c:201 msgid "MONTH" msgstr "MONTH" -#: ../src/option.c:208 +#: ../src/option.c:209 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:209 +#: ../src/option.c:210 msgid "YEAR" msgstr "YEAR" -#: ../src/option.c:217 +#: ../src/option.c:218 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:218 +#: ../src/option.c:219 msgid "PATTERN" msgstr "PATTERN" -#: ../src/option.c:232 +#: ../src/option.c:233 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:250 +#: ../src/option.c:251 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:259 +#: ../src/option.c:260 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:275 +#: ../src/option.c:276 msgid "Display error dialog" msgstr "Display error dialogue" -#: ../src/option.c:293 ../src/option.c:326 ../src/option.c:647 -#: ../src/option.c:713 +#: ../src/option.c:294 ../src/option.c:327 ../src/option.c:658 +#: ../src/option.c:724 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:308 +#: ../src/option.c:309 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:341 +#: ../src/option.c:342 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:350 +#: ../src/option.c:351 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:351 ../src/option.c:672 +#: ../src/option.c:352 ../src/option.c:683 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:359 +#: ../src/option.c:360 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:368 +#: ../src/option.c:369 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:377 +#: ../src/option.c:378 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:386 ../src/option.c:464 +#: ../src/option.c:387 ../src/option.c:466 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:387 ../src/option.c:465 +#: ../src/option.c:388 ../src/option.c:467 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:395 +#: ../src/option.c:396 msgid "Confirm file selection if filename already exists" msgstr "Confirm file selection if filename already exists" -#: ../src/option.c:404 +#: ../src/option.c:405 msgid "Sets a filename filter" msgstr "Sets a filename filter" -#: ../src/option.c:405 +#. Help for file-filter argument (name and patterns for file selection) +#: ../src/option.c:407 msgid "NAME | PATTERN1 PATTERN2 ..." msgstr "NAME | PATTERN1 PATTERN2 ..." -#: ../src/option.c:419 +#: ../src/option.c:421 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:437 +#: ../src/option.c:439 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:438 +#: ../src/option.c:440 msgid "COLUMN" msgstr "COLUMN" -#: ../src/option.c:446 +#: ../src/option.c:448 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: ../src/option.c:455 +#: ../src/option.c:457 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:473 +#: ../src/option.c:475 msgid "Allow multiple rows to be selected" msgstr "Allow multiple rows to be selected" -#: ../src/option.c:482 ../src/option.c:680 +#: ../src/option.c:484 ../src/option.c:691 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:491 +#: ../src/option.c:493 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -373,246 +376,253 @@ msgstr "" "columns)" #. Column index number to print out on a list dialog -#: ../src/option.c:493 ../src/option.c:502 +#: ../src/option.c:495 ../src/option.c:504 msgid "NUMBER" msgstr "NUMBER" -#: ../src/option.c:501 +#: ../src/option.c:503 msgid "Hide a specific column" msgstr "Hide a specific column" -#: ../src/option.c:516 +#: ../src/option.c:512 +msgid "Hides the column headers" +msgstr "Hides the column headers" + +#: ../src/option.c:527 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:525 +#: ../src/option.c:536 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:534 +#: ../src/option.c:545 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:549 +#: ../src/option.c:560 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:567 +#: ../src/option.c:578 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:568 +#: ../src/option.c:579 msgid "PERCENTAGE" msgstr "PERCENTAGE" -#: ../src/option.c:576 +#: ../src/option.c:587 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:586 +#: ../src/option.c:597 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialogue when 100% has been reached" -#: ../src/option.c:596 +#: ../src/option.c:607 #, no-c-format msgid "Kill parent process if cancel button is pressed" msgstr "Kill parent process if Cancel button is pressed" -#: ../src/option.c:611 +#: ../src/option.c:622 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:629 +#: ../src/option.c:640 msgid "Sets the label of the Ok button" msgstr "Sets the label of the OK button" -#: ../src/option.c:638 +#: ../src/option.c:649 msgid "Sets the label of the Cancel button" msgstr "Sets the label of the Cancel button" -#: ../src/option.c:662 +#: ../src/option.c:673 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:671 +#: ../src/option.c:682 msgid "Open file" msgstr "Open file" -#: ../src/option.c:695 +#: ../src/option.c:706 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:728 +#: ../src/option.c:739 msgid "Display scale dialog" msgstr "Display scale dialogue" -#: ../src/option.c:746 +#: ../src/option.c:757 msgid "Set initial value" msgstr "Set initial value" -#: ../src/option.c:747 ../src/option.c:756 ../src/option.c:765 -#: ../src/option.c:774 +#: ../src/option.c:758 ../src/option.c:767 ../src/option.c:776 +#: ../src/option.c:785 msgid "VALUE" msgstr "VALUE" -#: ../src/option.c:755 +#: ../src/option.c:766 msgid "Set minimum value" msgstr "Set minimum value" -#: ../src/option.c:764 +#: ../src/option.c:775 msgid "Set maximum value" msgstr "Set maximum value" -#: ../src/option.c:773 +#: ../src/option.c:784 msgid "Set step size" msgstr "Set step size" -#: ../src/option.c:782 +#: ../src/option.c:793 msgid "Print partial values" msgstr "Print partial values" -#: ../src/option.c:791 +#: ../src/option.c:802 msgid "Hide value" msgstr "Hide value" -#: ../src/option.c:806 +#: ../src/option.c:817 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:815 +#: ../src/option.c:826 msgid "Print version" msgstr "Print version" -#: ../src/option.c:1470 +#: ../src/option.c:1490 msgid "General options" msgstr "General options" -#: ../src/option.c:1471 +#: ../src/option.c:1491 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:1481 +#: ../src/option.c:1501 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:1482 +#: ../src/option.c:1502 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:1492 +#: ../src/option.c:1512 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:1493 +#: ../src/option.c:1513 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:1503 +#: ../src/option.c:1523 msgid "Error options" msgstr "Error options" -#: ../src/option.c:1504 +#: ../src/option.c:1524 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:1514 +#: ../src/option.c:1534 msgid "Info options" msgstr "Info options" -#: ../src/option.c:1515 +#: ../src/option.c:1535 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:1525 +#: ../src/option.c:1545 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:1526 +#: ../src/option.c:1546 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:1536 +#: ../src/option.c:1556 msgid "List options" msgstr "List options" -#: ../src/option.c:1537 +#: ../src/option.c:1557 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:1547 +#: ../src/option.c:1567 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:1548 +#: ../src/option.c:1568 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:1558 +#: ../src/option.c:1578 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:1559 +#: ../src/option.c:1579 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:1569 +#: ../src/option.c:1589 msgid "Question options" msgstr "Question options" -#: ../src/option.c:1570 +#: ../src/option.c:1590 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:1580 +#: ../src/option.c:1600 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:1581 +#: ../src/option.c:1601 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:1591 +#: ../src/option.c:1611 msgid "Scale options" msgstr "Scale options" -#: ../src/option.c:1592 +#: ../src/option.c:1612 msgid "Show scale options" msgstr "Show scale options" -#: ../src/option.c:1602 +#: ../src/option.c:1622 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:1603 +#: ../src/option.c:1623 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:1613 +#: ../src/option.c:1633 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:1614 +#: ../src/option.c:1634 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:1639 +#: ../src/option.c:1659 #, c-format msgid "" "This option is not available. Please see --help for all possible usages.\n" msgstr "" "This option is not available. Please see --help for all possible usages.\n" -#: ../src/option.c:1643 +#: ../src/option.c:1663 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: ../src/option.c:1647 +#: ../src/option.c:1667 #, c-format msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" +#~ msgid "Select a file" +#~ msgstr "Select a file" + #~ msgid "(C) 2003 Sun Microsystems" #~ msgstr "(C) 2003 Sun Microsystems" -- cgit From 7a1d99cf7cb9073758cda05c8caaa471ccf0f1c0 Mon Sep 17 00:00:00 2001 From: Bruce Cowan Date: Tue, 31 Aug 2010 16:08:36 +0100 Subject: Updated British English translation --- po/en_GB.po | 309 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 183 insertions(+), 126 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 8c5da022..200a9cdf 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -3,23 +3,25 @@ # This file is distributed under the same license as the PACKAGE package. # Mike Newman , 2003. # Bruce Cowan , 2010. +# Bruce Cowan , 2010. msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-02-24 16:25+0000\n" -"PO-Revision-Date: 2010-02-24 16:27+0100\n" -"Last-Translator: Bruce Cowan \n" +"POT-Creation-Date: 2010-08-31 16:06+0100\n" +"PO-Revision-Date: 2010-08-31 16:09+0100\n" +"Last-Translator: Bruce Cowan \n" "Language-Team: British English \n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Virtaal 0.5.2\n" +"X-Generator: Virtaal 0.6.1\n" #: ../src/about.c:64 -msgid "This program is free software; you can redistribute it and/or modify it " +msgid "" +"This program is free software; you can redistribute it and/or modify it " "under the terms of the GNU Lesser General Public License as published by the " "Free Software Foundation; either version 2 of the License, or (at your " "option) any later version.\n" @@ -29,11 +31,13 @@ msgstr "This program is free software; you can redistribute it and/or modify it "option) any later version.\n" #: ../src/about.c:68 -msgid "This program is distributed in the hope that it will be useful, but WITHOUT " +msgid "" +"This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " "FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License " "for more details.\n" -msgstr "This program is distributed in the hope that it will be useful, but WITHOUT " +msgstr "" +"This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " "FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public Licence " "for more details.\n" @@ -61,13 +65,13 @@ msgstr "" "Mike Newman \n" "David Lodge \n" "Philip Withnall \n" -"Bruce Cowan " +"Bruce Cowan " #: ../src/about.c:277 msgid "Display dialog boxes from shell scripts" msgstr "Display dialogue boxes from shell scripts" -#: ../src/main.c:94 +#: ../src/main.c:100 #, c-format msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialogue type. See 'zenity --help' for details\n" @@ -86,6 +90,18 @@ msgstr "Could not parse message from stdin\n" msgid "Zenity notification" msgstr "Zenity notification" +#: ../src/password.c:64 +msgid "Type your password" +msgstr "Type your password" + +#: ../src/password.c:99 +msgid "Username:" +msgstr "Username:" + +#: ../src/password.c:115 +msgid "Password:" +msgstr "Password:" + #: ../src/scale.c:56 #, c-format msgid "Maximum value must be greater than minimum value.\n" @@ -152,7 +168,7 @@ msgstr "Question" #: ../src/zenity.ui.h:12 msgid "Running..." -msgstr "Running..." +msgstr "Running…" #: ../src/zenity.ui.h:13 msgid "Select a date from below." @@ -178,196 +194,196 @@ msgstr "Warning" msgid "_Enter new text:" msgstr "_Enter new text" -#: ../src/option.c:121 +#: ../src/option.c:131 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:122 +#: ../src/option.c:132 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:130 +#: ../src/option.c:140 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:131 +#: ../src/option.c:141 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:139 +#: ../src/option.c:149 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:140 +#: ../src/option.c:150 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:148 +#: ../src/option.c:158 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:149 +#: ../src/option.c:159 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:157 +#: ../src/option.c:167 msgid "Set dialog timeout in seconds" msgstr "Set dialogue timeout in seconds" #. Timeout for closing the dialog -#: ../src/option.c:159 +#: ../src/option.c:169 msgid "TIMEOUT" msgstr "TIMEOUT" -#: ../src/option.c:173 +#: ../src/option.c:183 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: ../src/option.c:182 ../src/option.c:242 ../src/option.c:285 -#: ../src/option.c:318 ../src/option.c:430 ../src/option.c:569 -#: ../src/option.c:631 ../src/option.c:715 ../src/option.c:748 +#: ../src/option.c:192 ../src/option.c:252 ../src/option.c:295 +#: ../src/option.c:328 ../src/option.c:440 ../src/option.c:579 +#: ../src/option.c:651 ../src/option.c:735 ../src/option.c:768 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:183 ../src/option.c:243 ../src/option.c:252 -#: ../src/option.c:286 ../src/option.c:319 ../src/option.c:431 -#: ../src/option.c:537 ../src/option.c:570 ../src/option.c:632 -#: ../src/option.c:641 ../src/option.c:650 ../src/option.c:716 -#: ../src/option.c:749 +#: ../src/option.c:193 ../src/option.c:253 ../src/option.c:262 +#: ../src/option.c:296 ../src/option.c:329 ../src/option.c:441 +#: ../src/option.c:547 ../src/option.c:580 ../src/option.c:652 +#: ../src/option.c:661 ../src/option.c:670 ../src/option.c:736 +#: ../src/option.c:769 msgid "TEXT" msgstr "TEXT" -#: ../src/option.c:191 +#: ../src/option.c:201 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:192 +#: ../src/option.c:202 msgid "DAY" msgstr "DAY" -#: ../src/option.c:200 +#: ../src/option.c:210 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:201 +#: ../src/option.c:211 msgid "MONTH" msgstr "MONTH" -#: ../src/option.c:209 +#: ../src/option.c:219 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:210 +#: ../src/option.c:220 msgid "YEAR" msgstr "YEAR" -#: ../src/option.c:218 +#: ../src/option.c:228 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:219 +#: ../src/option.c:229 msgid "PATTERN" msgstr "PATTERN" -#: ../src/option.c:233 +#: ../src/option.c:243 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:251 +#: ../src/option.c:261 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:260 +#: ../src/option.c:270 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:276 +#: ../src/option.c:286 msgid "Display error dialog" msgstr "Display error dialogue" -#: ../src/option.c:294 ../src/option.c:327 ../src/option.c:658 -#: ../src/option.c:724 +#: ../src/option.c:304 ../src/option.c:337 ../src/option.c:678 +#: ../src/option.c:744 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:309 +#: ../src/option.c:319 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:342 +#: ../src/option.c:352 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:351 +#: ../src/option.c:361 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:352 ../src/option.c:683 +#: ../src/option.c:362 ../src/option.c:703 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:360 +#: ../src/option.c:370 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:369 +#: ../src/option.c:379 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:378 +#: ../src/option.c:388 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:387 ../src/option.c:466 +#: ../src/option.c:397 ../src/option.c:476 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:388 ../src/option.c:467 +#: ../src/option.c:398 ../src/option.c:477 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:396 +#: ../src/option.c:406 msgid "Confirm file selection if filename already exists" msgstr "Confirm file selection if filename already exists" -#: ../src/option.c:405 +#: ../src/option.c:415 msgid "Sets a filename filter" msgstr "Sets a filename filter" #. Help for file-filter argument (name and patterns for file selection) -#: ../src/option.c:407 +#: ../src/option.c:417 msgid "NAME | PATTERN1 PATTERN2 ..." -msgstr "NAME | PATTERN1 PATTERN2 ..." +msgstr "NAME | PATTERN1 PATTERN2 …" -#: ../src/option.c:421 +#: ../src/option.c:431 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:439 +#: ../src/option.c:449 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:440 +#: ../src/option.c:450 msgid "COLUMN" msgstr "COLUMN" -#: ../src/option.c:448 +#: ../src/option.c:458 msgid "Use check boxes for first column" -msgstr "Use check boxes for first column" +msgstr "Use tick boxes for first column" -#: ../src/option.c:457 +#: ../src/option.c:467 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:475 +#: ../src/option.c:485 msgid "Allow multiple rows to be selected" msgstr "Allow multiple rows to be selected" -#: ../src/option.c:484 ../src/option.c:691 +#: ../src/option.c:494 ../src/option.c:711 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:493 +#: ../src/option.c:503 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -376,246 +392,287 @@ msgstr "" "columns)" #. Column index number to print out on a list dialog -#: ../src/option.c:495 ../src/option.c:504 +#: ../src/option.c:505 ../src/option.c:514 msgid "NUMBER" msgstr "NUMBER" -#: ../src/option.c:503 +#: ../src/option.c:513 msgid "Hide a specific column" msgstr "Hide a specific column" -#: ../src/option.c:512 +#: ../src/option.c:522 msgid "Hides the column headers" msgstr "Hides the column headers" -#: ../src/option.c:527 +#: ../src/option.c:537 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:536 +#: ../src/option.c:546 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:545 +#: ../src/option.c:555 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:560 +#: ../src/option.c:570 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:578 +#: ../src/option.c:588 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:579 +#: ../src/option.c:589 msgid "PERCENTAGE" msgstr "PERCENTAGE" -#: ../src/option.c:587 +#: ../src/option.c:597 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:597 +#: ../src/option.c:607 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialogue when 100% has been reached" -#: ../src/option.c:607 +#: ../src/option.c:617 #, no-c-format -msgid "Kill parent process if cancel button is pressed" +msgid "Kill parent process if Cancel button is pressed" msgstr "Kill parent process if Cancel button is pressed" -#: ../src/option.c:622 +#: ../src/option.c:627 +#, no-c-format +msgid "Hide Cancel button" +msgstr "Hide Cancel button" + +#: ../src/option.c:642 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:640 +#: ../src/option.c:660 msgid "Sets the label of the Ok button" msgstr "Sets the label of the OK button" -#: ../src/option.c:649 +#: ../src/option.c:669 msgid "Sets the label of the Cancel button" msgstr "Sets the label of the Cancel button" -#: ../src/option.c:673 +#: ../src/option.c:693 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:682 +#: ../src/option.c:702 msgid "Open file" msgstr "Open file" -#: ../src/option.c:706 +#: ../src/option.c:726 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:739 +#: ../src/option.c:759 msgid "Display scale dialog" msgstr "Display scale dialogue" -#: ../src/option.c:757 +#: ../src/option.c:777 msgid "Set initial value" msgstr "Set initial value" -#: ../src/option.c:758 ../src/option.c:767 ../src/option.c:776 -#: ../src/option.c:785 +#: ../src/option.c:778 ../src/option.c:787 ../src/option.c:796 +#: ../src/option.c:805 ../src/option.c:871 msgid "VALUE" msgstr "VALUE" -#: ../src/option.c:766 +#: ../src/option.c:786 msgid "Set minimum value" msgstr "Set minimum value" -#: ../src/option.c:775 +#: ../src/option.c:795 msgid "Set maximum value" msgstr "Set maximum value" -#: ../src/option.c:784 +#: ../src/option.c:804 msgid "Set step size" msgstr "Set step size" -#: ../src/option.c:793 +#: ../src/option.c:813 msgid "Print partial values" msgstr "Print partial values" -#: ../src/option.c:802 +#: ../src/option.c:822 msgid "Hide value" msgstr "Hide value" -#: ../src/option.c:817 +#: ../src/option.c:837 +msgid "Display password dialog" +msgstr "Display password dialogue" + +#: ../src/option.c:846 +msgid "Display the username option" +msgstr "Display the username option" + +#: ../src/option.c:861 +msgid "Display color selection dialog" +msgstr "Display colour selection dialogue" + +#: ../src/option.c:870 +msgid "Set the color" +msgstr "Set the colour" + +#: ../src/option.c:879 +msgid "Show the palette" +msgstr "Show the palette" + +#: ../src/option.c:894 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:826 +#: ../src/option.c:903 msgid "Print version" msgstr "Print version" -#: ../src/option.c:1490 +#: ../src/option.c:1643 msgid "General options" msgstr "General options" -#: ../src/option.c:1491 +#: ../src/option.c:1644 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:1501 +#: ../src/option.c:1654 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:1502 +#: ../src/option.c:1655 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:1512 +#: ../src/option.c:1665 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:1513 +#: ../src/option.c:1666 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:1523 +#: ../src/option.c:1676 msgid "Error options" msgstr "Error options" -#: ../src/option.c:1524 +#: ../src/option.c:1677 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:1534 +#: ../src/option.c:1687 msgid "Info options" msgstr "Info options" -#: ../src/option.c:1535 +#: ../src/option.c:1688 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:1545 +#: ../src/option.c:1698 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:1546 +#: ../src/option.c:1699 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:1556 +#: ../src/option.c:1709 msgid "List options" msgstr "List options" -#: ../src/option.c:1557 +#: ../src/option.c:1710 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:1567 +#: ../src/option.c:1720 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:1568 +#: ../src/option.c:1721 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:1578 +#: ../src/option.c:1731 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:1579 +#: ../src/option.c:1732 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:1589 +#: ../src/option.c:1742 msgid "Question options" msgstr "Question options" -#: ../src/option.c:1590 +#: ../src/option.c:1743 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:1600 +#: ../src/option.c:1753 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:1601 +#: ../src/option.c:1754 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:1611 +#: ../src/option.c:1764 msgid "Scale options" msgstr "Scale options" -#: ../src/option.c:1612 +#: ../src/option.c:1765 msgid "Show scale options" msgstr "Show scale options" -#: ../src/option.c:1622 +#: ../src/option.c:1775 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:1623 +#: ../src/option.c:1776 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:1633 +#: ../src/option.c:1786 +msgid "Color selection options" +msgstr "Colour selection options" + +#: ../src/option.c:1787 +msgid "Show color selection options" +msgstr "Show colour selection options" + +#: ../src/option.c:1797 +msgid "Password dialog options" +msgstr "Password dialogue options" + +#: ../src/option.c:1798 +msgid "Show password dialog options" +msgstr "Show password dialogue options" + +#: ../src/option.c:1808 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:1634 +#: ../src/option.c:1809 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:1659 +#: ../src/option.c:1834 #, c-format msgid "" "This option is not available. Please see --help for all possible usages.\n" msgstr "" "This option is not available. Please see --help for all possible usages.\n" -#: ../src/option.c:1663 +#: ../src/option.c:1838 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: ../src/option.c:1667 +#: ../src/option.c:1842 #, c-format msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" -- cgit From 2b0b116f8f8c80bea9fccaf5f2790911725c873a Mon Sep 17 00:00:00 2001 From: Bruce Cowan Date: Sun, 13 Mar 2011 15:55:29 +0000 Subject: Updated British English translation --- po/en_GB.po | 342 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 191 insertions(+), 151 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 200a9cdf..9c7c478c 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -1,15 +1,14 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# British English translation of zenity. +# Copyright (C) 2011 zenity'S COPYRIGHT HOLDER +# This file is distributed under the same license as the zenity package. # Mike Newman , 2003. -# Bruce Cowan , 2010. -# Bruce Cowan , 2010. +# Bruce Cowan , 2010, 2011. msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-08-31 16:06+0100\n" -"PO-Revision-Date: 2010-08-31 16:09+0100\n" +"POT-Creation-Date: 2011-03-13 15:53+0000\n" +"PO-Revision-Date: 2011-03-13 15:54+0100\n" "Last-Translator: Bruce Cowan \n" "Language-Team: British English \n" "Language: en_GB\n" @@ -71,22 +70,22 @@ msgstr "" msgid "Display dialog boxes from shell scripts" msgstr "Display dialogue boxes from shell scripts" -#: ../src/main.c:100 +#: ../src/main.c:105 #, c-format msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialogue type. See 'zenity --help' for details\n" -#: ../src/notification.c:138 +#: ../src/notification.c:95 #, c-format msgid "could not parse command from stdin\n" msgstr "could not parse command from stdin\n" -#: ../src/notification.c:177 +#: ../src/notification.c:122 #, c-format msgid "Could not parse message from stdin\n" msgstr "Could not parse message from stdin\n" -#: ../src/notification.c:262 ../src/notification.c:279 +#: ../src/notification.c:198 msgid "Zenity notification" msgstr "Zenity notification" @@ -123,267 +122,272 @@ msgid "You should use only one List dialog type.\n" msgstr "You should use only one List dialogue type.\n" #: ../src/zenity.ui.h:1 +msgid "Forms dialog" +msgstr "Forms dialogue" + +#: ../src/zenity.ui.h:2 msgid "Add a new entry" msgstr "Add a new entry" -#: ../src/zenity.ui.h:2 +#: ../src/zenity.ui.h:3 msgid "Adjust the scale value" msgstr "Adjust the scale value" -#: ../src/zenity.ui.h:3 +#: ../src/zenity.ui.h:4 msgid "All updates are complete." msgstr "All updates are complete." -#: ../src/zenity.ui.h:4 +#: ../src/zenity.ui.h:5 msgid "An error has occurred." msgstr "An error has occurred." -#: ../src/zenity.ui.h:5 +#: ../src/zenity.ui.h:6 msgid "Are you sure you want to proceed?" msgstr "Are you sure you want to proceed?" -#: ../src/zenity.ui.h:6 +#: ../src/zenity.ui.h:7 msgid "C_alendar:" msgstr "C_alendar" -#: ../src/zenity.ui.h:7 +#: ../src/zenity.ui.h:8 msgid "Calendar selection" msgstr "Calendar selection" -#: ../src/zenity.ui.h:8 +#: ../src/zenity.ui.h:9 msgid "Error" msgstr "Error" -#: ../src/zenity.ui.h:9 +#: ../src/zenity.ui.h:10 msgid "Information" msgstr "Information" -#: ../src/zenity.ui.h:10 +#: ../src/zenity.ui.h:11 msgid "Progress" msgstr "Progress" -#: ../src/zenity.ui.h:11 +#: ../src/zenity.ui.h:12 msgid "Question" msgstr "Question" -#: ../src/zenity.ui.h:12 +#: ../src/zenity.ui.h:13 msgid "Running..." msgstr "Running…" -#: ../src/zenity.ui.h:13 +#: ../src/zenity.ui.h:14 msgid "Select a date from below." msgstr "Select a date from below." -#: ../src/zenity.ui.h:14 +#: ../src/zenity.ui.h:15 msgid "Select items from the list" msgstr "Select items from the list" -#: ../src/zenity.ui.h:15 +#: ../src/zenity.ui.h:16 msgid "Select items from the list below." msgstr "Select items from the list below." -#: ../src/zenity.ui.h:16 +#: ../src/zenity.ui.h:17 msgid "Text View" msgstr "Text View" -#: ../src/zenity.ui.h:17 +#: ../src/zenity.ui.h:18 msgid "Warning" msgstr "Warning" -#: ../src/zenity.ui.h:18 +#: ../src/zenity.ui.h:19 msgid "_Enter new text:" msgstr "_Enter new text" -#: ../src/option.c:131 +#: ../src/option.c:144 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:132 +#: ../src/option.c:145 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:140 +#: ../src/option.c:153 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:141 +#: ../src/option.c:154 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:149 +#: ../src/option.c:162 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:150 +#: ../src/option.c:163 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:158 +#: ../src/option.c:171 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:159 +#: ../src/option.c:172 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:167 +#: ../src/option.c:180 msgid "Set dialog timeout in seconds" msgstr "Set dialogue timeout in seconds" #. Timeout for closing the dialog -#: ../src/option.c:169 +#: ../src/option.c:182 msgid "TIMEOUT" msgstr "TIMEOUT" -#: ../src/option.c:183 +#: ../src/option.c:196 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: ../src/option.c:192 ../src/option.c:252 ../src/option.c:295 -#: ../src/option.c:328 ../src/option.c:440 ../src/option.c:579 -#: ../src/option.c:651 ../src/option.c:735 ../src/option.c:768 +#: ../src/option.c:205 ../src/option.c:265 ../src/option.c:308 +#: ../src/option.c:341 ../src/option.c:453 ../src/option.c:595 +#: ../src/option.c:667 ../src/option.c:760 ../src/option.c:793 +#: ../src/option.c:898 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:193 ../src/option.c:253 ../src/option.c:262 -#: ../src/option.c:296 ../src/option.c:329 ../src/option.c:441 -#: ../src/option.c:547 ../src/option.c:580 ../src/option.c:652 -#: ../src/option.c:661 ../src/option.c:670 ../src/option.c:736 -#: ../src/option.c:769 +#: ../src/option.c:206 ../src/option.c:266 ../src/option.c:275 +#: ../src/option.c:309 ../src/option.c:342 ../src/option.c:454 +#: ../src/option.c:561 ../src/option.c:596 ../src/option.c:668 +#: ../src/option.c:677 ../src/option.c:686 ../src/option.c:737 +#: ../src/option.c:761 ../src/option.c:794 ../src/option.c:899 msgid "TEXT" msgstr "TEXT" -#: ../src/option.c:201 +#: ../src/option.c:214 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:202 +#: ../src/option.c:215 msgid "DAY" msgstr "DAY" -#: ../src/option.c:210 +#: ../src/option.c:223 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:211 +#: ../src/option.c:224 msgid "MONTH" msgstr "MONTH" -#: ../src/option.c:219 +#: ../src/option.c:232 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:220 +#: ../src/option.c:233 msgid "YEAR" msgstr "YEAR" -#: ../src/option.c:228 +#: ../src/option.c:241 ../src/option.c:916 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:229 +#: ../src/option.c:242 ../src/option.c:917 msgid "PATTERN" msgstr "PATTERN" -#: ../src/option.c:243 +#: ../src/option.c:256 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:261 +#: ../src/option.c:274 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:270 +#: ../src/option.c:283 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:286 +#: ../src/option.c:299 msgid "Display error dialog" msgstr "Display error dialogue" -#: ../src/option.c:304 ../src/option.c:337 ../src/option.c:678 -#: ../src/option.c:744 +#: ../src/option.c:317 ../src/option.c:350 ../src/option.c:694 +#: ../src/option.c:769 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:319 +#: ../src/option.c:332 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:352 +#: ../src/option.c:365 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:361 +#: ../src/option.c:374 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:362 ../src/option.c:703 +#: ../src/option.c:375 ../src/option.c:719 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:370 +#: ../src/option.c:383 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:379 +#: ../src/option.c:392 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:388 +#: ../src/option.c:401 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:397 ../src/option.c:476 +#: ../src/option.c:410 ../src/option.c:489 ../src/option.c:907 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:398 ../src/option.c:477 +#: ../src/option.c:411 ../src/option.c:490 ../src/option.c:908 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:406 +#: ../src/option.c:419 msgid "Confirm file selection if filename already exists" msgstr "Confirm file selection if filename already exists" -#: ../src/option.c:415 +#: ../src/option.c:428 msgid "Sets a filename filter" msgstr "Sets a filename filter" #. Help for file-filter argument (name and patterns for file selection) -#: ../src/option.c:417 +#: ../src/option.c:430 msgid "NAME | PATTERN1 PATTERN2 ..." msgstr "NAME | PATTERN1 PATTERN2 …" -#: ../src/option.c:431 +#: ../src/option.c:444 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:449 +#: ../src/option.c:462 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:450 +#: ../src/option.c:463 msgid "COLUMN" msgstr "COLUMN" -#: ../src/option.c:458 +#: ../src/option.c:471 msgid "Use check boxes for first column" msgstr "Use tick boxes for first column" -#: ../src/option.c:467 +#: ../src/option.c:480 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:485 +#: ../src/option.c:498 msgid "Allow multiple rows to be selected" msgstr "Allow multiple rows to be selected" -#: ../src/option.c:494 ../src/option.c:711 +#: ../src/option.c:507 ../src/option.c:727 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:503 +#: ../src/option.c:516 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -392,287 +396,323 @@ msgstr "" "columns)" #. Column index number to print out on a list dialog -#: ../src/option.c:505 ../src/option.c:514 +#: ../src/option.c:518 ../src/option.c:527 msgid "NUMBER" msgstr "NUMBER" -#: ../src/option.c:513 +#: ../src/option.c:526 msgid "Hide a specific column" msgstr "Hide a specific column" -#: ../src/option.c:522 +#: ../src/option.c:535 msgid "Hides the column headers" msgstr "Hides the column headers" -#: ../src/option.c:537 +#: ../src/option.c:551 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:546 +#: ../src/option.c:560 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:555 +#: ../src/option.c:569 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:570 +#: ../src/option.c:586 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:588 +#: ../src/option.c:604 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:589 +#: ../src/option.c:605 msgid "PERCENTAGE" msgstr "PERCENTAGE" -#: ../src/option.c:597 +#: ../src/option.c:613 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:607 +#: ../src/option.c:623 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialogue when 100% has been reached" -#: ../src/option.c:617 +#: ../src/option.c:633 #, no-c-format msgid "Kill parent process if Cancel button is pressed" msgstr "Kill parent process if Cancel button is pressed" -#: ../src/option.c:627 +#: ../src/option.c:643 #, no-c-format msgid "Hide Cancel button" msgstr "Hide Cancel button" -#: ../src/option.c:642 +#: ../src/option.c:658 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:660 +#: ../src/option.c:676 msgid "Sets the label of the Ok button" msgstr "Sets the label of the OK button" -#: ../src/option.c:669 +#: ../src/option.c:685 msgid "Sets the label of the Cancel button" msgstr "Sets the label of the Cancel button" -#: ../src/option.c:693 +#: ../src/option.c:709 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:702 +#: ../src/option.c:718 msgid "Open file" msgstr "Open file" -#: ../src/option.c:726 +#: ../src/option.c:736 +msgid "Set the text font" +msgstr "Set the text font" + +#: ../src/option.c:751 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:759 +#: ../src/option.c:784 msgid "Display scale dialog" msgstr "Display scale dialogue" -#: ../src/option.c:777 +#: ../src/option.c:802 msgid "Set initial value" msgstr "Set initial value" -#: ../src/option.c:778 ../src/option.c:787 ../src/option.c:796 -#: ../src/option.c:805 ../src/option.c:871 +#: ../src/option.c:803 ../src/option.c:812 ../src/option.c:821 +#: ../src/option.c:830 ../src/option.c:965 msgid "VALUE" msgstr "VALUE" -#: ../src/option.c:786 +#: ../src/option.c:811 msgid "Set minimum value" msgstr "Set minimum value" -#: ../src/option.c:795 +#: ../src/option.c:820 msgid "Set maximum value" msgstr "Set maximum value" -#: ../src/option.c:804 +#: ../src/option.c:829 msgid "Set step size" msgstr "Set step size" -#: ../src/option.c:813 +#: ../src/option.c:838 msgid "Print partial values" msgstr "Print partial values" -#: ../src/option.c:822 +#: ../src/option.c:847 msgid "Hide value" msgstr "Hide value" -#: ../src/option.c:837 +#: ../src/option.c:862 +msgid "Display forms dialog" +msgstr "Display forms dialogue" + +#: ../src/option.c:871 +msgid "Add a new Entry in forms dialog" +msgstr "Add a new Entry in forms dialogue" + +#: ../src/option.c:872 ../src/option.c:881 +msgid "Field name" +msgstr "Field name" + +#: ../src/option.c:880 +msgid "Add a new Password Entry in forms dialog" +msgstr "Add a new Password Entry in forms dialogue" + +#: ../src/option.c:889 +msgid "Add a new Calendar in forms dialog" +msgstr "Add a new Calendar in forms dialogue" + +#: ../src/option.c:890 +msgid "Calendar field name" +msgstr "Calendar field name" + +#: ../src/option.c:931 msgid "Display password dialog" msgstr "Display password dialogue" -#: ../src/option.c:846 +#: ../src/option.c:940 msgid "Display the username option" msgstr "Display the username option" -#: ../src/option.c:861 +#: ../src/option.c:955 msgid "Display color selection dialog" msgstr "Display colour selection dialogue" -#: ../src/option.c:870 +#: ../src/option.c:964 msgid "Set the color" msgstr "Set the colour" -#: ../src/option.c:879 +#: ../src/option.c:973 msgid "Show the palette" msgstr "Show the palette" -#: ../src/option.c:894 +#: ../src/option.c:988 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:903 +#: ../src/option.c:997 msgid "Print version" msgstr "Print version" -#: ../src/option.c:1643 +#: ../src/option.c:1813 msgid "General options" msgstr "General options" -#: ../src/option.c:1644 +#: ../src/option.c:1814 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:1654 +#: ../src/option.c:1824 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:1655 +#: ../src/option.c:1825 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:1665 +#: ../src/option.c:1835 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:1666 +#: ../src/option.c:1836 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:1676 +#: ../src/option.c:1846 msgid "Error options" msgstr "Error options" -#: ../src/option.c:1677 +#: ../src/option.c:1847 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:1687 +#: ../src/option.c:1857 msgid "Info options" msgstr "Info options" -#: ../src/option.c:1688 +#: ../src/option.c:1858 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:1698 +#: ../src/option.c:1868 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:1699 +#: ../src/option.c:1869 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:1709 +#: ../src/option.c:1879 msgid "List options" msgstr "List options" -#: ../src/option.c:1710 +#: ../src/option.c:1880 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:1720 +#: ../src/option.c:1891 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:1721 +#: ../src/option.c:1892 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:1731 +#: ../src/option.c:1903 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:1732 +#: ../src/option.c:1904 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:1742 +#: ../src/option.c:1914 msgid "Question options" msgstr "Question options" -#: ../src/option.c:1743 +#: ../src/option.c:1915 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:1753 +#: ../src/option.c:1925 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:1754 +#: ../src/option.c:1926 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:1764 +#: ../src/option.c:1936 msgid "Scale options" msgstr "Scale options" -#: ../src/option.c:1765 +#: ../src/option.c:1937 msgid "Show scale options" msgstr "Show scale options" -#: ../src/option.c:1775 +#: ../src/option.c:1947 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:1776 +#: ../src/option.c:1948 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:1786 +#: ../src/option.c:1958 msgid "Color selection options" msgstr "Colour selection options" -#: ../src/option.c:1787 +#: ../src/option.c:1959 msgid "Show color selection options" msgstr "Show colour selection options" -#: ../src/option.c:1797 +#: ../src/option.c:1969 msgid "Password dialog options" msgstr "Password dialogue options" -#: ../src/option.c:1798 +#: ../src/option.c:1970 msgid "Show password dialog options" msgstr "Show password dialogue options" -#: ../src/option.c:1808 +#: ../src/option.c:1980 +msgid "Forms dialog options" +msgstr "Forms dialogue options" + +#: ../src/option.c:1981 +msgid "Show forms dialog options" +msgstr "Show forms dialogue options" + +#: ../src/option.c:1991 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:1809 +#: ../src/option.c:1992 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:1834 +#: ../src/option.c:2017 #, c-format msgid "" "This option is not available. Please see --help for all possible usages.\n" msgstr "" "This option is not available. Please see --help for all possible usages.\n" -#: ../src/option.c:1838 +#: ../src/option.c:2021 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: ../src/option.c:1842 +#: ../src/option.c:2025 #, c-format msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" -- cgit From 4b79afc59f191fd52552e3e6845fdf99c9b590b0 Mon Sep 17 00:00:00 2001 From: Bruce Cowan Date: Fri, 9 Sep 2011 13:03:57 +0100 Subject: Updated British English translation --- po/en_GB.po | 318 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 170 insertions(+), 148 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 9c7c478c..743bc342 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-13 15:53+0000\n" -"PO-Revision-Date: 2011-03-13 15:54+0100\n" +"POT-Creation-Date: 2011-09-09 13:03+0100\n" +"PO-Revision-Date: 2011-09-09 13:03+0100\n" "Last-Translator: Bruce Cowan \n" "Language-Team: British English \n" "Language: en_GB\n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Virtaal 0.6.1\n" +"X-Generator: Virtaal 0.7.1-beta1\n" #: ../src/about.c:64 msgid "" @@ -101,22 +101,22 @@ msgstr "Username:" msgid "Password:" msgstr "Password:" -#: ../src/scale.c:56 +#: ../src/scale.c:57 #, c-format msgid "Maximum value must be greater than minimum value.\n" msgstr "Maximum value must be greater than minimum value.\n" -#: ../src/scale.c:63 +#: ../src/scale.c:64 #, c-format msgid "Value out of range.\n" msgstr "Value out of range.\n" -#: ../src/tree.c:321 +#: ../src/tree.c:327 #, c-format msgid "No column titles specified for List dialog.\n" msgstr "No column titles specified for List dialogue\n" -#: ../src/tree.c:327 +#: ../src/tree.c:333 #, c-format msgid "You should use only one List dialog type.\n" msgstr "You should use only one List dialogue type.\n" @@ -197,197 +197,211 @@ msgstr "Warning" msgid "_Enter new text:" msgstr "_Enter new text" -#: ../src/option.c:144 +#: ../src/option.c:150 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:145 +#: ../src/option.c:151 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:153 +#: ../src/option.c:159 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:154 +#: ../src/option.c:160 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:162 +#: ../src/option.c:168 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:163 +#: ../src/option.c:169 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:171 +#: ../src/option.c:177 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:172 +#: ../src/option.c:178 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:180 +#: ../src/option.c:186 msgid "Set dialog timeout in seconds" msgstr "Set dialogue timeout in seconds" #. Timeout for closing the dialog -#: ../src/option.c:182 +#: ../src/option.c:188 msgid "TIMEOUT" msgstr "TIMEOUT" #: ../src/option.c:196 +msgid "Sets the label of the Ok button" +msgstr "Sets the label of the OK button" + +#: ../src/option.c:197 ../src/option.c:206 ../src/option.c:230 +#: ../src/option.c:290 ../src/option.c:299 ../src/option.c:333 +#: ../src/option.c:374 ../src/option.c:494 ../src/option.c:601 +#: ../src/option.c:636 ../src/option.c:708 ../src/option.c:767 +#: ../src/option.c:776 ../src/option.c:820 ../src/option.c:861 +#: ../src/option.c:966 +msgid "TEXT" +msgstr "TEXT" + +#: ../src/option.c:205 +msgid "Sets the label of the Cancel button" +msgstr "Sets the label of the Cancel button" + +#: ../src/option.c:220 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: ../src/option.c:205 ../src/option.c:265 ../src/option.c:308 -#: ../src/option.c:341 ../src/option.c:453 ../src/option.c:595 -#: ../src/option.c:667 ../src/option.c:760 ../src/option.c:793 -#: ../src/option.c:898 +#: ../src/option.c:229 ../src/option.c:289 ../src/option.c:332 +#: ../src/option.c:373 ../src/option.c:493 ../src/option.c:635 +#: ../src/option.c:707 ../src/option.c:819 ../src/option.c:860 +#: ../src/option.c:965 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:206 ../src/option.c:266 ../src/option.c:275 -#: ../src/option.c:309 ../src/option.c:342 ../src/option.c:454 -#: ../src/option.c:561 ../src/option.c:596 ../src/option.c:668 -#: ../src/option.c:677 ../src/option.c:686 ../src/option.c:737 -#: ../src/option.c:761 ../src/option.c:794 ../src/option.c:899 -msgid "TEXT" -msgstr "TEXT" - -#: ../src/option.c:214 +#: ../src/option.c:238 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:215 +#: ../src/option.c:239 msgid "DAY" msgstr "DAY" -#: ../src/option.c:223 +#: ../src/option.c:247 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:224 +#: ../src/option.c:248 msgid "MONTH" msgstr "MONTH" -#: ../src/option.c:232 +#: ../src/option.c:256 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:233 +#: ../src/option.c:257 msgid "YEAR" msgstr "YEAR" -#: ../src/option.c:241 ../src/option.c:916 +#: ../src/option.c:265 ../src/option.c:983 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:242 ../src/option.c:917 +#: ../src/option.c:266 ../src/option.c:984 msgid "PATTERN" msgstr "PATTERN" -#: ../src/option.c:256 +#: ../src/option.c:280 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:274 +#: ../src/option.c:298 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:283 +#: ../src/option.c:307 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:299 +#: ../src/option.c:323 msgid "Display error dialog" msgstr "Display error dialogue" -#: ../src/option.c:317 ../src/option.c:350 ../src/option.c:694 -#: ../src/option.c:769 +#: ../src/option.c:341 ../src/option.c:382 ../src/option.c:716 +#: ../src/option.c:828 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:332 +#: ../src/option.c:350 ../src/option.c:391 ../src/option.c:725 +#: ../src/option.c:837 +msgid "Do not enable pango markup" +msgstr "Do not enable pango markup" + +#: ../src/option.c:364 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:365 +#: ../src/option.c:405 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:374 +#: ../src/option.c:414 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:375 ../src/option.c:719 +#: ../src/option.c:415 ../src/option.c:749 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:383 +#: ../src/option.c:423 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:392 +#: ../src/option.c:432 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:401 +#: ../src/option.c:441 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:410 ../src/option.c:489 ../src/option.c:907 +#: ../src/option.c:450 ../src/option.c:529 ../src/option.c:974 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:411 ../src/option.c:490 ../src/option.c:908 +#: ../src/option.c:451 ../src/option.c:530 ../src/option.c:975 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:419 +#: ../src/option.c:459 msgid "Confirm file selection if filename already exists" msgstr "Confirm file selection if filename already exists" -#: ../src/option.c:428 +#: ../src/option.c:468 msgid "Sets a filename filter" msgstr "Sets a filename filter" #. Help for file-filter argument (name and patterns for file selection) -#: ../src/option.c:430 +#: ../src/option.c:470 msgid "NAME | PATTERN1 PATTERN2 ..." msgstr "NAME | PATTERN1 PATTERN2 …" -#: ../src/option.c:444 +#: ../src/option.c:484 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:462 +#: ../src/option.c:502 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:463 +#: ../src/option.c:503 msgid "COLUMN" msgstr "COLUMN" -#: ../src/option.c:471 +#: ../src/option.c:511 msgid "Use check boxes for first column" msgstr "Use tick boxes for first column" -#: ../src/option.c:480 +#: ../src/option.c:520 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:498 +#: ../src/option.c:538 msgid "Allow multiple rows to be selected" msgstr "Allow multiple rows to be selected" -#: ../src/option.c:507 ../src/option.c:727 +#: ../src/option.c:547 ../src/option.c:757 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:516 +#: ../src/option.c:556 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -396,323 +410,331 @@ msgstr "" "columns)" #. Column index number to print out on a list dialog -#: ../src/option.c:518 ../src/option.c:527 +#: ../src/option.c:558 ../src/option.c:567 msgid "NUMBER" msgstr "NUMBER" -#: ../src/option.c:526 +#: ../src/option.c:566 msgid "Hide a specific column" msgstr "Hide a specific column" -#: ../src/option.c:535 +#: ../src/option.c:575 msgid "Hides the column headers" msgstr "Hides the column headers" -#: ../src/option.c:551 +#: ../src/option.c:591 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:560 +#: ../src/option.c:600 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:569 +#: ../src/option.c:609 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:586 +#: ../src/option.c:626 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:604 +#: ../src/option.c:644 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:605 +#: ../src/option.c:645 msgid "PERCENTAGE" msgstr "PERCENTAGE" -#: ../src/option.c:613 +#: ../src/option.c:653 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:623 +#: ../src/option.c:663 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialogue when 100% has been reached" -#: ../src/option.c:633 +#: ../src/option.c:673 #, no-c-format msgid "Kill parent process if Cancel button is pressed" msgstr "Kill parent process if Cancel button is pressed" -#: ../src/option.c:643 +#: ../src/option.c:683 #, no-c-format msgid "Hide Cancel button" msgstr "Hide Cancel button" -#: ../src/option.c:658 +#: ../src/option.c:698 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:676 -msgid "Sets the label of the Ok button" -msgstr "Sets the label of the OK button" - -#: ../src/option.c:685 -msgid "Sets the label of the Cancel button" -msgstr "Sets the label of the Cancel button" - -#: ../src/option.c:709 +#: ../src/option.c:739 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:718 +#: ../src/option.c:748 msgid "Open file" msgstr "Open file" -#: ../src/option.c:736 +#: ../src/option.c:766 msgid "Set the text font" msgstr "Set the text font" -#: ../src/option.c:751 +#: ../src/option.c:775 +msgid "Enable an I read and agree checkbox" +msgstr "Enable an I read and agree tickbox" + +#: ../src/option.c:785 +msgid "Enable html support" +msgstr "Enable html support" + +#: ../src/option.c:794 +msgid "Sets an url instead of a file. Only works if you use --html option" +msgstr "Sets an url instead of a file. Only works if you use --html option" + +#: ../src/option.c:795 +msgid "URL" +msgstr "URL" + +#: ../src/option.c:810 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:784 +#: ../src/option.c:851 msgid "Display scale dialog" msgstr "Display scale dialogue" -#: ../src/option.c:802 +#: ../src/option.c:869 msgid "Set initial value" msgstr "Set initial value" -#: ../src/option.c:803 ../src/option.c:812 ../src/option.c:821 -#: ../src/option.c:830 ../src/option.c:965 +#: ../src/option.c:870 ../src/option.c:879 ../src/option.c:888 +#: ../src/option.c:897 ../src/option.c:1032 msgid "VALUE" msgstr "VALUE" -#: ../src/option.c:811 +#: ../src/option.c:878 msgid "Set minimum value" msgstr "Set minimum value" -#: ../src/option.c:820 +#: ../src/option.c:887 msgid "Set maximum value" msgstr "Set maximum value" -#: ../src/option.c:829 +#: ../src/option.c:896 msgid "Set step size" msgstr "Set step size" -#: ../src/option.c:838 +#: ../src/option.c:905 msgid "Print partial values" msgstr "Print partial values" -#: ../src/option.c:847 +#: ../src/option.c:914 msgid "Hide value" msgstr "Hide value" -#: ../src/option.c:862 +#: ../src/option.c:929 msgid "Display forms dialog" msgstr "Display forms dialogue" -#: ../src/option.c:871 +#: ../src/option.c:938 msgid "Add a new Entry in forms dialog" msgstr "Add a new Entry in forms dialogue" -#: ../src/option.c:872 ../src/option.c:881 +#: ../src/option.c:939 ../src/option.c:948 msgid "Field name" msgstr "Field name" -#: ../src/option.c:880 +#: ../src/option.c:947 msgid "Add a new Password Entry in forms dialog" msgstr "Add a new Password Entry in forms dialogue" -#: ../src/option.c:889 +#: ../src/option.c:956 msgid "Add a new Calendar in forms dialog" msgstr "Add a new Calendar in forms dialogue" -#: ../src/option.c:890 +#: ../src/option.c:957 msgid "Calendar field name" msgstr "Calendar field name" -#: ../src/option.c:931 +#: ../src/option.c:998 msgid "Display password dialog" msgstr "Display password dialogue" -#: ../src/option.c:940 +#: ../src/option.c:1007 msgid "Display the username option" msgstr "Display the username option" -#: ../src/option.c:955 +#: ../src/option.c:1022 msgid "Display color selection dialog" msgstr "Display colour selection dialogue" -#: ../src/option.c:964 +#: ../src/option.c:1031 msgid "Set the color" msgstr "Set the colour" -#: ../src/option.c:973 +#: ../src/option.c:1040 msgid "Show the palette" msgstr "Show the palette" -#: ../src/option.c:988 +#: ../src/option.c:1055 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:997 +#: ../src/option.c:1064 msgid "Print version" msgstr "Print version" -#: ../src/option.c:1813 +#: ../src/option.c:1894 msgid "General options" msgstr "General options" -#: ../src/option.c:1814 +#: ../src/option.c:1895 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:1824 +#: ../src/option.c:1905 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:1825 +#: ../src/option.c:1906 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:1835 +#: ../src/option.c:1916 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:1836 +#: ../src/option.c:1917 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:1846 +#: ../src/option.c:1927 msgid "Error options" msgstr "Error options" -#: ../src/option.c:1847 +#: ../src/option.c:1928 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:1857 +#: ../src/option.c:1938 msgid "Info options" msgstr "Info options" -#: ../src/option.c:1858 +#: ../src/option.c:1939 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:1868 +#: ../src/option.c:1949 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:1869 +#: ../src/option.c:1950 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:1879 +#: ../src/option.c:1960 msgid "List options" msgstr "List options" -#: ../src/option.c:1880 +#: ../src/option.c:1961 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:1891 +#: ../src/option.c:1972 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:1892 +#: ../src/option.c:1973 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:1903 +#: ../src/option.c:1984 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:1904 +#: ../src/option.c:1985 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:1914 +#: ../src/option.c:1995 msgid "Question options" msgstr "Question options" -#: ../src/option.c:1915 +#: ../src/option.c:1996 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:1925 +#: ../src/option.c:2006 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:1926 +#: ../src/option.c:2007 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:1936 +#: ../src/option.c:2017 msgid "Scale options" msgstr "Scale options" -#: ../src/option.c:1937 +#: ../src/option.c:2018 msgid "Show scale options" msgstr "Show scale options" -#: ../src/option.c:1947 +#: ../src/option.c:2028 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:1948 +#: ../src/option.c:2029 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:1958 +#: ../src/option.c:2039 msgid "Color selection options" msgstr "Colour selection options" -#: ../src/option.c:1959 +#: ../src/option.c:2040 msgid "Show color selection options" msgstr "Show colour selection options" -#: ../src/option.c:1969 +#: ../src/option.c:2050 msgid "Password dialog options" msgstr "Password dialogue options" -#: ../src/option.c:1970 +#: ../src/option.c:2051 msgid "Show password dialog options" msgstr "Show password dialogue options" -#: ../src/option.c:1980 +#: ../src/option.c:2061 msgid "Forms dialog options" msgstr "Forms dialogue options" -#: ../src/option.c:1981 +#: ../src/option.c:2062 msgid "Show forms dialog options" msgstr "Show forms dialogue options" -#: ../src/option.c:1991 +#: ../src/option.c:2072 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:1992 +#: ../src/option.c:2073 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:2017 +#: ../src/option.c:2098 #, c-format msgid "" "This option is not available. Please see --help for all possible usages.\n" msgstr "" "This option is not available. Please see --help for all possible usages.\n" -#: ../src/option.c:2021 +#: ../src/option.c:2102 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: ../src/option.c:2025 +#: ../src/option.c:2106 #, c-format msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" -- cgit From ad0730a8e6cc7501cf0d45cf6720e30e09b4541a Mon Sep 17 00:00:00 2001 From: Bruce Cowan Date: Tue, 13 Mar 2012 17:54:51 +0000 Subject: Updated British English translation --- po/en_GB.po | 384 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 204 insertions(+), 180 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 743bc342..e9222c50 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -2,13 +2,13 @@ # Copyright (C) 2011 zenity'S COPYRIGHT HOLDER # This file is distributed under the same license as the zenity package. # Mike Newman , 2003. -# Bruce Cowan , 2010, 2011. +# Bruce Cowan , 2010, 2011, 2012. msgid "" msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-09-09 13:03+0100\n" -"PO-Revision-Date: 2011-09-09 13:03+0100\n" +"POT-Creation-Date: 2012-03-13 17:53+0000\n" +"PO-Revision-Date: 2012-03-13 17:54+0100\n" "Last-Translator: Bruce Cowan \n" "Language-Team: British English \n" "Language: en_GB\n" @@ -16,7 +16,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Virtaal 0.7.1-beta1\n" +"X-Generator: Virtaal 0.7.1\n" #: ../src/about.c:64 msgid "" @@ -122,286 +122,286 @@ msgid "You should use only one List dialog type.\n" msgstr "You should use only one List dialogue type.\n" #: ../src/zenity.ui.h:1 -msgid "Forms dialog" -msgstr "Forms dialogue" +msgid "Calendar selection" +msgstr "Calendar selection" #: ../src/zenity.ui.h:2 -msgid "Add a new entry" -msgstr "Add a new entry" +msgid "Select a date from below." +msgstr "Select a date from below." #: ../src/zenity.ui.h:3 -msgid "Adjust the scale value" -msgstr "Adjust the scale value" +msgid "C_alendar:" +msgstr "C_alendar" #: ../src/zenity.ui.h:4 -msgid "All updates are complete." -msgstr "All updates are complete." +msgid "Add a new entry" +msgstr "Add a new entry" #: ../src/zenity.ui.h:5 -msgid "An error has occurred." -msgstr "An error has occurred." +msgid "_Enter new text:" +msgstr "_Enter new text" #: ../src/zenity.ui.h:6 -msgid "Are you sure you want to proceed?" -msgstr "Are you sure you want to proceed?" +msgid "Error" +msgstr "Error" #: ../src/zenity.ui.h:7 -msgid "C_alendar:" -msgstr "C_alendar" +msgid "An error has occurred." +msgstr "An error has occurred." #: ../src/zenity.ui.h:8 -msgid "Calendar selection" -msgstr "Calendar selection" +msgid "Forms dialog" +msgstr "Forms dialogue" #: ../src/zenity.ui.h:9 -msgid "Error" -msgstr "Error" - -#: ../src/zenity.ui.h:10 msgid "Information" msgstr "Information" +#: ../src/zenity.ui.h:10 +msgid "All updates are complete." +msgstr "All updates are complete." + #: ../src/zenity.ui.h:11 msgid "Progress" msgstr "Progress" #: ../src/zenity.ui.h:12 -msgid "Question" -msgstr "Question" - -#: ../src/zenity.ui.h:13 msgid "Running..." msgstr "Running…" +#: ../src/zenity.ui.h:13 +msgid "Question" +msgstr "Question" + #: ../src/zenity.ui.h:14 -msgid "Select a date from below." -msgstr "Select a date from below." +msgid "Are you sure you want to proceed?" +msgstr "Are you sure you want to proceed?" #: ../src/zenity.ui.h:15 -msgid "Select items from the list" -msgstr "Select items from the list" +msgid "Adjust the scale value" +msgstr "Adjust the scale value" #: ../src/zenity.ui.h:16 -msgid "Select items from the list below." -msgstr "Select items from the list below." - -#: ../src/zenity.ui.h:17 msgid "Text View" msgstr "Text View" +#: ../src/zenity.ui.h:17 +msgid "Select items from the list" +msgstr "Select items from the list" + #: ../src/zenity.ui.h:18 -msgid "Warning" -msgstr "Warning" +msgid "Select items from the list below." +msgstr "Select items from the list below." #: ../src/zenity.ui.h:19 -msgid "_Enter new text:" -msgstr "_Enter new text" +msgid "Warning" +msgstr "Warning" -#: ../src/option.c:150 +#: ../src/option.c:154 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:151 +#: ../src/option.c:155 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:159 +#: ../src/option.c:163 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:160 +#: ../src/option.c:164 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:168 +#: ../src/option.c:172 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:169 +#: ../src/option.c:173 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:177 +#: ../src/option.c:181 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:178 +#: ../src/option.c:182 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:186 +#: ../src/option.c:190 msgid "Set dialog timeout in seconds" msgstr "Set dialogue timeout in seconds" #. Timeout for closing the dialog -#: ../src/option.c:188 +#: ../src/option.c:192 msgid "TIMEOUT" msgstr "TIMEOUT" -#: ../src/option.c:196 +#: ../src/option.c:200 msgid "Sets the label of the Ok button" msgstr "Sets the label of the OK button" -#: ../src/option.c:197 ../src/option.c:206 ../src/option.c:230 -#: ../src/option.c:290 ../src/option.c:299 ../src/option.c:333 -#: ../src/option.c:374 ../src/option.c:494 ../src/option.c:601 -#: ../src/option.c:636 ../src/option.c:708 ../src/option.c:767 -#: ../src/option.c:776 ../src/option.c:820 ../src/option.c:861 -#: ../src/option.c:966 +#: ../src/option.c:201 ../src/option.c:210 ../src/option.c:234 +#: ../src/option.c:294 ../src/option.c:303 ../src/option.c:337 +#: ../src/option.c:378 ../src/option.c:498 ../src/option.c:605 +#: ../src/option.c:640 ../src/option.c:712 ../src/option.c:771 +#: ../src/option.c:780 ../src/option.c:824 ../src/option.c:865 +#: ../src/option.c:1016 msgid "TEXT" msgstr "TEXT" -#: ../src/option.c:205 +#: ../src/option.c:209 msgid "Sets the label of the Cancel button" msgstr "Sets the label of the Cancel button" -#: ../src/option.c:220 +#: ../src/option.c:224 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: ../src/option.c:229 ../src/option.c:289 ../src/option.c:332 -#: ../src/option.c:373 ../src/option.c:493 ../src/option.c:635 -#: ../src/option.c:707 ../src/option.c:819 ../src/option.c:860 -#: ../src/option.c:965 +#: ../src/option.c:233 ../src/option.c:293 ../src/option.c:336 +#: ../src/option.c:377 ../src/option.c:497 ../src/option.c:639 +#: ../src/option.c:711 ../src/option.c:823 ../src/option.c:864 +#: ../src/option.c:1015 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:238 +#: ../src/option.c:242 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:239 +#: ../src/option.c:243 msgid "DAY" msgstr "DAY" -#: ../src/option.c:247 +#: ../src/option.c:251 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:248 +#: ../src/option.c:252 msgid "MONTH" msgstr "MONTH" -#: ../src/option.c:256 +#: ../src/option.c:260 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:257 +#: ../src/option.c:261 msgid "YEAR" msgstr "YEAR" -#: ../src/option.c:265 ../src/option.c:983 +#: ../src/option.c:269 ../src/option.c:1033 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:266 ../src/option.c:984 +#: ../src/option.c:270 ../src/option.c:1034 msgid "PATTERN" msgstr "PATTERN" -#: ../src/option.c:280 +#: ../src/option.c:284 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:298 +#: ../src/option.c:302 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:307 +#: ../src/option.c:311 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:323 +#: ../src/option.c:327 msgid "Display error dialog" msgstr "Display error dialogue" -#: ../src/option.c:341 ../src/option.c:382 ../src/option.c:716 -#: ../src/option.c:828 +#: ../src/option.c:345 ../src/option.c:386 ../src/option.c:720 +#: ../src/option.c:832 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:350 ../src/option.c:391 ../src/option.c:725 -#: ../src/option.c:837 +#: ../src/option.c:354 ../src/option.c:395 ../src/option.c:729 +#: ../src/option.c:841 msgid "Do not enable pango markup" msgstr "Do not enable pango markup" -#: ../src/option.c:364 +#: ../src/option.c:368 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:405 +#: ../src/option.c:409 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:414 +#: ../src/option.c:418 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:415 ../src/option.c:749 +#: ../src/option.c:419 ../src/option.c:753 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:423 +#: ../src/option.c:427 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:432 +#: ../src/option.c:436 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:441 +#: ../src/option.c:445 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:450 ../src/option.c:529 ../src/option.c:974 +#: ../src/option.c:454 ../src/option.c:533 ../src/option.c:1024 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:451 ../src/option.c:530 ../src/option.c:975 +#: ../src/option.c:455 ../src/option.c:534 ../src/option.c:1025 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:459 +#: ../src/option.c:463 msgid "Confirm file selection if filename already exists" msgstr "Confirm file selection if filename already exists" -#: ../src/option.c:468 +#: ../src/option.c:472 msgid "Sets a filename filter" msgstr "Sets a filename filter" #. Help for file-filter argument (name and patterns for file selection) -#: ../src/option.c:470 +#: ../src/option.c:474 msgid "NAME | PATTERN1 PATTERN2 ..." msgstr "NAME | PATTERN1 PATTERN2 …" -#: ../src/option.c:484 +#: ../src/option.c:488 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:502 +#: ../src/option.c:506 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:503 +#: ../src/option.c:507 msgid "COLUMN" msgstr "COLUMN" -#: ../src/option.c:511 +#: ../src/option.c:515 msgid "Use check boxes for first column" msgstr "Use tick boxes for first column" -#: ../src/option.c:520 +#: ../src/option.c:524 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:538 +#: ../src/option.c:542 msgid "Allow multiple rows to be selected" msgstr "Allow multiple rows to be selected" -#: ../src/option.c:547 ../src/option.c:757 +#: ../src/option.c:551 ../src/option.c:761 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:556 +#: ../src/option.c:560 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -410,331 +410,355 @@ msgstr "" "columns)" #. Column index number to print out on a list dialog -#: ../src/option.c:558 ../src/option.c:567 +#: ../src/option.c:562 ../src/option.c:571 msgid "NUMBER" msgstr "NUMBER" -#: ../src/option.c:566 +#: ../src/option.c:570 msgid "Hide a specific column" msgstr "Hide a specific column" -#: ../src/option.c:575 +#: ../src/option.c:579 msgid "Hides the column headers" msgstr "Hides the column headers" -#: ../src/option.c:591 +#: ../src/option.c:595 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:600 +#: ../src/option.c:604 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:609 +#: ../src/option.c:613 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:626 +#: ../src/option.c:630 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:644 +#: ../src/option.c:648 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:645 +#: ../src/option.c:649 msgid "PERCENTAGE" msgstr "PERCENTAGE" -#: ../src/option.c:653 +#: ../src/option.c:657 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:663 +#: ../src/option.c:667 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialogue when 100% has been reached" -#: ../src/option.c:673 +#: ../src/option.c:677 #, no-c-format msgid "Kill parent process if Cancel button is pressed" msgstr "Kill parent process if Cancel button is pressed" -#: ../src/option.c:683 +#: ../src/option.c:687 #, no-c-format msgid "Hide Cancel button" msgstr "Hide Cancel button" -#: ../src/option.c:698 +#: ../src/option.c:702 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:739 +#: ../src/option.c:743 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:748 +#: ../src/option.c:752 msgid "Open file" msgstr "Open file" -#: ../src/option.c:766 +#: ../src/option.c:770 msgid "Set the text font" msgstr "Set the text font" -#: ../src/option.c:775 +#: ../src/option.c:779 msgid "Enable an I read and agree checkbox" msgstr "Enable an I read and agree tickbox" -#: ../src/option.c:785 +#: ../src/option.c:789 msgid "Enable html support" msgstr "Enable html support" -#: ../src/option.c:794 +#: ../src/option.c:798 msgid "Sets an url instead of a file. Only works if you use --html option" msgstr "Sets an url instead of a file. Only works if you use --html option" -#: ../src/option.c:795 +#: ../src/option.c:799 msgid "URL" msgstr "URL" -#: ../src/option.c:810 +#: ../src/option.c:814 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:851 +#: ../src/option.c:855 msgid "Display scale dialog" msgstr "Display scale dialogue" -#: ../src/option.c:869 +#: ../src/option.c:873 msgid "Set initial value" msgstr "Set initial value" -#: ../src/option.c:870 ../src/option.c:879 ../src/option.c:888 -#: ../src/option.c:897 ../src/option.c:1032 +#: ../src/option.c:874 ../src/option.c:883 ../src/option.c:892 +#: ../src/option.c:901 ../src/option.c:1082 msgid "VALUE" msgstr "VALUE" -#: ../src/option.c:878 +#: ../src/option.c:882 msgid "Set minimum value" msgstr "Set minimum value" -#: ../src/option.c:887 +#: ../src/option.c:891 msgid "Set maximum value" msgstr "Set maximum value" -#: ../src/option.c:896 +#: ../src/option.c:900 msgid "Set step size" msgstr "Set step size" -#: ../src/option.c:905 +#: ../src/option.c:909 msgid "Print partial values" msgstr "Print partial values" -#: ../src/option.c:914 +#: ../src/option.c:918 msgid "Hide value" msgstr "Hide value" -#: ../src/option.c:929 +#: ../src/option.c:933 msgid "Display forms dialog" msgstr "Display forms dialogue" -#: ../src/option.c:938 +#: ../src/option.c:942 msgid "Add a new Entry in forms dialog" msgstr "Add a new Entry in forms dialogue" -#: ../src/option.c:939 ../src/option.c:948 +#: ../src/option.c:943 ../src/option.c:952 msgid "Field name" msgstr "Field name" -#: ../src/option.c:947 +#: ../src/option.c:951 msgid "Add a new Password Entry in forms dialog" msgstr "Add a new Password Entry in forms dialogue" -#: ../src/option.c:956 +#: ../src/option.c:960 msgid "Add a new Calendar in forms dialog" msgstr "Add a new Calendar in forms dialogue" -#: ../src/option.c:957 +#: ../src/option.c:961 msgid "Calendar field name" msgstr "Calendar field name" -#: ../src/option.c:998 +#: ../src/option.c:969 +msgid "Add a new List in forms dialog" +msgstr "Add a new List in forms dialogue" + +#: ../src/option.c:970 +msgid "List field and header name" +msgstr "List field and header name" + +#: ../src/option.c:978 +msgid "List of values for List" +msgstr "List of values for List" + +#: ../src/option.c:979 ../src/option.c:988 +msgid "List of values separated by |" +msgstr "List of values separated by |" + +#: ../src/option.c:987 +msgid "List of values for columns" +msgstr "List of values for columns" + +#: ../src/option.c:1006 +msgid "Show the columns header" +msgstr "Show the columns header" + +#: ../src/option.c:1048 msgid "Display password dialog" msgstr "Display password dialogue" -#: ../src/option.c:1007 +#: ../src/option.c:1057 msgid "Display the username option" msgstr "Display the username option" -#: ../src/option.c:1022 +#: ../src/option.c:1072 msgid "Display color selection dialog" msgstr "Display colour selection dialogue" -#: ../src/option.c:1031 +#: ../src/option.c:1081 msgid "Set the color" msgstr "Set the colour" -#: ../src/option.c:1040 +#: ../src/option.c:1090 msgid "Show the palette" msgstr "Show the palette" -#: ../src/option.c:1055 +#: ../src/option.c:1105 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:1064 +#: ../src/option.c:1114 msgid "Print version" msgstr "Print version" -#: ../src/option.c:1894 +#: ../src/option.c:1988 msgid "General options" msgstr "General options" -#: ../src/option.c:1895 +#: ../src/option.c:1989 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:1905 +#: ../src/option.c:1999 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:1906 +#: ../src/option.c:2000 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:1916 +#: ../src/option.c:2010 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:1917 +#: ../src/option.c:2011 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:1927 +#: ../src/option.c:2021 msgid "Error options" msgstr "Error options" -#: ../src/option.c:1928 +#: ../src/option.c:2022 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:1938 +#: ../src/option.c:2032 msgid "Info options" msgstr "Info options" -#: ../src/option.c:1939 +#: ../src/option.c:2033 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:1949 +#: ../src/option.c:2043 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:1950 +#: ../src/option.c:2044 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:1960 +#: ../src/option.c:2054 msgid "List options" msgstr "List options" -#: ../src/option.c:1961 +#: ../src/option.c:2055 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:1972 +#: ../src/option.c:2066 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:1973 +#: ../src/option.c:2067 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:1984 +#: ../src/option.c:2078 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:1985 +#: ../src/option.c:2079 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:1995 +#: ../src/option.c:2089 msgid "Question options" msgstr "Question options" -#: ../src/option.c:1996 +#: ../src/option.c:2090 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:2006 +#: ../src/option.c:2100 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:2007 +#: ../src/option.c:2101 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:2017 +#: ../src/option.c:2111 msgid "Scale options" msgstr "Scale options" -#: ../src/option.c:2018 +#: ../src/option.c:2112 msgid "Show scale options" msgstr "Show scale options" -#: ../src/option.c:2028 +#: ../src/option.c:2122 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:2029 +#: ../src/option.c:2123 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:2039 +#: ../src/option.c:2133 msgid "Color selection options" msgstr "Colour selection options" -#: ../src/option.c:2040 +#: ../src/option.c:2134 msgid "Show color selection options" msgstr "Show colour selection options" -#: ../src/option.c:2050 +#: ../src/option.c:2144 msgid "Password dialog options" msgstr "Password dialogue options" -#: ../src/option.c:2051 +#: ../src/option.c:2145 msgid "Show password dialog options" msgstr "Show password dialogue options" -#: ../src/option.c:2061 +#: ../src/option.c:2155 msgid "Forms dialog options" msgstr "Forms dialogue options" -#: ../src/option.c:2062 +#: ../src/option.c:2156 msgid "Show forms dialog options" msgstr "Show forms dialogue options" -#: ../src/option.c:2072 +#: ../src/option.c:2166 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:2073 +#: ../src/option.c:2167 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:2098 +#: ../src/option.c:2192 #, c-format msgid "" "This option is not available. Please see --help for all possible usages.\n" msgstr "" "This option is not available. Please see --help for all possible usages.\n" -#: ../src/option.c:2102 +#: ../src/option.c:2196 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: ../src/option.c:2106 +#: ../src/option.c:2200 #, c-format msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" -- cgit From 4ca4e421c59708dae16b631069d460edb8b134d0 Mon Sep 17 00:00:00 2001 From: Piotr DrÄ…g Date: Wed, 16 May 2012 19:10:16 +0200 Subject: Remove markup from translatable strings Also manually unbreak the string freeze break. --- po/en_GB.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index e9222c50..c129ad3a 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -150,8 +150,8 @@ msgid "An error has occurred." msgstr "An error has occurred." #: ../src/zenity.ui.h:8 -msgid "Forms dialog" -msgstr "Forms dialogue" +msgid "Forms dialog" +msgstr "Forms dialogue" #: ../src/zenity.ui.h:9 msgid "Information" -- cgit From 316c9c277b6abc2d2a09fdf0aa74d4b38ecdda25 Mon Sep 17 00:00:00 2001 From: Chris Leonard Date: Fri, 10 Aug 2012 17:07:00 +0100 Subject: [l10n] Updated British English translation --- po/en_GB.po | 324 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 166 insertions(+), 158 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index c129ad3a..ecdd6415 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -3,20 +3,23 @@ # This file is distributed under the same license as the zenity package. # Mike Newman , 2003. # Bruce Cowan , 2010, 2011, 2012. +# Chris Leonard , 2012. msgid "" msgstr "" "Project-Id-Version: 1.2\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-13 17:53+0000\n" -"PO-Revision-Date: 2012-03-13 17:54+0100\n" -"Last-Translator: Bruce Cowan \n" -"Language-Team: British English \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=zenity&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2012-08-02 07:13+0000\n" +"PO-Revision-Date: 2012-08-03 18:16-0400\n" +"Last-Translator: Chris Leonard \n" +"Language-Team: Sugar Labs\n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Virtaal 0.7.1\n" +"X-Generator: Virtaal 0.7.0\n" +"X-Project-Style: gnome\n" #: ../src/about.c:64 msgid "" @@ -24,7 +27,8 @@ msgid "" "under the terms of the GNU Lesser General Public License as published by the " "Free Software Foundation; either version 2 of the License, or (at your " "option) any later version.\n" -msgstr "This program is free software; you can redistribute it and/or modify it " +msgstr "" +"This program is free software; you can redistribute it and/or modify it " "under the terms of the GNU Lesser General Public Licence as published by the " "Free Software Foundation; either version 2 of the Licence, or (at your " "option) any later version.\n" @@ -111,12 +115,12 @@ msgstr "Maximum value must be greater than minimum value.\n" msgid "Value out of range.\n" msgstr "Value out of range.\n" -#: ../src/tree.c:327 +#: ../src/tree.c:365 #, c-format msgid "No column titles specified for List dialog.\n" -msgstr "No column titles specified for List dialogue\n" +msgstr "No column titles specified for List dialogue.\n" -#: ../src/tree.c:333 +#: ../src/tree.c:371 #, c-format msgid "You should use only one List dialog type.\n" msgstr "You should use only one List dialogue type.\n" @@ -131,7 +135,7 @@ msgstr "Select a date from below." #: ../src/zenity.ui.h:3 msgid "C_alendar:" -msgstr "C_alendar" +msgstr "C_alendar:" #: ../src/zenity.ui.h:4 msgid "Add a new entry" @@ -139,7 +143,7 @@ msgstr "Add a new entry" #: ../src/zenity.ui.h:5 msgid "_Enter new text:" -msgstr "_Enter new text" +msgstr "_Enter new text:" #: ../src/zenity.ui.h:6 msgid "Error" @@ -197,211 +201,215 @@ msgstr "Select items from the list below." msgid "Warning" msgstr "Warning" -#: ../src/option.c:154 +#: ../src/option.c:155 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:155 +#: ../src/option.c:156 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:163 +#: ../src/option.c:164 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:164 +#: ../src/option.c:165 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:172 +#: ../src/option.c:173 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:173 +#: ../src/option.c:174 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:181 +#: ../src/option.c:182 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:182 +#: ../src/option.c:183 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:190 +#: ../src/option.c:191 msgid "Set dialog timeout in seconds" msgstr "Set dialogue timeout in seconds" #. Timeout for closing the dialog -#: ../src/option.c:192 +#: ../src/option.c:193 msgid "TIMEOUT" msgstr "TIMEOUT" -#: ../src/option.c:200 +#: ../src/option.c:201 msgid "Sets the label of the Ok button" msgstr "Sets the label of the OK button" -#: ../src/option.c:201 ../src/option.c:210 ../src/option.c:234 -#: ../src/option.c:294 ../src/option.c:303 ../src/option.c:337 -#: ../src/option.c:378 ../src/option.c:498 ../src/option.c:605 -#: ../src/option.c:640 ../src/option.c:712 ../src/option.c:771 -#: ../src/option.c:780 ../src/option.c:824 ../src/option.c:865 -#: ../src/option.c:1016 +#: ../src/option.c:202 ../src/option.c:211 ../src/option.c:235 +#: ../src/option.c:295 ../src/option.c:304 ../src/option.c:338 +#: ../src/option.c:379 ../src/option.c:499 ../src/option.c:615 +#: ../src/option.c:650 ../src/option.c:722 ../src/option.c:781 +#: ../src/option.c:790 ../src/option.c:834 ../src/option.c:875 +#: ../src/option.c:1026 msgid "TEXT" msgstr "TEXT" -#: ../src/option.c:209 +#: ../src/option.c:210 msgid "Sets the label of the Cancel button" msgstr "Sets the label of the Cancel button" -#: ../src/option.c:224 +#: ../src/option.c:225 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: ../src/option.c:233 ../src/option.c:293 ../src/option.c:336 -#: ../src/option.c:377 ../src/option.c:497 ../src/option.c:639 -#: ../src/option.c:711 ../src/option.c:823 ../src/option.c:864 -#: ../src/option.c:1015 +#: ../src/option.c:234 ../src/option.c:294 ../src/option.c:337 +#: ../src/option.c:378 ../src/option.c:498 ../src/option.c:649 +#: ../src/option.c:721 ../src/option.c:833 ../src/option.c:874 +#: ../src/option.c:1025 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:242 +#: ../src/option.c:243 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:243 +#: ../src/option.c:244 msgid "DAY" msgstr "DAY" -#: ../src/option.c:251 +#: ../src/option.c:252 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:252 +#: ../src/option.c:253 msgid "MONTH" msgstr "MONTH" -#: ../src/option.c:260 +#: ../src/option.c:261 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:261 +#: ../src/option.c:262 msgid "YEAR" msgstr "YEAR" -#: ../src/option.c:269 ../src/option.c:1033 +#: ../src/option.c:270 ../src/option.c:1043 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:270 ../src/option.c:1034 +#: ../src/option.c:271 ../src/option.c:1044 msgid "PATTERN" msgstr "PATTERN" -#: ../src/option.c:284 +#: ../src/option.c:285 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:302 +#: ../src/option.c:303 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:311 +#: ../src/option.c:312 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:327 +#: ../src/option.c:328 msgid "Display error dialog" msgstr "Display error dialogue" -#: ../src/option.c:345 ../src/option.c:386 ../src/option.c:720 -#: ../src/option.c:832 +#: ../src/option.c:346 ../src/option.c:387 ../src/option.c:730 +#: ../src/option.c:842 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:354 ../src/option.c:395 ../src/option.c:729 -#: ../src/option.c:841 +#: ../src/option.c:355 ../src/option.c:396 ../src/option.c:739 +#: ../src/option.c:851 msgid "Do not enable pango markup" msgstr "Do not enable pango markup" -#: ../src/option.c:368 +#: ../src/option.c:369 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:409 +#: ../src/option.c:410 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:418 +#: ../src/option.c:419 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:419 ../src/option.c:753 +#: ../src/option.c:420 ../src/option.c:763 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:427 +#: ../src/option.c:428 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:436 +#: ../src/option.c:437 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:445 +#: ../src/option.c:446 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:454 ../src/option.c:533 ../src/option.c:1024 +#: ../src/option.c:455 ../src/option.c:543 ../src/option.c:1034 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:455 ../src/option.c:534 ../src/option.c:1025 +#: ../src/option.c:456 ../src/option.c:544 ../src/option.c:1035 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:463 +#: ../src/option.c:464 msgid "Confirm file selection if filename already exists" msgstr "Confirm file selection if filename already exists" -#: ../src/option.c:472 +#: ../src/option.c:473 msgid "Sets a filename filter" msgstr "Sets a filename filter" #. Help for file-filter argument (name and patterns for file selection) -#: ../src/option.c:474 +#: ../src/option.c:475 msgid "NAME | PATTERN1 PATTERN2 ..." msgstr "NAME | PATTERN1 PATTERN2 …" -#: ../src/option.c:488 +#: ../src/option.c:489 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:506 +#: ../src/option.c:507 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:507 +#: ../src/option.c:508 msgid "COLUMN" msgstr "COLUMN" -#: ../src/option.c:515 +#: ../src/option.c:516 msgid "Use check boxes for first column" msgstr "Use tick boxes for first column" -#: ../src/option.c:524 +#: ../src/option.c:525 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:542 +#: ../src/option.c:534 +msgid "Use an image for first column" +msgstr "Use an image for first column" + +#: ../src/option.c:552 msgid "Allow multiple rows to be selected" msgstr "Allow multiple rows to be selected" -#: ../src/option.c:551 ../src/option.c:761 +#: ../src/option.c:561 ../src/option.c:771 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:560 +#: ../src/option.c:570 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -410,355 +418,355 @@ msgstr "" "columns)" #. Column index number to print out on a list dialog -#: ../src/option.c:562 ../src/option.c:571 +#: ../src/option.c:572 ../src/option.c:581 msgid "NUMBER" msgstr "NUMBER" -#: ../src/option.c:570 +#: ../src/option.c:580 msgid "Hide a specific column" msgstr "Hide a specific column" -#: ../src/option.c:579 +#: ../src/option.c:589 msgid "Hides the column headers" msgstr "Hides the column headers" -#: ../src/option.c:595 +#: ../src/option.c:605 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:604 +#: ../src/option.c:614 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:613 +#: ../src/option.c:623 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:630 +#: ../src/option.c:640 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:648 +#: ../src/option.c:658 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:649 +#: ../src/option.c:659 msgid "PERCENTAGE" msgstr "PERCENTAGE" -#: ../src/option.c:657 +#: ../src/option.c:667 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:667 +#: ../src/option.c:677 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialogue when 100% has been reached" -#: ../src/option.c:677 +#: ../src/option.c:687 #, no-c-format msgid "Kill parent process if Cancel button is pressed" msgstr "Kill parent process if Cancel button is pressed" -#: ../src/option.c:687 +#: ../src/option.c:697 #, no-c-format msgid "Hide Cancel button" msgstr "Hide Cancel button" -#: ../src/option.c:702 +#: ../src/option.c:712 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:743 +#: ../src/option.c:753 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:752 +#: ../src/option.c:762 msgid "Open file" msgstr "Open file" -#: ../src/option.c:770 +#: ../src/option.c:780 msgid "Set the text font" msgstr "Set the text font" -#: ../src/option.c:779 +#: ../src/option.c:789 msgid "Enable an I read and agree checkbox" msgstr "Enable an I read and agree tickbox" -#: ../src/option.c:789 +#: ../src/option.c:799 msgid "Enable html support" msgstr "Enable html support" -#: ../src/option.c:798 +#: ../src/option.c:808 msgid "Sets an url instead of a file. Only works if you use --html option" msgstr "Sets an url instead of a file. Only works if you use --html option" -#: ../src/option.c:799 +#: ../src/option.c:809 msgid "URL" msgstr "URL" -#: ../src/option.c:814 +#: ../src/option.c:824 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:855 +#: ../src/option.c:865 msgid "Display scale dialog" msgstr "Display scale dialogue" -#: ../src/option.c:873 +#: ../src/option.c:883 msgid "Set initial value" msgstr "Set initial value" -#: ../src/option.c:874 ../src/option.c:883 ../src/option.c:892 -#: ../src/option.c:901 ../src/option.c:1082 +#: ../src/option.c:884 ../src/option.c:893 ../src/option.c:902 +#: ../src/option.c:911 ../src/option.c:1092 msgid "VALUE" msgstr "VALUE" -#: ../src/option.c:882 +#: ../src/option.c:892 msgid "Set minimum value" msgstr "Set minimum value" -#: ../src/option.c:891 +#: ../src/option.c:901 msgid "Set maximum value" msgstr "Set maximum value" -#: ../src/option.c:900 +#: ../src/option.c:910 msgid "Set step size" msgstr "Set step size" -#: ../src/option.c:909 +#: ../src/option.c:919 msgid "Print partial values" msgstr "Print partial values" -#: ../src/option.c:918 +#: ../src/option.c:928 msgid "Hide value" msgstr "Hide value" -#: ../src/option.c:933 +#: ../src/option.c:943 msgid "Display forms dialog" msgstr "Display forms dialogue" -#: ../src/option.c:942 +#: ../src/option.c:952 msgid "Add a new Entry in forms dialog" msgstr "Add a new Entry in forms dialogue" -#: ../src/option.c:943 ../src/option.c:952 +#: ../src/option.c:953 ../src/option.c:962 msgid "Field name" msgstr "Field name" -#: ../src/option.c:951 +#: ../src/option.c:961 msgid "Add a new Password Entry in forms dialog" msgstr "Add a new Password Entry in forms dialogue" -#: ../src/option.c:960 +#: ../src/option.c:970 msgid "Add a new Calendar in forms dialog" msgstr "Add a new Calendar in forms dialogue" -#: ../src/option.c:961 +#: ../src/option.c:971 msgid "Calendar field name" msgstr "Calendar field name" -#: ../src/option.c:969 +#: ../src/option.c:979 msgid "Add a new List in forms dialog" msgstr "Add a new List in forms dialogue" -#: ../src/option.c:970 +#: ../src/option.c:980 msgid "List field and header name" msgstr "List field and header name" -#: ../src/option.c:978 +#: ../src/option.c:988 msgid "List of values for List" msgstr "List of values for List" -#: ../src/option.c:979 ../src/option.c:988 +#: ../src/option.c:989 ../src/option.c:998 msgid "List of values separated by |" msgstr "List of values separated by |" -#: ../src/option.c:987 +#: ../src/option.c:997 msgid "List of values for columns" msgstr "List of values for columns" -#: ../src/option.c:1006 +#: ../src/option.c:1016 msgid "Show the columns header" msgstr "Show the columns header" -#: ../src/option.c:1048 +#: ../src/option.c:1058 msgid "Display password dialog" msgstr "Display password dialogue" -#: ../src/option.c:1057 +#: ../src/option.c:1067 msgid "Display the username option" msgstr "Display the username option" -#: ../src/option.c:1072 +#: ../src/option.c:1082 msgid "Display color selection dialog" msgstr "Display colour selection dialogue" -#: ../src/option.c:1081 +#: ../src/option.c:1091 msgid "Set the color" msgstr "Set the colour" -#: ../src/option.c:1090 +#: ../src/option.c:1100 msgid "Show the palette" msgstr "Show the palette" -#: ../src/option.c:1105 +#: ../src/option.c:1115 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:1114 +#: ../src/option.c:1124 msgid "Print version" msgstr "Print version" -#: ../src/option.c:1988 +#: ../src/option.c:2006 msgid "General options" msgstr "General options" -#: ../src/option.c:1989 +#: ../src/option.c:2007 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:1999 +#: ../src/option.c:2017 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:2000 +#: ../src/option.c:2018 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:2010 +#: ../src/option.c:2028 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:2011 +#: ../src/option.c:2029 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:2021 +#: ../src/option.c:2039 msgid "Error options" msgstr "Error options" -#: ../src/option.c:2022 +#: ../src/option.c:2040 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:2032 +#: ../src/option.c:2050 msgid "Info options" msgstr "Info options" -#: ../src/option.c:2033 +#: ../src/option.c:2051 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:2043 +#: ../src/option.c:2061 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:2044 +#: ../src/option.c:2062 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:2054 +#: ../src/option.c:2072 msgid "List options" msgstr "List options" -#: ../src/option.c:2055 +#: ../src/option.c:2073 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:2066 +#: ../src/option.c:2084 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:2067 +#: ../src/option.c:2085 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:2078 +#: ../src/option.c:2096 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:2079 +#: ../src/option.c:2097 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:2089 +#: ../src/option.c:2107 msgid "Question options" msgstr "Question options" -#: ../src/option.c:2090 +#: ../src/option.c:2108 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:2100 +#: ../src/option.c:2118 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:2101 +#: ../src/option.c:2119 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:2111 +#: ../src/option.c:2129 msgid "Scale options" msgstr "Scale options" -#: ../src/option.c:2112 +#: ../src/option.c:2130 msgid "Show scale options" msgstr "Show scale options" -#: ../src/option.c:2122 +#: ../src/option.c:2140 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:2123 +#: ../src/option.c:2141 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:2133 +#: ../src/option.c:2151 msgid "Color selection options" msgstr "Colour selection options" -#: ../src/option.c:2134 +#: ../src/option.c:2152 msgid "Show color selection options" msgstr "Show colour selection options" -#: ../src/option.c:2144 +#: ../src/option.c:2162 msgid "Password dialog options" msgstr "Password dialogue options" -#: ../src/option.c:2145 +#: ../src/option.c:2163 msgid "Show password dialog options" msgstr "Show password dialogue options" -#: ../src/option.c:2155 +#: ../src/option.c:2173 msgid "Forms dialog options" msgstr "Forms dialogue options" -#: ../src/option.c:2156 +#: ../src/option.c:2174 msgid "Show forms dialog options" msgstr "Show forms dialogue options" -#: ../src/option.c:2166 +#: ../src/option.c:2184 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:2167 +#: ../src/option.c:2185 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:2192 +#: ../src/option.c:2210 #, c-format msgid "" "This option is not available. Please see --help for all possible usages.\n" msgstr "" "This option is not available. Please see --help for all possible usages.\n" -#: ../src/option.c:2196 +#: ../src/option.c:2214 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: ../src/option.c:2200 +#: ../src/option.c:2218 #, c-format msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" -- cgit From 7bb6c90e66e8cc92c48c09c2fa39f5757338fa84 Mon Sep 17 00:00:00 2001 From: Chris Leonard Date: Fri, 12 Oct 2012 18:51:37 +0100 Subject: Updated British English translation --- po/en_GB.po | 316 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 165 insertions(+), 151 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index ecdd6415..ca86db88 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -9,16 +9,16 @@ msgstr "" "Project-Id-Version: 1.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=zenity&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2012-08-02 07:13+0000\n" -"PO-Revision-Date: 2012-08-03 18:16-0400\n" -"Last-Translator: Chris Leonard \n" +"POT-Creation-Date: 2012-09-27 19:12+0000\n" +"PO-Revision-Date: 2012-09-27 23:45-0400\n" +"Last-Translator: Chris Leonard \n" "Language-Team: Sugar Labs\n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Virtaal 0.7.0\n" +"X-Generator: Virtaal 0.7.1\n" "X-Project-Style: gnome\n" #: ../src/about.c:64 @@ -201,215 +201,229 @@ msgstr "Select items from the list below." msgid "Warning" msgstr "Warning" -#: ../src/option.c:155 +#: ../src/option.c:157 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:156 +#: ../src/option.c:158 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:164 +#: ../src/option.c:166 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:165 +#: ../src/option.c:167 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:173 +#: ../src/option.c:175 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:174 +#: ../src/option.c:176 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:182 +#: ../src/option.c:184 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:183 +#: ../src/option.c:185 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:191 +#: ../src/option.c:193 msgid "Set dialog timeout in seconds" msgstr "Set dialogue timeout in seconds" #. Timeout for closing the dialog -#: ../src/option.c:193 +#: ../src/option.c:195 msgid "TIMEOUT" msgstr "TIMEOUT" -#: ../src/option.c:201 +#: ../src/option.c:203 msgid "Sets the label of the Ok button" msgstr "Sets the label of the OK button" -#: ../src/option.c:202 ../src/option.c:211 ../src/option.c:235 -#: ../src/option.c:295 ../src/option.c:304 ../src/option.c:338 -#: ../src/option.c:379 ../src/option.c:499 ../src/option.c:615 -#: ../src/option.c:650 ../src/option.c:722 ../src/option.c:781 -#: ../src/option.c:790 ../src/option.c:834 ../src/option.c:875 -#: ../src/option.c:1026 +#: ../src/option.c:204 ../src/option.c:213 ../src/option.c:246 +#: ../src/option.c:306 ../src/option.c:315 ../src/option.c:349 +#: ../src/option.c:399 ../src/option.c:528 ../src/option.c:644 +#: ../src/option.c:679 ../src/option.c:751 ../src/option.c:819 +#: ../src/option.c:828 ../src/option.c:872 ../src/option.c:922 +#: ../src/option.c:1073 msgid "TEXT" msgstr "TEXT" -#: ../src/option.c:210 +#: ../src/option.c:212 msgid "Sets the label of the Cancel button" msgstr "Sets the label of the Cancel button" -#: ../src/option.c:225 +#: ../src/option.c:221 +msgid "Set the modal hint" +msgstr "Set the modal hint" + +#: ../src/option.c:236 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: ../src/option.c:234 ../src/option.c:294 ../src/option.c:337 -#: ../src/option.c:378 ../src/option.c:498 ../src/option.c:649 -#: ../src/option.c:721 ../src/option.c:833 ../src/option.c:874 -#: ../src/option.c:1025 +#: ../src/option.c:245 ../src/option.c:305 ../src/option.c:348 +#: ../src/option.c:398 ../src/option.c:527 ../src/option.c:678 +#: ../src/option.c:750 ../src/option.c:871 ../src/option.c:921 +#: ../src/option.c:1072 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:243 +#: ../src/option.c:254 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:244 +#: ../src/option.c:255 msgid "DAY" msgstr "DAY" -#: ../src/option.c:252 +#: ../src/option.c:263 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:253 +#: ../src/option.c:264 msgid "MONTH" msgstr "MONTH" -#: ../src/option.c:261 +#: ../src/option.c:272 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:262 +#: ../src/option.c:273 msgid "YEAR" msgstr "YEAR" -#: ../src/option.c:270 ../src/option.c:1043 +#: ../src/option.c:281 ../src/option.c:1090 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:271 ../src/option.c:1044 +#: ../src/option.c:282 ../src/option.c:1091 msgid "PATTERN" msgstr "PATTERN" -#: ../src/option.c:285 +#: ../src/option.c:296 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:303 +#: ../src/option.c:314 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:312 +#: ../src/option.c:323 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:328 +#: ../src/option.c:339 msgid "Display error dialog" msgstr "Display error dialogue" -#: ../src/option.c:346 ../src/option.c:387 ../src/option.c:730 -#: ../src/option.c:842 +#: ../src/option.c:357 ../src/option.c:407 ../src/option.c:759 +#: ../src/option.c:880 +msgid "Set the dialog icon" +msgstr "Set the dialogue icon" + +#: ../src/option.c:358 ../src/option.c:408 ../src/option.c:760 +#: ../src/option.c:881 +msgid "ICON-NAME" +msgstr "ICON-NAME" + +#: ../src/option.c:366 ../src/option.c:416 ../src/option.c:768 +#: ../src/option.c:889 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:355 ../src/option.c:396 ../src/option.c:739 -#: ../src/option.c:851 +#: ../src/option.c:375 ../src/option.c:425 ../src/option.c:777 +#: ../src/option.c:898 msgid "Do not enable pango markup" msgstr "Do not enable pango markup" -#: ../src/option.c:369 +#: ../src/option.c:389 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:410 +#: ../src/option.c:439 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:419 +#: ../src/option.c:448 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:420 ../src/option.c:763 +#: ../src/option.c:449 ../src/option.c:801 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:428 +#: ../src/option.c:457 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:437 +#: ../src/option.c:466 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:446 +#: ../src/option.c:475 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:455 ../src/option.c:543 ../src/option.c:1034 +#: ../src/option.c:484 ../src/option.c:572 ../src/option.c:1081 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:456 ../src/option.c:544 ../src/option.c:1035 +#: ../src/option.c:485 ../src/option.c:573 ../src/option.c:1082 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:464 +#: ../src/option.c:493 msgid "Confirm file selection if filename already exists" msgstr "Confirm file selection if filename already exists" -#: ../src/option.c:473 +#: ../src/option.c:502 msgid "Sets a filename filter" msgstr "Sets a filename filter" #. Help for file-filter argument (name and patterns for file selection) -#: ../src/option.c:475 +#: ../src/option.c:504 msgid "NAME | PATTERN1 PATTERN2 ..." msgstr "NAME | PATTERN1 PATTERN2 …" -#: ../src/option.c:489 +#: ../src/option.c:518 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:507 +#: ../src/option.c:536 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:508 +#: ../src/option.c:537 msgid "COLUMN" msgstr "COLUMN" -#: ../src/option.c:516 +#: ../src/option.c:545 msgid "Use check boxes for first column" msgstr "Use tick boxes for first column" -#: ../src/option.c:525 +#: ../src/option.c:554 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:534 +#: ../src/option.c:563 msgid "Use an image for first column" msgstr "Use an image for first column" -#: ../src/option.c:552 +#: ../src/option.c:581 msgid "Allow multiple rows to be selected" msgstr "Allow multiple rows to be selected" -#: ../src/option.c:561 ../src/option.c:771 +#: ../src/option.c:590 ../src/option.c:809 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:570 +#: ../src/option.c:599 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -418,355 +432,355 @@ msgstr "" "columns)" #. Column index number to print out on a list dialog -#: ../src/option.c:572 ../src/option.c:581 +#: ../src/option.c:601 ../src/option.c:610 msgid "NUMBER" msgstr "NUMBER" -#: ../src/option.c:580 +#: ../src/option.c:609 msgid "Hide a specific column" msgstr "Hide a specific column" -#: ../src/option.c:589 +#: ../src/option.c:618 msgid "Hides the column headers" msgstr "Hides the column headers" -#: ../src/option.c:605 +#: ../src/option.c:634 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:614 +#: ../src/option.c:643 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:623 +#: ../src/option.c:652 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:640 +#: ../src/option.c:669 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:658 +#: ../src/option.c:687 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:659 +#: ../src/option.c:688 msgid "PERCENTAGE" msgstr "PERCENTAGE" -#: ../src/option.c:667 +#: ../src/option.c:696 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:677 +#: ../src/option.c:706 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialogue when 100% has been reached" -#: ../src/option.c:687 +#: ../src/option.c:716 #, no-c-format msgid "Kill parent process if Cancel button is pressed" msgstr "Kill parent process if Cancel button is pressed" -#: ../src/option.c:697 +#: ../src/option.c:726 #, no-c-format msgid "Hide Cancel button" msgstr "Hide Cancel button" -#: ../src/option.c:712 +#: ../src/option.c:741 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:753 +#: ../src/option.c:791 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:762 +#: ../src/option.c:800 msgid "Open file" msgstr "Open file" -#: ../src/option.c:780 +#: ../src/option.c:818 msgid "Set the text font" msgstr "Set the text font" -#: ../src/option.c:789 +#: ../src/option.c:827 msgid "Enable an I read and agree checkbox" msgstr "Enable an I read and agree tickbox" -#: ../src/option.c:799 +#: ../src/option.c:837 msgid "Enable html support" msgstr "Enable html support" -#: ../src/option.c:808 +#: ../src/option.c:846 msgid "Sets an url instead of a file. Only works if you use --html option" msgstr "Sets an url instead of a file. Only works if you use --html option" -#: ../src/option.c:809 +#: ../src/option.c:847 msgid "URL" msgstr "URL" -#: ../src/option.c:824 +#: ../src/option.c:862 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:865 +#: ../src/option.c:912 msgid "Display scale dialog" msgstr "Display scale dialogue" -#: ../src/option.c:883 +#: ../src/option.c:930 msgid "Set initial value" msgstr "Set initial value" -#: ../src/option.c:884 ../src/option.c:893 ../src/option.c:902 -#: ../src/option.c:911 ../src/option.c:1092 +#: ../src/option.c:931 ../src/option.c:940 ../src/option.c:949 +#: ../src/option.c:958 ../src/option.c:1139 msgid "VALUE" msgstr "VALUE" -#: ../src/option.c:892 +#: ../src/option.c:939 msgid "Set minimum value" msgstr "Set minimum value" -#: ../src/option.c:901 +#: ../src/option.c:948 msgid "Set maximum value" msgstr "Set maximum value" -#: ../src/option.c:910 +#: ../src/option.c:957 msgid "Set step size" msgstr "Set step size" -#: ../src/option.c:919 +#: ../src/option.c:966 msgid "Print partial values" msgstr "Print partial values" -#: ../src/option.c:928 +#: ../src/option.c:975 msgid "Hide value" msgstr "Hide value" -#: ../src/option.c:943 +#: ../src/option.c:990 msgid "Display forms dialog" msgstr "Display forms dialogue" -#: ../src/option.c:952 +#: ../src/option.c:999 msgid "Add a new Entry in forms dialog" msgstr "Add a new Entry in forms dialogue" -#: ../src/option.c:953 ../src/option.c:962 +#: ../src/option.c:1000 ../src/option.c:1009 msgid "Field name" msgstr "Field name" -#: ../src/option.c:961 +#: ../src/option.c:1008 msgid "Add a new Password Entry in forms dialog" msgstr "Add a new Password Entry in forms dialogue" -#: ../src/option.c:970 +#: ../src/option.c:1017 msgid "Add a new Calendar in forms dialog" msgstr "Add a new Calendar in forms dialogue" -#: ../src/option.c:971 +#: ../src/option.c:1018 msgid "Calendar field name" msgstr "Calendar field name" -#: ../src/option.c:979 +#: ../src/option.c:1026 msgid "Add a new List in forms dialog" msgstr "Add a new List in forms dialogue" -#: ../src/option.c:980 +#: ../src/option.c:1027 msgid "List field and header name" msgstr "List field and header name" -#: ../src/option.c:988 +#: ../src/option.c:1035 msgid "List of values for List" msgstr "List of values for List" -#: ../src/option.c:989 ../src/option.c:998 +#: ../src/option.c:1036 ../src/option.c:1045 msgid "List of values separated by |" msgstr "List of values separated by |" -#: ../src/option.c:997 +#: ../src/option.c:1044 msgid "List of values for columns" msgstr "List of values for columns" -#: ../src/option.c:1016 +#: ../src/option.c:1063 msgid "Show the columns header" msgstr "Show the columns header" -#: ../src/option.c:1058 +#: ../src/option.c:1105 msgid "Display password dialog" msgstr "Display password dialogue" -#: ../src/option.c:1067 +#: ../src/option.c:1114 msgid "Display the username option" msgstr "Display the username option" -#: ../src/option.c:1082 +#: ../src/option.c:1129 msgid "Display color selection dialog" msgstr "Display colour selection dialogue" -#: ../src/option.c:1091 +#: ../src/option.c:1138 msgid "Set the color" msgstr "Set the colour" -#: ../src/option.c:1100 +#: ../src/option.c:1147 msgid "Show the palette" msgstr "Show the palette" -#: ../src/option.c:1115 +#: ../src/option.c:1162 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:1124 +#: ../src/option.c:1171 msgid "Print version" msgstr "Print version" -#: ../src/option.c:2006 +#: ../src/option.c:2059 msgid "General options" msgstr "General options" -#: ../src/option.c:2007 +#: ../src/option.c:2060 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:2017 +#: ../src/option.c:2070 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:2018 +#: ../src/option.c:2071 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:2028 +#: ../src/option.c:2081 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:2029 +#: ../src/option.c:2082 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:2039 +#: ../src/option.c:2092 msgid "Error options" msgstr "Error options" -#: ../src/option.c:2040 +#: ../src/option.c:2093 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:2050 +#: ../src/option.c:2103 msgid "Info options" msgstr "Info options" -#: ../src/option.c:2051 +#: ../src/option.c:2104 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:2061 +#: ../src/option.c:2114 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:2062 +#: ../src/option.c:2115 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:2072 +#: ../src/option.c:2125 msgid "List options" msgstr "List options" -#: ../src/option.c:2073 +#: ../src/option.c:2126 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:2084 +#: ../src/option.c:2137 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:2085 +#: ../src/option.c:2138 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:2096 +#: ../src/option.c:2149 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:2097 +#: ../src/option.c:2150 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:2107 +#: ../src/option.c:2160 msgid "Question options" msgstr "Question options" -#: ../src/option.c:2108 +#: ../src/option.c:2161 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:2118 +#: ../src/option.c:2171 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:2119 +#: ../src/option.c:2172 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:2129 +#: ../src/option.c:2182 msgid "Scale options" msgstr "Scale options" -#: ../src/option.c:2130 +#: ../src/option.c:2183 msgid "Show scale options" msgstr "Show scale options" -#: ../src/option.c:2140 +#: ../src/option.c:2193 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:2141 +#: ../src/option.c:2194 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:2151 +#: ../src/option.c:2204 msgid "Color selection options" msgstr "Colour selection options" -#: ../src/option.c:2152 +#: ../src/option.c:2205 msgid "Show color selection options" msgstr "Show colour selection options" -#: ../src/option.c:2162 +#: ../src/option.c:2215 msgid "Password dialog options" msgstr "Password dialogue options" -#: ../src/option.c:2163 +#: ../src/option.c:2216 msgid "Show password dialog options" msgstr "Show password dialogue options" -#: ../src/option.c:2173 +#: ../src/option.c:2226 msgid "Forms dialog options" msgstr "Forms dialogue options" -#: ../src/option.c:2174 +#: ../src/option.c:2227 msgid "Show forms dialog options" msgstr "Show forms dialogue options" -#: ../src/option.c:2184 +#: ../src/option.c:2237 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:2185 +#: ../src/option.c:2238 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:2210 +#: ../src/option.c:2263 #, c-format msgid "" "This option is not available. Please see --help for all possible usages.\n" msgstr "" "This option is not available. Please see --help for all possible usages.\n" -#: ../src/option.c:2214 +#: ../src/option.c:2267 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: ../src/option.c:2218 +#: ../src/option.c:2271 #, c-format msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" -- cgit From 291cb422a3e2a988f07fbb4a22cea14068eb26df Mon Sep 17 00:00:00 2001 From: Bruce Cowan Date: Sat, 6 Apr 2013 17:36:14 +0100 Subject: Updated British English translation --- po/en_GB.po | 358 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 193 insertions(+), 165 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index ca86db88..5e1969f2 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -2,23 +2,24 @@ # Copyright (C) 2011 zenity'S COPYRIGHT HOLDER # This file is distributed under the same license as the zenity package. # Mike Newman , 2003. -# Bruce Cowan , 2010, 2011, 2012. # Chris Leonard , 2012. +# Bruce Cowan , 2010, 2011, 2012, 2013. +# msgid "" msgstr "" -"Project-Id-Version: 1.2\n" +"Project-Id-Version: zenity\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=zenity&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2012-09-27 19:12+0000\n" -"PO-Revision-Date: 2012-09-27 23:45-0400\n" -"Last-Translator: Chris Leonard \n" -"Language-Team: Sugar Labs\n" +"POT-Creation-Date: 2013-02-25 23:13+0000\n" +"PO-Revision-Date: 2013-04-06 17:35+0100\n" +"Last-Translator: Bruce Cowan \n" +"Language-Team: British English \n" "Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Virtaal 0.7.1\n" +"X-Generator: Gtranslator 2.91.6\n" "X-Project-Style: gnome\n" #: ../src/about.c:64 @@ -68,7 +69,8 @@ msgstr "" "Mike Newman \n" "David Lodge \n" "Philip Withnall \n" -"Bruce Cowan " +"Bruce Cowan \n" +"Chris Leonard " #: ../src/about.c:277 msgid "Display dialog boxes from shell scripts" @@ -79,17 +81,38 @@ msgstr "Display dialogue boxes from shell scripts" msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialogue type. See 'zenity --help' for details\n" -#: ../src/notification.c:95 +#: ../src/notification.c:121 #, c-format -msgid "could not parse command from stdin\n" -msgstr "could not parse command from stdin\n" +msgid "" +"Invalid value for a boolean typed hint.\n" +"Supported values are 'true' or 'false'.\n" +msgstr "" +"Invalid value for a boolean typed hint.\n" +"Supported values are 'true' or 'false'.\n" + +#. (iibiiay) +#: ../src/notification.c:137 +#, c-format +msgid "Unsupported hint. Skipping.\n" +msgstr "Unsupported hint. Skipping.\n" + +#. unknown hints +#: ../src/notification.c:150 +#, c-format +msgid "Unknown hint name. Skipping.\n" +msgstr "Unknown hint name. Skipping.\n" -#: ../src/notification.c:122 +#: ../src/notification.c:209 +#, c-format +msgid "Could not parse command from stdin\n" +msgstr "Could not parse command from stdin\n" + +#: ../src/notification.c:241 #, c-format msgid "Could not parse message from stdin\n" msgstr "Could not parse message from stdin\n" -#: ../src/notification.c:198 +#: ../src/notification.c:323 msgid "Zenity notification" msgstr "Zenity notification" @@ -201,229 +224,229 @@ msgstr "Select items from the list below." msgid "Warning" msgstr "Warning" -#: ../src/option.c:157 +#: ../src/option.c:158 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:158 +#: ../src/option.c:159 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:166 +#: ../src/option.c:167 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:167 +#: ../src/option.c:168 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:175 +#: ../src/option.c:176 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:176 +#: ../src/option.c:177 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:184 +#: ../src/option.c:185 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:185 +#: ../src/option.c:186 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:193 +#: ../src/option.c:194 msgid "Set dialog timeout in seconds" msgstr "Set dialogue timeout in seconds" #. Timeout for closing the dialog -#: ../src/option.c:195 +#: ../src/option.c:196 msgid "TIMEOUT" msgstr "TIMEOUT" -#: ../src/option.c:203 +#: ../src/option.c:204 msgid "Sets the label of the Ok button" msgstr "Sets the label of the OK button" -#: ../src/option.c:204 ../src/option.c:213 ../src/option.c:246 -#: ../src/option.c:306 ../src/option.c:315 ../src/option.c:349 -#: ../src/option.c:399 ../src/option.c:528 ../src/option.c:644 -#: ../src/option.c:679 ../src/option.c:751 ../src/option.c:819 -#: ../src/option.c:828 ../src/option.c:872 ../src/option.c:922 -#: ../src/option.c:1073 +#: ../src/option.c:205 ../src/option.c:214 ../src/option.c:247 +#: ../src/option.c:307 ../src/option.c:316 ../src/option.c:350 +#: ../src/option.c:400 ../src/option.c:529 ../src/option.c:645 +#: ../src/option.c:663 ../src/option.c:689 ../src/option.c:761 +#: ../src/option.c:829 ../src/option.c:838 ../src/option.c:882 +#: ../src/option.c:932 ../src/option.c:1083 msgid "TEXT" msgstr "TEXT" -#: ../src/option.c:212 +#: ../src/option.c:213 msgid "Sets the label of the Cancel button" msgstr "Sets the label of the Cancel button" -#: ../src/option.c:221 +#: ../src/option.c:222 msgid "Set the modal hint" msgstr "Set the modal hint" -#: ../src/option.c:236 +#: ../src/option.c:237 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: ../src/option.c:245 ../src/option.c:305 ../src/option.c:348 -#: ../src/option.c:398 ../src/option.c:527 ../src/option.c:678 -#: ../src/option.c:750 ../src/option.c:871 ../src/option.c:921 -#: ../src/option.c:1072 +#: ../src/option.c:246 ../src/option.c:306 ../src/option.c:349 +#: ../src/option.c:399 ../src/option.c:528 ../src/option.c:688 +#: ../src/option.c:760 ../src/option.c:881 ../src/option.c:931 +#: ../src/option.c:1082 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:254 +#: ../src/option.c:255 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:255 +#: ../src/option.c:256 msgid "DAY" msgstr "DAY" -#: ../src/option.c:263 +#: ../src/option.c:264 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:264 +#: ../src/option.c:265 msgid "MONTH" msgstr "MONTH" -#: ../src/option.c:272 +#: ../src/option.c:273 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:273 +#: ../src/option.c:274 msgid "YEAR" msgstr "YEAR" -#: ../src/option.c:281 ../src/option.c:1090 +#: ../src/option.c:282 ../src/option.c:1100 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:282 ../src/option.c:1091 +#: ../src/option.c:283 ../src/option.c:1101 msgid "PATTERN" msgstr "PATTERN" -#: ../src/option.c:296 +#: ../src/option.c:297 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:314 +#: ../src/option.c:315 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:323 +#: ../src/option.c:324 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:339 +#: ../src/option.c:340 msgid "Display error dialog" msgstr "Display error dialogue" -#: ../src/option.c:357 ../src/option.c:407 ../src/option.c:759 -#: ../src/option.c:880 +#: ../src/option.c:358 ../src/option.c:408 ../src/option.c:769 +#: ../src/option.c:890 msgid "Set the dialog icon" msgstr "Set the dialogue icon" -#: ../src/option.c:358 ../src/option.c:408 ../src/option.c:760 -#: ../src/option.c:881 +#: ../src/option.c:359 ../src/option.c:409 ../src/option.c:770 +#: ../src/option.c:891 msgid "ICON-NAME" msgstr "ICON-NAME" -#: ../src/option.c:366 ../src/option.c:416 ../src/option.c:768 -#: ../src/option.c:889 +#: ../src/option.c:367 ../src/option.c:417 ../src/option.c:778 +#: ../src/option.c:899 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:375 ../src/option.c:425 ../src/option.c:777 -#: ../src/option.c:898 +#: ../src/option.c:376 ../src/option.c:426 ../src/option.c:787 +#: ../src/option.c:908 msgid "Do not enable pango markup" msgstr "Do not enable pango markup" -#: ../src/option.c:389 +#: ../src/option.c:390 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:439 +#: ../src/option.c:440 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:448 +#: ../src/option.c:449 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:449 ../src/option.c:801 +#: ../src/option.c:450 ../src/option.c:811 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:457 +#: ../src/option.c:458 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:466 +#: ../src/option.c:467 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:475 +#: ../src/option.c:476 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:484 ../src/option.c:572 ../src/option.c:1081 +#: ../src/option.c:485 ../src/option.c:573 ../src/option.c:1091 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:485 ../src/option.c:573 ../src/option.c:1082 +#: ../src/option.c:486 ../src/option.c:574 ../src/option.c:1092 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:493 +#: ../src/option.c:494 msgid "Confirm file selection if filename already exists" msgstr "Confirm file selection if filename already exists" -#: ../src/option.c:502 +#: ../src/option.c:503 msgid "Sets a filename filter" msgstr "Sets a filename filter" #. Help for file-filter argument (name and patterns for file selection) -#: ../src/option.c:504 +#: ../src/option.c:505 msgid "NAME | PATTERN1 PATTERN2 ..." msgstr "NAME | PATTERN1 PATTERN2 …" -#: ../src/option.c:518 +#: ../src/option.c:519 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:536 +#: ../src/option.c:537 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:537 +#: ../src/option.c:538 msgid "COLUMN" msgstr "COLUMN" -#: ../src/option.c:545 +#: ../src/option.c:546 msgid "Use check boxes for first column" msgstr "Use tick boxes for first column" -#: ../src/option.c:554 +#: ../src/option.c:555 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:563 +#: ../src/option.c:564 msgid "Use an image for first column" msgstr "Use an image for first column" -#: ../src/option.c:581 +#: ../src/option.c:582 msgid "Allow multiple rows to be selected" msgstr "Allow multiple rows to be selected" -#: ../src/option.c:590 ../src/option.c:809 +#: ../src/option.c:591 ../src/option.c:819 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:599 +#: ../src/option.c:600 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -432,355 +455,360 @@ msgstr "" "columns)" #. Column index number to print out on a list dialog -#: ../src/option.c:601 ../src/option.c:610 +#: ../src/option.c:602 ../src/option.c:611 msgid "NUMBER" msgstr "NUMBER" -#: ../src/option.c:609 +#: ../src/option.c:610 msgid "Hide a specific column" msgstr "Hide a specific column" -#: ../src/option.c:618 +#: ../src/option.c:619 msgid "Hides the column headers" msgstr "Hides the column headers" -#: ../src/option.c:634 +#: ../src/option.c:635 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:643 +#: ../src/option.c:644 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:652 +#: ../src/option.c:653 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:669 +#: ../src/option.c:662 +#| msgid "Set the notification text" +msgid "Set the notification hints" +msgstr "Set the notification hints" + +#: ../src/option.c:679 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:687 +#: ../src/option.c:697 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:688 +#: ../src/option.c:698 msgid "PERCENTAGE" msgstr "PERCENTAGE" -#: ../src/option.c:696 +#: ../src/option.c:706 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:706 +#: ../src/option.c:716 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialogue when 100% has been reached" -#: ../src/option.c:716 +#: ../src/option.c:726 #, no-c-format msgid "Kill parent process if Cancel button is pressed" msgstr "Kill parent process if Cancel button is pressed" -#: ../src/option.c:726 +#: ../src/option.c:736 #, no-c-format msgid "Hide Cancel button" msgstr "Hide Cancel button" -#: ../src/option.c:741 +#: ../src/option.c:751 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:791 +#: ../src/option.c:801 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:800 +#: ../src/option.c:810 msgid "Open file" msgstr "Open file" -#: ../src/option.c:818 +#: ../src/option.c:828 msgid "Set the text font" msgstr "Set the text font" -#: ../src/option.c:827 +#: ../src/option.c:837 msgid "Enable an I read and agree checkbox" msgstr "Enable an I read and agree tickbox" -#: ../src/option.c:837 +#: ../src/option.c:847 msgid "Enable html support" msgstr "Enable html support" -#: ../src/option.c:846 +#: ../src/option.c:856 msgid "Sets an url instead of a file. Only works if you use --html option" msgstr "Sets an url instead of a file. Only works if you use --html option" -#: ../src/option.c:847 +#: ../src/option.c:857 msgid "URL" msgstr "URL" -#: ../src/option.c:862 +#: ../src/option.c:872 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:912 +#: ../src/option.c:922 msgid "Display scale dialog" msgstr "Display scale dialogue" -#: ../src/option.c:930 +#: ../src/option.c:940 msgid "Set initial value" msgstr "Set initial value" -#: ../src/option.c:931 ../src/option.c:940 ../src/option.c:949 -#: ../src/option.c:958 ../src/option.c:1139 +#: ../src/option.c:941 ../src/option.c:950 ../src/option.c:959 +#: ../src/option.c:968 ../src/option.c:1149 msgid "VALUE" msgstr "VALUE" -#: ../src/option.c:939 +#: ../src/option.c:949 msgid "Set minimum value" msgstr "Set minimum value" -#: ../src/option.c:948 +#: ../src/option.c:958 msgid "Set maximum value" msgstr "Set maximum value" -#: ../src/option.c:957 +#: ../src/option.c:967 msgid "Set step size" msgstr "Set step size" -#: ../src/option.c:966 +#: ../src/option.c:976 msgid "Print partial values" msgstr "Print partial values" -#: ../src/option.c:975 +#: ../src/option.c:985 msgid "Hide value" msgstr "Hide value" -#: ../src/option.c:990 +#: ../src/option.c:1000 msgid "Display forms dialog" msgstr "Display forms dialogue" -#: ../src/option.c:999 +#: ../src/option.c:1009 msgid "Add a new Entry in forms dialog" msgstr "Add a new Entry in forms dialogue" -#: ../src/option.c:1000 ../src/option.c:1009 +#: ../src/option.c:1010 ../src/option.c:1019 msgid "Field name" msgstr "Field name" -#: ../src/option.c:1008 +#: ../src/option.c:1018 msgid "Add a new Password Entry in forms dialog" msgstr "Add a new Password Entry in forms dialogue" -#: ../src/option.c:1017 +#: ../src/option.c:1027 msgid "Add a new Calendar in forms dialog" msgstr "Add a new Calendar in forms dialogue" -#: ../src/option.c:1018 +#: ../src/option.c:1028 msgid "Calendar field name" msgstr "Calendar field name" -#: ../src/option.c:1026 +#: ../src/option.c:1036 msgid "Add a new List in forms dialog" msgstr "Add a new List in forms dialogue" -#: ../src/option.c:1027 +#: ../src/option.c:1037 msgid "List field and header name" msgstr "List field and header name" -#: ../src/option.c:1035 +#: ../src/option.c:1045 msgid "List of values for List" msgstr "List of values for List" -#: ../src/option.c:1036 ../src/option.c:1045 +#: ../src/option.c:1046 ../src/option.c:1055 msgid "List of values separated by |" msgstr "List of values separated by |" -#: ../src/option.c:1044 +#: ../src/option.c:1054 msgid "List of values for columns" msgstr "List of values for columns" -#: ../src/option.c:1063 +#: ../src/option.c:1073 msgid "Show the columns header" msgstr "Show the columns header" -#: ../src/option.c:1105 +#: ../src/option.c:1115 msgid "Display password dialog" msgstr "Display password dialogue" -#: ../src/option.c:1114 +#: ../src/option.c:1124 msgid "Display the username option" msgstr "Display the username option" -#: ../src/option.c:1129 +#: ../src/option.c:1139 msgid "Display color selection dialog" msgstr "Display colour selection dialogue" -#: ../src/option.c:1138 +#: ../src/option.c:1148 msgid "Set the color" msgstr "Set the colour" -#: ../src/option.c:1147 +#: ../src/option.c:1157 msgid "Show the palette" msgstr "Show the palette" -#: ../src/option.c:1162 +#: ../src/option.c:1172 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:1171 +#: ../src/option.c:1181 msgid "Print version" msgstr "Print version" -#: ../src/option.c:2059 +#: ../src/option.c:2075 msgid "General options" msgstr "General options" -#: ../src/option.c:2060 +#: ../src/option.c:2076 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:2070 +#: ../src/option.c:2086 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:2071 +#: ../src/option.c:2087 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:2081 +#: ../src/option.c:2097 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:2082 +#: ../src/option.c:2098 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:2092 +#: ../src/option.c:2108 msgid "Error options" msgstr "Error options" -#: ../src/option.c:2093 +#: ../src/option.c:2109 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:2103 +#: ../src/option.c:2119 msgid "Info options" msgstr "Info options" -#: ../src/option.c:2104 +#: ../src/option.c:2120 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:2114 +#: ../src/option.c:2130 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:2115 +#: ../src/option.c:2131 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:2125 +#: ../src/option.c:2141 msgid "List options" msgstr "List options" -#: ../src/option.c:2126 +#: ../src/option.c:2142 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:2137 +#: ../src/option.c:2153 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:2138 +#: ../src/option.c:2154 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:2149 +#: ../src/option.c:2165 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:2150 +#: ../src/option.c:2166 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:2160 +#: ../src/option.c:2176 msgid "Question options" msgstr "Question options" -#: ../src/option.c:2161 +#: ../src/option.c:2177 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:2171 +#: ../src/option.c:2187 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:2172 +#: ../src/option.c:2188 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:2182 +#: ../src/option.c:2198 msgid "Scale options" msgstr "Scale options" -#: ../src/option.c:2183 +#: ../src/option.c:2199 msgid "Show scale options" msgstr "Show scale options" -#: ../src/option.c:2193 +#: ../src/option.c:2209 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:2194 +#: ../src/option.c:2210 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:2204 +#: ../src/option.c:2220 msgid "Color selection options" msgstr "Colour selection options" -#: ../src/option.c:2205 +#: ../src/option.c:2221 msgid "Show color selection options" msgstr "Show colour selection options" -#: ../src/option.c:2215 +#: ../src/option.c:2231 msgid "Password dialog options" msgstr "Password dialogue options" -#: ../src/option.c:2216 +#: ../src/option.c:2232 msgid "Show password dialog options" msgstr "Show password dialogue options" -#: ../src/option.c:2226 +#: ../src/option.c:2242 msgid "Forms dialog options" msgstr "Forms dialogue options" -#: ../src/option.c:2227 +#: ../src/option.c:2243 msgid "Show forms dialog options" msgstr "Show forms dialogue options" -#: ../src/option.c:2237 +#: ../src/option.c:2253 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:2238 +#: ../src/option.c:2254 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:2263 +#: ../src/option.c:2279 #, c-format msgid "" "This option is not available. Please see --help for all possible usages.\n" msgstr "" "This option is not available. Please see --help for all possible usages.\n" -#: ../src/option.c:2267 +#: ../src/option.c:2283 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: ../src/option.c:2271 +#: ../src/option.c:2287 #, c-format msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" -- cgit From ae70c6f42913730b5c75e116097efe659cd4c635 Mon Sep 17 00:00:00 2001 From: David King Date: Tue, 16 Aug 2016 15:31:01 +0200 Subject: Update British English translation --- po/en_GB.po | 545 ++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 307 insertions(+), 238 deletions(-) (limited to 'po/en_GB.po') diff --git a/po/en_GB.po b/po/en_GB.po index 5e1969f2..5fe8bad6 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -10,9 +10,9 @@ msgstr "" "Project-Id-Version: zenity\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=zenity&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-02-25 23:13+0000\n" -"PO-Revision-Date: 2013-04-06 17:35+0100\n" -"Last-Translator: Bruce Cowan \n" +"POT-Creation-Date: 2016-05-05 15:28+0000\n" +"PO-Revision-Date: 2016-08-16 15L21+0200\n" +"Last-Translator: David King \n" "Language-Team: British English \n" "Language: en_GB\n" "MIME-Version: 1.0\n" @@ -22,7 +22,7 @@ msgstr "" "X-Generator: Gtranslator 2.91.6\n" "X-Project-Style: gnome\n" -#: ../src/about.c:64 +#: src/about.c:63 msgid "" "This program is free software; you can redistribute it and/or modify it " "under the terms of the GNU Lesser General Public License as published by the " @@ -34,7 +34,7 @@ msgstr "" "Free Software Foundation; either version 2 of the Licence, or (at your " "option) any later version.\n" -#: ../src/about.c:68 +#: src/about.c:67 msgid "" "This program is distributed in the hope that it will be useful, but WITHOUT " "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or " @@ -46,7 +46,7 @@ msgstr "" "FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public Licence " "for more details.\n" -#: ../src/about.c:72 +#: src/about.c:71 msgid "" "You should have received a copy of the GNU Lesser General Public License " "along with this program; if not, write to the Free Software Foundation, " @@ -63,26 +63,29 @@ msgstr "" # You can also include other translators who have contributed to # this translation; in that case, please write them on separate # lines seperated by newlines (\n -#: ../src/about.c:265 +#: src/about.c:263 msgid "translator-credits" msgstr "" "Mike Newman \n" "David Lodge \n" "Philip Withnall \n" "Bruce Cowan \n" -"Chris Leonard " +"Chris Leonard \n" +"David King " -#: ../src/about.c:277 +#: src/about.c:275 msgid "Display dialog boxes from shell scripts" msgstr "Display dialogue boxes from shell scripts" -#: ../src/main.c:105 -#, c-format +#: src/main.c:105 msgid "You must specify a dialog type. See 'zenity --help' for details\n" msgstr "You must specify a dialogue type. See 'zenity --help' for details\n" -#: ../src/notification.c:121 -#, c-format +#: src/notification.c:51 +msgid "Could not parse message\n" +msgstr "Could not parse message\n" + +#: src/notification.c:140 msgid "" "Invalid value for a boolean typed hint.\n" "Supported values are 'true' or 'false'.\n" @@ -91,362 +94,388 @@ msgstr "" "Supported values are 'true' or 'false'.\n" #. (iibiiay) -#: ../src/notification.c:137 -#, c-format +#: src/notification.c:156 msgid "Unsupported hint. Skipping.\n" msgstr "Unsupported hint. Skipping.\n" #. unknown hints -#: ../src/notification.c:150 -#, c-format +#: src/notification.c:173 msgid "Unknown hint name. Skipping.\n" msgstr "Unknown hint name. Skipping.\n" -#: ../src/notification.c:209 -#, c-format +#: src/notification.c:228 msgid "Could not parse command from stdin\n" msgstr "Could not parse command from stdin\n" -#: ../src/notification.c:241 -#, c-format -msgid "Could not parse message from stdin\n" -msgstr "Could not parse message from stdin\n" - -#: ../src/notification.c:323 +#: src/notification.c:326 msgid "Zenity notification" msgstr "Zenity notification" -#: ../src/password.c:64 +#: src/password.c:55 +msgid "_Cancel" +msgstr "_Cancel" + +#: src/password.c:58 +msgid "_OK" +msgstr "_OK" + +#. Checks if username has been passed as a parameter +#: src/password.c:73 msgid "Type your password" msgstr "Type your password" -#: ../src/password.c:99 +#: src/password.c:76 +msgid "Type your username and password" +msgstr "Type your username and password" + +#: src/password.c:113 msgid "Username:" msgstr "Username:" -#: ../src/password.c:115 +#: src/password.c:127 msgid "Password:" msgstr "Password:" -#: ../src/scale.c:57 -#, c-format +#: src/scale.c:57 msgid "Maximum value must be greater than minimum value.\n" msgstr "Maximum value must be greater than minimum value.\n" -#: ../src/scale.c:64 -#, c-format +#: src/scale.c:64 msgid "Value out of range.\n" msgstr "Value out of range.\n" -#: ../src/tree.c:365 -#, c-format +#: src/tree.c:376 msgid "No column titles specified for List dialog.\n" msgstr "No column titles specified for List dialogue.\n" -#: ../src/tree.c:371 -#, c-format +#: src/tree.c:382 msgid "You should use only one List dialog type.\n" msgstr "You should use only one List dialogue type.\n" -#: ../src/zenity.ui.h:1 +#: src/zenity.ui:14 src/zenity.ui:76 +msgid "Adjust the scale value" +msgstr "Adjust the scale value" + +#: src/zenity.ui:30 src/zenity.ui:135 src/zenity.ui:247 src/zenity.ui:378 +#: src/zenity.ui:578 src/zenity.ui:784 src/zenity.ui:970 +msgid "Cancel" +msgstr "Cancel" + +#: src/zenity.ui:44 src/zenity.ui:148 src/zenity.ui:261 src/zenity.ui:392 +#: src/zenity.ui:481 src/zenity.ui:591 src/zenity.ui:697 src/zenity.ui:798 +#: src/zenity.ui:984 src/zenity.ui:1080 +msgid "OK" +msgstr "OK" + +#: src/zenity.ui:117 +msgid "Text View" +msgstr "Text View" + +#: src/zenity.ui:231 msgid "Calendar selection" msgstr "Calendar selection" -#: ../src/zenity.ui.h:2 +#: src/zenity.ui:298 msgid "Select a date from below." msgstr "Select a date from below." -#: ../src/zenity.ui.h:3 +#: src/zenity.ui:319 msgid "C_alendar:" msgstr "C_alendar:" -#: ../src/zenity.ui.h:4 +#: src/zenity.ui:361 msgid "Add a new entry" msgstr "Add a new entry" -#: ../src/zenity.ui.h:5 +#: src/zenity.ui:428 msgid "_Enter new text:" msgstr "_Enter new text:" -#: ../src/zenity.ui.h:6 +#: src/zenity.ui:465 msgid "Error" msgstr "Error" -#: ../src/zenity.ui.h:7 +#: src/zenity.ui:530 msgid "An error has occurred." msgstr "An error has occurred." -#: ../src/zenity.ui.h:8 +#: src/zenity.ui:658 msgid "Forms dialog" msgstr "Forms dialogue" -#: ../src/zenity.ui.h:9 +#: src/zenity.ui:681 msgid "Information" msgstr "Information" -#: ../src/zenity.ui.h:10 +#: src/zenity.ui:741 msgid "All updates are complete." msgstr "All updates are complete." -#: ../src/zenity.ui.h:11 +#: src/zenity.ui:768 msgid "Progress" msgstr "Progress" -#: ../src/zenity.ui.h:12 +#: src/zenity.ui:831 msgid "Running..." msgstr "Running…" -#: ../src/zenity.ui.h:13 +#: src/zenity.ui:882 msgid "Question" msgstr "Question" -#: ../src/zenity.ui.h:14 +#: src/zenity.ui:929 src/zenity.ui:1126 msgid "Are you sure you want to proceed?" msgstr "Are you sure you want to proceed?" -#: ../src/zenity.ui.h:15 -msgid "Adjust the scale value" -msgstr "Adjust the scale value" - -#: ../src/zenity.ui.h:16 -msgid "Text View" -msgstr "Text View" - -#: ../src/zenity.ui.h:17 +#: src/zenity.ui:953 msgid "Select items from the list" msgstr "Select items from the list" -#: ../src/zenity.ui.h:18 +#: src/zenity.ui:1015 msgid "Select items from the list below." msgstr "Select items from the list below." -#: ../src/zenity.ui.h:19 +#: src/zenity.ui:1064 msgid "Warning" msgstr "Warning" -#: ../src/option.c:158 +#: src/option.c:169 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:159 +#: src/option.c:170 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:167 +#: src/option.c:178 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:168 +#: src/option.c:179 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:176 +#: src/option.c:187 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:177 +#: src/option.c:188 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:185 +#: src/option.c:196 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:186 +#: src/option.c:197 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:194 +#: src/option.c:205 msgid "Set dialog timeout in seconds" msgstr "Set dialogue timeout in seconds" #. Timeout for closing the dialog -#: ../src/option.c:196 +#: src/option.c:207 msgid "TIMEOUT" msgstr "TIMEOUT" -#: ../src/option.c:204 -msgid "Sets the label of the Ok button" -msgstr "Sets the label of the OK button" +#: src/option.c:215 +msgid "Set the label of the OK button" +msgstr "Set the label of the OK button" -#: ../src/option.c:205 ../src/option.c:214 ../src/option.c:247 -#: ../src/option.c:307 ../src/option.c:316 ../src/option.c:350 -#: ../src/option.c:400 ../src/option.c:529 ../src/option.c:645 -#: ../src/option.c:663 ../src/option.c:689 ../src/option.c:761 -#: ../src/option.c:829 ../src/option.c:838 ../src/option.c:882 -#: ../src/option.c:932 ../src/option.c:1083 +#: src/option.c:216 src/option.c:225 src/option.c:234 src/option.c:276 +#: src/option.c:336 src/option.c:345 src/option.c:379 src/option.c:437 +#: src/option.c:574 src/option.c:699 src/option.c:717 src/option.c:743 +#: src/option.c:823 src/option.c:917 src/option.c:926 src/option.c:988 +#: src/option.c:1046 src/option.c:1215 msgid "TEXT" msgstr "TEXT" -#: ../src/option.c:213 -msgid "Sets the label of the Cancel button" -msgstr "Sets the label of the Cancel button" +#: src/option.c:224 +msgid "Set the label of the Cancel button" +msgstr "Set the label of the Cancel button" -#: ../src/option.c:222 +#: src/option.c:233 +msgid "Add an extra button" +msgstr "Add an extra button" + +#: src/option.c:242 msgid "Set the modal hint" msgstr "Set the modal hint" -#: ../src/option.c:237 +#: src/option.c:251 +msgid "Set the parent window to attach to" +msgstr "Set the parent window to attach to" + +#: src/option.c:252 +msgid "WINDOW" +msgstr "WINDOW" + +#: src/option.c:266 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: ../src/option.c:246 ../src/option.c:306 ../src/option.c:349 -#: ../src/option.c:399 ../src/option.c:528 ../src/option.c:688 -#: ../src/option.c:760 ../src/option.c:881 ../src/option.c:931 -#: ../src/option.c:1082 +#: src/option.c:275 src/option.c:335 src/option.c:378 src/option.c:436 +#: src/option.c:573 src/option.c:742 src/option.c:822 src/option.c:987 +#: src/option.c:1045 src/option.c:1214 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:255 +#: src/option.c:284 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:256 +#: src/option.c:285 msgid "DAY" msgstr "DAY" -#: ../src/option.c:264 +#: src/option.c:293 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:265 +#: src/option.c:294 msgid "MONTH" msgstr "MONTH" -#: ../src/option.c:273 +#: src/option.c:302 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:274 +#: src/option.c:303 msgid "YEAR" msgstr "YEAR" -#: ../src/option.c:282 ../src/option.c:1100 +#: src/option.c:311 src/option.c:1232 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:283 ../src/option.c:1101 +#: src/option.c:312 src/option.c:1233 msgid "PATTERN" msgstr "PATTERN" -#: ../src/option.c:297 +#: src/option.c:326 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:315 +#: src/option.c:344 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:324 +#: src/option.c:353 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:340 +#: src/option.c:369 msgid "Display error dialog" msgstr "Display error dialogue" -#: ../src/option.c:358 ../src/option.c:408 ../src/option.c:769 -#: ../src/option.c:890 +#: src/option.c:387 src/option.c:445 src/option.c:831 src/option.c:996 msgid "Set the dialog icon" msgstr "Set the dialogue icon" -#: ../src/option.c:359 ../src/option.c:409 ../src/option.c:770 -#: ../src/option.c:891 +#: src/option.c:388 src/option.c:446 src/option.c:832 src/option.c:997 msgid "ICON-NAME" msgstr "ICON-NAME" -#: ../src/option.c:367 ../src/option.c:417 ../src/option.c:778 -#: ../src/option.c:899 +#: src/option.c:396 src/option.c:454 src/option.c:840 src/option.c:1005 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:376 ../src/option.c:426 ../src/option.c:787 -#: ../src/option.c:908 -msgid "Do not enable pango markup" -msgstr "Do not enable pango markup" +#: src/option.c:405 src/option.c:463 src/option.c:849 src/option.c:1014 +msgid "Do not enable Pango markup" +msgstr "Do not enable Pango markup" -#: ../src/option.c:390 +#: src/option.c:413 src/option.c:471 src/option.c:866 src/option.c:1022 +msgid "" +"Enable ellipsizing in the dialog text. This fixes the high window size with " +"long texts" +msgstr "" +"Enable ellipsizing in the dialogue text. This fixes the high window size with " +"long texts" + +#: src/option.c:427 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:440 +#: src/option.c:485 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:449 +#: src/option.c:494 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:450 ../src/option.c:811 +#: src/option.c:495 src/option.c:899 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:458 +#: src/option.c:503 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:467 +#: src/option.c:512 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:476 +#: src/option.c:521 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:485 ../src/option.c:573 ../src/option.c:1091 +#: src/option.c:530 src/option.c:618 src/option.c:1223 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:486 ../src/option.c:574 ../src/option.c:1092 +#: src/option.c:531 src/option.c:619 src/option.c:1224 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:494 +#: src/option.c:539 msgid "Confirm file selection if filename already exists" msgstr "Confirm file selection if filename already exists" -#: ../src/option.c:503 -msgid "Sets a filename filter" -msgstr "Sets a filename filter" +#: src/option.c:548 +msgid "Set a filename filter" +msgstr "Set a filename filter" #. Help for file-filter argument (name and patterns for file selection) -#: ../src/option.c:505 +#: src/option.c:550 msgid "NAME | PATTERN1 PATTERN2 ..." msgstr "NAME | PATTERN1 PATTERN2 …" -#: ../src/option.c:519 +#: src/option.c:564 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:537 +#: src/option.c:582 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:538 +#: src/option.c:583 msgid "COLUMN" msgstr "COLUMN" -#: ../src/option.c:546 -msgid "Use check boxes for first column" -msgstr "Use tick boxes for first column" +#: src/option.c:591 +msgid "Use check boxes for the first column" +msgstr "Use tick boxes for the first column" -#: ../src/option.c:555 -msgid "Use radio buttons for first column" +#: src/option.c:600 +msgid "Use radio buttons for the first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:564 -msgid "Use an image for first column" -msgstr "Use an image for first column" +#: src/option.c:609 +msgid "Use an image for the first column" +msgstr "Use an image for the first column" -#: ../src/option.c:582 +#: src/option.c:627 msgid "Allow multiple rows to be selected" msgstr "Allow multiple rows to be selected" -#: ../src/option.c:591 ../src/option.c:819 +#: src/option.c:636 src/option.c:907 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:600 +#: src/option.c:645 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -455,361 +484,401 @@ msgstr "" "columns)" #. Column index number to print out on a list dialog -#: ../src/option.c:602 ../src/option.c:611 +#: src/option.c:647 src/option.c:656 msgid "NUMBER" msgstr "NUMBER" -#: ../src/option.c:610 +#: src/option.c:655 msgid "Hide a specific column" msgstr "Hide a specific column" -#: ../src/option.c:619 -msgid "Hides the column headers" -msgstr "Hides the column headers" +#: src/option.c:664 +msgid "Hide the column headers" +msgstr "Hide the column headers" + +#: src/option.c:673 +msgid "" +"Change list default search function searching for text in the middle, not on " +"the beginning" +msgstr "" +"Change list default search function searching for text in the middle, not on " +"the beginning" -#: ../src/option.c:635 +#: src/option.c:689 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:644 +#: src/option.c:698 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:653 +#: src/option.c:707 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:662 -#| msgid "Set the notification text" +#: src/option.c:716 msgid "Set the notification hints" msgstr "Set the notification hints" -#: ../src/option.c:679 +#: src/option.c:733 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:697 +#: src/option.c:751 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:698 +#: src/option.c:752 msgid "PERCENTAGE" msgstr "PERCENTAGE" -#: ../src/option.c:706 +#: src/option.c:760 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:716 +#: src/option.c:770 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialogue when 100% has been reached" -#: ../src/option.c:726 -#, no-c-format +#: src/option.c:779 msgid "Kill parent process if Cancel button is pressed" msgstr "Kill parent process if Cancel button is pressed" -#: ../src/option.c:736 -#, no-c-format +#: src/option.c:788 msgid "Hide Cancel button" msgstr "Hide Cancel button" -#: ../src/option.c:751 +#: src/option.c:798 +#, no-c-format +msgid "Estimate when progress will reach 100%" +msgstr "Estimate when progress will reach 100%" + +#: src/option.c:813 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:801 +#: src/option.c:857 +msgid "Give Cancel button focus by default" +msgstr "Give Cancel button focus by default" + +#: src/option.c:874 +msgid "Suppress OK and Cancel buttons" +msgstr "Suppress OK and Cancel buttons" + +#: src/option.c:889 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:810 +#: src/option.c:898 msgid "Open file" msgstr "Open file" -#: ../src/option.c:828 +#: src/option.c:916 msgid "Set the text font" msgstr "Set the text font" -#: ../src/option.c:837 +#: src/option.c:925 msgid "Enable an I read and agree checkbox" msgstr "Enable an I read and agree tickbox" -#: ../src/option.c:847 -msgid "Enable html support" -msgstr "Enable html support" +#: src/option.c:935 +msgid "Enable HTML support" +msgstr "Enable HTML support" + +#: src/option.c:944 +msgid "" +"Do not enable user interaction with the WebView. Only works if you use --" +"html option" +msgstr "" +"Do not enable user interaction with the WebView. Only works if you use --" +"html option" -#: ../src/option.c:856 -msgid "Sets an url instead of a file. Only works if you use --html option" -msgstr "Sets an url instead of a file. Only works if you use --html option" +#: src/option.c:953 +msgid "Set an URL instead of a file. Only works if you use --html option" +msgstr "Set an URL instead of a file. Only works if you use --html option" -#: ../src/option.c:857 +#: src/option.c:954 msgid "URL" msgstr "URL" -#: ../src/option.c:872 +#: src/option.c:963 +msgid "Auto scroll the text to the end. Only when text is captured from stdin" +msgstr "Auto scroll the text to the end. Only when text is captured from stdin" + +#: src/option.c:978 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:922 +#: src/option.c:1036 msgid "Display scale dialog" msgstr "Display scale dialogue" -#: ../src/option.c:940 +#: src/option.c:1054 msgid "Set initial value" msgstr "Set initial value" -#: ../src/option.c:941 ../src/option.c:950 ../src/option.c:959 -#: ../src/option.c:968 ../src/option.c:1149 +#: src/option.c:1055 src/option.c:1064 src/option.c:1073 src/option.c:1082 +#: src/option.c:1281 msgid "VALUE" msgstr "VALUE" -#: ../src/option.c:949 +#: src/option.c:1063 msgid "Set minimum value" msgstr "Set minimum value" -#: ../src/option.c:958 +#: src/option.c:1072 msgid "Set maximum value" msgstr "Set maximum value" -#: ../src/option.c:967 +#: src/option.c:1081 msgid "Set step size" msgstr "Set step size" -#: ../src/option.c:976 +#: src/option.c:1090 msgid "Print partial values" msgstr "Print partial values" -#: ../src/option.c:985 +#: src/option.c:1099 msgid "Hide value" msgstr "Hide value" -#: ../src/option.c:1000 +#: src/option.c:1114 msgid "Display forms dialog" msgstr "Display forms dialogue" -#: ../src/option.c:1009 +#: src/option.c:1123 msgid "Add a new Entry in forms dialog" msgstr "Add a new Entry in forms dialogue" -#: ../src/option.c:1010 ../src/option.c:1019 +#: src/option.c:1124 src/option.c:1133 msgid "Field name" msgstr "Field name" -#: ../src/option.c:1018 +#: src/option.c:1132 msgid "Add a new Password Entry in forms dialog" msgstr "Add a new Password Entry in forms dialogue" -#: ../src/option.c:1027 +#: src/option.c:1141 msgid "Add a new Calendar in forms dialog" msgstr "Add a new Calendar in forms dialogue" -#: ../src/option.c:1028 +#: src/option.c:1142 msgid "Calendar field name" msgstr "Calendar field name" -#: ../src/option.c:1036 +#: src/option.c:1150 msgid "Add a new List in forms dialog" msgstr "Add a new List in forms dialogue" -#: ../src/option.c:1037 +#: src/option.c:1151 msgid "List field and header name" msgstr "List field and header name" -#: ../src/option.c:1045 +#: src/option.c:1159 msgid "List of values for List" msgstr "List of values for List" -#: ../src/option.c:1046 ../src/option.c:1055 +#: src/option.c:1160 src/option.c:1169 src/option.c:1187 msgid "List of values separated by |" msgstr "List of values separated by |" -#: ../src/option.c:1054 +#: src/option.c:1168 msgid "List of values for columns" msgstr "List of values for columns" -#: ../src/option.c:1073 +#: src/option.c:1177 +msgid "Add a new combo box in forms dialog" +msgstr "Add a new combo box in forms dialogue" + +#: src/option.c:1178 +msgid "Combo box field name" +msgstr "Combo box field name" + +#: src/option.c:1186 +msgid "List of values for combo box" +msgstr "List of values for combo box" + +#: src/option.c:1205 msgid "Show the columns header" msgstr "Show the columns header" -#: ../src/option.c:1115 +#: src/option.c:1247 msgid "Display password dialog" msgstr "Display password dialogue" -#: ../src/option.c:1124 +#: src/option.c:1256 msgid "Display the username option" msgstr "Display the username option" -#: ../src/option.c:1139 +#: src/option.c:1271 msgid "Display color selection dialog" msgstr "Display colour selection dialogue" -#: ../src/option.c:1148 +#: src/option.c:1280 msgid "Set the color" msgstr "Set the colour" -#: ../src/option.c:1157 +#: src/option.c:1289 msgid "Show the palette" msgstr "Show the palette" -#: ../src/option.c:1172 +#: src/option.c:1304 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:1181 +#: src/option.c:1313 msgid "Print version" msgstr "Print version" -#: ../src/option.c:2075 +#: src/option.c:2261 msgid "General options" msgstr "General options" -#: ../src/option.c:2076 +#: src/option.c:2262 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:2086 +#: src/option.c:2272 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:2087 +#: src/option.c:2273 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:2097 +#: src/option.c:2283 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:2098 +#: src/option.c:2284 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:2108 +#: src/option.c:2294 msgid "Error options" msgstr "Error options" -#: ../src/option.c:2109 +#: src/option.c:2295 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:2119 +#: src/option.c:2305 msgid "Info options" msgstr "Info options" -#: ../src/option.c:2120 +#: src/option.c:2306 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:2130 +#: src/option.c:2316 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:2131 +#: src/option.c:2317 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:2141 +#: src/option.c:2327 msgid "List options" msgstr "List options" -#: ../src/option.c:2142 +#: src/option.c:2328 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:2153 +#: src/option.c:2339 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:2154 +#: src/option.c:2340 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:2165 +#: src/option.c:2351 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:2166 +#: src/option.c:2352 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:2176 +#: src/option.c:2362 msgid "Question options" msgstr "Question options" -#: ../src/option.c:2177 +#: src/option.c:2363 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:2187 +#: src/option.c:2373 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:2188 +#: src/option.c:2374 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:2198 +#: src/option.c:2384 msgid "Scale options" msgstr "Scale options" -#: ../src/option.c:2199 +#: src/option.c:2385 msgid "Show scale options" msgstr "Show scale options" -#: ../src/option.c:2209 +#: src/option.c:2395 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:2210 +#: src/option.c:2396 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:2220 +#: src/option.c:2406 msgid "Color selection options" msgstr "Colour selection options" -#: ../src/option.c:2221 +#: src/option.c:2407 msgid "Show color selection options" msgstr "Show colour selection options" -#: ../src/option.c:2231 +#: src/option.c:2417 msgid "Password dialog options" msgstr "Password dialogue options" -#: ../src/option.c:2232 +#: src/option.c:2418 msgid "Show password dialog options" msgstr "Show password dialogue options" -#: ../src/option.c:2242 +#: src/option.c:2428 msgid "Forms dialog options" msgstr "Forms dialogue options" -#: ../src/option.c:2243 +#: src/option.c:2429 msgid "Show forms dialog options" msgstr "Show forms dialogue options" -#: ../src/option.c:2253 +#: src/option.c:2439 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:2254 +#: src/option.c:2440 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:2279 -#, c-format +#: src/option.c:2465 msgid "" "This option is not available. Please see --help for all possible usages.\n" msgstr "" "This option is not available. Please see --help for all possible usages.\n" -#: ../src/option.c:2283 +#: src/option.c:2469 #, c-format msgid "--%s is not supported for this dialog\n" msgstr "--%s is not supported for this dialogue\n" -#: ../src/option.c:2287 -#, c-format +#: src/option.c:2473 msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" -- cgit