~ubuntu-branches/ubuntu/maverick/luckybackup/maverick

« back to all changes in this revision

Viewing changes to src/about.cpp

  • Committer: Andrew Starr-Bochicchio
  • Date: 2010-05-26 04:01:25 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: a.starr.b@gmail.com-20100526040125-9fjy5y0jyzlrbkny
Tags: 0.4.0-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
 - Use gksu to launch in superuser mode as Ubuntu
   doesn't use su-to-root.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ---------------------------------- about.cpp ---------------------------------------------------------------------------
2
 
 Class to display the about dialog
3
 
 
4
 
===============================================================================================================================
5
 
===============================================================================================================================
6
 
     This file is part of "luckyBackup" project
7
 
     Copyright 2008-2009, Loukas Avgeriou
8
 
     luckyBackup is distributed under the terms of the GNU General Public License
9
 
     luckyBackup is free software: you can redistribute it and/or modify
10
 
     it under the terms of the GNU General Public License as published by
11
 
     the Free Software Foundation, either version 3 of the License, or
12
 
     (at your option) any later version.
13
 
 
14
 
     luckyBackup is distributed in the hope that it will be useful,
15
 
     but WITHOUT ANY WARRANTY; without even the implied warranty of
16
 
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17
 
     GNU General Public License for more details.
18
 
 
19
 
     You should have received a copy of the GNU General Public License
20
 
     along with luckyBackup.  If not, see <http://www.gnu.org/licenses/>.
21
 
 
22
 
 project version        : Please see "main.cpp" for project version
23
 
 
24
 
 developer              : luckyb 
25
 
 last modified          : 17 Dec 2009
26
 
===============================================================================================================================
27
 
===============================================================================================================================
 
2
      Class to display the about dialog
 
3
 
 
4
      ===============================================================================================================================
 
5
      ===============================================================================================================================
 
6
          This file is part of "luckyBackup" project
 
7
          Copyright 2008-2010, Loukas Avgeriou
 
8
          luckyBackup is distributed under the terms of the GNU General Public License
 
9
          luckyBackup is free software: you can redistribute it and/or modify
 
10
          it under the terms of the GNU General Public License as published by
 
11
          the Free Software Foundation, either version 3 of the License, or
 
12
          (at your option) any later version.
 
13
      
 
14
          luckyBackup is distributed in the hope that it will be useful,
 
15
          but WITHOUT ANY WARRANTY; without even the implied warranty of
 
16
          MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
17
          GNU General Public License for more details.
 
18
      
 
19
          You should have received a copy of the GNU General Public License
 
20
          along with luckyBackup.  If not, see <http://www.gnu.org/licenses/>.
 
21
 
 
22
      project version   : Please see "main.cpp" for project version
 
23
 
 
24
      developer                 : luckyb 
 
25
      last modified             : 09 May 2010
 
26
      ===============================================================================================================================
 
27
      ===============================================================================================================================
28
28
*/
29
29
#include "about.h"
30
30
 
74
74
 
75
75
                "<a href=\"http://www.gnu.org/copyleft/gpl.html\" target=\"_blank\"><img name=\"gpl\""
76
76
                " src=\":/luckyPrefix/gplv3-127x51.png\" width=\"60\" height=\"20\" border=\"0\"></a>&nbsp;&nbsp;"+
77
 
                tr("luckyBackup is distributed under the terms of the")+
78
 
                " <a href=\"http://www.gnu.org/copyleft/gpl.html\" target=\"_blank\">" +
79
 
                tr("GNU General Public License")+".</a>" +"<br><br>" +
 
77
                tr("luckyBackup is distributed under the terms of the <a href=\"http://www.gnu.org/copyleft/gpl.html\" target=\"_blank\">GNU General Public License</a>","Please leave the tags <a href=\"http://www.gnu.org/copyleft/gpl.html\" target=\"_blank\"> & </a> intact and surrounding the GNU General Public License !!") +".<br><br>" +
80
78
 
81
 
                tr("It is <b>free software</b>: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.") +"<br>" +
 
