View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013951 | Scribus | Translation | public | 2016-04-14 11:21 | 2016-04-18 14:09 |
Reporter | Kunda | Assigned To | cbradney | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.5.2.svn | ||||
Target Version | 1.5.2 | Fixed in Version | 1.5.2.svn | ||
Summary | 0013951: More clarity in plugins/scriptplugin/cmdpage.cpp for translators | ||||
Description | We're asking translators to translate the following:second argument contains non-numeric values: must be list of int values.lets make that a little more friendly. See https://github.com/scribusproject/scribus/blob/master/scribus/plugins/scriptplugin/cmdpage.cpp#L446 ref link in Transifex: https://www.transifex.com/scribus/scribus/translate/#pl_PL/$/50104479?issue=yes | ||||
Additional Information | if (!PyArg_Parse(PyTuple_GetItem(pages, i), "i", &p)) { PyErr_SetString(PyExc_TypeError, QObject::tr("second argument contains non-numeric values: must be list of int values.","python error").toLocal8Bit().constData()); Py_DECREF(pages); return NULL; | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
int to integer, the rest stays. |
|
Fixed in r21200 Craig we need to pull Hungarian from Transifex in to trunk and then push the updated source file back. |
|
Closing split issue to 0013960 |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-04-14 11:21 | Kunda | New Issue | |
2016-04-14 11:22 | Kunda | Relationship added | related to 0002371 |
2016-04-14 11:23 | Kunda | Target Version | => 1.5.2 |
2016-04-14 11:23 | Kunda | Summary | Better => More clear request in plugins/scriptplugin/cmdpage.cpp for translation |
2016-04-14 20:35 | Kunda | Summary | More clear request in plugins/scriptplugin/cmdpage.cpp for translation => More clarity in plugins/scriptplugin/cmdpage.cpp for translators |
2016-04-16 22:23 | cbradney | Note Added: 0040213 | |
2016-04-16 22:23 | cbradney | Status | new => resolved |
2016-04-16 22:23 | cbradney | Fixed in Version | => 1.5.2 |
2016-04-16 22:23 | cbradney | Resolution | open => fixed |
2016-04-16 22:23 | cbradney | Assigned To | => cbradney |
2016-04-16 23:01 | jghali | Fixed in Version | 1.5.2 => 1.5.2.svn |
2016-04-18 04:36 | Kunda | Note Added: 0040239 | |
2016-04-18 12:28 | Kunda | Issue cloned: 0013960 | |
2016-04-18 12:28 | Kunda | Relationship added | related to 0013960 |
2016-04-18 14:09 | Kunda | Note Added: 0040261 | |
2016-04-18 14:09 | Kunda | Status | resolved => closed |