GNOME Bugzilla – Bug 549518
Need context to translate
Last modified: 2008-09-02 07:10:45 UTC
I need some context to translate the following strings: #: ../plugins/symbol-db/anjuta-symbol-db.glade.h:8 msgid "Parallel global/project scan of symbols." Parallel global/project? Sorry, I'm not a very good GIT user, could you please provide also some context for this: #: ../plugins/git/anjuta-git.glade.h:42 msgid "Commit on fast-forward merges" Thank you very much.
(In reply to comment #0) > I need some context to translate the following strings: > > #: ../plugins/symbol-db/anjuta-symbol-db.glade.h:8 > msgid "Parallel global/project scan of symbols." > > Parallel global/project? Well, it's the option if the scan for project symbols and the scan for global symbols should happen in parallel or not. I don't think the string is very good - suggestions welcome.
Indeed it's a bit unluky. Maybe "Parallel scan of project and global symbols" is better?
Created attachment 117479 [details] [review] patch for typo in description here it is the patch.
#2 Massimo, yes, is much better.
patch provided also on bug #358479, Symbol-db rc6.
(In reply to comment #0) > #: ../plugins/git/anjuta-git.glade.h:42 > msgid "Commit on fast-forward merges" "Fast-forward" merges are cases where you merge into a branch that doesn't have any other changes in it. That is, it just updates, or "fast-forwards" the state of the branch you merged into as a verbatim copy of the source since the last merge.