/* For general Scribus (>=1.3.2) copyright and licensing information please refer to the COPYING file provided with the program. Following this notice may exist a copyright and/or license notice that predates the release of Scribus 1.3.2 for which a new license (GPL+exception) is in place. */ QMessageBox::QMessageBox() { tr("

About Qt

This program uses Qt version %1.

Qt is a C++ toolkit for multiplatform GUI & application development.

Qt provides single-source portability across MS Windows, Mac OS X, Linux, and all major commercial Unix variants.
Qt is also available for embedded devices.

Qt is a Trolltech product. See http://www.trolltech.com/qt/ for more information.

"); } QFileDialog::QFileDialog() { tr("Copy or Move a File"); tr("Read: %1"); tr("Write: %1"); tr("File &name:"); tr("File &type:"); tr("One directory up"); tr("Cancel"); tr("All Files (*)"); tr("Name"); tr("Size"); tr("Type"); tr("Date"); tr("Attributes"); tr("OK"); tr("Look &in:"); tr("Back"); tr("Create New Folder"); tr("List View"); tr("Detail View"); tr("Preview File Info"); tr("Preview File Contents"); tr("Read-write"); tr("Read-only"); tr("Write-only"); tr("Inaccessible"); tr("Symlink to File"); tr("Symlink to Directory"); tr("Symlink to Special"); tr("File"); tr("Dir"); tr("Special"); tr("Open"); tr("Save As"); tr("&Open"); tr("&Save"); tr("&Rename"); tr("&Delete"); tr("R&eload"); tr("Sort by &Name"); tr("Sort by &Size"); tr("Sort by &Date"); tr("&Unsorted"); tr("Sort"); tr("Show &hidden files"); tr("the file"); tr("the directory"); tr("the symlink"); tr("Delete %1"); tr("Are you sure you wish to delete %1 \"%2\"?"); CommonStrings::trYesKey; CommonStrings::trNoKey; tr("New Folder 1"); tr("New Folder"); tr("New Folder %1"); tr("Find Directory"); tr("Directories"); tr("Save"); tr("Error"); tr("%1\nFile not found.\nCheck path and filename."); tr("All Files (*.*)"); tr("Select a Directory"); tr("Directory:"); } QLineEdit::QLineEdit() { tr("Clear"); tr("Select All"); tr("&Undo"); tr("&Redo"); tr("Cu&t"); tr("&Copy"); tr("&Paste"); } QTextEdit::QTextEdit() { tr("Clear"); tr("Select All"); tr("&Undo"); tr("&Redo"); tr("Cu&t"); tr("&Copy"); tr("&Paste"); } QMainWindow::QMainWindow() { tr("Line up"); tr("Customize..."); } QTitleBar::QTitleBar() { tr("System Menu"); tr("Shade"); tr("Unshade"); tr("Normalize"); tr("Minimize"); tr("Maximize"); tr("Close"); } QWorkspace::QWorkspace() { tr("&Restore"); tr("&Move"); tr("&Size"); tr("Mi&nimize"); tr("Ma&ximize"); tr("&Close"); tr("Stay on &Top"); tr("Minimize"); tr("Restore Down"); tr("Close"); tr("Sh&ade"); tr("%1 - [%2]"); tr("&Unshade"); } QColorDialog::QColorDialog() { tr("Hu&e:"); tr("&Sat:"); tr("&Val:"); tr("&Red:"); tr("&Green:"); tr("Bl&ue:"); tr("A&lpha channel:"); tr("&Basic colors"); tr("&Custom colors"); tr("&Define Custom Colors >>"); tr("OK"); tr("Cancel"); tr("&Add to Custom Colors"); tr("Select color"); } QFontDialog::QFontDialog() { tr("&Font"); tr("Font st&yle"); tr("&Size"); tr("Effects"); tr("Stri&keout"); tr("&Underline"); tr("&Color"); tr("Sample"); tr("Scr&ipt"); tr("OK"); tr("Apply"); tr("Cancel"); tr("Close"); tr("Select Font"); }