SeedCodeComplete2

Translation

SeedCodeComplete2.Translation History

Hide minor edits - Show changes to output

Added lines 45-48:
'''Other Value Lists'''

-> If you change the word "Everyone" in pinned contacts, you'll want to also change it in the calc Interface::ShowPinnedContactForCalc.

July 23, 2010, at 10:41 PM by 76.22.123.157 -
Changed lines 1-2 from:
!! I'd like to localize the calendar into another language; what should I look out for?
to:
!! I'd like to localize Complete into another language; what should I look out for?

In general Complete is substantially harder to translate than our calendar (which is relatively simple). Not only does it have a lot more layouts, but it uses english strings like layout names and value lists throughout the scripts.

Changed lines 13-14 from:
-> You can rename most layouts once you've integrated the solution into your file. The exceptions are the "Source No X" layouts. Don't rename those, just take them out of the layout menu. And if you rename the "calendar" layouts, edit the script "Go to Calendar Layout" to reflect your changes.
to:
-> You can rename most layouts, but be sure to test your work. (Check out this [[renamingFiles | page]] for more.) The exceptions are the "Source No X" layouts. Don't rename those, just take them out of the layout menu. And if you rename the "calendar" layouts, edit the script "Go to Calendar Layout" to reflect your changes.
March 31, 2010, at 04:03 PM by 76.22.123.157 -
Changed line 49 from:
The phrase "All Day" on the Week and Schedule screens can be found in the field CalendarRows::TimeDisplayMinutesCalc.
to:
-> The phrase "All Day" on the Week and Schedule screens can be found in the field CalendarRows::TimeDisplayMinutesCalc.
March 31, 2010, at 04:03 PM by 76.22.123.157 -
Changed lines 34-35 from:
CalendarInterface::NinjaCal_year \\
to:
CalendarInterface::NinjaCal_year
March 31, 2010, at 04:02 PM by 76.22.123.157 -
Added lines 36-42:
--> Scripts... \\
Go to Calendar Tab ( Tab Name ) \\
Load Calendar Layout \\
Go to Day \\
Go to Week \\
Insert into Calendar { Column } \\

March 31, 2010, at 04:02 PM by 76.22.123.157 -
Changed line 31 from:
CalendarInterface::DateDisplayCalc \\
to:
--> CalendarInterface::DateDisplayCalc \\
March 31, 2010, at 04:01 PM by 76.22.123.157 -
Changed lines 25-42 from:
-> Changing the Yes No value list from "Yes" and "No" to another language is actually the trickiest part of the translation, since so many calcs and scripts use these values. Once you change the value list you'll need to replace "Yes" and "No" in the following scripts and calculations:
to:
-> Changing the Yes No value list from "Yes" and "No" to another language is actually the trickiest part of the translation, since so many calcs and scripts use these values. Once you change the value list you'll need to replace "Yes" and "No" in the following scripts and calculations:

--> Calcs... \\
CalendarRows::DateRangeStartAutoGlob \\
CalendarRows::WeekNumbersDisplayCalc \\

CalendarInterface::DateDisplayCalc \\
CalendarInterface::NinjaCal_triple \\
CalendarInterface::NinjaCal_basic \\
CalendarInterface::NinjaCal_year \\

'''Time Increments'''

-> The value list "Calendar Time Scale" includes a few English phrases you might want to replace, fortunately if you also edit a couple of fields the software has already abstracted these values. Translate the Engish values in the field CalendarInterface::TimeIncrementAutoGlob and then edit CalendarInterface::TimeScaleGlob. In this second field, only translate the IF() part of the calcs, not the result, leaving "day" in lower case towards the end of the calc.

'''All Day'''

The phrase "All Day" on the Week and Schedule screens can be found in the field CalendarRows::TimeDisplayMinutesCalc.
March 31, 2010, at 03:10 PM by 76.22.123.157 -
Changed lines 23-24 from:
''Yes and No value list'''
to:
'''Yes and No value list'''
March 31, 2010, at 03:09 PM by 76.22.123.157 -
Changed lines 21-25 from:
-> You'll do the same with the month names on the repeat Yearly tab.
to:
-> You'll do the same with the month names on the repeat Yearly tab.

''Yes and No value list'''

