From 6c58fea1bba28d8628f7e858224c167d8c4633b9 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 30 Mar 2004 21:12:04 +0000 Subject: [PATCH] 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. --- ChangeLog | 4 + configure.in | 2 +- po/ChangeLog | 4 + po/en_CA.po | 456 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 465 insertions(+), 1 deletion(-) create mode 100644 po/en_CA.po diff --git a/ChangeLog b/ChangeLog index c0b5c65..0f12a54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-03-30 Adam Weinberger + + * configure.in: Added en_CA (Canadian English) to ALL_LINGUAS + 2004-03-28 Jesus Bravo Alvarez * configure.in: Added Galician (gl) to ALL_LINGUAS diff --git a/configure.in b/configure.in index b54c0fc..95e0a83 100644 --- a/configure.in +++ b/configure.in @@ -36,7 +36,7 @@ dnl ******************************* dnl Internationalization dnl ******************************* -ALL_LINGUAS="am ar az be bn ca cs cy da de el en_GB es et eu fa fi fr ga gl hi hr hu is it ja ko lt ml mn ms ne nl nn no pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th uk vi zh_CN zh_TW" +ALL_LINGUAS="am ar az be bn ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl hi hr hu is it ja ko lt ml mn ms ne nl nn no pa pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th uk vi zh_CN zh_TW" GETTEXT_PACKAGE=zenity-0.1 AC_SUBST(GETTEXT_PACKAGE) AM_GLIB_GNU_GETTEXT diff --git a/po/ChangeLog b/po/ChangeLog index 195e691..35d5427 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2004-03-30 Adam Weinberger + + * en_CA.po: Added Canadian English translation. + 2004-03-28 Jesus Bravo Alvarez * gl.po: Added Galician Translation from diff --git a/po/en_CA.po b/po/en_CA.po new file mode 100644 index 0000000..b8c2af0 --- /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:" +