~ubuntu-branches/ubuntu/feisty/digikam/feisty

« back to all changes in this revision

Viewing changes to digikam/digikam/scanlib.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Achim Bohnet
  • Date: 2006-05-15 01:15:02 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515011502-kpyuz7766hpbuia8
Tags: 0.8.2~rc1-0ubuntu1
* sync with debian (UVF see #44102)
  0.8.2~rc1-0ubuntu1 is identical to debian's 0.8.1+0.8.2-rc1-1.
  Version was changed due to latest 0.8.1.ubuntu-0ubuntu1 upload.
  This version is unfortunately bigger than debian's 0.8.1+0.8.2-rc1-1
* Merge in ubuntu changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
    m_progressBar = new KProgressDialog(0);
53
53
    m_progressBar->setInitialSize(QSize(300,100), true);
54
54
    QWhatsThis::add( m_progressBar, i18n("This shows the progress of the "
55
 
        "scanning. During the scanning all files on disk are put in a "
56
 
        "database. This is needed for sorting on exif-date and speeds up "
57
 
        "overall performance of digiKam.") );
 
55
        "scan. During the scan, all files on disk are put in a "
 
56
        "database. This is required for sorting on exif-date and speeds up "
 
57
        "the overall performance of digiKam.") );
58
58
 
59
59
    // these two lines prevent the dialog to be shown in
60
60
    // findFoldersWhichDoNotExist();
118
118
    if (!toBeDeleted.isEmpty())
119
119
    {
120
120
        int rc = KMessageBox::warningYesNoList(   0,
121
 
            i18n("There seem to be an album in the database which does not "
122
 
                 "appear to be on disk. This album should be removed from "
123
 
                 "the database, but that means you might loose information, "
124
 
                 "because all images related to this album will be removed "
125
 
                 "from the database as well. digiKam can not continue "
126
 
                 "without removing the items from the database because all "
127
 
                 "views depends on the information in the database. Do you "
128
 
                 "want them to be removed from the database?",
129
 
                 "There seem to be %n albums in the database which do not "
130
 
                 "appear to be on disk. These albums should be removed from "
131
 
                 "the database, but that means you might loose information, "
132
 
                 "because all images related to this albums will be removed "
133
 
                 "from the database as well. digiKam can not continue "
134
 
                 "without removing the items from the database because all "
135
 
                 "views depends on the information in the database. Do you "
136
 
                 "want them to be removed from the database?",
 
121
            i18n("There is an album in the database which does not appear to "
 
122
                 "be on disk. This album should be removed from the database, "
 
123
                 "however you may lose information because all images "
 
124
                 "associated with this album will be removed from the database "
 
125
                 "as well. digiKam cannot continue without removing the items "
 
126
                 "from the database because all views depend on the information "
 
127
                 "in the database. Do you want them to be removed from the "
 
128
                 "database?",
 
129
                 "There are %n albums in the database which do not appear to "
 
130
                 "be on disk. These albums should be removed from the database, "
 
131
                 "however you may lose information because all images "
 
132
                 "associated with these albums will be removed from the database "
 
133
                 "as well. digiKam cannot continue without removing the items "
 
134
                 "from the database because all views depend on the information "
 
135
                 "in the database. Do you want them to be removed from the "
 
136
                 "database?",
137
137
                 toBeDeleted.count()),
138
138
            toBeDeleted.keys(),
139
139
            i18n("Albums are Missing"));
426
426
    if ( !m_filesToBeDeleted.isEmpty() )
427
427
    {
428
428
        int rc = KMessageBox::warningYesNoList(   0,
429
 
          i18n("There seem to be an item in the database which does not "
 
429
          i18n("There is an item in the database which does not "
430
430
               "appear to be on disk or is located in the root album of "
431
431
               "the path. This file should be removed from the "
432
 
               "database, but that means you might loose information. "
433
 
               "digiKam can not continue without removing the item from "
434
 
               "the database because all views depends on the information "
 
432
               "database, however you may lose information. "
 
433
               "digiKam cannot continue without removing the item from "
 
434
               "the database because all views depend on the information "
435
435
               "in the database. Do you want it to be removed from the "
436
436
               "database?",
437
 
               "There seem to be %n items in the database which do not "
 
437
               "There are %n items in the database which do not "
438
438
               "appear to be on disk or are located in the root album of "
439
439
               "the path. These files should be removed from the "
440
 
               "database, but that means you might loose information. "
441
 
               "digiKam can not continue without removing these item from "
442
 
               "the database because all views depends on the information "
 
440
               "database, however you may lose information. "
 
441
               "digiKam cannot continue without removing these items from "
 
442
               "the database because all views depend on the information "
443
443
               "in the database. Do you want them to be removed from the "
444
444
               "database?",
445
445
               listToBeDeleted.count()),