[rkward-cvs] [rkward] /: Explicitly exclude rkward_windows_icon.rc from message extraction

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Tue Nov 18 19:37:16 UTC 2014


Git commit 134827e6cb090d9bbb28aedc34926efc1cfb40a7 by Thomas Friedrichsmeier.
Committed on 18/11/2014 at 19:35.
Pushed by tfry into branch 'master'.

Explicitly exclude rkward_windows_icon.rc from message extraction

M  +1    -1    Messages.sh
D  +0    -4080 po/rkward.pot

http://commits.kde.org/rkward/134827e6cb090d9bbb28aedc34926efc1cfb40a7

diff --git a/Messages.sh b/Messages.sh
index f622098..21afa97 100755
--- a/Messages.sh
+++ b/Messages.sh
@@ -2,7 +2,7 @@
  
 # invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources
 # the results are stored in a pseudo .cpp file to be picked up by xgettext.
-$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
+$EXTRACTRC `find . -name \*.rc -a \! -name rkward_windows_icon.rc -o -name \*.ui -o -name \*.kcfg`  >> rc.cpp
 #
 # call xgettext on all source files. If your sources have other filename
 # extensions besides .cc, .cpp, and .h, just add them in the find call.
diff --git a/po/rkward.pot b/po/rkward.pot
deleted file mode 100644
index 9a081a6..0000000
--- a/po/rkward.pot
+++ /dev/null
@@ -1,4080 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://p.sf.net/rkward/bugs\n"
-"POT-Creation-Date: 2014-10-25 15:30+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
-"Language-Team: LANGUAGE <LL at li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-
-#: agents/rkeditobjectagent.cpp:56
-msgid ""
-"The object '%1', could not be opened for editing. Either it does not exist, "
-"or RKWard does not support editing this type of object, yet."
-msgstr ""
-
-#: agents/rkeditobjectagent.cpp:56
-msgid "Cannot edit '%1'"
-msgstr ""
-
-#: agents/rkloadagent.cpp:39
-msgid "Loading Workspace ..."
-msgstr ""
-
-#: agents/rkloadagent.cpp:74
-msgid ""
-"There has been an error opening file '%1':\n"
-"%2"
-msgstr ""
-
-#: agents/rkloadagent.cpp:74
-msgid "Error loading workspace"
-msgstr ""
-
-#: agents/rkprintagent.cpp:72
-msgid ""
-"No service was found to provide a KDE print dialog for postscript files. We "
-"will try to open a generic postscript viewer (if any), instead."
-"<br><br>Consider installing 'okular', or configure RKWard not to attempt to "
-"print using a KDE print dialog."
-msgstr ""
-
-#: agents/rkprintagent.cpp:72
-msgid "Unable to open KDE print dialog"
-msgstr ""
-
-#: agents/rkquitagent.cpp:41
-msgid ""
-"Waiting for remaining R commands to finish. To quit immediately, press "
-"Cancel (WARNING: This may result in loss of data)"
-msgstr ""
-
-#: agents/rkquitagent.cpp:41
-msgid "Waiting for R to finish"
-msgstr ""
-
-#: agents/rksaveagent.cpp:62 rkward.cpp:747 rkward.cpp:749
-msgid ""
-"%1|R Workspace Files (%1)\n"
-"*|All files"
-msgstr ""
-
-#: agents/rksaveagent.cpp:65
-msgid ""
-"No filename given. Your data was NOT saved. Do you still want to proceed?"
-msgstr ""
-
-#: agents/rksaveagent.cpp:79
-msgid "Saving to file '%1' failed. What do you want to do?"
-msgstr ""
-
-#: agents/rksaveagent.cpp:79
-msgid "Save failed"
-msgstr ""
-
-#: agents/rksaveagent.cpp:79
-msgid "Try saving with a different filename"
-msgstr ""
-
-#: agents/rksaveagent.cpp:79
-msgid "Saving failed"
-msgstr ""
-
-#: agents/rksaveagent.cpp:81
-msgid ""
-"Saving to file '%1' failed. Do you want to try saving to a different "
-"filename?"
-msgstr ""
-
-#: agents/showedittextfileagent.cpp:58 misc/rkprogresscontrol.cpp:305
-#: plugin/rkstandardcomponentgui.cpp:398
-msgid "Done"
-msgstr ""
-
-#: agents/showedittextfileagent.cpp:104
-msgid ""
-"A command running in the R-engine wants you to see the following file(s):\n"
-msgstr ""
-
-#: agents/showedittextfileagent.cpp:104
-msgid "Showing file(s)"
-msgstr ""
-
-#: agents/showedittextfileagent.cpp:110
-msgid ""
-"A command running in the R-engine wants you to edit one or more file(s). "
-"Please look at these files, edit them as appropriate, and save them. When "
-"done, press the \"Done\"-button, or close this dialog to resume.\n"
-"\n"
-msgstr ""
-
-#: agents/showedittextfileagent.cpp:110
-msgid "Edit file(s)"
-msgstr ""
-
-#: core/renvironmentobject.cpp:106
-msgid ""
-"The package '%1' (probably you just loaded it) is currently blacklisted for "
-"retrieving structure information. Practically this means, the objects in "
-"this package will not appear in the object browser, and there will be no "
-"object name completion or function argument hinting for objects in this "
-"package.\n"
-"Packages will typically be blacklisted, if they contain huge amount of data, "
-"that would take too long to load. To unlist the package, visit Settings-"
-">Configure RKWard->Workspace."
-msgstr ""
-
-#: core/renvironmentobject.cpp:106
-msgid "Package blacklisted"
-msgstr ""
-
-#: core/rkmodificationtracker.cpp:67
-msgid ""
-"The object '%1' was removed from workspace or changed to a different type of "
-"object, but is currently opened for editing. Do you want to restore it?"
-msgstr ""
-
-#: core/rkmodificationtracker.cpp:67
-msgid "Restore object?"
-msgstr ""
-
-#: core/rkmodificationtracker.cpp:83
-msgid ""
-"Do you really want to remove the object '%1'? The object is currently opened "
-"for editing, it will be removed in the editor, too. There's no way to get it "
-"back."
-msgstr ""
-
-#: core/rkmodificationtracker.cpp:83 core/rkmodificationtracker.cpp:88
-msgid "Remove object?"
-msgstr ""
-
-#: core/rkmodificationtracker.cpp:88
-msgid ""
-"Do you really want to remove the object '%1'? There's no way to get it back."
-msgstr ""
-
-#: core/rkmodificationtracker.cpp:349 dataeditor/rkvareditmodel.cpp:688
-#: dialogs/rkloadlibsdialog.cpp:411 dialogs/rkloadlibsdialog.cpp:427
-#: dialogs/rkloadlibsdialog.cpp:941 plugin/rkformula.cpp:83
-#: plugin/rkvarslot.cpp:59
-msgid "Name"
-msgstr ""
-
-#: core/rkmodificationtracker.cpp:350 dataeditor/rkvareditmodel.cpp:689
-#: misc/editlabelsdialog.cpp:205 misc/rkobjectlistview.cpp:186
-msgid "Label"
-msgstr ""
-
-#: core/rkmodificationtracker.cpp:351 dataeditor/rkvareditmodel.cpp:690
-#: misc/rkobjectlistview.cpp:185 rbackend/rcommandstack.cpp:320
-#: windows/rkhelpsearchwindow.cpp:345
-msgid "Type"
-msgstr ""
-
-#: core/rkmodificationtracker.cpp:352 misc/rkobjectlistview.cpp:187
-msgid "Class"
-msgstr ""
-
-#: core/rkpseudoobjects.cpp:84
-msgctxt "Note: 'namespace' is a technical term, should not be translated"
-msgid "Orphan Namespaces"
-msgstr ""
-
-#: core/rkpseudoobjects.cpp:159
-msgid ""
-"This special object does not actually exist anywhere in R. It is used, here, "
-"to list namespaces which are loaded, but not attached to a package on the "
-"search path. These are typically 'imported' namespaces."
-msgstr ""
-
-#: core/rkrownames.cpp:41
-msgid "row names"
-msgstr ""
-
-#: core/rkrownames.cpp:107
-msgid "new.row"
-msgstr ""
-
-#: core/robject.cpp:120
-msgid "Full location:"
-msgstr ""
-
-#: core/robject.cpp:122
-msgid "Label:"
-msgstr ""
-
-#: core/robject.cpp:123
-msgid "Type:"
-msgstr ""
-
-#: core/robject.cpp:126
-msgid "Function"
-msgstr ""
-
-#: core/robject.cpp:127
-msgid "Usage: "
-msgstr ""
-
-#: core/robject.cpp:129
-msgid "Data frame"
-msgstr ""
-
-#: core/robject.cpp:131
-msgid "Array"
-msgstr ""
-
-#: core/robject.cpp:133 misc/rkspecialactions.cpp:88
-msgid "Matrix"
-msgstr ""
-
-#: core/robject.cpp:135
-msgid "List"
-msgstr ""
-
-#: core/robject.cpp:137
-msgid "Variable"
-msgstr ""
-
-#: core/robject.cpp:138
-msgid "Data Type:"
-msgstr ""
-
-#: core/robject.cpp:140
-msgid "Environment"
-msgstr ""
-
-#: core/robject.cpp:145
-msgid "Length: "
-msgstr ""
-
-#: core/robject.cpp:147
-msgid "Dimensions: "
-msgstr ""
-
-#: core/robject.cpp:155
-msgid "Class(es):"
-msgstr ""
-
-#: core/robjectlist.cpp:82
-msgid ""
-"Did not unload package %1. It is required in RKWard. If you really want to "
-"do this, do so on the R Console."
-msgstr ""
-
-#: core/robjectlist.cpp:85
-msgid "Package %1 appears not to have been loaded"
-msgstr ""
-
-#: dataeditor/rkeditordataframe.cpp:63 windows/robjectbrowser.cpp:191
-#: windows/robjectbrowser.cpp:237
-msgid "The name you specified was already in use or not valid. Renamed to %1"
-msgstr ""
-
-#: dataeditor/rkeditordataframe.cpp:63 windows/robjectbrowser.cpp:191
-#: windows/robjectbrowser.cpp:237
-msgid "Invalid Name"
-msgstr ""
-
-#: dataeditor/rkvareditmodel.cpp:291 dataeditor/rkvareditmodel.cpp:559
-msgid "Type on these fields to add new columns"
-msgstr ""
-
-#: dataeditor/rkvareditmodel.cpp:292
-msgid "Type on these fields to add new rows"
-msgstr ""
-
-#: dataeditor/rkvareditmodel.cpp:311 plugin/rkmatrixinput.cpp:500
-msgid "This value is not allowed, here"
-msgstr ""
-
-#: dataeditor/rkvareditmodel.cpp:379
-msgid "#New Variable#"
-msgstr ""
-
-#: dataeditor/rkvareditmodel.cpp:380
-msgid "Row names"
-msgstr ""
-
-#: dataeditor/rkvareditmodel.cpp:385
-msgid "This column contains one or more invalid fields"
-msgstr ""
-
-#: dataeditor/rkvareditmodel.cpp:691
-msgid "Format"
-msgstr ""
-
-#: dataeditor/rkvareditmodel.cpp:692
-msgid "Levels"
-msgstr ""
-
-#: dataeditor/rkvareditmodel.cpp:695
-msgid "Edit these fields to rename variables."
-msgstr ""
-
-#: dataeditor/rkvareditmodel.cpp:696
-msgid "A descriptive label for each column (optional)."
-msgstr ""
-
-#: dataeditor/rkvareditmodel.cpp:697
-msgid "Type of data."
-msgstr ""
-
-#: dataeditor/rkvareditmodel.cpp:698
-msgid "Double click on these fields to customize data display."
-msgstr ""
-
-#: dataeditor/rkvareditmodel.cpp:699
-msgid "Double click on these fields to edit factor levels."
-msgstr ""
-
-#: dataeditor/twintable.cpp:102
-msgid "Cuts the selected section and puts it to the clipboard"
-msgstr ""
-
-#: dataeditor/twintable.cpp:104
-msgid "Copies the selected section to the clipboard"
-msgstr ""
-
-#: dataeditor/twintable.cpp:107
-msgid "Pastes the clipboard contents to current position"
-msgstr ""
-
-#: dataeditor/twintable.cpp:110
-msgid "Paste inside table"
-msgstr ""
-
-#: dataeditor/twintable.cpp:112
-msgid ""
-"Pastes the clipboard contents to current position, but not beyond the "
-"table's boundaries"
-msgstr ""
-
-#: dataeditor/twintable.cpp:115
-msgid "Paste inside selection"
-msgstr ""
-
-#: dataeditor/twintable.cpp:117
-msgid ""
-"Pastes the clipboard contents to current position, but not beyond the "
-"boundaries of the current selection"
-msgstr ""
-
-#: dataeditor/twintable.cpp:182
-msgid ""
-"The editor '%1' contains the following duplicate columns. Editing this table "
-"may not be safe, and has been disabled. You may re-enable editing if you "
-"know what you are doing, but you are strongly advised to fix the table, and/"
-"or backup your data, first."
-msgstr ""
-
-#: dataeditor/twintable.cpp:182
-msgid "Duplicate columns detected"
-msgstr ""
-
-#: dataeditor/twintable.cpp:191
-msgid " [read-only]"
-msgstr ""
-
-#: dataeditor/twintable.cpp:236
-msgid "Insert new variable left"
-msgstr ""
-
-#: dataeditor/twintable.cpp:239
-msgid "Delete this variable"
-msgstr ""
-
-#: dataeditor/twintable.cpp:250
-msgid "Insert new case above (at %1)"
-msgstr ""
-
-#: dataeditor/twintable.cpp:260
-msgid "Delete marked rows (%1-%2)"
-msgstr ""
-
-#: dataeditor/twintable.cpp:266
-msgid "Delete this row (%1)"
-msgstr ""
-
-#: dataeditor/twintable.cpp:389
-msgid "Inserting clipboard contents..."
-msgstr ""
-
-#: dialogs/rkerrordialog.cpp:44
-msgid "Report As Bug"
-msgstr ""
-
-#: dialogs/rkerrordialog.cpp:54
-msgid "Message code: %1\n"
-msgstr ""
-
-#: dialogs/rkerrordialog.cpp:63
-msgid "---Problem description---\n"
-msgstr ""
-
-#: dialogs/rkerrordialog.cpp:65
-msgid ""
-"Please give a brief summary on the problem:\n"
-"###Please fill in###\n"
-"\n"
-msgstr ""
-
-#: dialogs/rkerrordialog.cpp:67
-msgid ""
-"I encountered the error message quoted below. Additionally, I saw the "
-"following symptoms:\n"
-"###Please fill in (if applicable)###\n"
-"\n"
-msgstr ""
-
-#: dialogs/rkerrordialog.cpp:69
-msgid ""
-"What - in detail - did you do directly before you encountered this problem?\n"
-"###Please fill in###\n"
-"\n"
-msgstr ""
-
-#: dialogs/rkerrordialog.cpp:70
-msgid ""
-"When you try to repeat the above, does the problem occur again (no, "
-"sometimes, always)?\n"
-"###Please fill in###\n"
-"\n"
-msgstr ""
-
-#: dialogs/rkerrordialog.cpp:71
-msgid ""
-"If applicable: When doing the same thing in an R session outside of RKWard, "
-"do you see the same problem?\n"
-"###Please fill in###\n"
-"\n"
-msgstr ""
-
-#: dialogs/rkerrordialog.cpp:72
-msgid ""
-"Do you have any further information that might help us to track this problem "
-"down? In particular, if applicable, can you provide sample data and sample R "
-"code to reproduce this problem?\n"
-"###Please fill in###\n"
-"\n"
-msgstr ""
-
-#: dialogs/rkerrordialog.cpp:73
-msgid ""
-"RKWard is available in many different packagings, and sometimes problems are "
-"specific to one method of installation. How did you install RKWard (which "
-"file(s) did you download)?\n"
-"###Please fill in###\n"
-"\n"
-msgstr ""
-
-#: dialogs/rkerrordialog.cpp:85
-msgid ""
-"Please stand by while gathering some information on your setup.\n"
-"In case the backend has died or hung up, you may want to press 'Cancel' to "
-"skip this step."
-msgstr ""
-
-#: dialogs/rkerrordialog.cpp:85
-msgid "Gathering setup information"
-msgstr ""
-
-#: dialogs/rkerrordialog.cpp:100
-msgid "Reporting bugs in RKWard"
-msgstr ""
-
-#: dialogs/rkerrordialog.cpp:104
-msgid ""
-"<p><b>Where should I report bugs or wishes?</b></p><p>Please submit your bug "
-"reports or wishes at <a href=\"%1\">%1</a> or send email to <a href=\"mailto:"
-"%2\">%2</a>.</p><p><b>What information should I provide?</b></p><p>Please "
-"copy the information shown below, and fill in the details to the questions.</"
-"p>"
-msgstr ""
-
-#: dialogs/rkimportdialog.cpp:35
-msgid "File format: "
-msgstr ""
-
-#: dialogs/rkimportdialog.cpp:46
-msgid "No plugins defined for context '%1'"
-msgstr ""
-
-#: dialogs/rkimportdialog.cpp:51
-msgid "All Files"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:63
-msgid "Configure Packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:67
-msgid "Local packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:71
-msgid "Install / Update / Remove"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:73
-msgid "Configure Repositories"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:192 dialogs/rkloadlibsdialog.cpp:199
-#: dialogs/rkloadlibsdialog.cpp:230
-msgid "Package %1 at %2"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:205
-msgid ""
-"The following packages, which you have selected for removal, are essential "
-"to the operation of RKWard, and will not be removed. If you are absolutely "
-"sure, that you want to remove these packages, please do so on the R command "
-"line."
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:205
-msgid "Not removing certain packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:211
-msgid ""
-"Your current user permissions do not allow removing the following packages. "
-"These will be skipped."
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:211 dialogs/rkloadlibsdialog.cpp:214
-msgid "Insufficient user permissions"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:214
-msgid ""
-"Your current user permissions do not allow removing the following packages. "
-"Do you want to skip these packages, or do you want to proceed with "
-"administrator privileges (you will be prompted for the password)?"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:236
-msgid ""
-"You are about to remove the following packages. Are you sure you want to "
-"proceed?"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:236
-msgid "About to remove packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:239
-msgid "Please stand by while removing selected packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:239
-msgid "Removing packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:253
-msgid "Selected library location not writable"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:254
-msgid ""
-"<p>The directory you have selected for installation (%1) is not writable "
-"with your current user permissions.</p><p>Would you like to install to %2, "
-"instead (you can also press \"Cancel\" and use the \"Configure Repositories"
-"\"-button to set up a different directory)?</p>"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:257
-msgid ""
-"<p>Alternatively, if you have access to an administrator account on this "
-"machine, you can use that to install the package(s), or you could change the "
-"permissions of '%1'. Sorry, automatic switching to Administrator is not yet "
-"supported in RKWard on Windows.</p>"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:259 dialogs/rkloadlibsdialog.cpp:263
-msgid "Install to %1"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:262
-msgid ""
-"<p>Alternatively, if you are the administrator of this machine, you can try "
-"to install the packages as root (you'll be prompted for the root password).</"
-"p>"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:263
-msgid "Become root"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:295
-msgid "Please stand by while installing selected packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:295
-msgid "Installing packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:377
-msgid "Installation process died with exit code %1"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:409
-msgid "Installed packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:411 dialogs/rkloadlibsdialog.cpp:942
-#: windows/rkhelpsearchwindow.cpp:97 windows/rkhelpsearchwindow.cpp:343
-msgid "Title"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:411 dialogs/rkloadlibsdialog.cpp:943
-msgid "Version"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:411 dialogs/rkloadlibsdialog.cpp:944
-msgid "Location"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:416
-msgid "Load"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:418
-msgid "Unload"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:425
-msgid "Loaded packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:577
-msgid ""
-"There has been an error while trying to load / unload packages. See "
-"transcript below for details"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:577
-msgid "Error while handling packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:631
-msgid ""
-"Many packages are available on CRAN (Comprehensive R Archive Network), and "
-"other repositories<br>(click \"Configure Repositories\" to add more sources)."
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:653
-msgid "Show only packages matching:"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:655
-msgid ""
-"<p>You can limit the packages displayed in the list to with names or titles "
-"matching a filter string.</p><p><b>Note:</b> To search for partial strings, "
-"add '*' to the start and / or end of the filter, e.g. '*stat*'.</p>"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:659
-msgid "Select all updates"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:720
-msgid ""
-"The package requested by the backend (\"%1\") was not found in the package "
-"repositories. Maybe the package name was mis-spelled. Or maybe you need to "
-"add additional repositories via the \"Configure Repositories\"-button."
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:720
-msgid "Package not available"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:788
-msgid "Install packages to:"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:792
-msgid "Install suggested packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:794
-msgid ""
-"Some packages \"suggest\" additional packages, which are not strictly "
-"necessary for using that package, but which may provide additional related "
-"functionality. Check this option to include such additional suggested "
-"packages."
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:879
-msgid ""
-"<p>Please stand by while searching for installed and available packages.</"
-"p><p><strong>Note:</strong> This requires a working internet connection, and "
-"may take some time, esp. if one or more repositories are temporarily "
-"unavailable.</p>"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:879
-msgid "Searching for packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:940 rbackend/rcommandstack.cpp:321
-#: settings/rksettingsmoduleplugins.cpp:554
-msgid "Status"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:947
-msgid ""
-"<p>Packages marked with an RKWard icon in this column provide enhancements "
-"to RKWard, typically in the form of additional graphical dialogs.</p>"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:948
-msgid ""
-"<p>You can select packages for installation / removal by checking / "
-"unchecking the corresponding boxes in this column.</p>"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:949
-msgid "<p>The name of the package.</p>"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:950
-msgid ""
-"<p>A descriptive title for the package. Currently this is not available for "
-"packages in non-local repositories.</p>"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:951
-msgid "<p>Installed and / or available version of the package</p>"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:952
-msgid "<p>Location where the package is installed / available</p>"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:975
-msgid "Updateable Packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:976
-msgid ""
-"Packages for which an update is available. This may include packages which "
-"were merely built against a newer version of R."
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:978
-msgid "New Packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:979
-msgid ""
-"Packages which are available for installation, but which are not currently "
-"installed."
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:981
-msgid "Installed Packages"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:982
-msgid ""
-"Packages which are installed locally. Note that updates may be available for "
-"these packages."
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:1006
-msgid "Install"
-msgstr ""
-
-#: dialogs/rkloadlibsdialog.cpp:1009 misc/multistringselector.cpp:116
-msgid "Remove"
-msgstr ""
-
-#: dialogs/rkreadlinedialog.cpp:55
-msgid "Context:"
-msgstr ""
-
-#: dialogs/rkrecoverdialog.cpp:35
-msgid "Crash recovery file detected"
-msgstr ""
-
-#: dialogs/rkrecoverdialog.cpp:38
-msgid "Show in file browser"
-msgstr ""
-
-#: dialogs/rkrecoverdialog.cpp:39
-msgid "Recover"
-msgstr ""
-
-#: dialogs/rkrecoverdialog.cpp:44
-msgid ""
-"<p>It looks like RKWard has crashed, recently. We are sorry about that! "
-"However, not everything is lost, and with a bit of luck, your data has been "
-"saved in time.</p>"
-msgstr ""
-
-#: dialogs/rkrecoverdialog.cpp:45
-msgid "<p>A workspace recovery file exists in <i>%2</i> as <i>%3</i>.</p>"
-msgid_plural ""
-"<p>%1 workspace recovery files exist in <i>%2</i>, the most recent one of "
-"which is <i>%3</i>.</p>"
-msgstr[0] ""
-msgstr[1] ""
-
-#: dialogs/rkrecoverdialog.cpp:46
-msgid ""
-"<p>Do you want to open this file, now? <b>Note</b>: You will be prompted "
-"again, next time you start RKWard, until you remove/rename the file, "
-"manually.</p>"
-msgstr ""
-
-#: dialogs/rkselectlistdialog.cpp:38
-msgid "<b>Select one or more:</b>"
-msgstr ""
-
-#: dialogs/rkselectlistdialog.cpp:39
-msgid "<b>Select one:</b>"
-msgstr ""
-
-#: dialogs/startupdialog.cpp:47
-msgid "What would you like to do?"
-msgstr ""
-
-#: dialogs/startupdialog.cpp:59 settings/rksettingsmodulegeneral.cpp:75
-msgid "Start with an empty workspace"
-msgstr ""
-
-#: dialogs/startupdialog.cpp:61 settings/rksettingsmodulegeneral.cpp:77
-msgid "Start with an empty table"
-msgstr ""
-
-#: dialogs/startupdialog.cpp:68
-msgid "Load workspace from current directory"
-msgstr ""
-
-#: dialogs/startupdialog.cpp:69
-msgid ""
-"Load workspace from current directory:\n"
-"%1"
-msgstr ""
-
-#: dialogs/startupdialog.cpp:70
-msgid "Load an existing workspace:"
-msgstr ""
-
-#: dialogs/startupdialog.cpp:78
-msgid "<<Open another file>>"
-msgstr ""
-
-#: dialogs/startupdialog.cpp:88
-msgid "Always do this on startup"
-msgstr ""
-
-#: main.cpp:119
-msgid ""
-"After starting (and after loading the specified workspace, if applicable), "
-"evaluate the given R code."
-msgstr ""
-
-#: main.cpp:120
-msgid "Verbosity of debug messages (0-5)"
-msgstr ""
-
-#: main.cpp:121
-msgid "Mask for components to debug (see debug.h)"
-msgstr ""
-
-#: main.cpp:122
-msgid ""
-"Debugger (enclose any debugger arguments in single quotes ('') together with "
-"the command)"
-msgstr ""
-
-#: main.cpp:123
-msgid ""
-"Debugger for the backend. (Enclose any debugger arguments in single quotes "
-"('') together with the command. Make sure to re-direct stdout!)"
-msgstr ""
-
-#: main.cpp:124
-msgid ""
-"Use specified R installation, instead of the one configured at compile time "
-"(note: rkward R library must be installed to that installation of R)"
-msgstr ""
-
-#: main.cpp:125
-msgid "R workspace file to open"
-msgstr ""
-
-#: main.cpp:127
-msgid "RKWard"
-msgstr ""
-
-#: main.cpp:127
-msgid "Frontend to the R statistics language"
-msgstr ""
-
-#: main.cpp:127
-msgid "(c) 2002, 2004 - 2014"
-msgstr ""
-
-#: main.cpp:128 main.cpp:129 main.cpp:130 main.cpp:131 main.cpp:132
-#: main.cpp:134 main.cpp:135 main.cpp:136 main.cpp:137 main.cpp:138
-#: main.cpp:139 main.cpp:140 main.cpp:141 main.cpp:142 main.cpp:143
-#: main.cpp:144 main.cpp:145
-msgid "%1"
-msgstr ""
-
-#: main.cpp:128
-msgid "Project leader / main developer"
-msgstr ""
-
-#: main.cpp:129
-msgid "C++ developer between 2004 and 2007"
-msgstr ""
-
-#: main.cpp:130
-msgid "Many plugins, suggestions, plot history feature"
-msgstr ""
-
-#: main.cpp:131
-msgid "Many plugins, suggestions, rkwarddev package"
-msgstr ""
-
-#: main.cpp:132
-msgid "Many plugins, suggestions, marketing, translations"
-msgstr ""
-
-#: main.cpp:133
-msgid "Contributors in alphabetical order"
-msgstr ""
-
-#: main.cpp:134
-msgid "Several helpful comments and discussions"
-msgstr ""
-
-#: main.cpp:135
-msgid "Plugins and patches"
-msgstr ""
-
-#: main.cpp:136
-msgid "New website"
-msgstr ""
-
-#: main.cpp:137
-msgid "HP filter plugin, spanish translation"
-msgstr ""
-
-#: main.cpp:138
-msgid "A cool icon"
-msgstr ""
-
-#: main.cpp:139
-msgid "RKWard logo, many suggestions, help on wording"
-msgstr ""
-
-#: main.cpp:140
-msgid "Several valuable comments, hints and patches"
-msgstr ""
-
-#: main.cpp:141
-msgid "Translation, Suggestions, plugins"
-msgstr ""
-
-#: main.cpp:142
-msgid "Many comments, useful suggestions, and bug reports"
-msgstr ""
-
-#: main.cpp:143
-msgid "German Translation, bug reports"
-msgstr ""
-
-#: main.cpp:144
-msgid "Some patches"
-msgstr ""
-
-#: main.cpp:145
-msgid "patches and helpful comments"
-msgstr ""
-
-#: main.cpp:146
-msgid "Many more people on rkward-devel at lists.sourceforge.net"
-msgstr ""
-
-#: main.cpp:146
-msgid "Sorry, if we forgot to list you. Please contact us to get added"
-msgstr ""
-
-#: misc/editformatdialog.cpp:41
-msgid "Alignment"
-msgstr ""
-
-#: misc/editformatdialog.cpp:45
-msgid "Default"
-msgstr ""
-
-#: misc/editformatdialog.cpp:47
-msgid "Left"
-msgstr ""
-
-#: misc/editformatdialog.cpp:49
-msgid "Right"
-msgstr ""
-
-#: misc/editformatdialog.cpp:54
-msgid "Decimal Places"
-msgstr ""
-
-#: misc/editformatdialog.cpp:56
-msgid "Default setting"
-msgstr ""
-
-#: misc/editformatdialog.cpp:58
-msgid "As required"
-msgstr ""
-
-#: misc/editformatdialog.cpp:60
-msgid "Fixed precision:"
-msgstr ""
-
-#: misc/editformatdialog.cpp:78
-msgid "Formatting options for '%1'"
-msgstr ""
-
-#: misc/editlabelsdialog.cpp:215
-msgid ""
-"Levels can be assigned only to consecutive integers starting with 1 (the "
-"index column is read only). To remove levels at the end of the list, just "
-"set them to empty."
-msgstr ""
-
-#: misc/editlabelsdialog.cpp:221
-msgid "Levels / Value labels for '%1'"
-msgstr ""
-
-#: misc/multistringselector.cpp:46 settings/rksettingsmoduleplugins.cpp:553
-msgid "Filename"
-msgstr ""
-
-#: misc/multistringselector.cpp:112
-msgid "Add"
-msgstr ""
-
-#: misc/multistringselector.cpp:122
-msgid "Up"
-msgstr ""
-
-#: misc/multistringselector.cpp:126
-msgid "Down"
-msgstr ""
-
-#: misc/rkcommonfunctions.cpp:216
-msgid ""
-"<p><em>Note:</em> This setting does not take effect until you restart RKWard."
-"</p>"
-msgstr ""
-
-#: misc/rkobjectlistview.cpp:43
-msgid "Configure Defaults"
-msgstr ""
-
-#: misc/rkobjectlistview.cpp:180
-msgid "All Environments"
-msgstr ""
-
-#: misc/rkobjectlistview.cpp:181
-msgid "Objects with children"
-msgstr ""
-
-#: misc/rkobjectlistview.cpp:182
-msgid "Variables"
-msgstr ""
-
-#: misc/rkobjectlistview.cpp:183 windows/robjectbrowser.cpp:297
-msgid "Functions"
-msgstr ""
-
-#: misc/rkobjectlistview.cpp:184
-msgid "Hidden Objects"
-msgstr ""
-
-#: misc/rkobjectlistview.cpp:285
-msgid "Show Objects"
-msgstr ""
-
-#: misc/rkobjectlistview.cpp:293
-msgid "Show Fields"
-msgstr ""
-
-#: misc/rkprogresscontrol.cpp:219
-msgid ""
-"<b>There have been errors and / or warnings! See below for a transcript</b>"
-msgstr ""
-
-#: misc/rkprogresscontrol.cpp:228 settings/rksettingsmoduleoutput.cpp:220
-msgid "Output"
-msgstr ""
-
-#: misc/rkprogresscontrol.cpp:229
-msgid "Output:"
-msgstr ""
-
-#: misc/rkprogresscontrol.cpp:231
-msgid "Errors / Warnings"
-msgstr ""
-
-#: misc/rkprogresscontrol.cpp:232
-msgid "Errors / Warnings:"
-msgstr ""
-
-#: misc/rkprogresscontrol.cpp:252 plugin/rkstandardcomponentgui.cpp:312
-#: robjectviewer.cpp:176 windows/rkdebugconsole.cpp:66
-msgid "Cancel"
-msgstr ""
-
-#: misc/rksaveobjectchooser.cpp:53
-msgid "Change"
-msgstr ""
-
-#: misc/rksaveobjectchooser.cpp:92
-msgid "Parent object: %1"
-msgstr ""
-
-#: misc/rksaveobjectchooser.cpp:103
-msgid "Select parent object"
-msgstr ""
-
-#: misc/rksaveobjectchooser.cpp:178
-msgid "Overwrite? (The given object name already exists)"
-msgstr ""
-
-#: misc/rksaveobjectchooser.cpp:183
-msgid "Overwrite?"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:27 misc/rkspecialactions.cpp:66
-msgid "Paste special..."
-msgstr ""
-
-#: misc/rkspecialactions.cpp:79
-msgid "Paste mode"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:82
-msgid "Single string"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:85
-msgid "Vector"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:97
-msgid "Field separator"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:100
-msgid "Tab"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:104
-msgid "Comma"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:108
-msgid "Single space"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:111
-msgid "Any whitespace"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:115
-msgid "Other:"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:126
-msgid "Quoting"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:129
-msgid "Do not quote values"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:132
-msgid "Automatic"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:136
-msgid "Quote all values"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:142
-msgid "Transformations"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:144
-msgid "Reverse horizontally"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:146
-msgid "Reverse vertically"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:148
-msgid "Flip rows/columns"
-msgstr ""
-
-#: misc/rkspecialactions.cpp:150
-msgid "Insert NAs where needed"
-msgstr ""
-
-#: misc/rkstandardactions.cpp:34
-msgid "Copy lines to output"
-msgstr ""
-
-#: misc/rkstandardactions.cpp:53
-msgid "Run line / selection"
-msgstr ""
-
-#: misc/rkstandardactions.cpp:54
-msgid ""
-"Runs the current selection (if any) or the current line (if there is no "
-"selection)"
-msgstr ""
-
-#: misc/rkstandardactions.cpp:57
-msgid "Run selection"
-msgstr ""
-
-#: misc/rkstandardactions.cpp:68
-msgid "Run all"
-msgstr ""
-
-#: misc/rkstandardactions.cpp:78
-msgid "&Function reference"
-msgstr ""
-
-#: misc/xmlhelper.cpp:51
-msgid "Could not open file %1 for reading"
-msgstr ""
-
-#: misc/xmlhelper.cpp:53
-msgid ""
-"Error parsing XML-file. Error-message was: '%1' in line '%2', column '%3'. "
-"Expect further errors to be reported below"
-msgstr ""
-
-#: misc/xmlhelper.cpp:170
-msgid "Trying to retrieve children of invalid element"
-msgstr ""
-
-#: misc/xmlhelper.cpp:181
-msgid "Expected exactly one element '%1' but found %2"
-msgstr ""
-
-#: misc/xmlhelper.cpp:236 misc/xmlhelper.cpp:248
-msgid "'%1'-attribute not given. Assuming '%2'"
-msgstr ""
-
-#: misc/xmlhelper.cpp:267
-msgid "Illegal attribute value. Allowed values are one of '%1', only."
-msgstr ""
-
-#: misc/xmlhelper.cpp:281
-msgid "Illegal attribute value. Only integer numbers are allowed."
-msgstr ""
-
-#: misc/xmlhelper.cpp:297
-msgid "Illegal attribute value. Only real numbers are allowed."
-msgstr ""
-
-#: misc/xmlhelper.cpp:315
-msgid "Illegal attribute value. Allowed values are '%1' or '%2', only."
-msgstr ""
-
-#: misc/xmlhelper.cpp:331
-msgid "Trying to retrieve contents of invalid element"
-msgstr ""
-
-#: misc/xmlhelper.cpp:343
-msgid "XML-parsing '%1' "
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:114 plugin/rkcomponentmap.cpp:468
-msgid "(no label)"
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:255
-msgid ""
-"You tried to invoke a plugin called '%1', but that plugin is currently "
-"unknown. Probably you need to load the corresponding PluginMap (Settings-"
-">Configure RKWard->Plugins), or perhaps the plugin was renamed."
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:257
-msgid "No such plugin"
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:267
-msgid ""
-"Bad serialization format while trying to invoke plugin '%1'. Please contact "
-"the RKWard team (Help->About RKWard->Authors)."
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:269
-msgid "Bad serialization format"
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:292
-msgid ""
-"\n"
-"The plugin has crashed."
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:300
-msgid ""
-"Not all specified settings could be applied. Most likely this is because "
-"some R objects are no longer present in your current workspace."
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:303
-msgid "Not all settings applied"
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:316
-msgid ""
-"\n"
-"The plugin could not be auto-submitted with these settings."
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:318
-msgid "Could not submit"
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:354
-msgid "Could not open plugin map file %1. (Is not readble, or failed to parse)"
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:369
-msgid ""
-"Skipping plugin map file '%1': Not compatible with this version of RKWard"
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:419
-msgid ""
-"Specified required file '%1' does not exist or is not readable. Ignoring."
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:437
-msgid ""
-"Could not resolve specified required pluginmap '%1'. You may have to install "
-"additional packages."
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:471
-msgid ""
-"RKComponentMap already contains a component with id \"%1\". Ignoring second "
-"entry."
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:473
-msgid ""
-"Specified file '%1' for component id \"%2\" does not exist or is not "
-"readable. Ignoring."
-msgstr ""
-
-#: plugin/rkcomponentmap.cpp:489
-msgid ""
-"Component '%1' is not available in a version compatible with this version of "
-"RKWard"
-msgstr ""
-
-#: plugin/rkcomponentmeta.cpp:45
-msgid "Unspecified"
-msgstr ""
-
-#: plugin/rkcomponentmeta.cpp:77
-msgid "Copyright (c)"
-msgstr ""
-
-#: plugin/rkcomponentmeta.cpp:78
-msgid "License"
-msgstr ""
-
-#: plugin/rkcomponentmeta.cpp:81
-msgid "Authors:"
-msgstr ""
-
-#: plugin/rkcomponentmeta.cpp:87
-msgctxt "Author roles (contributor, etc.)"
-msgid "Roles"
-msgstr ""
-
-#: plugin/rkcomponentmeta.cpp:198
-msgid "RKWard plugin map"
-msgstr ""
-
-#: plugin/rkcomponentmeta.cpp:199
-msgid "R package"
-msgstr ""
-
-#: plugin/rkcomponentproperties.cpp:929
-msgid "This object has %1 dimension(s), but %2 dimension(s) is/are expected."
-msgstr ""
-
-#: plugin/rkcomponentproperties.cpp:932
-msgid "This object has a length of %1, but a minimum length of %2 is expected."
-msgstr ""
-
-#: plugin/rkcomponentproperties.cpp:933
-msgid "This object has a length of %1, but a maximum length of %2 is expected."
-msgstr ""
-
-#: plugin/rkcomponentproperties.cpp:945
-msgid "This object does not appear to belong to any of the classes <i>%1</i>."
-msgstr ""
-
-#: plugin/rkcomponentproperties.cpp:952
-msgid ""
-"This object's data type is <i>%1</i>, while allowed type(s) is/are <i>%2</i>."
-msgstr ""
-
-#: plugin/rkdropdown.cpp:42 plugin/rkradio.cpp:45
-msgid "Select one:"
-msgstr ""
-
-#: plugin/rkformula.cpp:68
-msgid "Specify model"
-msgstr ""
-
-#: plugin/rkformula.cpp:72
-msgid "Full Model"
-msgstr ""
-
-#: plugin/rkformula.cpp:74
-msgid "Main Effects only"
-msgstr ""
-
-#: plugin/rkformula.cpp:76
-msgid "Custom Model:"
-msgstr ""
-
-#: plugin/rkformula.cpp:102
-msgid "Main effects"
-msgstr ""
-
-#: plugin/rkformula.cpp:107
-msgid "Level"
-msgstr ""
-
-#: plugin/rkformula.cpp:107
-msgid "Term"
-msgstr ""
-
-#: plugin/rkinput.cpp:50
-msgid "Enter text"
-msgstr ""
-
-#: plugin/rkmatrixinput.cpp:44
-msgid "Enter data:"
-msgstr ""
-
-#: plugin/rkmatrixinput.cpp:488
-msgid "Type on these cells to expand the table"
-msgstr ""
-
-#: plugin/rkmatrixinput.cpp:499
-msgid "Empty values are not allowed"
-msgstr ""
-
-#: plugin/rkmatrixinput.cpp:523
-msgid "This column contains illegal values in some of its cells"
-msgstr ""
-
-#: plugin/rkoptionset.cpp:57
-msgid "Updating status, please wait"
-msgstr ""
-
-#: plugin/rkoptionset.cpp:220
-msgid "Add a row / element"
-msgstr ""
-
-#: plugin/rkoptionset.cpp:222
-msgid "Remove a row / element"
-msgstr ""
-
-#: plugin/rkoptionset.cpp:838
-msgid "This row has not yet been processed."
-msgstr ""
-
-#: plugin/rkoptionset.cpp:839
-msgid "This row contains invalid settings."
-msgstr ""
-
-#: plugin/rkoptionset.cpp:859
-msgid "Please wait while settings are being processed"
-msgstr ""
-
-#: plugin/rkoptionset.cpp:862
-msgid "One or more rows contain invalid settings."
-msgstr ""
-
-#: plugin/rkoptionset.cpp:863
-msgid "At least %1 rows have to be defined (if any)"
-msgstr ""
-
-#: plugin/rkoptionset.cpp:864
-msgid "At least %1 rows have to be defined"
-msgstr ""
-
-#: plugin/rkoptionset.cpp:865
-msgid "At most %1 rows may be defined"
-msgstr ""
-
-#: plugin/rkoptionset.cpp:866
-msgid "This element is not valid for the following reason(s):"
-msgstr ""
-
-#: plugin/rkpluginbrowser.cpp:53
-msgid "Enter filename"
-msgstr ""
-
-#: plugin/rkpluginbrowser.cpp:53
-msgid "Select"
-msgstr ""
-
-#: plugin/rkpluginsaveobject.cpp:39
-msgid "Save to:"
-msgstr ""
-
-#: plugin/rkpluginsaveobject.cpp:40 rkward.cpp:246
-msgid "my.data"
-msgstr ""
-
-#: plugin/rkpluginspinbox.cpp:45
-msgid "Enter value:"
-msgstr ""
-
-#: plugin/rkpreviewbox.cpp:55
-msgid "Preview"
-msgstr ""
-
-#: plugin/rkpreviewbox.cpp:136
-msgid "Preview not (currently) possible"
-msgstr ""
-
-#: plugin/rkpreviewbox.cpp:150 plugin/rkpreviewbox.cpp:203
-msgid "Preview updating"
-msgstr ""
-
-#: plugin/rkpreviewbox.cpp:187
-msgid "Warnings or Errors:"
-msgstr ""
-
-#: plugin/rkpreviewbox.cpp:197
-msgid "Preview disabled"
-msgstr ""
-
-#: plugin/rkpreviewbox.cpp:201
-msgid "Preview up to date"
-msgstr ""
-
-#: plugin/rkpreviewbox.cpp:206
-msgid "Preview not (yet) possible"
-msgstr ""
-
-#: plugin/rkstandardcomponent.cpp:96
-msgid ""
-"There has been an error while trying to parse the description of this plugin "
-"('%1'). Please refer to stdout for details."
-msgstr ""
-
-#: plugin/rkstandardcomponent.cpp:96
-msgid "Could not create plugin"
-msgstr ""
-
-#: plugin/rkstandardcomponentgui.cpp:97 plugin/rkstandardcomponentgui.cpp:417
-msgid "Submit"
-msgstr ""
-
-#: plugin/rkstandardcomponentgui.cpp:102 plugin/rkstandardcomponentgui.cpp:406
-msgid "Close"
-msgstr ""
-
-#: plugin/rkstandardcomponentgui.cpp:105
-msgid "Auto close"
-msgstr ""
-
-#: plugin/rkstandardcomponentgui.cpp:111 plugin/rkstandardcomponentgui.cpp:315
-msgid "Help"
-msgstr ""
-
-#: plugin/rkstandardcomponentgui.cpp:117
-msgid "Use Wizard"
-msgstr ""
-
-#: plugin/rkstandardcomponentgui.cpp:123
-msgid "Code"
-msgstr ""
-
-#: plugin/rkstandardcomponentgui.cpp:178
-msgid "Run again"
-msgstr ""
-
-#: plugin/rkstandardcomponentgui.cpp:266
-msgid "Processing. Please wait"
-msgstr ""
-
-#: plugin/rkstandardcomponentgui.cpp:341
-msgid ""
-"Below you can see the command(s) corresponding to the settings you made. "
-"Click 'Submit' to run the command(s)."
-msgstr ""
-
-#: plugin/rkstandardcomponentgui.cpp:394 plugin/rkstandardcomponentgui.cpp:412
-msgid "Next >"
-msgstr ""
-
-#: plugin/rkstandardcomponentgui.cpp:404 plugin/rkstandardcomponentgui.cpp:422
-msgid "< Back"
-msgstr ""
-
-#: plugin/rkstandardcomponentgui.cpp:425
-msgid "Use Dialog"
-msgstr ""
-
-#: plugin/rkvarslot.cpp:45
-msgid "Variable:"
-msgstr ""
-
-#: plugin/rkvarslot.cpp:166
-msgid "<p>This object is not allowed, here, for the following reason(s):</p>"
-msgstr ""
-
-#: rbackend/rcommandstack.cpp:275
-msgid "Running"
-msgstr ""
-
-#: rbackend/rcommandstack.cpp:278
-msgid "Canceled"
-msgstr ""
-
-#: rbackend/rcommandstack.cpp:287
-msgid "Command Chain"
-msgstr ""
-
-#: rbackend/rcommandstack.cpp:289
-msgid "Closed"
-msgstr ""
-
-#: rbackend/rcommandstack.cpp:290
-msgid "Waiting"
-msgstr ""
-
-#: rbackend/rcommandstack.cpp:293
-msgid "Command Stack"
-msgstr ""
-
-#: rbackend/rcommandstack.cpp:319
-msgid "Command"
-msgstr ""
-
-#: rbackend/rcommandstack.cpp:322
-msgid "Description"
-msgstr ""
-
-#: rbackend/rinterface.cpp:106
-msgid "R Startup"
-msgstr ""
-
-#: rbackend/rinterface.cpp:335
-msgid ""
-"<p>\t-An unspecified error occurred that is not yet handled by RKWard. "
-"Likely RKWard will not function properly. Please check your setup.</p>\n"
-msgstr ""
-
-#: rbackend/rinterface.cpp:337
-msgid ""
-"<p>There was a problem starting the R backend. The following error(s) "
-"occurred:</p>\n"
-msgstr ""
-
-#: rbackend/rinterface.cpp:345
-msgid "Error starting R"
-msgstr ""
-
-#: rbackend/rinterface.cpp:569
-msgid ""
-"A command in the R backend is trying to change the character encoding. While "
-"RKWard offers support for this, and will try to adjust to the new locale, "
-"this operation may cause subtle bugs, if data windows are currently open. "
-"Also the feature is not well tested, yet, and it may be advisable to save "
-"your workspace before proceeding.\n"
-"If you have any data editor opened, or in any doubt, it is recommended to "
-"close those first (this will probably be auto-detected in later versions of "
-"RKWard). In this case, please choose 'Cancel' now, then close the data "
-"windows, save, and retry."
-msgstr ""
-
-#: rbackend/rinterface.cpp:569
-msgid "Locale change"
-msgstr ""
-
-#: rbackend/rinterface.cpp:728
-msgid ""
-"The R-backend has indicated that in order to carry out the current task it "
-"needs the package '%1', which is not currently installed. We will open the "
-"package-management tool, and there you can try to locate and install the "
-"needed package."
-msgstr ""
-
-#: rbackend/rinterface.cpp:728
-msgid "Require package '%1'"
-msgstr ""
-
-#: rbackend/rinterface.cpp:824
-msgid "R backend requests information"
-msgstr ""
-
-#: rbackend/rinterface.cpp:851
-msgid ""
-"\n"
-"The R backend will be shut down immediately. This means, you can not use any "
-"more functions that rely on it. I.e. you can do hardly anything at all, not "
-"even save the workspace (but if you're lucky, R already did that). What you "
-"can do, however, is save any open command-files, the output, or copy data "
-"out of open data editors. Quit RKWard after that. Sorry!"
-msgstr ""
-
-#: rbackend/rinterface.cpp:852
-msgid "R engine has died"
-msgstr ""
-
-#: rbackend/rkfrontendtransmitter.cpp:98
-msgid ""
-"The backend executable could not be found. This is likely to be a problem "
-"with your installation."
-msgstr ""
-
-#: rbackend/rkfrontendtransmitter.cpp:110
-msgid "The backend executable could not be started. Error message was: %1"
-msgstr ""
-
-#: rbackend/rkfrontendtransmitter.cpp:141
-msgid ""
-"Error during handshake with backend process. Expected token '%1', received "
-"token '%2'"
-msgstr ""
-
-#: rbackend/rkfrontendtransmitter.cpp:145
-msgid ""
-"Version mismatch during handshake with backend process. Frontend is version "
-"'%1' while backend is '%2'.\n"
-"Please fix your installation."
-msgstr ""
-
-#: rbackend/rkfrontendtransmitter.cpp:179
-msgid ""
-"The backend process could not be started. Please check your installation."
-msgstr ""
-
-#: rbackend/rkfrontendtransmitter.cpp:180
-msgid "The backend process failed to start with exit code %1."
-msgstr ""
-
-#: rbackend/rkfrontendtransmitter.cpp:181
-msgid "Backend process has exited with code %1."
-msgstr ""
-
-#: rbackend/rkrbackend.cpp:525
-msgid "The R engine has shut down with status: %1"
-msgstr ""
-
-#: rbackend/rkrbackend.cpp:544
-msgid ""
-"The R engine has encountered a fatal error:\n"
-"%1"
-msgstr ""
-
-#: rbackend/rkrbackend.cpp:713
-msgid "Message from the R backend"
-msgstr ""
-
-#: rbackend/rkrbackend.cpp:721
-msgid "Question from the R backend"
-msgstr ""
-
-#: rbackend/rkrbackend.cpp:1542
-msgid ""
-"</p>\t- The 'rkward' R-library either could not be loaded at all, or not in "
-"the correct version. This may lead to all sorts of errors, from single "
-"missing features to complete failure to function. The most likely cause is "
-"that the last installation did not place all files in the correct place. "
-"However, in some cases, left-overs from a previous installation that was not "
-"cleanly removed may be the cause.</p>\t\t<p><b>You should quit RKWard, now, "
-"and fix your installation</b>. For help with that, see <a href=\"http://p.sf."
-"net/rkward/compiling\">http://p.sf.net/rkward/compiling</a>.</p>\n"
-msgstr ""
-
-#: rbackend/rkrbackend.cpp:1546
-msgid ""
-"<p>\t-There was a problem setting up the communication with R. Most likely "
-"this indicates a broken installation.</p>\t\t<p><b>You should quit RKWard, "
-"now, and fix your installation</b>. For help with that, see <a href=\"http://"
-"p.sf.net/rkward/compiling\">http://p.sf.net/rkward/compiling</a>.</p></p>\n"
-msgstr ""
-
-#: rbackend/rkwarddevice/rkgraphicsdevice.cpp:111
-msgid "Graphics Device Number %1"
-msgstr ""
-
-#: rbackend/rkwarddevice/rkgraphicsdevice.cpp:266
-#: windows/rkcommandeditorwindow.cpp:817
-msgid "%1 (Active)"
-msgstr ""
-
-#: rbackend/rkwarddevice/rkgraphicsdevice.cpp:267
-msgid "%1 (Inactive)"
-msgstr ""
-
-#: rbackend/rkwarddevice/rkgraphicsdevice.cpp:292
-msgid ""
-"<h2>Locating point(s)</h2><p>Use left mouse button to select point(s). Any "
-"other mouse button to stop.</p>"
-msgstr ""
-
-#: rbackend/rkwarddevice/rkgraphicsdevice.cpp:302
-msgid "<p>Press Enter to see next plot, or click 'Cancel' to abort.</p>"
-msgstr ""
-
-#: rbackend/rkwarddevice/rkgraphicsdevice.cpp:305
-msgid "Ok to show next plot?"
-msgstr ""
-
-#: rbackend/rkwarddevice/rkgraphicsdevice_frontendtransmitter.cpp:77
-msgid ""
-"There has been an error while trying to connect the on-screen graphics "
-"backend. This means, on-screen graphics using the RKWard device will not "
-"work in this session."
-msgstr ""
-
-#: rbackend/rkwarddevice/rkgraphicsdevice_frontendtransmitter.cpp:77
-msgid "Expected connection token %1, but read connection token %2"
-msgstr ""
-
-#: rbackend/rkwarddevice/rkgraphicsdevice_frontendtransmitter.cpp:77
-msgid "Error while connection graphics backend"
-msgstr ""
-
-#: rkconsole.cpp:75
-msgid ""
-"The 'katepart' component could not be loaded. RKWard cannot run without "
-"katepart, and will exit, now. Please install katepart, and try again."
-msgstr ""
-
-#: rkconsole.cpp:75
-msgid "'katepart' component could not be found"
-msgstr ""
-
-#: rkconsole.cpp:122
-msgid "R Console"
-msgstr ""
-
-#: rkconsole.cpp:604
-msgid "Syntax error\n"
-msgstr ""
-
-#: rkconsole.cpp:765 rkconsole.cpp:785
-msgid ""
-"*.Rhistory|R history files (*.Rhistory)\n"
-"*|All files (*)"
-msgstr ""
-
-#: rkconsole.cpp:765
-msgid "Select command history file to load"
-msgstr ""
-
-#: rkconsole.cpp:785
-msgid "Select filename to save command history"
-msgstr ""
-
-#: rkconsole.cpp:902
-msgid "Interrupt running command"
-msgstr ""
-
-#: rkconsole.cpp:909
-msgid "Copy selection literally"
-msgstr ""
-
-#: rkconsole.cpp:912
-msgid "Copy commands, only"
-msgstr ""
-
-#: rkconsole.cpp:919
-msgid "Print Console"
-msgstr ""
-
-#: rkconsole.cpp:926
-msgid "Import command history..."
-msgstr ""
-
-#: rkconsole.cpp:928
-msgid "Export command history..."
-msgstr ""
-
-#: rkconsole.cpp:947
-msgid ""
-"You have configured RKWard to pipe script editor commands through the R "
-"Console. However, another command is currently active in the console. Do you "
-"want to append it to the command in the console, or do you want to reset the "
-"console, first? Press cancel if you do not wish to run the new command, now."
-msgstr ""
-
-#: rkconsole.cpp:947
-msgid "R Console is busy"
-msgstr ""
-
-#: rkconsole.cpp:947
-msgid "Append"
-msgstr ""
-
-#: rkconsole.cpp:947
-msgid "Reset, then submit"
-msgstr ""
-
-#: rkward.cpp:201
-msgid ""
-"<p>RKWard either could not find its resource files at all, or only an old "
-"version of those files. The most likely cause is that the last installation "
-"failed to place the files in the correct place. This can lead to all sorts "
-"of problems, from single missing features to complete failure to function.</"
-"p><p><b>You should quit RKWard, now, and fix your installation</b>. For help "
-"with that, see <a href=\"http://p.sf.net/rkward/compiling\">http://p.sf.net/"
-"rkward/compiling</a>.</p>"
-msgstr ""
-
-#: rkward.cpp:201
-msgid "Broken installation"
-msgstr ""
-
-#: rkward.cpp:215
-msgid ""
-"Your installation of KDE is configured to use \"native\" file dialogs. This "
-"is known to cause issues in some cases, and we recommend to disable \"native"
-"\" file dialogs.\n"
-"Should \"native\" file dialogs be disabled in RKWard?"
-msgstr ""
-
-#: rkward.cpp:216
-msgid "Potential problem with your configuration"
-msgstr ""
-
-#: rkward.cpp:216
-msgid "Yes, disable"
-msgstr ""
-
-#: rkward.cpp:216
-msgid "No, use \"native\" file dialogs"
-msgstr ""
-
-#: rkward.cpp:266
-msgid "Setting up plugins..."
-msgstr ""
-
-#: rkward.cpp:270
-msgid ""
-"Plugins are needed: you may manage these through \"Settings->Configure RKWard"
-"\".\n"
-msgstr ""
-
-#: rkward.cpp:270
-msgid "No active plugin maps"
-msgstr ""
-
-#: rkward.cpp:303
-msgid ""
-"New RKWard plugin packs (listed below) have been found, and have been "
-"activated, automatically. To de-activate selected plugin packs, use Settings-"
-">Configure RKWard->Plugins."
-msgstr ""
-
-#: rkward.cpp:303
-msgid "New plugins found"
-msgstr ""
-
-#: rkward.cpp:307
-msgid ""
-"The following RKWard pluginmap files could not be loaded, and have been "
-"disabled. This could be because they are broken, not compatible with this "
-"version of RKWard, or not meant for direct loading (see the 'Details' for "
-"more information). They have been disabled."
-msgstr ""
-
-#: rkward.cpp:307 rkward.cpp:311
-msgid "Failed to load some plugin maps"
-msgstr ""
-
-#: rkward.cpp:311
-msgid ""
-"Some errors were encountered while loading the following RKWard pluginmap "
-"files. This could be because individual plugins are broken or not compatible "
-"with this version of RKWard (see the 'Details' for more information). Other "
-"plugins were loaded, successfully, however."
-msgstr ""
-
-#: rkward.cpp:311
-msgid ""
-"Note: You will not be warned about these pluginmap files again, until you "
-"upgrade RKWard, or remove and re-add them in Settings->Configure RKWard-"
-">Plugins."
-msgstr ""
-
-#: rkward.cpp:346
-msgid "Carbon Copy Settings"
-msgstr ""
-
-#: rkward.cpp:360 settings/rksettingsmoduleobjectbrowser.cpp:123
-msgid "Workspace"
-msgstr ""
-
-#: rkward.cpp:369
-msgid "Files"
-msgstr ""
-
-#: rkward.cpp:373
-msgid "Pending Jobs"
-msgstr ""
-
-#: rkward.cpp:385
-msgid "Debugger Frames"
-msgstr ""
-
-#: rkward.cpp:390
-msgid "Debugger Console"
-msgstr ""
-
-#: rkward.cpp:394
-msgid "RKWard Debug Messages"
-msgstr ""
-
-#: rkward.cpp:406
-msgid "Dataset"
-msgstr ""
-
-#: rkward.cpp:408
-msgid "Creates new empty dataset and opens it for editing"
-msgstr ""
-
-#: rkward.cpp:411
-msgid "Script File"
-msgstr ""
-
-#: rkward.cpp:415
-msgid "Open R Script File..."
-msgstr ""
-
-#: rkward.cpp:418
-msgid "Open Recent R Script File"
-msgstr ""
-
-#: rkward.cpp:425
-msgid "Import Data"
-msgstr ""
-
-#: rkward.cpp:426
-msgid "Import data from a variety of file formats"
-msgstr ""
-
-#: rkward.cpp:430
-msgid "Open Workspace..."
-msgstr ""
-
-#: rkward.cpp:432
-msgid "Opens an existing document"
-msgstr ""
-
-#: rkward.cpp:435
-msgid "Open Recent Workspace"
-msgstr ""
-
-#: rkward.cpp:436
-msgid "Opens a recently used file"
-msgstr ""
-
-#: rkward.cpp:439
-msgid "Save Workspace"
-msgstr ""
-
-#: rkward.cpp:441
-msgid "Saves the actual document"
-msgstr ""
-
-#: rkward.cpp:444
-msgid "Save Workspace As"
-msgstr ""
-
-#: rkward.cpp:445
-msgid "Saves the actual document as..."
-msgstr ""
-
-#: rkward.cpp:448
-msgid "Quits the application"
-msgstr ""
-
-#: rkward.cpp:451
-msgid "Interrupt all commands"
-msgstr ""
-
-#: rkward.cpp:457
-msgid "CC commands to output..."
-msgstr ""
-
-#: rkward.cpp:461 rkward.cpp:465
-msgid "Manage R packages..."
-msgstr ""
-
-#: rkward.cpp:472
-msgid "Close All Data"
-msgstr ""
-
-#: rkward.cpp:473
-msgid "Closes all open data editors"
-msgstr ""
-
-#: rkward.cpp:478
-msgid "Close All"
-msgstr ""
-
-#: rkward.cpp:482 windows/rktoolwindowbar.cpp:279
-#: windows/rkworkplaceview.cpp:208
-msgid "Detach"
-msgstr ""
-
-#: rkward.cpp:487
-msgid "[No actions available for current view]"
-msgstr ""
-
-#: rkward.cpp:494
-msgid "Open..."
-msgstr ""
-
-#: rkward.cpp:504
-msgid "Import"
-msgstr ""
-
-#: rkward.cpp:507
-msgid "Create..."
-msgstr ""
-
-#: rkward.cpp:514
-msgid "Save..."
-msgstr ""
-
-#: rkward.cpp:518
-msgid "Export"
-msgstr ""
-
-#: rkward.cpp:611
-msgid "Ready."
-msgstr ""
-
-#: rkward.cpp:615
-msgid "Current working directory"
-msgstr ""
-
-#: rkward.cpp:693
-msgid "Exiting..."
-msgstr ""
-
-#: rkward.cpp:701
-msgid "Quitting RKWard: Do you want to save the workspace?"
-msgstr ""
-
-#: rkward.cpp:701 rkward.cpp:766
-msgid "Save Workspace?"
-msgstr ""
-
-#: rkward.cpp:701
-msgid "Don't quit"
-msgstr ""
-
-#: rkward.cpp:731
-msgid "New dataset"
-msgstr ""
-
-#: rkward.cpp:731
-msgid "Enter name for the new dataset"
-msgstr ""
-
-#: rkward.cpp:741
-msgid "Opening workspace..."
-msgstr ""
-
-#: rkward.cpp:747 rkward.cpp:749
-msgid "Select workspace to open..."
-msgstr ""
-
-#: rkward.cpp:766
-msgid "Do you want to save the current workspace?"
-msgstr ""
-
-#: rkward.cpp:858
-msgid "The <b>R</b> engine is busy."
-msgstr ""
-
-#: rkward.cpp:862
-msgid "The <b>R</b> engine is idle."
-msgstr ""
-
-#: rkward.cpp:866
-msgid "The <b>R</b> engine is being initialized."
-msgstr ""
-
-#: rkward.cpp:906 rkward.cpp:908
-msgid "Open script file(s)"
-msgstr ""
-
-#: rkward.cpp:926
-msgid "[Unnamed Workspace]"
-msgstr ""
-
-#: robjectviewer.cpp:58
-msgid "summary (x)"
-msgstr ""
-
-#: robjectviewer.cpp:59
-msgid "print (x)"
-msgstr ""
-
-#: robjectviewer.cpp:60
-msgid "str (x)"
-msgstr ""
-
-#: robjectviewer.cpp:88
-msgid "<b>Object was deleted!</b>"
-msgstr ""
-
-#: robjectviewer.cpp:131
-msgid "Object Viewer: %1"
-msgstr ""
-
-#: robjectviewer.cpp:135
-msgid "The object was changed. You may want to click \"Update\""
-msgstr ""
-
-#: robjectviewer.cpp:172 windows/robjectbrowser.cpp:117
-msgid "Update"
-msgstr ""
-
-#: robjectviewer.cpp:220
-msgid "Fetching information. Please wait."
-msgstr ""
-
-#: robjectviewer.cpp:230
-msgid "Click \"Update\" to fetch information"
-msgstr ""
-
-#: robjectviewer.cpp:251
-msgid "Ready"
-msgstr ""
-
-#: scriptbackends/qtscriptbackend.cpp:121
-msgid ""
-"The QtScript-backend has reported an error:\n"
-"%1"
-msgstr ""
-
-#: scriptbackends/qtscriptbackend.cpp:121
-msgid "Scripting error"
-msgstr ""
-
-#: scriptbackends/qtscriptbackend.cpp:234
-msgid ""
-"Script Error: %1\n"
-"Backtrace:\n"
-"%2"
-msgstr ""
-
-#: scriptbackends/qtscriptbackend.cpp:253
-msgid ""
-"The file \"%1\" (needed by \"%2\") could not be found. Please check your "
-"installation."
-msgstr ""
-
-#: scriptbackends/rkcomponentscripting.cpp:77
-msgid ""
-"There was an error while evaluating script code.\n"
-"File: %1\n"
-"Line: %2\n"
-"Message: %3."
-msgstr ""
-
-#: scriptbackends/rkcomponentscripting.cpp:95
-msgid ""
-"error ('The file \"%1\" (needed by \"%2\") could not be found. Please check "
-"your installation.');\n"
-msgstr ""
-
-#: scriptbackends/scriptbackend.cpp:92
-msgid "## Prepare\n"
-msgstr ""
-
-#: scriptbackends/scriptbackend.cpp:95
-msgid "## Compute\n"
-msgstr ""
-
-#: scriptbackends/scriptbackend.cpp:98
-msgid "## Print result\n"
-msgstr ""
-
-#: settings/rksettings.cpp:71
-msgid "Settings"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:50
-#: settings/rksettingsmodulegeneral.cpp:60
-msgid "Settings marked with (*) do not take effect until you restart RKWard"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:55
-msgid "Code Completion"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:58
-msgid "Enable code completion"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:65
-msgid "Minimum number of characters before completion is attempted"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:76
-msgid "Timeout (milliseconds) before completion is attempted"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:87
-msgid "Enable function argument hinting"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:94
-msgid "Autosaves"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:100
-msgid "Autosave interval (minutes)"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:108
-msgid "Keep autosave file after manual save"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:117
-msgid "Opening script files"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:119
-msgid "Number of scripts in recent file lists (*)"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:122
-msgid ""
-"<p>The number of recent files to remember (in the Open Recent R Script File "
-"menu).</p>"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:128
-msgid "R script file filters (separated by spaces)"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:131
-msgid ""
-"<p>A list of filters (file name extensions) that should be treated as R "
-"script files. Most importantly, files matching one of these filters will "
-"always be opened with R syntax highlighting.</p><p>Filters are case "
-"insensitive.</p>"
-msgstr ""
-
-#: settings/rksettingsmodulecommandeditor.cpp:156
-msgid "Script editor"
-msgstr ""
-
-#: settings/rksettingsmoduleconsole.cpp:50
-msgid "Load/Save command history"
-msgstr ""
-
-#: settings/rksettingsmoduleconsole.cpp:55
-msgid "Maximum length of command history"
-msgstr ""
-
-#: settings/rksettingsmoduleconsole.cpp:57
-#: settings/rksettingsmoduleconsole.cpp:63
-#: settings/rksettingsmodulewatch.cpp:153
-msgid "Unlimited"
-msgstr ""
-
-#: settings/rksettingsmoduleconsole.cpp:61
-msgid "Maximum number of paragraphs/lines to display in the console"
-msgstr ""
-
-#: settings/rksettingsmoduleconsole.cpp:69
-msgid "Run commands from script editor through console"
-msgstr ""
-
-#: settings/rksettingsmoduleconsole.cpp:74
-msgid "Also add those commands to console history"
-msgstr ""
-
-#: settings/rksettingsmoduleconsole.cpp:76
-msgid "Do not add"
-msgstr ""
-
-#: settings/rksettingsmoduleconsole.cpp:77
-msgid "Add only if single line"
-msgstr ""
-
-#: settings/rksettingsmoduleconsole.cpp:78
-msgid "Add all commands"
-msgstr ""
-
-#: settings/rksettingsmoduleconsole.cpp:86
-msgid "Command history is context sensitive by default"
-msgstr ""
-
-#: settings/rksettingsmoduleconsole.cpp:178
-msgid "Console"
-msgstr ""
-
-#: settings/rksettingsmoduledebug.cpp:42
-msgid ""
-"<b>These settings are for debugging purposes, only.</b> It is safe to leave "
-"them untouched. Also, these settings will only apply to the current session, "
-"and will not be saved."
-msgstr ""
-
-#: settings/rksettingsmoduledebug.cpp:48
-msgid "Debug level"
-msgstr ""
-
-#: settings/rksettingsmoduledebug.cpp:58
-msgid "Debug flags"
-msgstr ""
-
-#: settings/rksettingsmoduledebug.cpp:84
-msgid "Command timeout"
-msgstr ""
-
-#: settings/rksettingsmoduledebug.cpp:94
-msgid "<i>Note:</i> Debug output is written to %1"
-msgstr ""
-
-#: settings/rksettingsmoduledebug.cpp:111
-msgid "Debug"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:66
-msgid "Directory where rkward may store files (*)"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:72
-msgid "Startup Action (*)"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:76
-msgid ""
-"Load .RData-file from current directory, if available (R option '--restore')"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:78
-msgid "Ask for a file to open"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:79
-msgid "Show selection dialog (default)"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:84
-msgid "Show RKWard Help on Startup"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:89
-msgid "Initial working directory (*)"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:93
-msgid "Do not change current directory on startup"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:94
-msgid "RKWard files directory (as specified, above)"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:95
-msgid "User home directory"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:96
-msgid "Last used directory"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:97
-msgid "The following directory (please specify):"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:101
-msgid "Initial working directory"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:105
-msgid ""
-"<p>The initial working directory to use. Note that if you are loading a "
-"workspace on startup, and you have configured RKWard to change to the "
-"directory of loaded workspaces, that directory will take precedence.</p>"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:110
-msgid ""
-"The workplace layout (i.e. which script-, data-, help-windows are open) may "
-"be saved (and loaded) per R workspace, or independent of the R workspace. "
-"Which do you prefer?"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:119
-msgid "Save/restore with R workspace, when saving/loading R workspace"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:122
-msgid ""
-"Save/restore independent of R workspace (save at end of RKWard session, "
-"restore at next start)"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:125
-msgid "Do not save/restore workplace layout"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:134
-msgid "When loading a workspace, change to the corresponding directory."
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:141
-msgid ""
-"Warn when editing objects with more than this number of fields (0 for no "
-"limit):"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:144
-msgid "No limit"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:151
-msgid "MDI window focus behavior"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:154
-msgid "Click to focus"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:155
-msgid "Focus follows mouse"
-msgstr ""
-
-#: settings/rksettingsmodulegeneral.cpp:184
-msgid "General"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:58
-msgid "Default graphics device"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:61
-msgid "RKWard native device"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:64
-msgid "Platform default device"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:67
-msgid "Other device:"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:76
-msgid ""
-"<p>The default device to be used for plotting, i.e. when new plot is "
-"created, while no graphics device is active (see <i>options(\"device\")</i>)."
-"</p><p>The RKWard native device is the recommended choice for most users. "
-"This corresponds to the R command <i>RK()</i>.</p><p>The 'Platform default "
-"device' corresponds to one of <i>X11()</i>, <i>windows()</i>, or "
-"<i>quartz()</i>, depending on the platform.</p><p>You can also specify the "
-"name of a function such as <i>cairoDevice</i>.</p>"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:84
-msgid "Integration of R standard devices"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:87
-msgid "Replace with RKWard device"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:90
-msgid "Embed original device"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:96
-msgid "No device integration"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:101
-msgid ""
-"<p>Many scripts use calls to platform specific standard devices (<i>X11()</"
-"i>, <i>windows()</i>, <i>quartz()</i>), although any on-screen device could "
-"be used at these places. RKWard provides overloads for these standard device "
-"functions, which can change their behavior when used in user code:</"
-"p><ul><li>The calls can be re-directed to the RKWard native device (<i>RK()</"
-"i>). Some, but not all function arguments will be matched, others will be "
-"ignored.</li><li>The original platform specific devices can be used, but "
-"embedded into RKWard windows. This option is not available on MacOS X.</"
-"li><li>The original platform specific devices can be used unchanged, without "
-"the addition of RKWard specific features.</li></ul><p>Regardless of this "
-"setting, the original devices are always accessible as <i>grDevices::X11()</"
-"i>, etc.</p><p>Using a device on a platform where it is not defined (e.g. "
-"<i>Windows()</i> on Mac OS X) will always fall back to the <i>RK()</i> "
-"device.</p>"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:113
-msgid "Default window size (for RK(), or embedded device windows)"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:115
-msgid "Default width (inches):"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:119
-msgid "Default height (inches)"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:126
-msgid "Use KDE printer dialog for printing devices (if available)"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:131
-msgid "Screen device history"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:138
-msgid "Maximum number of recorded plots:"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:142
-msgid "Maximum size of a single recorded plot (in KB):"
-msgstr ""
-
-#: settings/rksettingsmodulegraphics.cpp:173
-msgid "Onscreen Graphics"
-msgstr ""
-
-#: settings/rksettingsmoduleobjectbrowser.cpp:46
-msgid "Which objects should be shown by default?"
-msgstr ""
-
-#: settings/rksettingsmoduleobjectbrowser.cpp:48
-msgid "Show hidden objects"
-msgstr ""
-
-#: settings/rksettingsmoduleobjectbrowser.cpp:50
-msgid "Show all environments"
-msgstr ""
-
-#: settings/rksettingsmoduleobjectbrowser.cpp:53
-msgid "Show objects with children"
-msgstr ""
-
-#: settings/rksettingsmoduleobjectbrowser.cpp:55
-msgid "Show functions"
-msgstr ""
-
-#: settings/rksettingsmoduleobjectbrowser.cpp:57
-msgid "Show variables"
-msgstr ""
-
-#: settings/rksettingsmoduleobjectbrowser.cpp:62
-msgid "Which columns should be shown by default?"
-msgstr ""
-
-#: settings/rksettingsmoduleobjectbrowser.cpp:64
-msgid "Label field"
-msgstr ""
-
-#: settings/rksettingsmoduleobjectbrowser.cpp:66
-msgid "Type field"
-msgstr ""
-
-#: settings/rksettingsmoduleobjectbrowser.cpp:68
-msgid "Class field"
-msgstr ""
-
-#: settings/rksettingsmoduleobjectbrowser.cpp:78
-msgid "Never fetch the structure of these packages:"
-msgstr ""
-
-#: settings/rksettingsmoduleobjectbrowser.cpp:103
-msgid "Add exclusion"
-msgstr ""
-
-#: settings/rksettingsmoduleobjectbrowser.cpp:103
-msgid "Add the name of the package that no structure should be fetched for"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:47
-msgid "Carbon copy commands to output"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:53
-msgid "Commands entered in the console"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:57
-msgid "Commands run via the 'Run' menu"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:61
-msgid "Commands originating from dialogs and plugins"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:65
-msgid "Also carbon copy the command output"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:155
-msgid "Output Window options"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:157
-msgid "show window on new output"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:160
-msgid "raise window on new output"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:167
-msgid "Graphics"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:171
-msgid "File format"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:173
-msgid "<Default>"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:174
-msgid "PNG"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:175
-msgid "SVG"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:176
-msgid "JPG"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:181
-msgid "JPG quality"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:189
-msgid "Width:"
-msgstr ""
-
-#: settings/rksettingsmoduleoutput.cpp:192
-msgid "Height:"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:62
-msgid ""
-"Some plugins are available with both, a wizard-like interface and a "
-"traditional dialog interface. If both are available, which mode of "
-"presentation do you prefer?"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:72
-msgid "Always prefer dialogs"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:75
-msgid "Prefer recommended interface"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:78
-msgid "Always prefer wizards"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:90
-msgid "R syntax display (in dialogs)"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:93
-msgid "Code shown by default"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:99
-msgid "Default height of code display (pixels)"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:111
-msgid "Select .pluginmap file(s)"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:132
-msgid "Plugins"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:514 windows/rkhtmlwindow.cpp:633
-msgid "Dependencies"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:528
-msgid "Broken"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:530
-msgid "Loaded"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:533
-msgid "Quirky"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:552
-msgid "Active"
-msgstr ""
-
-#: settings/rksettingsmoduleplugins.cpp:577
-msgid "Select .pluginmap-file"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:72
-msgid ""
-"The following settings mostly affect R behavior in the console. It is "
-"generally safe to keep these unchanged."
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:81
-msgid "Display warnings"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:84
-msgid "Suppress warnings"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:85
-msgid "Print warnings later (default)"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:86
-msgid "Print warnings immediately"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:87
-msgid "Convert warnings to errors"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:93
-msgid "Decimal character (only for printing)"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:100
-msgid "Output width (characters)"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:106
-msgid "Maximum number of elements shown in print"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:112
-msgid "Maximum length of warnings/errors to print"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:118
-msgid "Keep comments in functions"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:121
-msgid "TRUE (default)"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:122
-msgid "FALSE"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:128
-msgid "Keep comments in packages"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:131 settings/rksettingsmoduler.cpp:153
-msgid "TRUE"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:132 settings/rksettingsmoduler.cpp:154
-msgid "FALSE (default)"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:138
-msgid "Maximum level of nested expressions"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:144
-msgid "Default decimal precision in print ()"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:150
-msgid "Check vector bounds (warn)"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:159
-msgid "Editor command"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:170
-msgid "Pager command"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:182
-msgid "Use Internet Explorer functions for internet access"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:187
-msgid ""
-"<p>Use Internet Explorer functions for accessing the internet from R. "
-"Enabling this option may help in case of problems with accessing the "
-"internet from R (e.g. for installing packages).</p>"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:192
-msgid "Further (option) commands to run in each session"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:214
-msgid "R-Backend"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:350
-msgid "CRAN download mirror (leave empty to be prompted once each session):"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:357
-msgid "Select mirror"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:361
-msgid "Additional package repositories (where libraries are downloaded from)"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:367
-msgid "Archive downloaded packages"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:373
-msgid "Build packages from source"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:376
-msgid "Build packages from source (not configurable on this platform)"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:380
-msgid ""
-"Installing packages from pre-compiled binaries (if available) is generally "
-"faster, and does not require an installation of development tools and "
-"libraries. On the other hand, building packages from source provides best "
-"compatibility. On Mac OS X and Linux, building packages from source is "
-"currently recommended."
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:386
-msgid "R Library locations (where libraries get installed to, locally)"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:391
-msgid ""
-"Note: The startup defaults will always be used in addition to the locations "
-"you specify in this list"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:417
-msgid "Add R Library Directory"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:425
-msgid "Add repository"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:425
-msgid "Add URL of new repository"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:431
-msgid "R-Packages"
-msgstr ""
-
-#: settings/rksettingsmoduler.cpp:437
-msgid "Select CRAN mirror"
-msgstr ""
-
-#: settings/rksettingsmodulewatch.cpp:123
-msgid ""
-"For now, settings only apply to new commands. All previous commands remain "
-"visible/invisible."
-msgstr ""
-
-#: settings/rksettingsmodulewatch.cpp:131
-msgid "always show command"
-msgstr ""
-
-#: settings/rksettingsmodulewatch.cpp:134
-msgid "always show result"
-msgstr ""
-
-#: settings/rksettingsmodulewatch.cpp:137
-msgid "show errors"
-msgstr ""
-
-#: settings/rksettingsmodulewatch.cpp:140
-msgid "show/raise window"
-msgstr ""
-
-#: settings/rksettingsmodulewatch.cpp:144
-msgid "User commands"
-msgstr ""
-
-#: settings/rksettingsmodulewatch.cpp:145
-msgid "Plugin generated commands"
-msgstr ""
-
-#: settings/rksettingsmodulewatch.cpp:146
-msgid "Application commands"
-msgstr ""
-
-#: settings/rksettingsmodulewatch.cpp:147
-msgid "Synchronization commands"
-msgstr ""
-
-#: settings/rksettingsmodulewatch.cpp:151
-msgid "Maximum number of paragraphs/lines to display in the Command Log"
-msgstr ""
-
-#: settings/rksettingsmodulewatch.cpp:275 windows/rkcommandlog.cpp:55
-msgid "Command log"
-msgstr ""
-
-#: windows/detachedwindowcontainer.cpp:46
-msgid "Attach to main window"
-msgstr ""
-
-#: windows/rcontrolwindow.cpp:51
-msgid "Configure R backend"
-msgstr ""
-
-#: windows/rcontrolwindow.cpp:56 windows/rcontrolwindow.cpp:142
-msgid "Pause execution"
-msgstr ""
-
-#: windows/rcontrolwindow.cpp:61
-msgid "Cancel selected commands"
-msgstr ""
-
-#: windows/rcontrolwindow.cpp:133
-msgid ""
-"Some of the commands you were trying to cancel are marked as \"sync"
-"\" (letter 'S' in the type column). Cancelling such commands could lead to "
-"loss of data. These commands have _not_ been cancelled."
-msgstr ""
-
-#: windows/rcontrolwindow.cpp:133
-msgid "Some commands not cancelled"
-msgstr ""
-
-#: windows/rcontrolwindow.cpp:146
-msgid "Resume execution"
-msgstr ""
-
-#: windows/rkcallstackviewer.cpp:96
-msgid "<b>Active calls</b>"
-msgstr ""
-
-#: windows/rkcallstackviewer.cpp:125 windows/rkdebugconsole.cpp:100
-msgid "Not in a debugger context"
-msgstr ""
-
-#: windows/rkcallstackviewer.cpp:144
-msgid ""
-"<b>Current call:</b> %1<br><b>Environment:</b> %2<br><b>Local objects:</b> %3"
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:109
-msgid "Script Editor"
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:218
-msgid "Insert line break and run"
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:223
-msgid "Run block"
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:227
-msgid "Mark selection as block"
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:230
-msgid "Unmark block"
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:235
-msgid "CD to script directory"
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:237
-msgid "Change the working directory to the directory of this script"
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:242
-msgid "Save Script..."
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:244
-msgid "Save Script As..."
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:335 windows/rkcommandeditorwindow.cpp:573
-msgid " [modified]"
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:342
-msgid "The document \"%1\" has been modified. Close it anyway?"
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:342
-msgid "File not saved"
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:505
-msgid ""
-"An error occurred while trying to create an autosave of the script file '%1':"
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:572
-msgid "Unnamed"
-msgstr ""
-
-#: windows/rkcommandeditorwindow.cpp:844
-msgid "%1 (Unused)"
-msgstr ""
-
-#: windows/rkcommandlog.cpp:185
-msgid "Incomplete statement.\n"
-msgstr ""
-
-#: windows/rkcommandlog.cpp:187
-msgid "Syntax error.\n"
-msgstr ""
-
-#: windows/rkcommandlog.cpp:189
-msgid "An unspecified error occurred while running the command.\n"
-msgstr ""
-
-#: windows/rkcommandlog.cpp:288
-msgid "Configure"
-msgstr ""
-
-#: windows/rkdebugconsole.cpp:54
-msgid "Next"
-msgstr ""
-
-#: windows/rkdebugconsole.cpp:57
-msgid "Step out"
-msgstr ""
-
-#: windows/rkdebugconsole.cpp:59
-msgid ""
-"<p>Continue until the caller of this function is reached (unless another "
-"debug statement is hit, earlier)</p><p><b>Note:</b> In some cases, the "
-"calling function will never be reached, because the call was the last step "
-"in the caller.In these cases, the behavior is identical to 'Continue'.</p>"
-msgstr ""
-
-#: windows/rkdebugconsole.cpp:63
-msgid "Continue"
-msgstr ""
-
-#: windows/rkdebugconsole.cpp:170
-msgid ""
-"This window cannot be closed, while a debugger is active. If you have no "
-"idea what this means, and you want to get out, press the 'Cancel' button on "
-"the right hand side of this window."
-msgstr ""
-
-#: windows/rkdebugmessagewindow.cpp:78
-msgid ""
-"<p>This window is used for displaying RKWard related debug messages. It is "
-"targetted primarily at (plugin) developers. It does <b>not</b> offer any "
-"features for debugging R code.</p><p>Note that the list of messages is "
-"cleared everytime you close the window.</p><p>Type and severity level of "
-"messages can be controlled from Settings->Configure RKWard->Debug</p>"
-msgstr ""
-
-#: windows/rkdebugmessagewindow.cpp:79
-msgid "About this window"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:73
-msgid "Find:"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:76
-msgid "Fields:"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:94 windows/robjectbrowser.cpp:295
-msgid "All"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:95
-msgid "All but keywords"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:96
-msgid "Keywords"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:100
-msgid "Package:"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:113
-msgid "Case sensitive"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:115
-msgid "Fuzzy matching"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:119
-msgid "Find"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:134
-msgid "Help search"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:171
-msgid "Find HTML help for %1"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:229
-msgid "All installed packages"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:230
-msgid "All loaded packages"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:258
-msgid ""
-"No help found on '%1'. Maybe the corresponding package is not installed/"
-"loaded, or maybe you mistyped the command. Try using Help->Search R Help for "
-"more options."
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:258
-msgid "No help found"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:342
-msgid "Topic"
-msgstr ""
-
-#: windows/rkhelpsearchwindow.cpp:344
-msgid "Package"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:162
-msgid "&Flush Output"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:166
-msgid "&Refresh Output"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:384
-msgid "Output %1"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:425
-msgid "Print output"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:427
-msgid "Export page as HTML"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:431
-msgid "Output Window"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:439
-msgid "Print page"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:441
-msgid "Save Output as HTML"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:460
-msgid ""
-"<HTML><BODY><H1>RKWard output file could not be found</H1>\n"
-"</BODY></HTML>"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:462
-msgid "Page does not exist or is broken"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:470
-msgid ""
-"Do you really want to clear the output? This will also remove all image "
-"files used in the output. It will not be possible to restore it."
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:470
-msgid "Flush output?"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:475
-msgid "Flushing output"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:530
-msgid "No Title"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:543
-msgid ""
-"<h1>Help page missing</h1>\n"
-"<p>The help page for this component has not yet been written (or is broken). "
-"Please consider contributing it.</p>\n"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:548
-msgid "Use %1 now"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:565
-msgid "Summary"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:571
-msgid "Usage"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:588
-msgid "GUI settings"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:597
-msgid "Unnamed GUI element"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:618
-msgid "Related functions and pages"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:625
-msgid "Technical details"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:651
-msgid "About"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:657
-msgid "<h1>On this page:</h1>"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:718
-msgid "R Reference on '%1'"
-msgstr ""
-
-#: windows/rkhtmlwindow.cpp:729
-msgid "BROKEN REFERENCE"
-msgstr ""
-
-#: windows/rkmdiwindow.cpp:299
-msgid "Help on %1"
-msgstr ""
-
-#: windows/rkmdiwindow.cpp:303
-msgid "Configure %1"
-msgstr ""
-
-#: windows/rktoolwindowbar.cpp:279
-msgid "Attach"
-msgstr ""
-
-#: windows/rktoolwindowbar.cpp:282
-msgid "Position"
-msgstr ""
-
-#: windows/rktoolwindowbar.cpp:283
-msgid "Left Sidebar"
-msgstr ""
-
-#: windows/rktoolwindowbar.cpp:284
-msgid "Right Sidebar"
-msgstr ""
-
-#: windows/rktoolwindowbar.cpp:285
-msgid "Top Sidebar"
-msgstr ""
-
-#: windows/rktoolwindowbar.cpp:286
-msgid "Bottom Sidebar"
-msgstr ""
-
-#: windows/rktoolwindowbar.cpp:287
-msgid "Not shown in sidebar"
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:60
-msgid "Help on R"
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:62
-msgid "Search R Help"
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:64
-msgid "Help on RKWard"
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:70
-msgid "Shows the R help index"
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:71
-msgid "Shows/raises the R Help Search window"
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:72
-msgid "Show help on RKWard"
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:77
-msgid "Previous Window"
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:81
-msgid "Next Window"
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:88
-msgid "Show/Hide %1"
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:94
-msgid "Activate Document view"
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:98
-msgid "Show &Output"
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:113
-msgid ""
-"For technical reasons, the following dialog allows you to configure the "
-"keyboard shortcuts only for those parts of RKWard that are currently "
-"active.\n"
-"\n"
-"Therefore, if you want to configure keyboard shortcuts e.g. for use inside "
-"the script editor, you need to open a script editor window, and activate it."
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:113 windows/rktoplevelwindowgui.cpp:126
-msgid "Note"
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:119
-msgid "RKWard Plugins"
-msgstr ""
-
-#: windows/rktoplevelwindowgui.cpp:126
-msgid ""
-"For technical reasons, the following dialog allows you to configure the "
-"toolbar buttons only for those parts of RKWard that are currently active.\n"
-"\n"
-"Therefore, if you want to configure tool buttons e.g. for use inside the "
-"script editor, you need to open a script editor window, and activate it."
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:71
-msgid ""
-"You have tried to embed a new R graphics device window in RKWard. However, "
-"this is not currently supported in this build of RKWard on Mac OS X. See "
-"http://p.sf.net/rkward/mac for more information."
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:71 windows/rkwindowcatcher.cpp:73
-msgid "Could not embed R X11 window"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:73
-msgid ""
-"You have tried to embed a new R graphics device window in RKWard. However, "
-"either no window was created, or RKWard failed to detect the new window. If "
-"you think RKWard should have done better, consider reporting this as a bug. "
-"Alternatively, you may want to adjust Settings->Configure RKWard->Onscreen "
-"Graphics."
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:206
-msgid "An error occurred"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:208
-msgid "Graphics Device Window"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:261
-msgid ""
-"The current window appears too large to fit on the screen. If this happens "
-"regularly, you may want to adjust the default graphics window size in "
-"Settings->Configure RKWard->Onscreen Graphics."
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:261
-msgid "Large window"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:300
-msgid "Closing device (saving history)"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:302
-msgid "Shutting down device number %1"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:307
-msgid ""
-"<p>The graphics device is being closed, saving the last plot to the plot "
-"history. This may take a while, if the R backend is still busy. You can "
-"close the graphics device immediately, in case it is stuck. However, the "
-"last plot may be missing from the plot history, if you do this.</p>"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:309
-msgid ""
-"<p>Note: On X11, the embedded window may be expurged, and you will have to "
-"close it manually in this case.</p>"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:311
-msgid "Close immediately"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:311
-msgid "Keep waiting"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:420
-msgid "Specify fixed size"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:426
-msgid "Width"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:430
-msgid "Height"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:448
-msgid "Activate graphics device number %1"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:454
-msgid "Copy contents of graphics device number %1 to output"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:462
-msgid "Print contents of graphics device number %1"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:471
-msgid "Specify R object"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:476
-msgid "Specify the R object name, you want to save the graph to"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:488
-msgid "Save contents of graphics device number %1 to object '%2'"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:497
-msgid "Duplicate graphics device number %1"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:503
-msgid "Load next plot in device number %1"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:504 windows/rkwindowcatcher.cpp:512
-#: windows/rkwindowcatcher.cpp:520 windows/rkwindowcatcher.cpp:528
-#: windows/rkwindowcatcher.cpp:536
-msgid "Loading plot from history"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:511
-msgid "Load previous plot in device number %1"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:519
-msgid "Load first plot in device number %1"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:527
-msgid "Load last plot in device number %1"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:535
-msgid "Load plot %1 in device number %2"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:543
-msgid "Append this plot to history (device number %1)"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:549
-msgid "Remove current plot from history (device number %1)"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:555
-msgid ""
-"This will clear the plot history for all device windows, not just this one. "
-"If this is not your intent, press cancel, below."
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:557
-msgid "Clear plot history"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:563
-msgid "Plot properties (device number %1)"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:577
-msgid "<Unsaved plot>"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:637
-msgid "Draw area follows size of window"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:643
-msgid "Set fixed size 500x500"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:645
-msgid "Set fixed size 1000x1000"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:647
-msgid "Set fixed size 2000x2000"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:649
-msgid "Set specified fixed size..."
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:652
-msgid "Previous plot"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:656
-msgid "First plot"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:660
-msgid "Next plot"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:664
-msgid "Last plot"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:667
-msgid "Go to plot"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:674
-msgid "Append this plot"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:678
-msgid "Remove this plot"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:684
-msgid "Clear history"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:689
-msgid "Plot properties"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:693
-msgid "Make active"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:696
-msgid "Copy to output"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:700
-msgid "Store as R object..."
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:702
-msgid "Duplicate"
-msgstr ""
-
-#: windows/rkwindowcatcher.cpp:706
-msgid "Stop interaction"
-msgstr ""
-
-#: windows/rkworkplace.cpp:273
-msgid ""
-"The url you are trying to open ('%1') is not a local file or the filetype is "
-"not supported by RKWard. Do you want to open the url in the default "
-"application?"
-msgstr ""
-
-#: windows/rkworkplace.cpp:273
-msgid "Open in default application?"
-msgstr ""
-
-#: windows/rkworkplace.cpp:301
-msgid "Unable to open \"%1\""
-msgstr ""
-
-#: windows/rkworkplace.cpp:301
-msgid "Could not open command file"
-msgstr ""
-
-#: windows/rkworkplace.cpp:421
-msgid ""
-"You are about to edit object \"%1\", which is very large (%2 fields). RKWard "
-"is not optimized to handle very large objects in the built in data editor. "
-"This will use a lot of memory, and - depending on your system - might be "
-"very slow. For large objects it is generally recommended to edit using "
-"command line means or to split into smaller chunks before editing. On the "
-"other hand, if you have enough memory, or the data is simple enough (numeric "
-"data is easier to handle, than factor), editing may not be a problem at all. "
-"You can configure this warning (or turn it off entirely) under Settings-"
-">Configure RKWard->General.\n"
-"Really edit object?"
-msgstr ""
-
-#: windows/rkworkplace.cpp:421
-msgid "About to edit very large object"
-msgstr ""
-
-#: windows/rkworkplace.cpp:618
-msgid "Save Workplace layout"
-msgstr ""
-
-#: windows/rkworkplace.cpp:625
-msgid "Restore Workplace layout"
-msgstr ""
-
-#: windows/rkworkplaceview.cpp:84
-msgid "Window Left"
-msgstr ""
-
-#: windows/rkworkplaceview.cpp:88
-msgid "Window Right"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:65
-msgid "R workspace browser"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:68
-msgid "R Workspace"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:120
-msgid "Search Help"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:122
-msgid "Edit"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:124
-msgid "View"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:126
-msgid "Rename"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:128
-msgid "Copy to new symbol"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:130
-msgid "Copy to .GlobalEnv"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:132
-msgid "Delete"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:134
-msgid "Unload Package"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:136
-msgid "Load / Unload Packages"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:187
-msgid "Copy object"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:187
-msgid "Enter the name to copy to"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:203
-msgid ""
-"An object named '%1' already exists in the GlobalEnv. Created the copy as "
-"'%2' instead."
-msgstr ""
-
-#: windows/robjectbrowser.cpp:203
-msgid "Name already in use"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:233
-msgid "Rename object"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:233
-msgid "Enter the new name"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:296
-msgid "Non-Functions"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:306
-msgid "Show All Environments"
-msgstr ""
-
-#: windows/robjectbrowser.cpp:310
-msgid "Show Hidden Objects"
-msgstr ""
-
-#. i18n: file: dataeditor/rkeditordataframepart.rc:4
-#. i18n: ectx: Menu (edit)
-#. i18n: file: rkconsolepart.rc:12
-#. i18n: ectx: Menu (edit)
-#. i18n: file: rkwardui.rc:36
-#. i18n: ectx: Menu (edit)
-#. i18n: file: windows/detachedwindowcontainer.rc:11
-#. i18n: ectx: Menu (edit)
-#. i18n: file: windows/rkcommandeditorwindowpart.rc:4
-#. i18n: ectx: Menu (edit)
-#. i18n: file: windows/rkcommandlogpart.rc:4
-#. i18n: ectx: Menu (edit)
-#. i18n: file: windows/rkhelpwindow.rc:7
-#. i18n: ectx: Menu (edit)
-#. i18n: file: windows/rkoutputwindow.rc:7
-#. i18n: ectx: Menu (edit)
-#: rc.cpp:3 rc.cpp:9 rc.cpp:33 rc.cpp:63 rc.cpp:96 rc.cpp:111 rc.cpp:120
-#: rc.cpp:126
-msgid "&Edit"
-msgstr ""
-
-#. i18n: file: rkconsolepart.rc:4
-#. i18n: ectx: Menu (file)
-#. i18n: file: rkwardui.rc:7
-#. i18n: ectx: Menu (file)
-#. i18n: file: windows/detachedwindowcontainer.rc:5
-#. i18n: ectx: Menu (file)
-#. i18n: file: windows/rkhelpwindow.rc:4
-#. i18n: ectx: Menu (file)
-#. i18n: file: windows/rkoutputwindow.rc:4
-#. i18n: ectx: Menu (file)
-#: rc.cpp:6 rc.cpp:18 rc.cpp:57 rc.cpp:117 rc.cpp:123
-msgid "&File"
-msgstr ""
-
-#. i18n: file: rkconsolepart.rc:30
-#. i18n: ectx: Menu (view)
-#. i18n: file: rkwardui.rc:50
-#. i18n: ectx: Menu (view)
-#. i18n: file: windows/detachedwindowcontainer.rc:24
-#. i18n: ectx: Menu (view)
-#. i18n: file: windows/rkcatchedx11windowpart.rc:29
-#. i18n: ectx: Menu (view)
-#. i18n: file: windows/rkoutputwindow.rc:12
-#. i18n: ectx: Menu (view)
-#: rc.cpp:12 rc.cpp:36 rc.cpp:66 rc.cpp:93 rc.cpp:129
-msgid "&View"
-msgstr ""
-
-#. i18n: file: rkconsolepart.rc:35
-#. i18n: ectx: Menu (run)
-#. i18n: file: rkwardui.rc:53
-#. i18n: ectx: Menu (run)
-#. i18n: file: windows/detachedwindowcontainer.rc:30
-#. i18n: ectx: Menu (run)
-#. i18n: file: windows/rkcommandeditorwindowpart.rc:11
-#. i18n: ectx: Menu (run)
-#. i18n: file: windows/rkcommandeditorwindowpart.rc:31
-#. i18n: ectx: Menu (run)
-#: rc.cpp:15 rc.cpp:39 rc.cpp:72 rc.cpp:102 rc.cpp:108
-msgid "&Run"
-msgstr ""
-
-#. i18n: file: rkwardui.rc:8
-#. i18n: ectx: Menu (new_data)
-#: rc.cpp:21
-msgid "&New"
-msgstr ""
-
-#. i18n: file: rkwardui.rc:15
-#. i18n: ectx: Menu (import)
-#: rc.cpp:24
-msgid "&Import"
-msgstr ""
-
-#. i18n: file: rkwardui.rc:20
-#. i18n: ectx: Menu (export)
-#: rc.cpp:27
-msgid "&Export"
-msgstr ""
-
-#. i18n: file: rkwardui.rc:26
-#. i18n: ectx: Menu (workspace)
-#: rc.cpp:30
-msgid "&Workspace"
-msgstr ""
-
-#. i18n: file: rkwardui.rc:64
-#. i18n: ectx: Menu (window)
-#: rc.cpp:42
-msgid "&Windows"
-msgstr ""
-
-#. i18n: file: rkwardui.rc:70
-#. i18n: ectx: Menu (window_activate)
-#. i18n: file: windows/detachedwindowcontainer.rc:42
-#. i18n: ectx: Menu (window_activate)
-#. i18n: file: windows/rktoplevelwindowgui.rc:9
-#. i18n: ectx: Menu (window_activate)
-#: rc.cpp:45 rc.cpp:78 rc.cpp:135
-msgid "&Activate"
-msgstr ""
-
-#. i18n: file: rkwardui.rc:80
-#. i18n: ectx: Menu (settings)
-#. i18n: file: windows/detachedwindowcontainer.rc:46
-#. i18n: ectx: Menu (settings)
-#. i18n: file: windows/rkcommandeditorwindowpart.rc:16
-#. i18n: ectx: Menu (settings)
-#. i18n: file: windows/rkcommandlogpart.rc:9
-#. i18n: ectx: Menu (settings)
-#. i18n: file: windows/rktoplevelwindowgui.rc:27
-#. i18n: ectx: Menu (settings)
-#: rc.cpp:48 rc.cpp:81 rc.cpp:105 rc.cpp:114 rc.cpp:138
-msgid "&Settings"
-msgstr ""
-
-#. i18n: file: rkwardui.rc:86
-#. i18n: ectx: Menu (help)
-#. i18n: file: windows/detachedwindowcontainer.rc:49
-#. i18n: ectx: Menu (help)
-#. i18n: file: windows/rktoplevelwindowgui.rc:31
-#. i18n: ectx: Menu (help)
-#: rc.cpp:51 rc.cpp:84 rc.cpp:141
-msgid "&Help"
-msgstr ""
-
-#. i18n: file: rkwardui.rc:97
-#. i18n: ectx: ToolBar (mdiToolBar)
-#: rc.cpp:54
-msgid "Window specific actions bar"
-msgstr ""
-
-#. i18n: file: windows/detachedwindowcontainer.rc:8
-#. i18n: ectx: Menu (device)
-#. i18n: file: windows/rkcatchedx11windowpart.rc:4
-#. i18n: ectx: Menu (device)
-#: rc.cpp:60 rc.cpp:87
-msgid "&Device"
-msgstr ""
-
-#. i18n: file: windows/detachedwindowcontainer.rc:27
-#. i18n: ectx: Menu (history)
-#. i18n: file: windows/rkcatchedx11windowpart.rc:14
-#. i18n: ectx: Menu (history)
-#: rc.cpp:69 rc.cpp:90
-msgid "&History"
-msgstr ""
-
-#. i18n: file: windows/detachedwindowcontainer.rc:38
-#. i18n: ectx: Menu (window)
-#. i18n: file: windows/rktoplevelwindowgui.rc:5
-#. i18n: ectx: Menu (window)
-#: rc.cpp:75 rc.cpp:132
-msgid "&Window"
-msgstr ""
-
-#. i18n: file: windows/rkcommandeditorwindowpart.rc:5
-#. i18n: ectx: Menu (tools)
-#: rc.cpp:99
-msgid "&Tools Move"
-msgstr ""
-
-#: rc.cpp:142
-msgctxt "NAME OF TRANSLATORS"
-msgid "Your names"
-msgstr ""
-
-#: rc.cpp:143
-msgctxt "EMAIL OF TRANSLATORS"
-msgid "Your emails"
-msgstr ""




More information about the rkward-tracker mailing list