-> Changing the Yes No value list from "Yes" and "No" to another language is actually the trickiest part of the translation, since so many calcs and scripts use these values. Once you change the value list you'll need to replace "Yes" and "No" in the following scripts and calculations:
March 31, 2010, at 03:05 PM by 76.22.123.157 -
Deleted lines 8-15:
'''Repeating Event Options'''

->The Repeat Options layout shows 4 tabs where users select the frequency with which they'd like an event to repeat. In a few tabs we refer to day names in English; you'll want to change the day names on the layout, keeping the day names in the same order as they already are. Then change the conditional formatting for each day name, replacing "Self" with the now translated name of the day, like this:

--> not IsEmpty ( FilterValues ( $$sc_Repeat_DayOfWeek ; "Ludi" ) )

-> You'll do the same with the month names on the repeat Yearly tab.

Changed lines 15-21 from:
-> The Repeat Options layout contains tab names and text (like the names of days and months) you may wish to translate. Drag the orange tab at the top of the screen out of the way to reveal the "real" FileMaker tabs below, and you can then navigate to the weekly, monthly, and yearly tabs to translate their contents. The day and month names are just text on the layout so you can edit these with the text tool: do NOT change the script parameters being sent from these buttons. These script parameters should always use the English names of days and months: your users will never see these.
to:
-> The Repeat Options layout contains tab names and text (like the names of days and months) you may wish to translate. Drag the orange tab at the top of the screen out of the way to reveal the "real" FileMaker tabs below, and you can then navigate to the weekly, monthly, and yearly tabs to translate their contents. The day and month names are just text on the layout so you can edit these with the text tool: do NOT change the script parameters being sent from these buttons. These script parameters should always use the English names of days and months: your users will never see these.

-> You'll want to change the conditional formatting for each day name, replacing "Self" with the now English name of the day, like this:

--> not IsEmpty ( FilterValues ( $$sc_Repeat_DayOfWeek ; "Monday" ) )

-> You'll do the same with the month names on the repeat Yearly tab
.
March 31, 2010, at 03:03 PM by 76.22.123.157 -
Changed lines 19-23 from:
-> You can rename most layouts once you've integrated the solution into your file. The exceptions are the "Source No X" layouts. Don't rename those, just take them out of the layout menu. And if you rename the "calendar" layouts, edit the script "Go to Calendar Layout" to reflect your changes.
to:
-> You can rename most layouts once you've integrated the solution into your file. The exceptions are the "Source No X" layouts. Don't rename those, just take them out of the layout menu. And if you rename the "calendar" layouts, edit the script "Go to Calendar Layout" to reflect your changes.

'''Repeat Options'''

-> The Repeat Options layout contains tab names and text (like the names of days and months) you may wish to translate. Drag the orange tab at the top of the screen out of the way to reveal the "real" FileMaker tabs below, and you can then navigate to the weekly, monthly, and yearly tabs to translate their contents. The day and month names are just text on the layout so you can edit these with the text tool: do NOT change the script parameters being sent from these buttons. These script parameters should always use the English names of days and months: your users will never see these
.
February 03, 2010, at 05:12 AM by 76.22.123.157 -
January 03, 2010, at 10:35 PM by 76.22.123.157 -
Changed lines 17-18 from:
'''Layouts''''
to:
'''Layouts'''
January 03, 2010, at 10:35 PM by 76.22.123.157 -
Changed lines 15-19 from:
-> You'll do the same with the month names on the repeat Yearly tab.
to:
-> You'll do the same with the month names on the repeat Yearly tab.

'''Layouts''''

-> You can rename most layouts once you've integrated the solution into your file. The exceptions are the "Source No X" layouts. Don't rename those, just take them out of the layout menu. And if you rename the "calendar" layouts, edit the script "Go to Calendar Layout" to reflect your changes
.
December 16, 2009, at 05:12 AM by 76.22.123.157 -
Added line 15:
-> You'll do the same with the month names on the repeat Yearly tab.
December 16, 2009, at 05:00 AM by 76.22.123.157 -
(855) SEEDCODE
[email protected]
Follow us: