After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 115452 - Still yet more string issues
Still yet more string issues
Status: RESOLVED DUPLICATE of bug 115812
Product: Gnumeric
Classification: Applications
Component: General
git master
Other Linux
: Normal minor
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2003-06-18 13:20 UTC by Janne
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Janne 2003-06-18 13:20:10 UTC
#: plugins/fn-string/functions.c:102
msgid ""
"@FUNCTION=UNICHAR\n"
"@SYNTAX=UNICHAR(x)\n"
"@DESCRIPTION=UNICHAR returns the unicode character represented by the number "
"@x.\n"
"\n"
"@EXAMPLES=\n"
"UNICHAR(65) equals A.\n"
"CHAR(8232) equals an carriage return error.\n"
                                                                          
                                                                          
            
-- Should be "UNICHAR" in the last example.
                                                                          
                                                                          
            
---
                                                                          
                                                                          
            
#: plugins/fn-string/functions.c:230
msgid ""
"@FUNCTION=LEN\n"
"@SYNTAX=LEN(string)\n"
"@DESCRIPTION=LEN returns the length in characters of the string @string.\n"
"\n"
"* This function is Excel compatible.\n"
"\n"
"@EXAMPLES=\n"
"len(\"Helsinki\") equals 8.\n"
                                                                          
                                                                          
            
-- Should be "LEN" in the example.
                                                                          
                                                                          
            
---
                                                                          
                                                                          
            
#: plugins/fn-string/functions.c:421
msgid ""
"@FUNCTION=CONCATENATE\n"
"@SYNTAX=CONCATENATE(string1[,string2...])\n"
"@DESCRIPTION=CONCATENATE returns up appended strings.\n"
"\n"
                                                                          
                                                                          
            
-- Strange description. Maybe "returns the strings appended into one
string.\n" Or "appends the strings @string1, ... \n"
                                                                          
                                                                          
            
                                                                          
                                                                          
            
---
                                                                          
                                                                          
            
#: plugins/fn-string/functions.c:1057
msgid ""
"@FUNCTION=SEARCH\n"
"@SYNTAX=SEARCH(text,within[,start_num])\n"
"@DESCRIPTION=SEARCH returns the location of a character or text string "
"within another string.  @text is the string or character to be searched. "
"@within is the string in which you want to search.  @start_num is the start "
"position of the search in @within.  If @start_num is omitted, it is assumed "
"to be one.  The search is not case sensitive.\n"
                                                                          
                                                                          
            
-- OK, probably nothing can be done about this, but in all other text
functions (so far), the first parameter, text, is the original or source
text, and the parameters operating on it comes afterwards. Here it appears
to be the other way around (and the label "text" is the thing to search
for, rather than the text to search in).
                                                                          
                                                                          
            
If I am reading it right, maybe the parameters should be
"SEARCH(search_string, text[,start_num])\n" to at least be consistent with
using "text" as the thing to operate on.
                                                                          
                                                                          
            
                                                                          
                                                                          
            
---
                                                                          
                                                                          
            
#: plugins/gda/plugin.xml.in.h:2
msgid "Database functions for allowing the retrieval of data from a database"
                                                                          
                                                                          
            
-- Could be clearer: "Database functions for retrieval of data from a
database"
                                                                          
                                                                          
            
---
                                                                          
                                                                          
            
#: plugins/numtheory/plugin.xml.in.h:3
msgid ""
"Several basic utilities for prime numbers, pi, phi, sigma. It also hold some "
"simple bitwise operations"
                                                                          
                                                                          
            
-- "hold" -> "holds"
                                                                          
                                                                          
            
                                                                          
                                                                          
            
---
                                                                          
                                                                          
            
#: plugins/openoffice/openoffice-read.c:496
msgid "Invalid array expression does no specify number of columns"
                                                                          
                                                                          
            
#: plugins/openoffice/openoffice-read.c:499
msgid "Invalid array expression does no specify number of rows"
                                                                          
                                                                          
            
-- "no" -> "not" for both above.
                                                                          
                                                                          
            
---
                                                                          
                                                                          
            
#: plugins/sample_datasource/sample_datasource.c:264
#, no-c-format
msgid ""
"@FUNCTION=atl_last\n"
"@SYNTAX=atl_last(tag)\n"
"@DESCRIPTION=\n"
"@EXAMPLES=\n"
"\n"
                                                                          
                                                                          
            
-- No description at all. Should this even be here?
                                                                          
                                                                          
            
                                                                          
                                                                          
            
---

#: plugins/uihello/uihello.c:24
#, c-format
msgid "This is message from \"%s\" plugin."
                                                                          
                                                                          
            
-- "This is a message from the \"%s\" plugin."
                                                                          
                                                                          
            
                                                                          
                                                                          
            
---
                                                                          
                                                                          
            
#: schemas/gnumeric-general.schemas.in.h:30
msgid "Sort Preserve Formats"
                                                                          
                                                                          
            
-- "Sorting Preserves Formats"
                                                                          
                                                                          
            
---
                                                                          
                                                                          
            
#: schemas/gnumeric-general.schemas.in.h:40
msgid ""
"This integer (between 0 and 9) gives the amount compression performed by "
"Gnumeric when saving files in the default file format. 0 is no compression "
"while 9 is maximum compression."
                                                                          
                                                                          
            
-- ".. specifies the amount of compression performed by "
                                                                          
                                                                          
            
