summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/da
AgeCommit message (Collapse)Author
2010-08-24removed LLLayoutStack::fromXML custom xml parsingRichard Nelson
2010-08-20Merge from dessie/viewer-releaseLeyla Farazha
2010-08-09CT-575 WIP PL global edit part 1/2; PL DA set 16 translation for 2.1.1; FR ↵Eli Linden
linguistic
2010-08-09CT-575 WIP PL global edit part 1/2; PL DA set 16 translation for 2.1.1; FR ↵Eli Linden
linguistic
2010-08-05EXT-8309 FIXED Incorrect French date format in place profile and status bar.Vadim Savchuk
Changes: - Added support for formatting day of the month without leading zero ("sday"). - Changed date format in place profile (landmark info) and in the top status bar according to bug reporter's request. Technical details: Actually implementation of strftime() in Linux and Windows supports stripping the leading zero (with "%-d" and "%#d" respectively). But that's not supported in MacOSX, so I had to reimplement it. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/842/ --HG-- branch : product-engine
2010-08-05EXT-8309 FIXED Incorrect French date format in place profile and status bar.Vadim Savchuk
Changes: - Added support for formatting day of the month without leading zero ("sday"). - Changed date format in place profile (landmark info) and in the top status bar according to bug reporter's request. Technical details: Actually implementation of strftime() in Linux and Windows supports stripping the leading zero (with "%-d" and "%#d" respectively). But that's not supported in MacOSX, so I had to reimplement it. Reviewed by Sergey Litovchuk at https://codereview.productengine.com/secondlife/r/842/
2010-07-30Merge with dessie/viewer-releaseLeyla Farazha
2010-07-28EXT-8361 REFIXED Tooltips in Nearby Media window in the French viewer.Vadim Savchuk
Restored a part of my fix that was somewhy reverted by Eli in rev. 0d364d4ddd91. --HG-- branch : product-engine
2010-07-27Merge from dessie/viewer-releaseLeyla Farazha
2010-07-27EXT-8366 FIXED ([HARD CODED] ALL LANGS Whole Item Profile window is ↵Paul Guslisty
untranslated in the French viewer) - Added 'name' attribute for untranslated panel in EN and all other locales Reviewed by Mike Antipov and Vadim Savchuk at https://codereview.productengine.com/secondlife/r/808/ --HG-- branch : product-engine
2010-07-19Merge with dessie/viewer-releaseLeyla Farazha
2010-07-19CT-575 WIP Set15 translation for 8 languagesEli Linden
2010-07-15CT-575 WIP l10n catchup with set15 translation for Viewer 2.1, part 1/2Eli Linden
2010-07-15CT-575 WIP l10n catchup of translation up to set14, new files, for Viewer 2.1Eli Linden
2010-07-15CT-575 WIP l10n catchup of translation up to set14, for Viewer 2.1Eli Linden
2010-07-15Reverted changeset 2bb10eae42bfDessie Linden
2010-07-14EXT-8356 FIXED Enabled localization of the "Touch" item of object context menu.Vadim Savchuk
Since label of the "Touch" object context menu item may be overridden by the object with something like "Sit" or "Kiss", i.e. the label can be different from the default one, there is a special code for handling this. The code uses parameter of the on_enable callback as a label for the menu item. So, the fix is to pass localized label to on_enable callback of the "Object Touch" menu item. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/759/ --HG-- branch : product-engine
2010-07-14EXT-8361 FIXED Set a name for a nameless parent panel.Vadim Savchuk
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/755/ --HG-- branch : product-engine
2010-07-12CT-575 WIP PL translation for sets 10-14, DA for set14, new filesEli Linden
2010-07-12CT-575 WIP PL translation for sets 10-14, DA for set14. FR and DE linguisticEli Linden
2010-07-09EXT-8296 FIXED Format currency properly in tooltips and the about land window.Aimee Linden
2010-07-06Merge from dessie/viewer-releaseLeyla Farazha
2010-07-01EXT-8001 FIX need to update translated files as well whenever string ID ↵Eli Linden
changes in EN
2010-07-01EXT-8047 FIX need to update language files as well for any string ID changeEli Linden
2010-06-30EXT-7648 FIX need to fix language files for the name change as well to avoid ↵Eli Linden
translation cost.
2010-06-28CT-575 WIP DA translation for set 13Eli Linden
2010-06-28CT-575 WIP DA translation for set 13Eli Linden
2010-06-23CT-575 WIP DA translation for set 12, new filesEli Linden
2010-06-23CT-575 WIP DA translation for set 12Eli Linden
2010-06-21Merge with q/viewer-releaseLeyla Farazha
2010-06-04EXT-7545 FIX remove untranslatable strings; add translate="false" to en xuiEli Linden
2010-06-03CT-575 WIP DA linguistic new filesEli Linden
2010-06-03CT-575 WIP DA linguisticEli Linden
2010-06-03mergeRichard Linden
2010-06-02eliminated a bunch of spuriously translated dataRichard Linden
2010-06-02eliminated a bunch of warnings on startupRichard Linden
2010-05-24mergeRichard Nelson
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-11merge from dessie/viewer-public right before SLE code landedJames Cook
2010-05-07EXT-7111 FIX missing translation for 5 langsEli Linden
2010-05-06CT-575 WIP DA translation for set10, new filesEli Linden
2010-05-06CT-575 WIP DA translation for set10Eli Linden
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-17merge from viewer-hotfixTofu Linden
2010-04-16EXT-6572 correct translation for "Buy L$", for 2.0.1Eli Linden
2010-04-13DA missing translation for Panel_login.xml (already committed to viewer-2-0 ↵Eli Linden
branch)
2010-03-29Merge latest viewer-hotfix, approximately equal to Viewer 2.0 finalJames Cook
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-26DA CT editEli Linden