From: <lsc...@us...> - 2006-10-16 20:30:08
|
Revision: 17489 http://svn.sourceforge.net/gaim/?rev=17489&view=rev Author: lschiere Date: 2006-10-16 13:29:48 -0700 (Mon, 16 Oct 2006) Log Message: ----------- (16:26:26) elb: LSchiere: for file in *.po; do sed -e 's/context context cancal context/context context cancel context/' < $file > $file.new; mv $file.new $file; done (16:27:07) LSchiere2: elb rocks Turned out it wasn't that many files, but elb still rocks. Modified Paths: -------------- trunk/po/es.po trunk/po/fi.po trunk/po/fr.po trunk/po/nl.po trunk/po/zh_CN.po Modified: trunk/po/es.po =================================================================== --- trunk/po/es.po 2006-10-16 20:20:14 UTC (rev 17488) +++ trunk/po/es.po 2006-10-16 20:29:48 UTC (rev 17489) @@ -11659,7 +11659,7 @@ #: ../libgaim/protocols/qq/send_file.c:737 #, c-format -msgid "The sending process of file[%s] has been cancaled by buddy[%d]" +msgid "The sending process of file[%s] has been canceled by buddy[%d]" msgstr "El proceso de envío de fichero[%s] ha sido cancelado por el amigo[%d]" #: ../libgaim/protocols/qq/sendqueue.c:167 Modified: trunk/po/fi.po =================================================================== --- trunk/po/fi.po 2006-10-16 20:20:14 UTC (rev 17488) +++ trunk/po/fi.po 2006-10-16 20:29:48 UTC (rev 17489) @@ -11671,7 +11671,7 @@ #: ../libgaim/protocols/qq/send_file.c:737 #, c-format -msgid "The sending process of file[%s] has been cancaled by buddy[%d]" +msgid "The sending process of file[%s] has been canceled by buddy[%d]" msgstr "Tiedoston (%s) lähetys on peruutettu tuttavan (%d) toimesta" #: ../libgaim/protocols/qq/sendqueue.c:167 Modified: trunk/po/fr.po =================================================================== --- trunk/po/fr.po 2006-10-16 20:20:14 UTC (rev 17488) +++ trunk/po/fr.po 2006-10-16 20:29:48 UTC (rev 17489) @@ -11649,7 +11649,7 @@ #: ../libgaim/protocols/qq/send_file.c:737 #, c-format -msgid "The sending process of file[%s] has been cancaled by buddy[%d]" +msgid "The sending process of file[%s] has been canceled by buddy[%d]" msgstr "L'encoi du fichier (%s) a été annulé par le contact (%d)." #: ../libgaim/protocols/qq/sendqueue.c:167 Modified: trunk/po/nl.po =================================================================== --- trunk/po/nl.po 2006-10-16 20:20:14 UTC (rev 17488) +++ trunk/po/nl.po 2006-10-16 20:29:48 UTC (rev 17489) @@ -11318,7 +11318,7 @@ #: ../libgaim/protocols/qq/send_file.c:744 #, c-format -msgid "The sending process of file[%s] has been cancaled by buddy[%d]" +msgid "The sending process of file[%s] has been canceled by buddy[%d]" msgstr "het oversturen van het bestand[%s] is afgebroken door de gebruiker[%d]" #: ../libgaim/protocols/qq/sendqueue.c:169 Modified: trunk/po/zh_CN.po =================================================================== --- trunk/po/zh_CN.po 2006-10-16 20:20:14 UTC (rev 17488) +++ trunk/po/zh_CN.po 2006-10-16 20:29:48 UTC (rev 17489) @@ -11138,7 +11138,7 @@ #: ../libgaim/protocols/qq/send_file.c:744 #, c-format -msgid "The sending process of file[%s] has been cancaled by buddy[%d]" +msgid "The sending process of file[%s] has been canceled by buddy[%d]" msgstr "" #: ../libgaim/protocols/qq/sendqueue.c:169 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |