~ubuntu-branches/debian/squeeze/smplayer/squeeze

« back to all changes in this revision

Viewing changes to src/infofile.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Breuil Cyril
  • Date: 2007-06-24 16:35:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070624163529-hhckbmd24uicada7
Tags: 0.5.20-0ubuntu1
* New upstream release
* Change Maintainer Email

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
                                                        break;
46
46
                case TYPE_DVD   :       icon = "xtype_dvd.png"; break;
47
47
                case TYPE_VCD   :       icon = "xtype_vcd.png"; break;
 
48
                case TYPE_AUDIO_CD      :       icon = "xtype_vcd.png"; break;
48
49
                case TYPE_STREAM :      icon = "xtype_url.png"; break;
49
50
                default                 :       icon = "xtype_unknown.png";
50
51
        }
80
81
        if (!md.clip_copyright.isEmpty()) c+= addItem( tr("Copyright"), md.clip_copyright );
81
82
        if (!md.clip_comment.isEmpty()) c+= addItem( tr("Comment"), md.clip_comment );
82
83
        if (!md.clip_software.isEmpty()) c+= addItem( tr("Software"), md.clip_software );
 
84
        if (!md.stream_title.isEmpty()) c+= addItem( tr("Stream title"), md.stream_title );
 
85
        if (!md.stream_url.isEmpty()) c+= addItem( tr("Stream URL"), md.stream_url );
83
86
 
84
87
        if (!c.isEmpty()) {
85
88
                s += openPar( tr("Clip info") );
138
141
                s += openPar( tr("Subtitles") );
139
142
                row++;
140
143
                s += openItem();
141
 
                s += "<td>" + tr("#", "Number abbreviation") + "</td><td>" + 
 
144
                s += "<td>" + tr("#", "Info for translators: this is a abbreviation for number") + "</td><td>" + 
142
145
              tr("Type") + "</td><td>" +
143
146
              tr("Language") + "</td><td>" + tr("Name") +"</td><td>" +
144
 
              tr("ID", "Identification code") + "</td>";
 
147
              tr("ID", "Info for translators: this is a identification code") + "</td>";
145
148
                s += closeItem();
146
149
                for (int n = 0; n < md.subs.numItems(); n++) {
147
150
                        row++;
168
171
                s += openPar( tr("Subtitles") );
169
172
                row++;
170
173
                s += openItem();
171
 
                s += "<td>" + tr("#", "Number abbreviation") + "</td><td>" + 
 
174
                s += "<td>" + tr("#", "Info for translators: this is a abbreviation for number") + "</td><td>" + 
172
175
              tr("Language") + "</td><td>" + tr("Name") +"</td><td>" +
173
 
              tr("ID", "Identification code") + "</td>";
 
176
              tr("ID", "Info for translators: this is a identification code") + "</td>";
174
177
                s += closeItem();
175
178
                for (int n = 0; n < md.subtitles.numItems(); n++) {
176
179
                        row++;