Folder

Texts / Translation / #1994

Summary

open
Sep 14, 2006
10%
Wed Sep 13, 2006 12:58am
Sep 14, 2006 / madlyr
Mar 2, 2007 / rayz
 

Further Documentation

 

Attached files

Summary
Italian translation
113150 bytes / ID 2757 / Oct 29, 2006
Show Details
Russian translation
134590 bytes / ID 4316 / Mar 2, 2007
Show Details
sk.inc.php.changes.gz
3634 bytes / ID 2337 / Oct 8, 2006
Show Details
 
This is folder for questions about streber language translation at all. All questions should be in comments. Please ask questions regarding to specific language translation in tasks named as "{language} Translation".

18 Comments

madlyr

Sep 14, 2006
some comments on string 'show tasks in home'
### ../db/class_project.inc.php ###
'show tasks in home' =>'', # line 75

Does it mean we can view tasks not only at office but at home too?

pixtur

Sep 14, 2006
;-)
It was meant as an option to display a particular task in your home view ;-)

madlyr

Sep 15, 2006
rev. 108 - button labels - is it correct to take one string from translation table in more files?
Tom,

I commited 2 files proj.inc.php and file.inc.php change in revision 108.
Button label at upload file was hardcoded as "Send file".
I changed it to __('Upload') string as in taskView.inc.php.
Is it correct, or should I add two new strings to translation table?

pixtur

Sep 17, 2006
That's ok...
You can make the text more precide by a hidden clarification parameter:

$foo= __("Upload");
$foo2= __("Upload","Extreme short for button label");

If "Upload|Extreme short for button label" will not be found in translation table, "Upload" will be used.

madlyr

Oct 15, 2006
version 2
Meanning string 'F, jS; in ../pages/home.inc.php
What means string 'F, jS; in ../pages/home.inc.php ?

pixtur

Oct 16, 2006
Reply to Meanning string 'F, jS; in ../pages/home.inc.php
Ahh... that's an input for the date()-function. So the date at the title of "home" could be localized.

madlyr

Nov 8, 2006
Reply to Reply to Meanning string 'F, jS; in ../pages/home.inc.php
Date formmating string meaning: pl2.php.net/manual/en/function.date.php

I see, that in some places date is not taken from translation list.

madlyr

Nov 8, 2006
Playground?
Hmmm, how to translate playground and for what it is needed?

Is it for playing with some ideas, tests?

Is it accessible from streber (if yes, where)?

madlyr

Nov 8, 2006
Enable Versions or Releases?
I see in rev 184 change from Version to Release.
In settings options still we have Enable Versions.
Will change Version to Release permanent?
If so, then

  'Enable Versions|Project setting'=>'', # line 76

should be changed to:

  'Enable Releases|Project setting'=>'', # line 76

madlyr

Nov 8, 2006
version 4
Change from Version to Release
It is a major change which affects many strings and should be propagated to all langauages. Please confirm that change.

Steps (Tom please correct me, if it is ok):
  1. Search and repleace in all code word version to release (without change of case and plural/singular form).
  2. Search and repleace all language translation lists in english part from word version, to release (without change of case and plural/singular form).
  3. Inform all translators about major change.

madlyr

Nov 8, 2006
version 2
Tag line
What is the meaning of word Tag line o tagline?

I founded meaning:
'tag line = the point of a joke or humorous story'

### ../db/class_company.inc.php   ###
'Tag line|form field for company'=>'',  # line 45

### ../db/class_person.inc.php   ###
'Optional: Additional tagline (eg. multimedia concepts)'=>'',  # line 52

### ../lists/list_persons.inc.php   ###
'Tagline'                     =>'',  # line 59

pixtur

Nov 8, 2006
Reply to Tag line
It was meant as part of a company adress

 Mega Company Inc.
 nonsense industrial solutions <-- this is supposed to be the tagline
 Some Street 12
 D-1234 Contry
 

If my English has been weird again, we should rename this to something useful.


webbplatsen

Feb 20, 2007
Where do I upload?
where do I upload my language file?

I saw that my swedish translation I sent to earlier Pixtur is not the one used in the release.

Should I continue email my lang file to you pixtur or what?
Upload it to a repository would be easier.

pixtur

Feb 20, 2007
Reply to Where do I upload?
Svn would be best. Do you have an sourceforge account?

tom



webbplatsen

Feb 22, 2007
no account
have no sf account

madlyr

Feb 22, 2007
on home page there is undefined '|' =>'', language key
On home page there is undefined '|' =>'', language key
I see warning message (I have all warnings enabled):
undefined language keys:
undefined '|' =>'',

What's a f*?

I can't find the reason of this warning.

madlyr

Feb 22, 2007
scanLanguages.pl has problems with strings with double quotes
scanLanguages.pl has problems with strings with double quotes
Even in those translated strings are in main language file, this file puts strings below in changes file.

undefined keys:
---------------

### ../pages/item.inc.php   ###
'Edit bookmark: "%s"|page title'=>'',  # line 365
'Bookmark: "%s"'              =>'',  # line 366

I think the reason of this behaviour are double quotes "" inside string.

pixtur

Feb 22, 2007
Reply to scanLanguages.pl has problems with strings with double quotes
Yes... Quotes in to be translated strings are a big problem.