~ubuntu-branches/debian/sid/scribus/sid

« back to all changes in this revision

Viewing changes to scribus/undomanager.cpp

  • Committer: Package Import Robot
  • Author(s): Oleksandr Moskalenko
  • Date: 2012-02-09 21:50:56 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120209215056-2wrx1ara0jbm7fi5
Tags: 1.4.0.dfsg+r17287-1
* New upstream stable release upload into Debian (Closes: #654703).
* Applied the Ubuntu armel patch.
* Removed non-free color swatches from resources.
* debian/control:
  - Moved icc-profiles from Recommends to Suggests (Closes: #655885).
  - Updated Standards-Version to 3.9.2.
  - Updated extended description per lintian warning.
* debian/rules:
  - Update mailcap (Closes: #630751). A request for mime.types update has
    been sent to the mime-support maintainer.
  - Added build-arch and build-indep targets per lintian warning.
* debian/patches:
  - top_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't copy extra docs and changelogs.
  - scribus_cmakelists.patch - don't install the non-free "doc" dir.
  - profiles_cmakelists.patch - don't install non-free sRGB profile.
* debian/copyright: 
  - Converted to the DEP5 machine readable foramt.
  - Added licenses for free color swatches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
931
931
        UndoManager::EditShape          = tr("Edit shape");
932
932
        UndoManager::ChangeShapeType    = tr("Change shape type");
933
933
        UndoManager::ResetContourLine   = tr("Reset contour line");
934
 
        UndoManager::AddPage            = tr("Add page");
935
 
        UndoManager::AddPages           = tr("Add pages");
936
 
        UndoManager::DeletePage         = tr("Delete page");
937
 
        UndoManager::DeletePages        = tr("Delete pages");
938
934
        UndoManager::ChangePageProps    = tr("Change page properties");
939
935
        UndoManager::AddLayer           = tr("Add layer");
940
936
        UndoManager::DuplicateLayer         = tr("Duplicate layer %1");
969
965
        UndoManager::RemoveAllGuides    = tr("Remove all guides");
970
966
        UndoManager::RemoveAllPageGuides = tr("Remove page guides");
971
967
        UndoManager::Copy               = tr("Copy");
 
968
        UndoManager::AddPage            = tr("Add page");
972
969
        UndoManager::CopyPage           = tr("Copy page");
 
970
        UndoManager::DeletePage         = tr("Delete page");
 
971
        UndoManager::MovePage           = tr("Move page");
 
972
        UndoManager::AddPages           = tr("Add pages");
 
973
        UndoManager::DeletePages        = tr("Delete pages");
973
974
        UndoManager::ToOutlines         = tr("Convert to outlines");
974
975
        UndoManager::EditText                   = tr("Edit text");
975
976
        UndoManager::ClearImage                 = tr("Clear image frame content");
1188
1189
QString UndoManager::ClearContent               = "";
1189
1190
QString UndoManager::LinkTextFrame              = "";
1190
1191
QString UndoManager::UnlinkTextFrame    = "";
 
1192
QString UndoManager::MovePage                   = "";
1191
1193
 
1192
1194
 
1193
1195
/*** Icons for UndoObjects *******************************************/