summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja
AgeCommit message (Collapse)Author
2010-06-21ND-46735 WIP JA and ES translation for set 12, new filesEli Linden
2010-06-21ND-46735 WIP JA and ES translation for set 12Eli Linden
2010-06-08ND-46735 WIP PT translation and JA linguisticEli Linden
2010-06-04EXT-7545 FIX remove untranslatable strings; add translate="false" to en xuiEli Linden
2010-06-03mergeVadim Savchuk
--HG-- branch : product-engine
2010-06-03EXT-7013 FIX due to localization tools restrictions hardcode using of ↵Yuri Chebotarev
special strings for Japanese reviewed by Mike Antipov https://codereview.productengine.com/secondlife/r/504/ --HG-- branch : product-engine
2010-06-02mergeRichard Linden
2010-06-02eliminated a bunch of warnings on startupRichard Linden
2010-06-02ND-47144 WIP FR JA linguisticEli Linden
2010-05-31Manual merge from default branch.Vadim Savchuk
Semi-automatically resolved conflicts in: * indra/newview/llappearancemgr.cpp * indra/newview/llappviewer.cpp * indra/newview/llcofwearables.cpp * indra/newview/llinventoryfunctions.cpp * indra/newview/llpaneloutfitedit.cpp * indra/newview/skins/default/xui/en/strings.xml * indra/newview/skins/default/xui/ja/strings.xml --HG-- branch : product-engine
2010-05-28ND-46735 WIP FR JA linguisticEli Linden
2010-05-28EXT-7013 FIX time formatting function didn't work for some parameters for ↵Yuri Chebotarev
Japanise (like weekdays). reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/457/ --HG-- branch : product-engine
2010-05-27ND-47146 WIP JA translation for set11Eli Linden
2010-05-27ND-47146 WIP JA translation for set11Eli Linden
2010-05-27ND-47144 WIP ES translation for set11Eli Linden
2010-05-26ND-46735 WIP FR JA linguisticEli Linden
2010-05-25ND-46735 WIP IT JA linguisticEli Linden
2010-05-24ND-46735 WIP IT JA linguisticEli Linden
2010-05-21EXT-6658 FIXED Fixed text overflow and truncationPaul Guslisty
- Made more vertical space between radio group and status text to avoid overlapping - Moved by 5 pixels to the left \"checkbox fullbright\" checkbox to avoid trancation - Replaced checkbox's label with TextBox to have ability to apply word_wrap for truncated label Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/430/ --HG-- branch : product-engine
2010-05-17ND-46735 WIP JA linguisticEli Linden
2010-05-11ND-46735 WIP JA linguisticEli Linden
2010-05-06CT-575 WIP DA translation for set10Eli Linden
2010-05-05JA and PT linguisticEli Linden
2010-04-30Viewer 2.1 set10 translation (new files) for DE, JA, FR, PT, IT, ESEli Linden
2010-04-30Viewer 2.1 set10 translation for DE, JA, FR, PT, IT, ESEli Linden
2010-04-27Fixed normal bug EXT-6878 ([OVERLAP] Acerca del terreno (About Land) window ↵Paul Guslisty
> Objetos. Overlapped text and arrow.) - applied wrap to string that overlaps line editor - deleted overriden dimensions in other locales Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/309/ --HG-- branch : product-engine
2010-04-20Fixed normal bug EXT-6837 ([TRUNCATION] Mundo > Sol > Editor del entorno > ↵Paul Guslisty
Cielo avanzado > Editor del ciclo de un día. \"Configuración del fotograma clav\" should be \"Configuración del fotograma clave\".) - Some redesign of floater_day_cycle. - Main changes: increased view_border size; moved controls to the right of increased view_border to the right; increased spinner width to see all its content; moved 'Play' and 'Stop!' buttons in one row with 'Use estate time' button. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/258/ --HG-- branch : product-engine
2010-04-19Fixed bug EXT-6842 ([I18N] Date format in Profile - mm/dd/yyyy needs to be: ↵Vadim Savchuk
yyyy/mm/dd for Japanese). - Made avatar registration date localizeable. - Specified localization templates for English, Japanese and German. Reviewed by Mike: https://jira.secondlife.com/browse/EXT-6842 --HG-- branch : product-engine
2010-04-17merge from viewer-hotfixTofu Linden
2010-04-16EXT-6572 correct translation for "Buy L$", for 2.0.1Eli Linden
2010-04-14VWR-18603 en_xui_change for ES (longest); JA linguisticEli Linden
2010-04-14IT JA linguisticEli Linden
2010-04-06merge from viewer-2-0Tofu Linden
2010-04-02VWR-17709 en_xui_change to accommodate the longest translation in PL even ↵Eli Linden
though this is a bug reported for ES; undo JA old override
2010-03-26Fixed bug EXT-6399 (System locale is the same for all languages).Vadim Savchuk
Problem: * English locale was set for all languages. * Specifying a correct locale didn't affect anything, including date/time formatting. My investigation has shown that LLStringUtil was instantiated twice: in the main binary and in libllcommon.so. Because LLStringUtil::setLocale() was called from newview and getLocale() was called from llcommon, they effectively used *different* instances of LLStringUtil::sLocale. Hence getLocale() always returned empty string. This seems to be caused by get/setLocale() methods not being dllexported. The fix instantiates get/setLocale() and sLocale in llcommon and exposes them to use from newview (i.e. prevents multiple instantiation). Besides, I specified correct locale names for all languages and platforms. Reviewed by Leyla: https://codereview.productengine.com/secondlife/r/104/ --HG-- branch : product-engine
2010-03-25VWR-18451 en_xui_change for DE truncation; remove invalid DE name in ↵Eli Linden
mime_type.xml; remove invalid attributes in floater_about_land and the extra .. in "set" button translation
2010-03-25DE JA ES linguisticEli Linden
2010-03-25VWR-18477 remove old local overrides that caused the gesture floater content ↵Eli Linden
to disappear
2010-03-24VWR-17637 en_xui_change ; undoing many evil local overrides. PL set9 ↵Eli Linden
translation.
2010-03-22FR cycle9 and TOS strings; JA linguistic, for beta 5Eli Linden
2010-03-22EXT-2188 CT-575 PL translation for Sets 5B, 6A, 6B, 7, 8. JA Cycle9 ↵Eli Linden
translation. for beta 5
2010-03-18linguisticEli Linden
2010-03-18CT-575 DA translation for beta 5; JA linguisticEli Linden
2010-03-17FR linguistic; JA cycle8 translation for beta 5Eli Linden
2010-03-16linguistic change; fixing floater_about_land.xml button label translation by ↵Eli Linden
removing extra ellipses and the label_selected= attribute as they became out of sync with EN file (must have been due to some kind of tool error in the past)
2010-03-12EXT-5983 manual fix for changed EN root element name= (VLT bug; didn't flag ↵Eli Linden
change before)
2010-03-12EXT-5988Eli Linden
2010-03-11linguistic changesEli Linden
2010-03-08VWR-17496 en_xui_change; undid bad hardcoded 'ja' width override.Eli Linden
2010-03-08VWR-17483Eli Linden