79
                tr("It is <b>free software</b>: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License.","Please leave tags eg <b>, </b> intact and surrounding the words they are suppossed to !!") +"<br>" +
82
80
                tr("It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.")+ "<br>" +
83
81
                tr("See the 'License Agreement' tab for more details.")+"</p>";
84
82
 
133
131
                "<b>" + tr("Juan Luis Baptiste") + "</b><br>" +
134
132
                tr("Mandriva package maintainer (official contrib repo)") + "<br><br>"
135
133
 
 
134
                "<b>" + tr("Thomas Janssen") + "</b><br>" +
 
135
                tr("Fedora package maintainer (official repo)") + "<br><br>"
 
136
 
136
137
                "<b>" + tr("Pavel Fric") + "</b><br>" +
137
138
                tr("Czech gui translator") + "<br><br>"
138
139
 
139
140
                "<b>" + tr("Stergios Prosiniklis") + "</b><br>" +
140
141
                tr("Greek manual translator") + "<br><br>"
141
142
                
142
 
                "<b>" + tr("Carsten") + "</b><br>" +
 
143
                "<b>" + tr("Karsten Jaschultowski") + "</b><br>" +
143
144
                tr("German gui translator") + "<br><br>"
144
145
 
145
146
                "<b>" + tr("Wilfried Schobel") + "</b><br>" +
154
155
                "<b>" + tr("Julien Cynober") + "</b><br>" +
155
156
                tr("French gui translator and valuable packing advisor (and not only)") + "<br><br>"
156
157
 
 
158
                "<b>" + tr("Francesco Braile") + "</b><br>" +
 
159
                tr("Italian gui translator") + "<br><br>"
 
160
                
157
161
                "<b>" + tr("Raffaele") + "</b><br>" +
158
162
                tr("Italian gui translator") + "<br><br>"
159
163
                
184
188
                "<b>" + tr("fri13") + "</b><br>" +
185
189
                tr("v.0.3 gui designer") + "<br><br>" +
186
190
 
 
191
                "<b>" + tr("Tito Poquito") + "</b><br>" +
 
192
                tr("slackware package maintainer (SlackBuilds Repository)") + "<br><br>" +
 
193
                
187
194
                tr("...to all users of the ")+
188
195
                "<br><a href=\"http://www.linuxformat.gr/\" target=\"_blank\">Hellenic Linuxformat</a>, "
189
196
                "<a href=\"http://www.sidux.com/\" target=\"_blank\">sidux.com</a>, "
192
199
                "<a href=\"http://forum.hellug.gr/\" target=\"_blank\">hellug</a>, "
193
200
                "and <a href=\"http://www.kde-apps.org//\" target=\"_blank\">kde-apps.org</a><br>" +
194
201
                tr("forums for their support.") + "<br><br>" +
195
 
                tr("Especially") + "<br>alfisti, constantinos, promeneur, grigris, dannys,marios, Regenwald, flo, Ilias Paraponiaris, Takis Vounatsos, Lieven Tytgat, mathetes, Johan Linde, Chris Sylvester, Manos Nikiforakis, Giorgos Katsikatsos, Ray Ambrosi, Barry Jackson, Damien Cassou, Daniele Soldati Chris (slam), Paul Chapman, kingfame, Giorgos 'jeff' Finikianakis, Shelby Williams and skevo<br>" +
 
202
                tr("Especially") + "<br>alfisti, constantinos, promeneur, grigris, dannys,marios, Regenwald, flo, Ilias Paraponiaris, Takis Vounatsos, Lieven Tytgat, mathetes, Johan Linde, Chris Sylvester, Manos Nikiforakis, Giorgos Katsikatsos, Ray Ambrosi, Barry Jackson, Damien Cassou, Carsten, Daniele Soldati Chris (slam), Paul Chapman, kingfame, Giorgos 'jeff' Finikianakis, Shelby Williams, Felix, skevo, Philipp F, Christian Harms and Paul Hewlett<br>" +
196
203
                tr("that contributed to this project one way or another") + "<br><br>" +
197
204
 
198
205
                tr("Last but no least") +":<br>"+