diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-03-29 18:35:14 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-03-29 18:35:14 (GMT) |
commit | 64dda2f5aa13e6bad1a5364275b7d790be54ae3a (patch) | |
tree | f570907a18d8f794e0cd70574f5b99961020c493 /Swift/QtUI | |
parent | 14bbbe69aa3a78462e79d08a3a06c9c31964036d (diff) | |
download | swift-64dda2f5aa13e6bad1a5364275b7d790be54ae3a.zip swift-64dda2f5aa13e6bad1a5364275b7d790be54ae3a.tar.bz2 |
Added a bunch of missing built-in Qt strings.
Diffstat (limited to 'Swift/QtUI')
-rw-r--r-- | Swift/QtUI/QtStrings.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Swift/QtUI/QtStrings.h b/Swift/QtUI/QtStrings.h index 042ffda..1ae958b 100644 --- a/Swift/QtUI/QtStrings.h +++ b/Swift/QtUI/QtStrings.h @@ -14,10 +14,44 @@ #pragma once +QT_TRANSLATE_NOOP("CloseButton", "Close Tab"); + QT_TRANSLATE_NOOP3("QApplication", "QT_LAYOUT_DIRECTION", "Translate this to LTR for left-to-right or RTL for right-to-left languages"); +QT_TRANSLATE_NOOP("QLineEdit", "Select All"); +QT_TRANSLATE_NOOP("QLineEdit", "&Undo"); +QT_TRANSLATE_NOOP("QLineEdit", "&Redo"); +QT_TRANSLATE_NOOP("QLineEdit", "Cu&t"); +QT_TRANSLATE_NOOP("QLineEdit", "&Copy"); +QT_TRANSLATE_NOOP("QLineEdit", "&Paste"); +QT_TRANSLATE_NOOP("QLineEdit", "Delete"); + +QT_TRANSLATE_NOOP("QScrollBar", "Scroll here"); +QT_TRANSLATE_NOOP("QScrollBar", "Top"); +QT_TRANSLATE_NOOP("QScrollBar", "Bottom"); +QT_TRANSLATE_NOOP("QScrollBar", "Page up"); +QT_TRANSLATE_NOOP("QScrollBar", "Page down"); +QT_TRANSLATE_NOOP("QScrollBar", "Scroll up"); +QT_TRANSLATE_NOOP("QScrollBar", "Scroll down"); + +QT_TRANSLATE_NOOP("QTextControl", "Select All"); +QT_TRANSLATE_NOOP("QTextControl", "&Copy"); +QT_TRANSLATE_NOOP("QTextControl", "&Undo"); +QT_TRANSLATE_NOOP("QTextControl", "&Redo"); +QT_TRANSLATE_NOOP("QTextControl", "Cu&t"); +QT_TRANSLATE_NOOP("QTextControl", "&Paste"); +QT_TRANSLATE_NOOP("QTextControl", "Delete"); + QT_TRANSLATE_NOOP("QWebPage", "Copy Link"); QT_TRANSLATE_NOOP("QWebPage", "Copy"); +QT_TRANSLATE_NOOP("QWebPage", "Copy Image"); +QT_TRANSLATE_NOOP("QWebPage", "Scroll here"); +QT_TRANSLATE_NOOP("QWebPage", "Top"); +QT_TRANSLATE_NOOP("QWebPage", "Bottom"); +QT_TRANSLATE_NOOP("QWebPage", "Page up"); +QT_TRANSLATE_NOOP("QWebPage", "Page down"); +QT_TRANSLATE_NOOP("QWebPage", "Scroll up"); +QT_TRANSLATE_NOOP("QWebPage", "Scroll down"); QT_TRANSLATE_NOOP("QWizard", "< &Back"); QT_TRANSLATE_NOOP("QWizard", "&Finish"); |