From de8267eb91e267549a12bc25a5d96ecd4d268a0a Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Sun, 13 Jun 2010 17:46:06 +0200 Subject: Translations: * en_GB translation update by Tim Sheridan * br translation update by Alan Monfort * translators list update (bzr r9499) --- src/ui/dialog/aboutbox.cpp | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp index 441c8ed75..2d40ebb9a 100644 --- a/src/ui/dialog/aboutbox.cpp +++ b/src/ui/dialog/aboutbox.cpp @@ -216,7 +216,7 @@ void AboutBox::initStrings() { * To update it, execute this snippet of sed magic in the toplevel * source directory: * - * sed -e 's/^\(.*\) \([^ ]*\)*$/\2_ \1/' ../../../AUTHORS + * sed -e 's/^\(.*\) \([^ ]*\)*$/\2_ \1/' AUTHORS | sort | sed -e 's/^\([^_]*\)_ \(.*\)$/\2 \1/;s/^.*$/"\0\\n"/;$s/\\n//' | zenity --text-info @@ -397,14 +397,20 @@ void AboutBox::initStrings() { translators_text.append("\n\n\n"); } - /** - * This list is copied from the TRANSLATORS file. It should - * be periodically updated. - */ + /* This text is copied from the TRANSLATORS file. + * To update it, execute this snippet of sed magic in the toplevel + * source directory: + * + * sed -e 's/^\(.*\) \([^ ]*\)*$/\2_ \1/' TRANSLATORS + | sed -e 's/^\([^_]*\)_ \(.*\)$/\2 \1/;s/^.*$/"\0\\n"/;$s/\\n//' + | zenity --text-info + * + * and paste the result from the combo box here. + */ gchar const *allTranslators = "3ARRANO.com <3arrano@3arrano.com>, 2005.\n" "Adib Taraben , 2004.\n" - "Alan Monfort , 2009.\n" + "Alan Monfort , 2009-2010.\n" "Alastair McKinstry , 2000.\n" "Aleksandar Urošević , 2004, 2005, 2006.\n" "Alessio Frusciante , 2002, 2003.\n" @@ -505,7 +511,7 @@ void AboutBox::initStrings() { "Stefan Graubner , 2005.\n" "Supranee Thirawatthanasuk , 2006.\n" "Takeshi Aihana , 2000, 2001.\n" - "Tim Sheridan , 2007-2009.\n" + "Tim Sheridan , 2007-2010.\n" "Theppitak Karoonboonyanan , 2006.\n" "Thiago Pimentel , 2006.\n" "Toshifumi Sato , 2005.\n" -- cgit v1.2.3