summaryrefslogtreecommitdiffstats
path: root/scribus/translationdummy.cpp
blob: 96b928928e55035bc05937ecc436102c44663ce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
/*
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("<h3>About Qt</h3><p>This program uses Qt version %1.</p><p>Qt is a C++ toolkit for multiplatform GUI &amp; application development.</p><p>Qt provides single-source portability across MS&nbsp;Windows, Mac&nbsp;OS&nbsp;X, Linux, and all major commercial Unix variants.<br>Qt is also available for embedded devices.</p><p>Qt is a Trolltech product. See <tt>http://www.trolltech.com/qt/</tt> for more information.</p>");
}

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("<qt>Are you sure you wish to delete %1 \"%2\"?</qt>");
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");
}