summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/it
AgeCommit message (Collapse)Author
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-23Fixed normal bug EXT-6904 (Edit Appearence panel has UI corrupted in IT)Paul Guslisty
- Main changes: - Increased floater, tabcontainer, scrollcontainer and 'Revert' button width - Made layout of Item Action Label and 'Save', 'Save As', 'Revert' buttons equally for all panels Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/288/ --HG-- branch : product-engine
2010-04-20Missing "About Second Life" translation for tier2,3Eli Linden
2010-04-20EXT-6958 IT linguisticEli Linden
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-20Fixed normal bug EXT-6801 (EXT-6801 ([TRUNCATION] multiple langs. Me > ↵Paul Guslisty
preferences > graphic > advanced)) - Made labels of sliders wider - Increased distance between radio groups Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/263/ --HG-- branch : product-engine
2010-04-17merge from viewer-hotfixTofu Linden
2010-04-15EXT-6879 remove 'it' overridesEli Linden
2010-04-16EXT-6572 correct translation for "Buy L$", for 2.0.1Eli Linden
2010-04-15merge from PE's viewer-trunkTofu Linden
2010-04-14IT JA linguisticEli Linden
2010-04-14Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-04-14Fixed normal bug EXT-6730 ([TRUNCATION] Preferencias > Configurar > Otros ↵Paul Guslisty
dispositivos > CONFIGURACIÓN DEL JOYSTICK. \"Zona muerta izq./de\") 1. In EN locale increased size of all TextBoxes where string was truncated. Made these TextBoxes large enough to contain strings of all locales. Moved controls next to these TextBoxes to the right and increased floater width to accommodate its content. 2. Deleted in ES, IT, NL, PL, FR explicitly overriden 'left' and 'width' attributes that was changed in EN locale. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/200/ --HG-- branch : product-engine
2010-04-13EXT-6837 en_xui_change partial fix to widen text label width to show text, ↵Eli Linden
but still need PE fix to redesign/widen border to fit translation in; removing old overrides
2010-04-12EXT-6817 en_xui_change and remove old overridesEli Linden
2010-04-09VWR-17819 removing old param overridesEli Linden
2010-04-07PE merge from pe-viewer-trunkTofu Linden
2010-04-07Done normal task EXT-6583 ([TRUNCATION] build > select build tool > create ↵Mike Antipov
tool > texture tab) * Increased spinners' "width" & "label_width" attribute values. Updated checkboxes & "Apply" button placement to be accommodated in tab. The longest label is in 'DE' locale. * Also removed overrides of these widgets in 'fr' & 'it' locales Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/183/ --HG-- branch : product-engine
2010-04-06merge from viewer-2-0Tofu Linden
2010-04-02Completed normal task EXT-6646 ([TRUNCATION] Volume bar truncated.)Mike Antipov
The reason: overridden width attributes in localized files. Fix: remove overrides in 'es', 'fr', 'it', 'pt' locales. But override tab width for 'it' locale to accommodate "Mute when minimized" checkbox on Sound & Media panel. NOTE: there is no enough room for "Mute when minimized" checkbox on Sound & Media panel in 'nl' locale. It requires too much space, about 117 extra px and issue should be moved into separate ticket. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/171/ --HG-- branch : product-engine
2010-04-01fix bad xml; IT linguisticEli Linden
2010-03-30IT linguisticEli Linden
2010-03-30EXT-6649 IT missing strings; ES undo overridesEli Linden
2010-03-29Manual merge from default branchVadim Savchuk
Resolved conflicts in indra/newview/llchathistory.cpp in favor of trunk version. --HG-- branch : product-engine
2010-03-27IT translation review of set3Eli Linden
2010-03-26IT translation review for set6CEli Linden
2010-03-26IT translation review for set6A; FR and ES linguisticEli Linden
2010-03-26IT translation for set5CEli Linden
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-25VWR-18477 remove old local overrides that caused the gesture floater content ↵Eli Linden
to disappear
2010-03-25IT translation set5B linguistic reviewEli Linden
2010-03-24undoing incorrect translation of variables; DE linguisticEli Linden
2010-03-24IT set8 translationEli Linden
2010-03-24DE ES linguistic; IT set8 translationEli Linden
2010-03-23EXT-6442Eli Linden
2010-03-23IT set5A final edit; ES linguisticEli Linden
2010-03-22CT-575 IT set9 and TOS stringsEli Linden
2010-03-22IT set4A final edit for beta5Eli Linden
2010-03-22IT linguisticEli Linden
2010-03-19IT set4B translation for beta5Eli Linden
2010-03-19CT-575 IT set7 translation, new files, for beta 5Eli Linden
2010-03-19FR linguistic; CT-575 IT set7 translation for beta 5Eli Linden
2010-03-17EXT-2180 IT set2 final edit for beta5Eli 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-2180 final linguistic edits of set1 and set6b by NovellaEli Linden
2010-03-12EXT-5983 manual fix for changed EN root element name= (VLT bug; didn't flag ↵Eli Linden
change before)
2010-03-03Fixed major sub-tusk EXT - 5826 ([TRANSLATION NOT SHOWN] floater_world_map.xml)Paul Guslisty
--HG-- branch : product-engine
2010-03-03Fixed major bug (EXT-5755) [TRANSLATION NOT SHOWN] sidepanel_task_info.xmlSergei Litovchuk
- Fixed name attribute for panels in which localization was broken. --HG-- branch : product-engine
2010-03-03Fixed major bugs: EXT-5889, EXT-5895, EXT-5896.Sergei Litovchuk
(EXT-5889) [TRANSLATED BUT IN EN] Side Bar : Place Profile > "Estate" (panel_place_profile.xml) (EXT-5895) [TRANSLATED BUT IN EN] Side Bar : "About Land" and "Region/Estate" buttons inside "Place Profile " (EXT-5896) [TRANSLATED BUT IN EN] Side Bar : Place Profile > "Region" panel_place_profile.xml - Added names for panels which broke localization of widgets inside them. --HG-- branch : product-engine