Code

Added a Rename menu item to the popup for the filter list in the filter effects dialo...
[inkscape.git] / src / ui / dialog / aboutbox.cpp
index 11c4a9c45c12d2a96a6268a883e7513ed35746ab..9504f94dbb814797ebbb908478227c8537838f3d 100644 (file)
@@ -217,15 +217,22 @@ void AboutBox::initStrings() {
      * periodically updated.     
      */ 
     authors_text =
+        "Maximilian Albert\n"
         "Josh Andler\n"
+        "Gail Banaszkiewicz\n"
         "John Bintz\n"
         "Arpad Biro\n"
+        "Nicholas Bishop\n"
+        "Boldewyn\n"
         "Daniel Borgmann\n"
         "Gustav Broberg\n"
         "Hans Breuer\n"
+        "Marcus Brubaker\n"
         "Luca Bruno\n"
         "Nicu Buculei\n"
         "Bulia Byak\n"
+        "Ian Caldwell\n"
+        "Ed Catmur\n"
         "Chema Celorio\n"
         "Johan Ceuppens\n"
         "Zbigniew Chyla\n"
@@ -240,13 +247,13 @@ void AboutBox::initStrings() {
         "Larry Doolittle\n"
         "Tim Dwyer\n"
         "Maxim V. Dziumanenko\n"
-        "Danilo Egan\n"
         "Johan Engelen\n"
         "Frank Felfe\n"
         "Andrew Fitzsimon\n"
         "Edward Flick\n"
         "Fred\n"
         "Ben Fowler\n"
+        "Cedric Gemy\n"
         "Ted Gould\n"
         "Bryce Harrington\n"
         "Dale Harvey\n"
@@ -261,8 +268,10 @@ void AboutBox::initStrings() {
         "Lauris Kaplinski\n"
         "Lynn Kerby\n"
         "Niko Kiirala\n"
+        "James Kilfiger\n"
         "Petr Kovar\n"
         "Raph Levien\n"
+        "Diederik van Lierop\n"
         "Nicklas Lindgren\n"
         "Vitaly Lipatov\n"
         "Colin Marquardt\n"
@@ -272,6 +281,7 @@ void AboutBox::initStrings() {
         "Federico Mena\n"
         "MenTaLguY\n"
         "Aubanel Monnier\n"
+        "Tim Mooney\n"
         "Derek P. Moore\n"
         "Peter Moulder\n"
         "Jörg Müller\n"
@@ -279,19 +289,23 @@ void AboutBox::initStrings() {
         "Christian Neumair\n"
         "Andreas Nilsson\n"
         "Mitsuru Oka\n"
+        "Marten Owens\n"
         "Jon Phillips\n"
         "Zdenko Podobny\n"
         "Alexandre Prokoudine\n"
+        "Jean-René Reinhard\n"
         "Alexey Remizov\n"
         "Frederic Rodrigo\n"
         "Hugo Rodrigues\n"
         "Juarez Rudsatz\n"
         "Xavier Conde Rueda\n"
+        "Felipe Corrêa da Silva Sanches\n"
         "Christian Schaller\n"
         "Marco Scholten\n"
         "Tom von Schwerdtner\n"
         "Shivaken\n"
         "Michael Sloan\n"
+        "Danilo Šegan\n"
         "Boštjan Špetič\n"
         "Aaron Spike\n"
         "Kaushik Sridharan\n"
@@ -300,6 +314,7 @@ void AboutBox::initStrings() {
         "Pat Suwalski\n"
         "Adib Taraben\n"
         "David Turner\n"
+        "Andre Twupack\n"
         "Aleksandar Urošević\n"
         "Lucas Vieites\n"
         "Michael Wybrow\n"
@@ -315,7 +330,10 @@ void AboutBox::initStrings() {
 
 
     translators_text = "";
-    
+   
+    // TRANSLATORS: Put here your name (and other national contributors')      
+    // one per line in the form of: name surname (email). Use \n for newline.
+    Glib::ustring thisTranslation = _("translator-credits");
 
     /**
      * See if the translators for the current language
@@ -327,7 +345,6 @@ void AboutBox::initStrings() {
      *  "translators for this language"
      *  "all translators"  ??     
      */                          
-    Glib::ustring thisTranslation = _("translator-credits");
     if (thisTranslation != "translator-credits") {
         translators_text.append(thisTranslation);
         translators_text.append("\n\n\n");