---
                                                                          
                                                                          
            
#: src/GNOME_Gnumeric.xml.h:100 src/workbook-control-gui.c:1500
#: src/workbook-control-gui.c:3570
msgid "Freeze the top left of the sheet"
                                                                          
                                                                          
            
-- I may be misunderstanding, but freeze the top left _what_ of the sheet,
exactly? (and no, I haven't seen the string in the running application)
                                                                          
                                                                          
            
                                                                          
                                                                          
            
---
                                                                          
                                                                          
            
#: src/GNOME_Gnumeric.xml.h:141 src/workbook-control-gui.c:3622
#: src/workbook-control-gui.c:4078
msgid "Launch the Chart Guru"
                                                                          
                                                                          
            
#: src/GNOME_Gnumeric.xml.h:142
msgid "Launch the Graph Guru"
                                                                          
                                                                          
            
-- Are these referring to the same functionality? In other places I only
see references to "Graph Guru".
                                                                          
                                                                          
            
---
                                                                          
                                                                          
            
#: src/GNOME_Gnumeric.xml.h:144 src/workbook-format-toolbar.c:437
msgid "Left align"
                                                                          
                                                                          
            
-- "Left Align"
                                                                          
                                                                          
            
---
                                                                          
                                                                          
            
#: src/GNOME_Gnumeric.xml.h:198 src/workbook-format-toolbar.c:445
msgid "Right align"
                                                                          
                                                                          
            
-- "Right Align"
                                                                          
                                                                          
            
---
                                                                          
                                                                          
            
#: src/commands.c:4142
 (Also:
 #: src/commands.c:4202
 #: src/commands.c:4284
 #: src/commands.c:4284
 #: src/commands.c:4071
 #: src/commands.c:4543
 )
msgid "Insert object"
                                                                          
                                                                          
            
-- Should not these be "Inserting", "Deleting", "Resizing", "Moving",
"Zooming" and "Renaming" respectively?
Comment 1 Andreas J. Guelzow 2003-06-19 01:31:38 UTC
#: plugins/sample_datasource/sample_datasource.c:264
#, no-c-format
msgid ""
"@FUNCTION=atl_last\n"
"@SYNTAX=atl_last(tag)\n"
"@DESCRIPTION=\n"
"@EXAMPLES=\n"
"\n"                                                                 
                                                                     
            
            
-- No description at all. Should this even be here?

just an example....

----------------------------------------------------

#: src/GNOME_Gnumeric.xml.h:100 src/workbook-control-gui.c:1500
#: src/workbook-control-gui.c:3570
msgid "Freeze the top left of the sheet"
                                                                     
                                                                     
        
-- I may be misunderstanding, but freeze the top left _what_ of the sheet,
exactly? (and no, I haven't seen the string in the running application)
                                                                          
Well, the top left of the sheet!? We could say "the top left pane of
the sheet" but there is no pane until it is frozen and becomes a pane.

---------------------------------------
#: src/GNOME_Gnumeric.xml.h:141 src/workbook-control-gui.c:3622
#: src/workbook-control-gui.c:4078
msgid "Launch the Chart Guru"
                                                                     
                                                                     
        
#: src/GNOME_Gnumeric.xml.h:142
msgid "Launch the Graph Guru"                                        
                                                                     
                                     
            
-- Are these referring to the same functionality? In other places I only
see references to "Graph Guru".
 
We are moving to the `chart guru'.

-------------------------------------------

#: src/GNOME_Gnumeric.xml.h:144 src/workbook-format-toolbar.c:437
msgid "Left align"                                                   
                                                                     
                          
            
-- "Left Align"
                                                                     
                                                                     
                 
---
                                                                     
                                                                     
                 
#: src/GNOME_Gnumeric.xml.h:198 src/workbook-format-toolbar.c:445
msgid "Right align"
                                                                     
                                                                     
                 
-- "Right Align"

I believe these are intentional

----------------------------------------------------

#: src/commands.c:4142
 (Also:
 #: src/commands.c:4202
 #: src/commands.c:4284
 #: src/commands.c:4284
 #: src/commands.c:4071
 #: src/commands.c:4543
 )
msgid "Insert object"
                                                                     
                                                                     
                  
-- Should not these be "Inserting", "Deleting", "Resizing", "Moving",
"Zooming" and "Renaming" respectively?

sombody else should decide

-------------------------------------

all other items are fixed.
Comment 2 Janne 2003-06-19 08:47:54 UTC
The example: Maybe there should still be text to make the example more
meaningful? Something like below:

#: plugins/sample_datasource/sample_datasource.c:264
#, no-c-format
msgid ""
"@FUNCTION=atl_last\n"
"@SYNTAX=atl_last(tag)\n"
"@DESCRIPTION= atl_last is just an example datasource. It is not
actually implemented.\n"
"\n"
"* The @tag parameter is undefined.\n"
"\n"
"@EXAMPLES=\n"
"atl_last(\"hello\") will return an error as the function does not
exist.\n"
"\n"
@SEEALSO=

If there really should be no text at all, this should probably not be
marked for translation.

---

Freezing upper left: I don't understand it, but that's hopefully no
loss (if my translation of it is totally wrong, I trust more
knowledgeable users will let me know).
Comment 3 Andreas J. Guelzow 2003-06-23 19:25:54 UTC

*** This bug has been marked as a duplicate of 115812 ***