From 33672401a0e6acbac537edf60f89df90be1b3c7a Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 27 Aug 2005 23:13:15 +0000 Subject: [PATCH] Updated Canadian English translation. 2005-08-27 Adam Weinberger * en_CA.po: Updated Canadian English translation. --- po/ChangeLog | 4 ++++ po/en_CA.po | 61 +++++++++++++++++++++++++++++++++++++++++------------------- 2 files changed, 46 insertions(+), 19 deletions(-) diff --git a/po/ChangeLog b/po/ChangeLog index 033245e..99f9b47 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2005-08-27 Adam Weinberger + + * en_CA.po: Updated Canadian English translation. + 2005-08-27 Terance Sola * nb.po: Updated Norwegian bokmål translation. diff --git a/po/en_CA.po b/po/en_CA.po index 3cd480e..dfd282d 100644 --- a/po/en_CA.po +++ b/po/en_CA.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: glib\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-08-23 00:30-0400\n" -"PO-Revision-Date: 2005-07-03 16:20-0400\n" +"POT-Creation-Date: 2005-08-27 19:10-0400\n" +"PO-Revision-Date: 2005-08-27 16:20-0400\n" "Last-Translator: Adam Weinberger \n" "Language-Team: Canadian English \n" "MIME-Version: 1.0\n" @@ -469,35 +469,58 @@ msgstr "Text ended before matching quote was found for %c. (The text was '%s')" msgid "Text was empty (or contained only whitespace)" msgstr "Text was empty (or contained only whitespace)" -#: glib/gspawn-win32.c:264 +#: glib/gspawn-win32.c:276 msgid "Failed to read data from child process" msgstr "Failed to read data from child process" -#: glib/gspawn-win32.c:281 glib/gspawn.c:1354 +#: glib/gspawn-win32.c:291 glib/gspawn.c:1375 #, c-format msgid "Failed to create pipe for communicating with child process (%s)" msgstr "Failed to create pipe for communicating with child process (%s)" -#: glib/gspawn-win32.c:321 glib/gspawn.c:1018 +#: glib/gspawn-win32.c:329 glib/gspawn.c:1039 #, c-format msgid "Failed to read from child pipe (%s)" msgstr "Failed to read from child pipe (%s)" -#: glib/gspawn-win32.c:349 glib/gspawn.c:1223 +#: glib/gspawn-win32.c:355 glib/gspawn.c:1244 #, c-format msgid "Failed to change to directory '%s' (%s)" msgstr "Failed to change to directory '%s' (%s)" -#: glib/gspawn-win32.c:357 glib/gspawn-win32.c:442 +#: glib/gspawn-win32.c:361 glib/gspawn-win32.c:582 #, c-format msgid "Failed to execute child process (%s)" msgstr "Failed to execute child process (%s)" -#: glib/gspawn-win32.c:599 -msgid "Failed to execute helper program" -msgstr "Failed to execute helper program" +#: glib/gspawn-win32.c:472 glib/gspawn-win32.c:528 +#, c-format +msgid "Invalid program name: %s" +msgstr "Invalid program name: %s" + +#: glib/gspawn-win32.c:482 glib/gspawn-win32.c:538 glib/gspawn-win32.c:776 +#: glib/gspawn-win32.c:831 glib/gspawn-win32.c:1364 +#, c-format +msgid "Invalid string in argument vector at %d: %s" +msgstr "Invalid string in argument vector at %d: %s" + +#: glib/gspawn-win32.c:493 glib/gspawn-win32.c:549 glib/gspawn-win32.c:790 +#: glib/gspawn-win32.c:844 glib/gspawn-win32.c:1397 +#, c-format +msgid "Invalid string in environment: %s" +msgstr "Invalid string in environment: %s" + +#: glib/gspawn-win32.c:772 glib/gspawn-win32.c:827 glib/gspawn-win32.c:1345 +#, c-format +msgid "Invalid working directory: %s" +msgstr "Invalid working directory: %s" + +#: glib/gspawn-win32.c:886 +#, c-format +msgid "Failed to execute helper program (%s)" +msgstr "Failed to execute helper program (%s)" -#: glib/gspawn-win32.c:797 +#: glib/gspawn-win32.c:1083 msgid "" "Unexpected error in g_io_channel_win32_poll() reading data from a child " "process" @@ -510,42 +533,42 @@ msgstr "" msgid "Failed to read data from child process (%s)" msgstr "Failed to read data from child process (%s)" -#: glib/gspawn.c:310 +#: glib/gspawn.c:311 #, c-format msgid "Unexpected error in select() reading data from a child process (%s)" msgstr "Unexpected error in select() reading data from a child process (%s)" -#: glib/gspawn.c:393 +#: glib/gspawn.c:394 #, c-format msgid "Unexpected error in waitpid() (%s)" msgstr "Unexpected error in waitpid() (%s)" -#: glib/gspawn.c:1083 +#: glib/gspawn.c:1104 #, c-format msgid "Failed to fork (%s)" msgstr "Failed to fork (%s)" -#: glib/gspawn.c:1233 +#: glib/gspawn.c:1254 #, c-format msgid "Failed to execute child process \"%s\" (%s)" msgstr "Failed to execute child process \"%s\" (%s)" -#: glib/gspawn.c:1243 +#: glib/gspawn.c:1264 #, c-format msgid "Failed to redirect output or input of child process (%s)" msgstr "Failed to redirect output or input of child process (%s)" -#: glib/gspawn.c:1252 +#: glib/gspawn.c:1273 #, c-format msgid "Failed to fork child process (%s)" msgstr "Failed to fork child process (%s)" -#: glib/gspawn.c:1260 +#: glib/gspawn.c:1281 #, c-format msgid "Unknown error executing child process \"%s\"" msgstr "Unknown error executing child process \"%s\"" -#: glib/gspawn.c:1282 +#: glib/gspawn.c:1303 #, c-format msgid "Failed to read enough data from child pid pipe (%s)" msgstr "Failed to read enough data from child pid pipe (%s)" -- 2.7.4