AppFontDialog Additional Fonts AppFontManager '%1' is not a file. The font file '%1' does not have read permissions. The font file '%1' is already loaded. The font file '%1' could not be loaded. '%1' is not a valid font id. There is no loaded font matching the id '%1'. The font '%1' (%2) could not be unloaded. AppFontWidget Fonts Add font files Remove current font file Remove all font files Add Font Files Font files (*.ttf) Error Adding Fonts Error Removing Fonts Remove Fonts Would you like to remove all fonts? AppearanceOptionsWidget Form User Interface Mode AssistantClient Unable to send request: Assistant is not responding. The binary '%1' does not exist. Unable to launch assistant (%1). FindDialog Choose Edit|Find from the menu bar or press Ctrl+F to pop up the Find dialog FontPanel Font &Writing system &Family &Style &Point size LConvert Usage: lconvert [options] <infile> [<infile>] ... lconvert is part of Qt's Linguist tool chain. It can be used as a stand-alone tool to convert and filter translation data files. The following file formats are supported: %1 If multiple input files are specified, they are merged with translations from later files taking precedence. Options: -h --help Display this information and exit. -i <infile> --input-file <infile> Specify input file. Use if <infile> might start with a dash. This option can be used several times to merge inputs. May be '-' (standard input) for use in a pipe. -o <outfile> --output-file <outfile> Specify output file. Default is '-' (standard output). -if <informat> --input-format <format> Specify input format for subsequent <infile>s. The format is auto-detected from the file name and defaults to 'ts'. -of <outformat> --output-format <outformat> Specify output format. See -if. --input-codec <codec> Specify encoding for QM and PO input files. Default is 'Latin1' for QM and 'UTF-8' for PO files. UTF-8 is always tried as well for QM, corresponding to the possible use of the trUtf8() function. --output-codec <codec> Specify encoding for PO output files. Default is 'UTF-8'. --drop-tags <regexp> Drop named extra tags when writing TS or XLIFF files. May be specified repeatedly. --drop-translations Drop existing translations and reset the status to 'unfinished'. Note: this implies --no-obsolete. --source-language <language>[_<region>] Specify/override the language of the source strings. Defaults to POSIX if not specified and the file does not name it yet. --target-language <language>[_<region>] Specify/override the language of the translation. The target language is guessed from the file name if this option is not specified and the file contents name no language yet. --no-obsolete Drop obsolete messages. --no-finished Drop finished messages. --sort-contexts Sort contexts in output TS file alphabetically. --locations {absolute|relative|none} Override how source code references are saved in TS files. Default is absolute. --no-ui-lines Drop line numbers from references to UI files. --verbose be a bit more verbose Long options can be specified with only one leading dash, too. LRelease Usage: lrelease [options] ts-files [-qm qm-file] lrelease is part of Qt's Linguist tool chain. It can be used as a stand-alone tool to convert XML-based translations files in the TS format into the 'compiled' QM format used by QTranslator objects. Options: -help Display this information and exit. -idbased Use IDs instead of source strings for message keying. -compress Compress the QM files. -nounfinished Do not include unfinished translations. -removeidentical If the translated text is the same as the source text, do not include the message. -markuntranslated <prefix> If a message has no real translation, use the source text prefixed with the given string instead. -silent Do not explain what is being done. -version Display the version of lrelease and exit. lrelease error: %1 Updating '%1'... Removing translations equal to source text in '%1'... lrelease error: cannot create '%1': %2 lrelease error: cannot save '%1': %2 lrelease version %1 LU Illegal character Unclosed string at end of line Illegal escape sequence Illegal unicode escape sequence Unclosed comment at end of file Illegal syntax for exponential number Identifier cannot start with numeric literal Unterminated regular expression literal //% cannot be used with %1(). Ignoring %1() requires at least two arguments. %1(): both arguments must be literal strings. %1() requires at least one argument. %1(): text to translate must be a literal string. //= cannot be used with %1(). Ignoring %1(): identifier must be a literal string. Discarding unconsumed meta data Expected Beginning of the string that contains comma-separated list of expected tokens Unexpected character in meta string Unterminated meta string Cannot open %1: %2 LUpdate Parenthesis/bracket/brace mismatch between #if and #else branches; using #if branch Parenthesis/brace mismatch between #if and #else branches; using #if branch Unterminated C++ comment Unterminated C++ string Excess closing brace in C++ code (or abuse of the C++ preprocessor) Excess closing parenthesis in C++ code (or abuse of the C++ preprocessor) Excess closing bracket in C++ code (or abuse of the C++ preprocessor) Cannot open %1: %2 //% cannot be used with tr() / QT_TR_NOOP(). Ignoring Qualifying with unknown namespace/class %1::%2 tr() cannot be called without context Class '%1' lacks Q_OBJECT macro It is not recommended to call tr() from within a constructor '%1::%2' //% cannot be used with translate() / QT_TRANSLATE_NOOP(). Ignoring //= cannot be used with qtTrId() / QT_TRID_NOOP(). Ignoring Unexpected character in meta string Unterminated meta string Cannot invoke tr() like this Discarding unconsumed meta data Unbalanced opening brace in C++ code (or abuse of the C++ preprocessor) Unbalanced opening parenthesis in C++ code (or abuse of the C++ preprocessor) Unbalanced opening bracket in C++ code (or abuse of the C++ preprocessor) Cannot open %1: %2 XML error: Parse error at line %1, column %2 (%3). Parse error in UI file Found %n source text(s) (%1 new and %2 already existing) Removed %n obsolete entries Kept %n obsolete entries Number heuristic provided %n translation(s) Same-text heuristic provided %n translation(s) Similar-text heuristic provided %n translation(s) Usage: lupdate [options] [source-file|path|@lst-file]... -ts ts-files|@lst-file lupdate is part of Qt's Linguist tool chain. It extracts translatable messages from Qt UI files, C++ and JavaScript/QtScript source code. Extracted messages are stored in textual translation source files (typically Qt TS XML). New and modified messages can be merged into existing TS files. Options: -h -help Display this information and exit. -no-obsolete Drop all obsolete strings. -extensions <ext>[,<ext>]... Process files with the given extensions only. The extension list must be separated with commas, not with whitespace. Default: '%1'. -pluralonly Only include plural form messages. -silent Do not explain what is being done. -no-sort Do not sort contexts in TS files. -no-recursive Do not recursively scan the following directories. -recursive Recursively scan the following directories (default). -I <includepath> or -I<includepath> Additional location to look for include files. May be specified multiple times. -locations {absolute|relative|none} Specify/override how source code references are saved in TS files. Default is absolute. -no-ui-lines Do not record line numbers in references to UI files. -disable-heuristic {sametext|similartext|number} Disable the named merge heuristic. Can be specified multiple times. -source-language <language>[_<region>] Specify the language of the source strings for new files. Defaults to POSIX if not specified. -target-language <language>[_<region>] Specify the language of the translations for new files. Guessed from the file name if not specified. -ts <ts-file>... Specify the output file(s). This will override the TRANSLATIONS and nullify the CODECFORTR from possibly specified project files. -codecfortr <codec> Specify the codec assumed for tr() calls. Effective only with -ts. -version Display the version of lupdate and exit. @lst-file Read additional file names (one per line) from lst-file. lupdate warning: Codec for tr() '%1' disagrees with existing file's codec '%2'. Expect trouble. lupdate warning: Specified target language '%1' disagrees with existing file's language '%2'. Ignoring. lupdate warning: Specified source language '%1' disagrees with existing file's language '%2'. Ignoring. Updating '%1'... Stripping non plural forms in '%1'... The option -target-language requires a parameter. The option -source-language requires a parameter. The option -disable-heuristic requires a parameter. Invalid heuristic name passed to -disable-heuristic. The option -locations requires a parameter. Invalid parameter passed to -locations. The -codecfortr option should be followed by a codec name. The -extensions option should be followed by an extension list. The -I option should be followed by a path. Unrecognized option '%1'. lupdate error: List file '%1' is not readable. lupdate warning: For some reason, '%1' is not writable. lupdate error: File '%1' has no recognized extension. lupdate error: File '%1' does not exist. Scanning directory '%1'... lupdate warning: -target-language usually only makes sense with exactly one TS file. lupdate warning: -codecfortr has no effect without -ts. lupdate warning: no TS files specified. Only diagnostics will be produced. MainWindow This is the application's main window. Qt Configuration Appearance GUI Style Select GUI &Style: Preview Select &Palette: Active Palette Inactive Palette Disabled Palette Build Palette &Button Background: Window Back&ground: &Tune Palette... Please use the KDE Control Center to set the palette. Fonts Default Font &Style: &Point Size: F&amily: Sample Text Font Substitution S&elect or Enter a Family: Current Substitutions: Up Down Remove Select s&ubstitute Family: Add Interface Feel Settings ms &Double Click Interval: No blinking &Cursor Flash Time: lines Wheel &Scroll Lines: Resolve symlinks in URLs GUI Effects &Enable Alt+E &Menu Effect: C&omboBox Effect: &ToolTip Effect: Tool&Box Effect: Disable Animate Fade Global Strut Minimum &Width: Minimum Hei&ght: pixels Enhanced support for languages written right-to-left XIM Input Style: On The Spot Over The Spot Off The Spot Root Default Input Method: Printer Enable Font embedding Font Paths Browse... Press the <b>Browse</b> button or enter a directory and press Enter to add them to the list. &File &Help &Save Save Ctrl+S E&xit Exit Ctrl+Q &About About About &Qt About Qt <p><b><font size+=2>Appearance</font></b></p><hr><p>Use this tab to customize the appearance of your Qt applications.</p><p>You can select the default GUI Style from the drop down list and customize the colors.</p><p>Any GUI Style plugins in your plugin path will automatically be added to the list of built-in Qt styles. (See the Library Paths tab for information on adding new plugin paths.)</p><p>When you choose 3-D Effects and Window Background colors, the Qt Configuration program will automatically generate a palette for you. To customize colors further, press the Tune Palette button to open the advanced palette editor.<p>The Preview Window shows what the selected Style and colors look like. <p><b><font size+=2>Fonts</font></b></p><hr><p>Use this tab to select the default font for your Qt applications. The selected font is shown (initially as 'Sample Text') in the line edit below the Family, Style and Point Size drop down lists.</p><p>Qt has a powerful font substitution feature that allows you to specify a list of substitute fonts. Substitute fonts are used when a font cannot be loaded, or if the specified font doesn't have a particular character.<p>For example, if you select the font Lucida, which doesn't have Korean characters, but need to show some Korean text using the Mincho font family you can do so by adding Mincho to the list. Once Mincho is added, any Korean characters that are not found in the Lucida font will be taken from the Mincho font. Because the font substitutions are lists, you can also select multiple families, such as Song Ti (for use with Chinese text). <p><b><font size+=2>Interface</font></b></p><hr><p>Use this tab to customize the feel of your Qt applications.</p><p>If the Resolve Symlinks checkbox is checked Qt will follow symlinks when handling URLs. For example, in the file dialog, if this setting is turned on and /usr/tmp is a symlink to /var/tmp, entering the /usr/tmp directory will cause the file dialog to change to /var/tmp. With this setting turned off, symlinks are not resolved or followed.</p><p>The Global Strut setting is useful for people who require a minimum size for all widgets (e.g. when using a touch panel or for users who are visually impaired). Leaving the Global Strut width and height at 0 will disable the Global Strut feature</p><p>XIM (Extended Input Methods) are used for entering characters in languages that have large character sets, for example, Chinese and Japanese. <p><b><font size+=2>Printer</font></b></p><hr><p>Use this tab to configure the way Qt generates output for the printer.You can specify if Qt should try to embed fonts into its generated output.If you enable font embedding, the resulting postscript will be more portable and will more accurately reflect the visual output on the screen; however the resulting postscript file size will be bigger.<p>When using font embedding you can select additional directories where Qt should search for embeddable font files. By default, the X server font path is used. Desktop Settings (Default) Choose style and palette based on your desktop settings. Unknown No changes to be saved. Saving changes... Saved changes. Select a Directory <h3>%1</h3><br/>Version %2<br/><br/>Copyright (C) 2015 The Qt Company Ltd. Save Changes Save changes to settings? MainWindowBase Main Not currently used (main tool bar) File Edit Tools Form Qt Designer MessageEditor This is the right panel of the main window. MsgEdit This is the right panel of the main window. NewForm Show this Dialog on Startup C&reate Recent New Form &Close &Open... &Recent Forms Read error A temporary form file could not be created in %1. The temporary form file %1 could not be written. PaletteEditorAdvanced Tune Palette Select &Palette: Active Palette Inactive Palette Disabled Palette Auto Build inactive palette from active Build disabled palette from active Central color &roles Choose central color role <b>Select a color role.</b><p>Available central roles are: <ul> <li>Window - general background color.</li> <li>WindowText - general foreground color. </li> <li>Base - used as background color for e.g. text entry widgets, usually white or another light color. </li> <li>Text - the foreground color used with Base. Usually this is the same as WindowText, in what case it must provide good contrast both with Window and Base. </li> <li>Button - general button background color, where buttons need a background different from Window, as in the Macintosh style. </li> <li>ButtonText - a foreground color used with the Button color. </li> <li>Highlight - a color to indicate a selected or highlighted item. </li> <li>HighlightedText - a text color that contrasts to Highlight. </li> <li>BrightText - a text color that is very different from WindowText and contrasts well with e.g. black. </li> </ul> </p> Window WindowText Base AlternateBase ToolTipBase ToolTipText Text Button ButtonText BrightText Highlight HighlightedText Link LinkVisited &Select Color: 3-D shadow &effects Generate shadings Check to let 3D-effect colors be calculated from button-color. Build &from button color Choose 3D-effect color role <b>Select a color role.</b><p>Available effect roles are: <ul> <li>Light - lighter than Button color. </li> <li>Midlight - between Button and Light. </li> <li>Mid - between Button and Dark. </li> <li>Dark - darker than Button. </li> <li>Shadow - a very dark color. </li> </ul> Light Midlight Mid Dark Shadow Select Co&lor: Choose a color Choose a color for the selected central color role. Choose a color for the selected effect color role. PhraseBookBox Go to Phrase > Edit Phrase Book... The dialog that pops up is a PhraseBookBox. PreferencesDialog Preferences PreviewFrame Desktop settings will only take effect after an application restart. PreviewWidget Preview Window GroupBox RadioButton1 RadioButton2 RadioButton3 GroupBox2 CheckBox1 CheckBox2 LineEdit ComboBox PushButton <p><a href="http://qt.nokia.com">http://qt.nokia.com</a></p> <p><a href="http://www.kde.org">http://www.kde.org</a></p> QDBusViewer Search... &Refresh Arguments Please enter the value of the property %1 (type %2) Unable to marshall Value conversion failed, unable to set property Unable to find method Unable to find method %1 on path %2 in interface %3 Please enter parameters for the method "%1" &Connect &Call &Set value &Get value Unable to connect to service %1, path %2, interface %3, signal %4 D-Bus Viewer QDesigner %1 - warning Qt Designer This application cannot be used for the Console edition of Qt QDesignerActions Saved %1. %1 already exists. Do you want to replace it? Edit Widgets &New... &Open... &Save Save &As... Save A&ll Save As &Template... &Close Save &Image... &Print... &Quit View &Code... &Minimize Bring All to Front Preferences... Additional Fonts... ALT+CTRL+S CTRL+SHIFT+S CTRL+R CTRL+M Qt Designer &Help Current Widget Help What's New in Qt Designer? About Plugins About Qt Designer About Qt Clear &Menu &Recent Forms Open Form Designer UI files (*.%1);;All Files (*) Save Form As Designer Feature not implemented yet! Code generation failed Read error %1 Do you want to update the file location or generate a new form? &Update &New Form Save Form? Could not open file The file %1 could not be opened. Reason: %2 Would you like to retry or select a different file? Select New File Could not write file It was not possible to write the entire file %1 to disk. Reason:%2 Would you like to retry? Assistant &Close Preview The backup file %1 could not be written. The backup directory %1 could not be created. The temporary backup directory %1 could not be created. Preview failed Image files (*.%1) Save Image Saved image %1. The file %1 could not be written. Please close all forms to enable the loading of additional fonts. Printed %1. QDesignerAppearanceOptionsPage Appearance Tab in preferences dialog QDesignerAppearanceOptionsWidget Docked Window Multiple Top-Level Windows Toolwindow Font QDesignerFormWindow %1 - %2[*] Save Form? Do you want to save the changes to this document before closing? If you don't save, your changes will be lost. QDesignerToolWindow Property Editor Action Editor Object Inspector Resource Browser Signal/Slot Editor Widget Box QDesignerWorkbench &File &Edit F&orm Preview in &View &Settings &Window &Help Toolbars Widget Box Save Forms? There are %n forms with unsaved changes. Do you want to review these changes before quitting? If you do not review your documents, all your changes will be lost. Discard Changes Review Changes Backup Information The last session of Designer was not terminated correctly. Backup files were left behind. Do you want to load them? The file <b>%1</b> could not be opened. The file <b>%1</b> is not a valid Designer UI file. QObject lupdate version %1 Session Bus System Bus &File &Quit &Help &About About &Qt QtDBusViewer Qt D-Bus Viewer QtToolBarDialog Customize Toolbars 1 Actions Toolbars Add new toolbar New Remove selected toolbar Remove Rename toolbar Rename Move action up Up Remove action from toolbar <- Add action to toolbar -> Move action down Down Current Toolbar Actions Custom Toolbar < S E P A R A T O R > SaveFormAsTemplate Save Form As Template &Name: &Category: Add path... Template Exists A template with the name %1 already exists. Do you want overwrite the template? Overwrite Template Open Error There was an error opening template %1 for writing. Reason: %2 Write Error There was an error writing the template %1 to disk. Reason: %2 Pick a directory to save templates in ToolBarManager Configure Toolbars... Window Help Style Dock views File Edit Tools Form Toolbars TrWindow This is the application's main window. VersionDialog <h3>%1</h3><br/><br/>Version %2 Qt Designer <br/>Qt Designer is a graphical user interface designer for Qt applications.<br/> %1<br/>Copyright (C) 2015 The Qt Company Ltd.