From 6c58fea1bba28d8628f7e858224c167d8c4633b9 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 30 Mar 2004 21:12:04 +0000 Subject: Added en_CA (Canadian English) to ALL_LINGUAS. po/en_CA.po Added Canadian * configure.in: Added en_CA (Canadian English) to ALL_LINGUAS. * po/en_CA.po Added Canadian English translation, hopefully for really reals this time. --- po/en_CA.po | 456 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 456 insertions(+) create mode 100644 po/en_CA.po (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po new file mode 100644 index 00000000..b8c2af0e --- /dev/null +++ b/po/en_CA.po @@ -0,0 +1,456 @@ +# English/Canada translation of zenity. +# Copyright (C) 2004 Adam Weinberger and the GNOME Foundation +# This file is distributed under the same license as the zenity package. +# Adam Weinberger , 2004. +# , fuzzy +# +# +msgid "" +msgstr "" +"Project-Id-Version: zenity\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-03-30 16:05-0500\n" +"PO-Revision-Date: 2004-03-30 16:06-0500\n" +"Last-Translator: Adam Weinberger \n" +"Language-Team: English/Canada \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit" + +#: src/about.c:344 +msgid "translator_credits" +msgstr "Adam Weinberger " + +#: src/about.c:374 +msgid "Display dialog boxes from shell scripts" +msgstr "Display dialog boxes from shell scripts" + +#: src/about.c:378 +msgid "(C) 2003 Sun Microsystems" +msgstr "(C) 2003 Sun Microsystems" + +#: src/about.c:462 +msgid "Credits" +msgstr "Credits" + +#: src/about.c:489 +msgid "Written by" +msgstr "Written by" + +#: src/about.c:502 +msgid "Translated by" +msgstr "Translated by" + +#: src/main.c:137 +msgid "Display calendar dialog" +msgstr "Display calendar dialog" + +#: src/main.c:146 +msgid "Display text entry dialog" +msgstr "Display text entry dialog" + +#: src/main.c:155 +msgid "Display error dialog" +msgstr "Display error dialog" + +#: src/main.c:164 +msgid "Display file selection dialog" +msgstr "Display file selection dialog" + +#: src/main.c:173 +msgid "Display info dialog" +msgstr "Display info dialog" + +#: src/main.c:182 +msgid "Display list dialog" +msgstr "Display list dialog" + +#: src/main.c:191 +msgid "Display progress indication dialog" +msgstr "Display progress indication dialog" + +#: src/main.c:200 +msgid "Display question dialog" +msgstr "Display question dialog" + +#: src/main.c:209 +msgid "Display text information dialog" +msgstr "Display text information dialog" + +#: src/main.c:218 +msgid "Display warning dialog" +msgstr "Display warning dialog" + +#: src/main.c:240 +msgid "Set the dialog title" +msgstr "Set the dialog title" + +#: src/main.c:241 +msgid "TITLE" +msgstr "TITLE" + +#: src/main.c:249 +msgid "Set the window icon" +msgstr "Set the window icon" + +#: src/main.c:250 +msgid "ICONPATH" +msgstr "ICONPATH" + +#: src/main.c:258 +msgid "Set the width" +msgstr "Set the width" + +#: src/main.c:259 +msgid "WIDTH" +msgstr "WIDTH" + +#: src/main.c:267 +msgid "Set the height" +msgstr "Set the height" + +#: src/main.c:268 +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 +msgid "Set the dialog text" +msgstr "Set the dialog text" + +#: src/main.c:298 +msgid "Set the calendar day" +msgstr "Set the calendar day" + +#: src/main.c:307 +msgid "Set the calendar month" +msgstr "Set the calendar month" + +#: src/main.c:316 +msgid "Set the calendar year" +msgstr "Set the calendar year" + +#: src/main.c:324 +msgid "Set the format for the returned date" +msgstr "Set the format for the returned date" + +#: src/main.c:355 +msgid "Set the entry text" +msgstr "Set the entry text" + +#: src/main.c:364 +msgid "Hide the entry text" +msgstr "Hide the entry text" + +#: src/main.c:430 +msgid "Set the filename" +msgstr "Set the filename" + +#: src/main.c:431 src/main.c:592 +msgid "FILENAME" +msgstr "FILENAME" + +#: src/main.c:439 +msgid "Allow multiple files to be selected" +msgstr "Allow multiple files to be selected" + +#: src/main.c:448 +msgid "Set output separator character." +msgstr "Set output separator character." + +#: src/main.c:449 src/main.c:498 +msgid "SEPARATOR" +msgstr "SEPARATOR" + +#: src/main.c:470 +msgid "Set the column header" +msgstr "Set the column header" + +#: src/main.c:479 +msgid "Use check boxes for first column" +msgstr "Use check boxes for first column" + +#: src/main.c:488 +msgid "Use radio buttons for first column" +msgstr "Use radio buttons for first column" + +#: src/main.c:497 +msgid "Set output separator character" +msgstr "Set output separator character" + +#: src/main.c:506 src/main.c:600 +msgid "Allow changes to text" +msgstr "Allow changes to text" + +#: src/main.c:537 +msgid "Set initial percentage" +msgstr "Set initial percentage" + +#: src/main.c:546 +msgid "Pulsate progress bar" +msgstr "Pulsate progress bar" + +#: 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:591 +msgid "Open file" +msgstr "Open file" + +#: src/main.c:635 +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 +msgid "FLAGS" +msgstr "FLAGS" + +#: src/main.c:644 +msgid "Gdk debugging flags to unset" +msgstr "Gdk debugging flags to unset" + +#: src/main.c:654 +msgid "X display to use" +msgstr "X display to use" + +#: src/main.c:655 +msgid "DISPLAY" +msgstr "DISPLAY" + +#: src/main.c:665 +msgid "X screen to use" +msgstr "X screen to use" + +#: src/main.c:666 +msgid "SCREEN" +msgstr "SCREEN" + +#: src/main.c:676 +msgid "Make X calls synchronous" +msgstr "Make X calls synchronous" + +#: 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:686 +msgid "NAME" +msgstr "NAME" + +#: 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:695 +msgid "CLASS" +msgstr "CLASS" + +#: src/main.c:705 +msgid "HOST" +msgstr "HOST" + +#: src/main.c:715 +msgid "PORT" +msgstr "PORT" + +#: src/main.c:723 +msgid "Gtk+ debugging flags to set" +msgstr "Gtk+ debugging flags to set" + +#: src/main.c:732 +msgid "Gtk+ debugging flags to unset" +msgstr "Gtk+ debugging flags to unset" + +#: src/main.c:741 +msgid "Make all warnings fatal" +msgstr "Make all warnings fatal" + +#: src/main.c:750 +msgid "Load an additional Gtk module" +msgstr "Load an additional Gtk module" + +#: src/main.c:751 +msgid "MODULE" +msgstr "MODULE" + +#: src/main.c:772 +msgid "About zenity" +msgstr "About zenity" + +#: src/main.c:781 +msgid "Print version" +msgstr "Print version" + +#: src/main.c:794 +msgid "Dialog options" +msgstr "Dialog options" + +#: src/main.c:803 +msgid "General options" +msgstr "General options" + +#: src/main.c:812 +msgid "Calendar options" +msgstr "Calendar options" + +#: src/main.c:821 +msgid "Text entry options" +msgstr "Text entry options" + +#: src/main.c:830 +msgid "Error options" +msgstr "Error options" + +#: src/main.c:839 +msgid "File selection options" +msgstr "File selection options" + +#: src/main.c:848 +msgid "Info options" +msgstr "Info options" + +#: src/main.c:857 +msgid "List options" +msgstr "List options" + +#: src/main.c:866 +msgid "Progress options" +msgstr "Progress options" + +#: src/main.c:875 +msgid "Question options" +msgstr "Question options" + +#: src/main.c:884 +msgid "Text options" +msgstr "Text options" + +#: src/main.c:893 +msgid "Warning options" +msgstr "Warning options" + +#: src/main.c:902 +msgid "GTK+ options" +msgstr "GTK+ options" + +#: src/main.c:911 +msgid "Miscellaneous options" +msgstr "Miscellaneous options" + +#: src/main.c:920 +msgid "Help options" +msgstr "Help options" + +#: 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: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:1111 +#, c-format +msgid "%s given twice for the same dialog\n" +msgstr "%s given twice for the same dialog\n" + +#: 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:1119 +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 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_CA.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index b8c2af0e..fad669f2 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-03-30 16:05-0500\n" +"POT-Creation-Date: 2004-04-21 00:13+1200\n" "PO-Revision-Date: 2004-03-30 16:06-0500\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit" +"Content-Transfer-Encoding: 8bit\n" +"Report-Msgid-Bugs-To: \n" #: src/about.c:344 msgid "translator_credits" @@ -453,4 +453,3 @@ msgstr "_Credits" #: src/zenity.glade.h:21 msgid "_Enter new text:" msgstr "_Enter new text:" - -- cgit From 8a273614b5c90e7e83d14f66553e4d763a2baf6e Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Mon, 26 Apr 2004 19:57:49 +0000 Subject: Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. --- po/en_CA.po | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index fad669f2..85d4e6ea 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,36 +8,36 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" -"POT-Creation-Date: 2004-04-21 00:13+1200\n" -"PO-Revision-Date: 2004-03-30 16:06-0500\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-04-26 15:54-0400\n" +"PO-Revision-Date: 2004-04-26 15:54-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Report-Msgid-Bugs-To: \n" +"Content-Transfer-Encoding: 8bit" -#: src/about.c:344 +#: src/about.c:346 msgid "translator_credits" msgstr "Adam Weinberger " -#: 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" @@ -453,3 +453,16 @@ msgstr "_Credits" #: src/zenity.glade.h:21 msgid "_Enter new text:" msgstr "_Enter new text:" + +#: src/zenity.glade.h:22 +msgid "zenity_about_copyright" +msgstr "zenity_about_copyright" + +#: src/zenity.glade.h:23 +msgid "zenity_about_description" +msgstr "zenity_about_description" + +#: src/zenity.glade.h:24 +msgid "zenity_about_version" +msgstr "zenity_about_version" + -- 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_CA.po | 186 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 91 insertions(+), 95 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 85d4e6ea..4c5c4758 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-26 15:54-0400\n" +"POT-Creation-Date: 2004-04-29 11:05+1200\n" "PO-Revision-Date: 2004-04-26 15:54-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit" +"Content-Transfer-Encoding: 8bit\n" +"Report-Msgid-Bugs-To: \n" #: src/about.c:346 msgid "translator_credits" @@ -41,332 +41,332 @@ msgstr "Written by" 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" @@ -454,15 +454,11 @@ msgstr "_Credits" msgid "_Enter new text:" msgstr "_Enter new text:" -#: src/zenity.glade.h:22 -msgid "zenity_about_copyright" -msgstr "zenity_about_copyright" - -#: src/zenity.glade.h:23 -msgid "zenity_about_description" -msgstr "zenity_about_description" +#~ msgid "zenity_about_copyright" +#~ msgstr "zenity_about_copyright" -#: src/zenity.glade.h:24 -msgid "zenity_about_version" -msgstr "zenity_about_version" +#~ msgid "zenity_about_description" +#~ msgstr "zenity_about_description" +#~ msgid "zenity_about_version" +#~ msgstr "zenity_about_version" -- 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_CA.po | 118 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 62 insertions(+), 56 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 4c5c4758..de733c36 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" -"POT-Creation-Date: 2004-04-29 11:05+1200\n" +"POT-Creation-Date: 2004-07-19 13:35+1200\n" "PO-Revision-Date: 2004-04-26 15:54-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" @@ -17,27 +17,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Report-Msgid-Bugs-To: \n" -#: src/about.c:346 +#: src/about.c:348 msgid "translator_credits" msgstr "Adam Weinberger " -#: 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" @@ -114,7 +114,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" @@ -146,7 +146,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" @@ -178,195 +178,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 6942e914c191ce97d7f9808b58cb85103829f8dc Mon Sep 17 00:00:00 2001 From: Alexander Winston Date: Tue, 20 Jul 2004 17:41:47 +0000 Subject: Updated Canadian English translation. 2004-07-20 Alexander Winston * en_CA.po: Updated Canadian English translation. --- po/en_CA.po | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index de733c36..7bbf48d5 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,18 +8,20 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" -"POT-Creation-Date: 2004-07-19 13:35+1200\n" -"PO-Revision-Date: 2004-04-26 15:54-0400\n" -"Last-Translator: Adam Weinberger \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-07-20 13:37-0400\n" +"PO-Revision-Date: 2004-07-20 13:39-0400\n" +"Last-Translator: Alexander Winston \n" "Language-Team: English/Canada \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" -msgstr "Adam Weinberger " +msgstr "" +"Adam Weinberger \n" +"Alexander Winston " #: src/about.c:378 msgid "Display dialog boxes from shell scripts" @@ -186,7 +188,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_CA.po | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 7bbf48d5..5dc4fd53 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,38 +8,38 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-07-20 13:37-0400\n" +"POT-Creation-Date: 2004-08-03 16:55+1200\n" "PO-Revision-Date: 2004-07-20 13:39-0400\n" "Last-Translator: Alexander Winston \n" "Language-Team: English/Canada \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 "" "Adam Weinberger \n" "Alexander Winston " -#: 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" @@ -188,7 +188,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 7726be0c5ef8b7a897ade1183310ea891cef9d99 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 11 Aug 2004 16:09:47 +0000 Subject: Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. --- po/en_CA.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 5dc4fd53..87f9271d 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,17 +8,17 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" -"POT-Creation-Date: 2004-08-03 16:55+1200\n" -"PO-Revision-Date: 2004-07-20 13:39-0400\n" -"Last-Translator: Alexander Winston \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-08-11 12:08-0400\n" +"PO-Revision-Date: 2004-08-11 13:39-0400\n" +"Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \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:358 -msgid "translator_credits" +msgid "translator-credits" msgstr "" "Adam Weinberger \n" "Alexander Winston " -- 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_CA.po | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 87f9271d..90d03162 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,38 +8,45 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-08-11 12:08-0400\n" +"POT-Creation-Date: 2004-08-30 15:13+1200\n" "PO-Revision-Date: 2004-08-11 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \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:358 +#. 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 msgid "translator-credits" msgstr "" "Adam Weinberger \n" "Alexander Winston " -#: 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 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_CA.po | 201 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 112 insertions(+), 89 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 90d03162..397fd615 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: zenity\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-08-11 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" @@ -24,174 +24,187 @@ 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 "" "Adam Weinberger \n" "Alexander Winston " -#: 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)" @@ -199,187 +212,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 64dcfbcb2c7a1a36355f45cd81d5dcf4a7a51702 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sun, 26 Sep 2004 15:30:33 +0000 Subject: Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. --- po/en_CA.po | 253 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 122 insertions(+), 131 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 397fd615..f5580e99 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -1,21 +1,20 @@ # English/Canada translation of zenity. # Copyright (C) 2004 Adam Weinberger and the GNOME Foundation -# This file is distributed under the same license as the zenity package. +# This file is distributed under the same licence as the zenity package. # Adam Weinberger , 2004. -# , fuzzy # # msgid "" msgstr "" "Project-Id-Version: zenity\n" -"POT-Creation-Date: 2004-09-13 20:10+1200\n" -"PO-Revision-Date: 2004-08-11 13:39-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2004-09-26 11:29-0400\n" +"PO-Revision-Date: 2004-09-26 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \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 @@ -27,12 +26,12 @@ msgstr "" #: src/about.c:375 msgid "translator-credits" msgstr "" -"Adam Weinberger \n" +"Maintainer: Adam Weinberger \n" "Alexander Winston " #: 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" @@ -50,161 +49,160 @@ 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 +#: src/main.c:560 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -212,203 +210,205 @@ 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" +msgstr "Dismiss the dialogue 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" +msgstr "Dialogue 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" +msgstr "You must specify a dialogue 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 "*" @@ -493,12 +493,3 @@ msgstr "_Credits" #: src/zenity.glade.h:21 msgid "_Enter new text:" msgstr "_Enter new text:" - -#~ msgid "zenity_about_copyright" -#~ msgstr "zenity_about_copyright" - -#~ msgid "zenity_about_description" -#~ msgstr "zenity_about_description" - -#~ msgid "zenity_about_version" -#~ msgstr "zenity_about_version" -- cgit From 470992aa7a1ac7d04e1b72736290587e30497876 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 12 Oct 2004 05:10:27 +0000 Subject: Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. --- po/en_CA.po | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index f5580e99..d28bc0ab 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-09-26 11:29-0400\n" -"PO-Revision-Date: 2004-09-26 13:39-0400\n" +"POT-Creation-Date: 2004-10-12 01:10-0400\n" +"PO-Revision-Date: 2004-10-12 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" "MIME-Version: 1.0\n" @@ -49,6 +49,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" @@ -406,6 +414,14 @@ 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 bc02169b8821acada5e111fd4049b38081b47986 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sun, 31 Oct 2004 20:34:46 +0000 Subject: Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. --- po/en_CA.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index d28bc0ab..ce2bc91c 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-12 01:10-0400\n" -"PO-Revision-Date: 2004-10-12 13:39-0400\n" +"POT-Creation-Date: 2004-10-31 15:34-0500\n" +"PO-Revision-Date: 2004-10-31 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" "MIME-Version: 1.0\n" @@ -360,8 +360,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 451502ecd4f7b115b06bb5406fdabdf21cdff825 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 8 Dec 2004 03:06:39 +0000 Subject: Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. --- po/en_CA.po | 542 +++++++++++++++++++++++++++--------------------------------- 1 file changed, 248 insertions(+), 294 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index ce2bc91c..11fd32d1 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-10-31 15:34-0500\n" -"PO-Revision-Date: 2004-10-31 13:39-0400\n" +"POT-Creation-Date: 2004-12-07 22:05-0500\n" +"PO-Revision-Date: 2004-12-07 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" "MIME-Version: 1.0\n" @@ -57,160 +57,236 @@ 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 dialogue 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." -msgstr "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)" @@ -218,294 +294,172 @@ 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 dialogue 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 "Dialogue 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 dialogue 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_CA.po | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 11fd32d1..2e88a85d 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-12-07 22:05-0500\n" +"POT-Creation-Date: 2004-12-21 12:12+1300\n" "PO-Revision-Date: 2004-12-07 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" @@ -65,7 +65,7 @@ msgstr "You must specify a dialogue 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" @@ -404,7 +404,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 -- cgit From e2d037b1d69a35958736063a22f3fc6671a1f58c Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 22 Dec 2004 07:43:52 +0000 Subject: Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. --- po/en_CA.po | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 2e88a85d..1e72b934 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-12-21 12:12+1300\n" -"PO-Revision-Date: 2004-12-07 13:39-0400\n" +"POT-Creation-Date: 2004-12-22 02:43-0500\n" +"PO-Revision-Date: 2004-12-22 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" "MIME-Version: 1.0\n" @@ -404,9 +404,8 @@ msgid "Show list options" msgstr "Show list options" #: src/option.c:1244 -#, fuzzy msgid "Notification options" -msgstr "Notication options" +msgstr "Notification options" #: src/option.c:1245 msgid "Show notification options" -- 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_CA.po | 156 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 78 insertions(+), 78 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 1e72b934..10cb5778 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-12-22 02:43-0500\n" +"POT-Creation-Date: 2005-01-10 10:31+1300\n" "PO-Revision-Date: 2004-12-22 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" @@ -65,7 +65,7 @@ msgstr "You must specify a dialogue 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" @@ -157,136 +157,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)" @@ -294,172 +294,172 @@ 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 dialogue 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 msgid "Notification options" msgstr "Notification 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_CA.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 10cb5778..1a6eecef 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: zenity\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-22 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" @@ -23,29 +23,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 "" "Maintainer: Adam Weinberger \n" "Alexander Winston " -#: 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 f5805d3e42161355220a3caa64528fe34bdaca9d Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Mon, 7 Feb 2005 17:00:14 +0000 Subject: Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. --- po/en_CA.po | 98 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 49 insertions(+), 49 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 1a6eecef..2e291ec3 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -1,15 +1,15 @@ # English/Canada translation of zenity. -# Copyright (C) 2004 Adam Weinberger and the GNOME Foundation +# Copyright (C) 2004-2005 Adam Weinberger and the GNOME Foundation # This file is distributed under the same licence as the zenity package. -# Adam Weinberger , 2004. +# Adam Weinberger , 2004, 2005. # # msgid "" msgstr "" "Project-Id-Version: zenity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-01-25 12:59+1300\n" -"PO-Revision-Date: 2004-12-22 13:39-0400\n" +"POT-Creation-Date: 2005-02-07 12:02-0500\n" +"PO-Revision-Date: 2005-02-07 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: English/Canada \n" "MIME-Version: 1.0\n" @@ -23,29 +23,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:376 +#: src/about.c:377 msgid "translator-credits" msgstr "" "Maintainer: Adam Weinberger \n" "Alexander Winston " -#: 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" @@ -61,11 +61,11 @@ msgstr "The orientation of the tray." 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: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" @@ -347,119 +347,119 @@ 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 -msgid "Notification options" -msgstr "Notification 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:1309 +#: src/option.c:1301 +msgid "Show text information options" +msgstr "Show text information options" + +#: 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 d7e26a13f3c7ab49db5e586f96c0a189b175ca28 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Thu, 17 Mar 2005 05:28:38 +0000 Subject: Updated Canadian English translation. * en_CA.po: Updated Canadian English translation. --- po/en_CA.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 2e291ec3..7d695437 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -11,7 +11,7 @@ msgstr "" "POT-Creation-Date: 2005-02-07 12:02-0500\n" "PO-Revision-Date: 2005-02-07 13:39-0400\n" "Last-Translator: Adam Weinberger \n" -"Language-Team: English/Canada \n" +"Language-Team: Canadian English \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -- cgit From b2ea633296bbbfb8a88ffb0bf8290cd85980a311 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 20 Apr 2005 20:34:55 +0000 Subject: Updated Canadian English translation. 2005-04-20 Adam Weinberger * en_CA.po: Updated Canadian English translation. --- po/en_CA.po | 234 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 121 insertions(+), 113 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 7d695437..0ec6b115 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-02-07 12:02-0500\n" -"PO-Revision-Date: 2005-02-07 13:39-0400\n" +"POT-Creation-Date: 2005-04-20 16:35-0400\n" +"PO-Revision-Date: 2005-04-20 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" "MIME-Version: 1.0\n" @@ -23,270 +23,276 @@ 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:377 +#: ../src/about.c:378 msgid "translator-credits" msgstr "" "Maintainer: Adam Weinberger \n" "Alexander Winston " -#: 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 dialogue 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 +#: ../src/option.c:434 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -294,172 +300,174 @@ 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 dialogue 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" -- cgit From c53fd318e6fd2e90373f0ae2db061215a83fd846 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sun, 3 Jul 2005 22:40:29 +0000 Subject: Updated Canadian English translation. 2005-07-03 Adam Weinberger * en_CA.po: Updated Canadian English translation. --- po/en_CA.po | 238 +++++++++++++++++++++++++++++++----------------------------- 1 file changed, 124 insertions(+), 114 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 0ec6b115..0eafe538 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-04-20 16:35-0400\n" -"PO-Revision-Date: 2005-04-20 13:39-0400\n" +"POT-Creation-Date: 2005-07-03 18:39-0400\n" +"PO-Revision-Date: 2005-07-03 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" "MIME-Version: 1.0\n" @@ -23,276 +23,282 @@ 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:379 msgid "translator-credits" msgstr "" "Maintainer: Adam Weinberger \n" "Alexander Winston " -#: ../src/about.c:408 +#: src/about.c:409 msgid "Display dialog boxes from shell scripts" msgstr "Display dialogue boxes from shell scripts" -#: ../src/about.c:412 +#: src/about.c:413 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: ../src/about.c:496 +#: src/about.c:497 msgid "Credits" msgstr "Credits" -#: ../src/about.c:523 +#: src/about.c:524 msgid "Written by" msgstr "Written by" -#: ../src/about.c:536 +#: src/about.c:537 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 dialogue 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:227 src/notification.c:256 msgid "Zenity notification" msgstr "Zenity notification" -#: ../src/tree.c:304 +#: src/tree.c:318 msgid "No column titles specified for List dialog.\n" msgstr "No column titles specified for List dialogue.\n" -#: ../src/zenity.glade.h:1 +#: src/tree.c:324 +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 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:100 +#: src/option.c:101 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:101 +#: src/option.c:102 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:109 +#: src/option.c:110 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:110 +#: src/option.c:111 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:118 +#: src/option.c:119 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:119 +#: src/option.c:120 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:127 +#: src/option.c:128 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:128 +#: src/option.c:129 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:142 +#: src/option.c:143 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:152 src/option.c:212 src/option.c:255 src/option.c:288 +#: src/option.c:381 src/option.c:510 src/option.c:562 src/option.c:628 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:160 +#: src/option.c:161 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:169 +#: src/option.c:170 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:178 +#: src/option.c:179 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:187 +#: src/option.c:188 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:202 +#: src/option.c:203 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:220 +#: src/option.c:221 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:229 +#: src/option.c:230 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:245 +#: src/option.c:246 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:264 src/option.c:297 src/option.c:571 src/option.c:637 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:278 +#: src/option.c:279 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:311 +#: src/option.c:312 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:320 +#: src/option.c:321 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:321 ../src/option.c:577 +#: src/option.c:322 src/option.c:596 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:329 +#: src/option.c:330 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:338 +#: src/option.c:339 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:347 +#: src/option.c:348 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:356 ../src/option.c:416 +#: src/option.c:357 src/option.c:417 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:357 ../src/option.c:417 +#: src/option.c:358 src/option.c:418 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:371 +#: src/option.c:372 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:389 +#: src/option.c:390 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:398 +#: src/option.c:399 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: ../src/option.c:407 +#: src/option.c:408 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:426 +msgid "Allow multiple rows to be selected" +msgstr "Allow multiple rows to be selected" + +#: src/option.c:435 src/option.c:604 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:434 +#: src/option.c:444 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -300,174 +306,178 @@ msgstr "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" -#: ../src/option.c:449 +#: src/option.c:453 +msgid "Hide a specific column" +msgstr "Hide a specific column" + +#: src/option.c:468 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:458 +#: src/option.c:477 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:467 +#: src/option.c:486 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:482 +#: src/option.c:501 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:500 +#: src/option.c:519 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:509 +#: src/option.c:528 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:519 +#: src/option.c:538 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialogue when 100% has been reached" -#: ../src/option.c:534 +#: src/option.c:553 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:567 +#: src/option.c:586 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:576 +#: src/option.c:595 msgid "Open file" msgstr "Open file" -#: ../src/option.c:600 +#: src/option.c:619 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:633 +#: src/option.c:652 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:642 +#: src/option.c:661 msgid "Print version" msgstr "Print version" -#: ../src/option.c:1232 +#: src/option.c:1256 msgid "General options" msgstr "General options" -#: ../src/option.c:1233 +#: src/option.c:1257 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:1242 +#: src/option.c:1266 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:1243 +#: src/option.c:1267 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:1252 +#: src/option.c:1276 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:1253 +#: src/option.c:1277 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:1262 +#: src/option.c:1286 msgid "Error options" msgstr "Error options" -#: ../src/option.c:1263 +#: src/option.c:1287 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:1272 +#: src/option.c:1296 msgid "Info options" msgstr "Info options" -#: ../src/option.c:1273 +#: src/option.c:1297 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:1282 +#: src/option.c:1306 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:1283 +#: src/option.c:1307 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:1292 +#: src/option.c:1316 msgid "List options" msgstr "List options" -#: ../src/option.c:1293 +#: src/option.c:1317 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:1302 +#: src/option.c:1326 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:1303 +#: src/option.c:1327 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:1312 +#: src/option.c:1336 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:1313 +#: src/option.c:1337 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:1322 +#: src/option.c:1346 msgid "Question options" msgstr "Question options" -#: ../src/option.c:1323 +#: src/option.c:1347 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:1332 +#: src/option.c:1356 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:1333 +#: src/option.c:1357 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:1342 +#: src/option.c:1366 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:1343 +#: src/option.c:1367 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:1352 +#: src/option.c:1376 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:1353 +#: src/option.c:1377 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:1376 +#: src/option.c:1400 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:1380 +#: src/option.c:1404 #, 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:1408 msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\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_CA.po | 230 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 116 insertions(+), 114 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 0eafe538..a0aec743 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-07-03 18:39-0400\n" +"POT-Creation-Date: 2005-09-24 17:41+0200\n" "PO-Revision-Date: 2005-07-03 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" @@ -23,282 +23,284 @@ 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:379 +#: ../src/about.c:403 msgid "translator-credits" msgstr "" "Maintainer: Adam Weinberger \n" "Alexander Winston " -#: src/about.c:409 +#: ../src/about.c:433 msgid "Display dialog boxes from shell scripts" msgstr "Display dialogue boxes from shell scripts" -#: src/about.c:413 +#: ../src/about.c:437 msgid "(C) 2003 Sun Microsystems" msgstr "(C) 2003 Sun Microsystems" -#: src/about.c:497 +#: ../src/about.c:521 msgid "Credits" msgstr "Credits" -#: src/about.c:524 +#: ../src/about.c:548 msgid "Written by" msgstr "Written by" -#: src/about.c:537 +#: ../src/about.c:561 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 dialogue 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" -#: src/notification.c:227 src/notification.c:256 +#: ../src/notification.c:230 ../src/notification.c:259 msgid "Zenity notification" msgstr "Zenity notification" -#: src/tree.c:318 +#: ../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:324 +#: ../src/tree.c:326 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.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:101 +#: ../src/option.c:105 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: src/option.c:102 +#: ../src/option.c:106 msgid "TITLE" msgstr "TITLE" -#: src/option.c:110 +#: ../src/option.c:114 msgid "Set the window icon" msgstr "Set the window icon" -#: src/option.c:111 +#: ../src/option.c:115 msgid "ICONPATH" msgstr "ICONPATH" -#: src/option.c:119 +#: ../src/option.c:123 msgid "Set the width" msgstr "Set the width" -#: src/option.c:120 +#: ../src/option.c:124 msgid "WIDTH" msgstr "WIDTH" -#: src/option.c:128 +#: ../src/option.c:132 msgid "Set the height" msgstr "Set the height" -#: src/option.c:129 +#: ../src/option.c:133 msgid "HEIGHT" msgstr "HEIGHT" -#: src/option.c:143 +#: ../src/option.c:147 msgid "Display calendar dialog" msgstr "Display calendar dialogue" -#: src/option.c:152 src/option.c:212 src/option.c:255 src/option.c:288 -#: src/option.c:381 src/option.c:510 src/option.c:562 src/option.c:628 +#: ../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:161 +#: ../src/option.c:165 msgid "Set the calendar day" msgstr "Set the calendar day" -#: src/option.c:170 +#: ../src/option.c:174 msgid "Set the calendar month" msgstr "Set the calendar month" -#: src/option.c:179 +#: ../src/option.c:183 msgid "Set the calendar year" msgstr "Set the calendar year" -#: src/option.c:188 +#: ../src/option.c:192 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: src/option.c:203 +#: ../src/option.c:207 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: src/option.c:221 +#: ../src/option.c:225 msgid "Set the entry text" msgstr "Set the entry text" -#: src/option.c:230 +#: ../src/option.c:234 msgid "Hide the entry text" msgstr "Hide the entry text" -#: src/option.c:246 +#: ../src/option.c:250 msgid "Display error dialog" msgstr "Display error dialogue" -#: src/option.c:264 src/option.c:297 src/option.c:571 src/option.c:637 +#: ../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:279 +#: ../src/option.c:283 msgid "Display info dialog" msgstr "Display info dialogue" -#: src/option.c:312 +#: ../src/option.c:316 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: src/option.c:321 +#: ../src/option.c:325 msgid "Set the filename" msgstr "Set the filename" -#: src/option.c:322 src/option.c:596 +#: ../src/option.c:326 ../src/option.c:600 msgid "FILENAME" msgstr "FILENAME" -#: src/option.c:330 +#: ../src/option.c:334 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: src/option.c:339 +#: ../src/option.c:343 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: src/option.c:348 +#: ../src/option.c:352 msgid "Activate save mode" msgstr "Activate save mode" -#: src/option.c:357 src/option.c:417 +#: ../src/option.c:361 ../src/option.c:421 msgid "Set output separator character" msgstr "Set output separator character" -#: src/option.c:358 src/option.c:418 +#: ../src/option.c:362 ../src/option.c:422 msgid "SEPARATOR" msgstr "SEPARATOR" -#: src/option.c:372 +#: ../src/option.c:376 msgid "Display list dialog" msgstr "Display list dialogue" -#: src/option.c:390 +#: ../src/option.c:394 msgid "Set the column header" msgstr "Set the column header" -#: src/option.c:399 +#: ../src/option.c:403 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: src/option.c:408 +#: ../src/option.c:412 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: src/option.c:426 +#: ../src/option.c:430 msgid "Allow multiple rows to be selected" msgstr "Allow multiple rows to be selected" -#: src/option.c:435 src/option.c:604 +#: ../src/option.c:439 ../src/option.c:608 msgid "Allow changes to text" msgstr "Allow changes to text" -#: src/option.c:444 +#: ../src/option.c:448 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -306,178 +308,178 @@ msgstr "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" -#: src/option.c:453 +#: ../src/option.c:457 msgid "Hide a specific column" msgstr "Hide a specific column" -#: src/option.c:468 +#: ../src/option.c:472 msgid "Display notification" msgstr "Display notification" -#: src/option.c:477 +#: ../src/option.c:481 msgid "Set the notification text" msgstr "Set the notification text" -#: src/option.c:486 +#: ../src/option.c:490 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: src/option.c:501 +#: ../src/option.c:505 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: src/option.c:519 +#: ../src/option.c:523 msgid "Set initial percentage" msgstr "Set initial percentage" -#: src/option.c:528 +#: ../src/option.c:532 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: src/option.c:538 +#: ../src/option.c:542 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialogue when 100% has been reached" -#: src/option.c:553 +#: ../src/option.c:557 msgid "Display question dialog" msgstr "Display question dialogue" -#: src/option.c:586 +#: ../src/option.c:590 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: src/option.c:595 +#: ../src/option.c:599 msgid "Open file" msgstr "Open file" -#: src/option.c:619 +#: ../src/option.c:623 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: src/option.c:652 +#: ../src/option.c:656 msgid "About zenity" msgstr "About zenity" -#: src/option.c:661 +#: ../src/option.c:665 msgid "Print version" msgstr "Print version" -#: src/option.c:1256 +#: ../src/option.c:1259 msgid "General options" msgstr "General options" -#: src/option.c:1257 +#: ../src/option.c:1260 msgid "Show general options" msgstr "Show general options" -#: src/option.c:1266 +#: ../src/option.c:1270 msgid "Calendar options" msgstr "Calendar options" -#: src/option.c:1267 +#: ../src/option.c:1271 msgid "Show calendar options" msgstr "Show calendar options" -#: src/option.c:1276 +#: ../src/option.c:1281 msgid "Text entry options" msgstr "Text entry options" -#: src/option.c:1277 +#: ../src/option.c:1282 msgid "Show text entry options" msgstr "Show text entry options" -#: src/option.c:1286 +#: ../src/option.c:1292 msgid "Error options" msgstr "Error options" -#: src/option.c:1287 +#: ../src/option.c:1293 msgid "Show error options" msgstr "Show error options" -#: src/option.c:1296 +#: ../src/option.c:1303 msgid "Info options" msgstr "Info options" -#: src/option.c:1297 +#: ../src/option.c:1304 msgid "Show info options" msgstr "Show info options" -#: src/option.c:1306 +#: ../src/option.c:1314 msgid "File selection options" msgstr "File selection options" -#: src/option.c:1307 +#: ../src/option.c:1315 msgid "Show file selection options" msgstr "Show file selection options" -#: src/option.c:1316 +#: ../src/option.c:1325 msgid "List options" msgstr "List options" -#: src/option.c:1317 +#: ../src/option.c:1326 msgid "Show list options" msgstr "Show list options" -#: src/option.c:1326 +#: ../src/option.c:1336 msgid "Notification icon options" msgstr "Notification icon options" -#: src/option.c:1327 +#: ../src/option.c:1337 msgid "Show notification icon options" msgstr "Show notification icon options" -#: src/option.c:1336 +#: ../src/option.c:1347 msgid "Progress options" msgstr "Progress options" -#: src/option.c:1337 +#: ../src/option.c:1348 msgid "Show progress options" msgstr "Show progress options" -#: src/option.c:1346 +#: ../src/option.c:1358 msgid "Question options" msgstr "Question options" -#: src/option.c:1347 +#: ../src/option.c:1359 msgid "Show question options" msgstr "Show question options" -#: src/option.c:1356 +#: ../src/option.c:1369 msgid "Warning options" msgstr "Warning options" -#: src/option.c:1357 +#: ../src/option.c:1370 msgid "Show warning options" msgstr "Show warning options" -#: src/option.c:1366 +#: ../src/option.c:1380 msgid "Text information options" msgstr "Text information options" -#: src/option.c:1367 +#: ../src/option.c:1381 msgid "Show text information options" msgstr "Show text information options" -#: src/option.c:1376 +#: ../src/option.c:1391 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: src/option.c:1377 +#: ../src/option.c:1392 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: src/option.c:1400 +#: ../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:1404 +#: ../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:1408 +#: ../src/option.c:1425 msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" -- cgit From fb845a52f3604255787941e9542d3904f2320e4f Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 23 Dec 2005 20:54:04 +0000 Subject: Added missing file. Updated Canadian English translation. 2005-12-23 Adam Weinberger * POTFILES.in: Added missing file. * en_CA.po: Updated Canadian English translation. --- po/en_CA.po | 253 ++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 135 insertions(+), 118 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index a0aec743..e7d11f70 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-24 17:41+0200\n" +"POT-Creation-Date: 2005-12-23 15:53-0500\n" "PO-Revision-Date: 2005-07-03 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" @@ -16,39 +16,16 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\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:248 msgid "translator-credits" msgstr "" "Maintainer: Adam Weinberger \n" "Alexander Winston " -#: ../src/about.c:433 +#: ../src/about.c:257 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" @@ -57,7 +34,7 @@ msgstr "Orientation" msgid "The orientation of the tray." msgstr "The orientation of the tray." -#: ../src/main.c:90 +#: ../src/main.c:93 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" @@ -69,6 +46,14 @@ msgstr "Could not parse command from stdin\n" 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" @@ -78,16 +63,16 @@ 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 -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" +msgid "Adjust the scale value." +msgstr "Adjust the scale value." #: ../src/zenity.glade.h:4 msgid "All updates are complete." @@ -154,153 +139,149 @@ 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/option.c:105 +#: ../src/option.c:114 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:106 +#: ../src/option.c:115 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:114 +#: ../src/option.c:123 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:115 +#: ../src/option.c:124 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:123 +#: ../src/option.c:132 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:124 +#: ../src/option.c:133 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:132 +#: ../src/option.c:141 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:133 +#: ../src/option.c:142 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:147 +#: ../src/option.c:156 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:165 ../src/option.c:225 ../src/option.c:268 +#: ../src/option.c:301 ../src/option.c:394 ../src/option.c:523 +#: ../src/option.c:575 ../src/option.c:641 ../src/option.c:674 msgid "Set the dialog text" msgstr "Set the dialogue text" -#: ../src/option.c:165 +#: ../src/option.c:174 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:174 +#: ../src/option.c:183 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:183 +#: ../src/option.c:192 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:192 +#: ../src/option.c:201 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:207 +#: ../src/option.c:216 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:225 +#: ../src/option.c:234 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:234 +#: ../src/option.c:243 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:250 +#: ../src/option.c:259 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:277 ../src/option.c:310 ../src/option.c:584 +#: ../src/option.c:650 msgid "Do not enable text wrapping" msgstr "Do not enable text wrapping" -#: ../src/option.c:283 +#: ../src/option.c:292 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:316 +#: ../src/option.c:325 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:325 +#: ../src/option.c:334 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:326 ../src/option.c:600 +#: ../src/option.c:335 ../src/option.c:609 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:334 +#: ../src/option.c:343 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:343 +#: ../src/option.c:352 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:352 +#: ../src/option.c:361 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:361 ../src/option.c:421 +#: ../src/option.c:370 ../src/option.c:430 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:362 ../src/option.c:422 +#: ../src/option.c:371 ../src/option.c:431 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:376 +#: ../src/option.c:385 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:394 +#: ../src/option.c:403 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:403 +#: ../src/option.c:412 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: ../src/option.c:412 +#: ../src/option.c:421 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:430 +#: ../src/option.c:439 msgid "Allow multiple rows to be selected" msgstr "Allow multiple rows to be selected" -#: ../src/option.c:439 ../src/option.c:608 +#: ../src/option.c:448 ../src/option.c:617 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:448 +#: ../src/option.c:457 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -308,178 +289,214 @@ msgstr "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" -#: ../src/option.c:457 +#: ../src/option.c:466 msgid "Hide a specific column" msgstr "Hide a specific column" -#: ../src/option.c:472 +#: ../src/option.c:481 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:481 +#: ../src/option.c:490 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:490 +#: ../src/option.c:499 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:505 +#: ../src/option.c:514 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:523 +#: ../src/option.c:532 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:532 +#: ../src/option.c:541 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:542 +#: ../src/option.c:551 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialogue when 100% has been reached" -#: ../src/option.c:557 +#: ../src/option.c:566 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:590 +#: ../src/option.c:599 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:599 +#: ../src/option.c:608 msgid "Open file" msgstr "Open file" -#: ../src/option.c:623 +#: ../src/option.c:632 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:656 +#: ../src/option.c:665 +msgid "Display scale dialog" +msgstr "Display scale dialogue" + +#: ../src/option.c:683 +msgid "Set initial value" +msgstr "Set initial value" + +#: ../src/option.c:692 +msgid "Set minimum value" +msgstr "Set minimum value" + +#: ../src/option.c:701 +msgid "Set maximum value" +msgstr "Set maximum value" + +#: ../src/option.c:710 +msgid "Set step size" +msgstr "Set step size" + +#: ../src/option.c:719 +msgid "Print partial values" +msgstr "Print partial values" + +#: ../src/option.c:728 +msgid "Hide value" +msgstr "Hide value" + +#: ../src/option.c:743 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:665 +#: ../src/option.c:752 msgid "Print version" msgstr "Print version" -#: ../src/option.c:1259 +#: ../src/option.c:1385 msgid "General options" msgstr "General options" -#: ../src/option.c:1260 +#: ../src/option.c:1386 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:1270 +#: ../src/option.c:1396 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:1271 +#: ../src/option.c:1397 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:1281 +#: ../src/option.c:1407 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:1282 +#: ../src/option.c:1408 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:1292 +#: ../src/option.c:1418 msgid "Error options" msgstr "Error options" -#: ../src/option.c:1293 +#: ../src/option.c:1419 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:1303 +#: ../src/option.c:1429 msgid "Info options" msgstr "Info options" -#: ../src/option.c:1304 +#: ../src/option.c:1430 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:1314 +#: ../src/option.c:1440 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:1315 +#: ../src/option.c:1441 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:1325 +#: ../src/option.c:1451 msgid "List options" msgstr "List options" -#: ../src/option.c:1326 +#: ../src/option.c:1452 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:1336 +#: ../src/option.c:1462 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:1337 +#: ../src/option.c:1463 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:1347 +#: ../src/option.c:1473 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:1348 +#: ../src/option.c:1474 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:1358 +#: ../src/option.c:1484 msgid "Question options" msgstr "Question options" -#: ../src/option.c:1359 +#: ../src/option.c:1485 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:1369 +#: ../src/option.c:1495 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:1370 +#: ../src/option.c:1496 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:1380 +#: ../src/option.c:1506 +msgid "Scale options" +msgstr "Scale options" + +#: ../src/option.c:1507 +msgid "Show scale options" +msgstr "Show scale options" + +#: ../src/option.c:1517 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:1381 +#: ../src/option.c:1518 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:1391 +#: ../src/option.c:1528 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:1392 +#: ../src/option.c:1529 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:1417 +#: ../src/option.c:1554 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:1558 #, 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:1562 msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" -- cgit From 3ae5a3f72e7a7e83fa1042fec4a43851400b10f5 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 15 Aug 2007 22:02:19 +0000 Subject: Updated Canadian English translation. 2007-08-15 Adam Weinberger * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=1241 --- po/en_CA.po | 331 +++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 207 insertions(+), 124 deletions(-) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index e7d11f70..2fde3ff0 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: zenity\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-12-23 15:53-0500\n" +"POT-Creation-Date: 2007-08-15 18:03-0400\n" "PO-Revision-Date: 2005-07-03 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" @@ -16,49 +16,81 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../src/about.c:248 +#: ../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." + +#: ../src/about.c:264 msgid "translator-credits" msgstr "" "Maintainer: Adam Weinberger \n" "Alexander Winston " -#: ../src/about.c:257 +#: ../src/about.c:276 msgid "Display dialog boxes from shell scripts" msgstr "Display dialogue boxes from shell scripts" -#: ../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:93 +#: ../src/main.c:94 +#, 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:161 +#: ../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:230 ../src/notification.c:259 +#: ../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" @@ -71,217 +103,248 @@ msgid "Adjust the scale value" msgstr "Adjust the scale value" #: ../src/zenity.glade.h:3 -msgid "Adjust the scale value." -msgstr "Adjust the scale value." - -#: ../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 +#: ../src/zenity.glade.h:19 msgid "_Enter new text:" msgstr "_Enter new text:" -#: ../src/option.c:114 +#: ../src/option.c:117 msgid "Set the dialog title" msgstr "Set the dialogue title" -#: ../src/option.c:115 +#: ../src/option.c:118 msgid "TITLE" msgstr "TITLE" -#: ../src/option.c:123 +#: ../src/option.c:126 msgid "Set the window icon" msgstr "Set the window icon" -#: ../src/option.c:124 +#: ../src/option.c:127 msgid "ICONPATH" msgstr "ICONPATH" -#: ../src/option.c:132 +#: ../src/option.c:135 msgid "Set the width" msgstr "Set the width" -#: ../src/option.c:133 +#: ../src/option.c:136 msgid "WIDTH" msgstr "WIDTH" -#: ../src/option.c:141 +#: ../src/option.c:144 msgid "Set the height" msgstr "Set the height" -#: ../src/option.c:142 +#: ../src/option.c:145 msgid "HEIGHT" msgstr "HEIGHT" -#: ../src/option.c:156 +#: ../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:165 ../src/option.c:225 ../src/option.c:268 -#: ../src/option.c:301 ../src/option.c:394 ../src/option.c:523 -#: ../src/option.c:575 ../src/option.c:641 ../src/option.c:674 +#: ../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:174 +#: ../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:186 msgid "Set the calendar day" msgstr "Set the calendar day" -#: ../src/option.c:183 +#: ../src/option.c:187 +msgid "DAY" +msgstr "DAY" + +#: ../src/option.c:195 msgid "Set the calendar month" msgstr "Set the calendar month" -#: ../src/option.c:192 +#: ../src/option.c:196 +msgid "MONTH" +msgstr "MONTH" + +#: ../src/option.c:204 msgid "Set the calendar year" msgstr "Set the calendar year" -#: ../src/option.c:201 +#: ../src/option.c:205 +msgid "YEAR" +msgstr "YEAR" + +#: ../src/option.c:213 msgid "Set the format for the returned date" msgstr "Set the format for the returned date" -#: ../src/option.c:216 +#: ../src/option.c:214 +msgid "PATTERN" +msgstr "PATTERN" + +#: ../src/option.c:228 msgid "Display text entry dialog" msgstr "Display text entry dialogue" -#: ../src/option.c:234 +#: ../src/option.c:246 msgid "Set the entry text" msgstr "Set the entry text" -#: ../src/option.c:243 +#: ../src/option.c:255 msgid "Hide the entry text" msgstr "Hide the entry text" -#: ../src/option.c:259 +#: ../src/option.c:271 msgid "Display error dialog" msgstr "Display error dialogue" -#: ../src/option.c:277 ../src/option.c:310 ../src/option.c:584 -#: ../src/option.c:650 +#: ../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:292 +#: ../src/option.c:304 msgid "Display info dialog" msgstr "Display info dialogue" -#: ../src/option.c:325 +#: ../src/option.c:337 msgid "Display file selection dialog" msgstr "Display file selection dialogue" -#: ../src/option.c:334 +#: ../src/option.c:346 msgid "Set the filename" msgstr "Set the filename" -#: ../src/option.c:335 ../src/option.c:609 +#: ../src/option.c:347 ../src/option.c:640 msgid "FILENAME" msgstr "FILENAME" -#: ../src/option.c:343 +#: ../src/option.c:355 msgid "Allow multiple files to be selected" msgstr "Allow multiple files to be selected" -#: ../src/option.c:352 +#: ../src/option.c:364 msgid "Activate directory-only selection" msgstr "Activate directory-only selection" -#: ../src/option.c:361 +#: ../src/option.c:373 msgid "Activate save mode" msgstr "Activate save mode" -#: ../src/option.c:370 ../src/option.c:430 +#: ../src/option.c:382 ../src/option.c:451 msgid "Set output separator character" msgstr "Set output separator character" -#: ../src/option.c:371 ../src/option.c:431 +#: ../src/option.c:383 ../src/option.c:452 msgid "SEPARATOR" msgstr "SEPARATOR" -#: ../src/option.c:385 +#: ../src/option.c:391 +msgid "Confirm file selection if filename already exists" +msgstr "Confirm file selection if filename already exists" + +#: ../src/option.c:406 msgid "Display list dialog" msgstr "Display list dialogue" -#: ../src/option.c:403 +#: ../src/option.c:424 msgid "Set the column header" msgstr "Set the column header" -#: ../src/option.c:412 +#: ../src/option.c:425 +msgid "COLUMN" +msgstr "COLUMN" + +#: ../src/option.c:433 msgid "Use check boxes for first column" msgstr "Use check boxes for first column" -#: ../src/option.c:421 +#: ../src/option.c:442 msgid "Use radio buttons for first column" msgstr "Use radio buttons for first column" -#: ../src/option.c:439 +#: ../src/option.c:460 msgid "Allow multiple rows to be selected" msgstr "Allow multiple rows to be selected" -#: ../src/option.c:448 ../src/option.c:617 +#: ../src/option.c:469 ../src/option.c:648 msgid "Allow changes to text" msgstr "Allow changes to text" -#: ../src/option.c:457 +#: ../src/option.c:478 msgid "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" @@ -289,214 +352,234 @@ msgstr "" "Print a specific column (Default is 1. 'ALL' can be used to print all " "columns)" -#: ../src/option.c:466 +#: ../src/option.c:479 ../src/option.c:488 +msgid "NUMBER" +msgstr "NUMBER" + +#: ../src/option.c:487 msgid "Hide a specific column" msgstr "Hide a specific column" -#: ../src/option.c:481 +#: ../src/option.c:502 msgid "Display notification" msgstr "Display notification" -#: ../src/option.c:490 +#: ../src/option.c:511 msgid "Set the notification text" msgstr "Set the notification text" -#: ../src/option.c:499 +#: ../src/option.c:520 msgid "Listen for commands on stdin" msgstr "Listen for commands on stdin" -#: ../src/option.c:514 +#: ../src/option.c:535 msgid "Display progress indication dialog" msgstr "Display progress indication dialogue" -#: ../src/option.c:532 +#: ../src/option.c:553 msgid "Set initial percentage" msgstr "Set initial percentage" -#: ../src/option.c:541 +#: ../src/option.c:554 +msgid "PERCENTAGE" +msgstr "PERCENTAGE" + +#: ../src/option.c:562 msgid "Pulsate progress bar" msgstr "Pulsate progress bar" -#: ../src/option.c:551 +#: ../src/option.c:572 #, no-c-format msgid "Dismiss the dialog when 100% has been reached" msgstr "Dismiss the dialogue when 100% has been reached" -#: ../src/option.c:566 +#: ../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:597 msgid "Display question dialog" msgstr "Display question dialogue" -#: ../src/option.c:599 +#: ../src/option.c:630 msgid "Display text information dialog" msgstr "Display text information dialogue" -#: ../src/option.c:608 +#: ../src/option.c:639 msgid "Open file" msgstr "Open file" -#: ../src/option.c:632 +#: ../src/option.c:663 msgid "Display warning dialog" msgstr "Display warning dialogue" -#: ../src/option.c:665 +#: ../src/option.c:696 msgid "Display scale dialog" msgstr "Display scale dialogue" -#: ../src/option.c:683 +#: ../src/option.c:714 msgid "Set initial value" msgstr "Set initial value" -#: ../src/option.c:692 +#: ../src/option.c:715 ../src/option.c:724 ../src/option.c:733 +#: ../src/option.c:742 +msgid "VALUE" +msgstr "VALUE" + +#: ../src/option.c:723 msgid "Set minimum value" msgstr "Set minimum value" -#: ../src/option.c:701 +#: ../src/option.c:732 msgid "Set maximum value" msgstr "Set maximum value" -#: ../src/option.c:710 +#: ../src/option.c:741 msgid "Set step size" msgstr "Set step size" -#: ../src/option.c:719 +#: ../src/option.c:750 msgid "Print partial values" msgstr "Print partial values" -#: ../src/option.c:728 +#: ../src/option.c:759 msgid "Hide value" msgstr "Hide value" -#: ../src/option.c:743 +#: ../src/option.c:774 msgid "About zenity" msgstr "About zenity" -#: ../src/option.c:752 +#: ../src/option.c:783 msgid "Print version" msgstr "Print version" -#: ../src/option.c:1385 +#: ../src/option.c:1425 msgid "General options" msgstr "General options" -#: ../src/option.c:1386 +#: ../src/option.c:1426 msgid "Show general options" msgstr "Show general options" -#: ../src/option.c:1396 +#: ../src/option.c:1436 msgid "Calendar options" msgstr "Calendar options" -#: ../src/option.c:1397 +#: ../src/option.c:1437 msgid "Show calendar options" msgstr "Show calendar options" -#: ../src/option.c:1407 +#: ../src/option.c:1447 msgid "Text entry options" msgstr "Text entry options" -#: ../src/option.c:1408 +#: ../src/option.c:1448 msgid "Show text entry options" msgstr "Show text entry options" -#: ../src/option.c:1418 +#: ../src/option.c:1458 msgid "Error options" msgstr "Error options" -#: ../src/option.c:1419 +#: ../src/option.c:1459 msgid "Show error options" msgstr "Show error options" -#: ../src/option.c:1429 +#: ../src/option.c:1469 msgid "Info options" msgstr "Info options" -#: ../src/option.c:1430 +#: ../src/option.c:1470 msgid "Show info options" msgstr "Show info options" -#: ../src/option.c:1440 +#: ../src/option.c:1480 msgid "File selection options" msgstr "File selection options" -#: ../src/option.c:1441 +#: ../src/option.c:1481 msgid "Show file selection options" msgstr "Show file selection options" -#: ../src/option.c:1451 +#: ../src/option.c:1491 msgid "List options" msgstr "List options" -#: ../src/option.c:1452 +#: ../src/option.c:1492 msgid "Show list options" msgstr "Show list options" -#: ../src/option.c:1462 +#: ../src/option.c:1502 msgid "Notification icon options" msgstr "Notification icon options" -#: ../src/option.c:1463 +#: ../src/option.c:1503 msgid "Show notification icon options" msgstr "Show notification icon options" -#: ../src/option.c:1473 +#: ../src/option.c:1513 msgid "Progress options" msgstr "Progress options" -#: ../src/option.c:1474 +#: ../src/option.c:1514 msgid "Show progress options" msgstr "Show progress options" -#: ../src/option.c:1484 +#: ../src/option.c:1524 msgid "Question options" msgstr "Question options" -#: ../src/option.c:1485 +#: ../src/option.c:1525 msgid "Show question options" msgstr "Show question options" -#: ../src/option.c:1495 +#: ../src/option.c:1535 msgid "Warning options" msgstr "Warning options" -#: ../src/option.c:1496 +#: ../src/option.c:1536 msgid "Show warning options" msgstr "Show warning options" -#: ../src/option.c:1506 +#: ../src/option.c:1546 msgid "Scale options" msgstr "Scale options" -#: ../src/option.c:1507 +#: ../src/option.c:1547 msgid "Show scale options" msgstr "Show scale options" -#: ../src/option.c:1517 +#: ../src/option.c:1557 msgid "Text information options" msgstr "Text information options" -#: ../src/option.c:1518 +#: ../src/option.c:1558 msgid "Show text information options" msgstr "Show text information options" -#: ../src/option.c:1528 +#: ../src/option.c:1568 msgid "Miscellaneous options" msgstr "Miscellaneous options" -#: ../src/option.c:1529 +#: ../src/option.c:1569 msgid "Show miscellaneous options" msgstr "Show miscellaneous options" -#: ../src/option.c:1554 +#: ../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:1558 +#: ../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:1562 +#: ../src/option.c:1602 +#, c-format msgid "Two or more dialog options specified\n" msgstr "Two or more dialogue options specified\n" -- cgit From 5eea234be6404ad558b35b5b952c69947436c15d Mon Sep 17 00:00:00 2001 From: Piotr Drąg Date: Tue, 26 Jul 2016 00:18:00 +0200 Subject: Add Language headers to po files Future versions of gettext will fail if this header is missing. --- po/en_CA.po | 1 + 1 file changed, 1 insertion(+) (limited to 'po/en_CA.po') diff --git a/po/en_CA.po b/po/en_CA.po index 2fde3ff0..825ade2a 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -12,6 +12,7 @@ msgstr "" "PO-Revision-Date: 2005-07-03 13:39-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" +"Language: en_CA\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -- cgit