summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/de
AgeCommit message (Collapse)Author
2010-04-01Merge from default branchMike Antipov
--HG-- branch : product-engine
2010-03-29EXT-6572 (major bug) DE workaround to remove the word "Kaufen" and leave ↵Eli Linden
just the L$ link to avoid obvious linguistic error due to poor source design, at Simone's request
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-26DE FR ES linguisticEli 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-18445 en_xui_change for DE truncation; remove old DE hard returns; FR ↵Eli Linden
linguistic
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-25DE linguisticEli Linden
2010-03-24undoing incorrect translation of variables; DE linguisticEli Linden
2010-03-24DE ES linguistic; IT set8 translationEli Linden
2010-03-23DE linguisticEli Linden
2010-03-22DE cycle9 and TOS strings for beta5Eli Linden
2010-03-19Update for critical bug EXT-6318 [TRUNCATION] [EN XUI REWORK] - Talk button ↵Mike Antipov
is truncated "Sprechen". need xui designer to widen it by some 10 pixels * restored center aligning for Speak button's label. * also it is right aligned in 'de' locale which has too long value. * default right padding is set in 'en' locale (in has no effect on center aligned label) Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/36/ --HG-- branch : product-engine
2010-03-18DE cycle8 translation for beta 5; FR linguisticEli Linden
2010-03-16EXT-6267 removing local overrides so EN xui can be properly redesignedEli Linden
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-12linguisticEli Linden
2010-03-11linguistic changesEli Linden
2010-03-09beta 4 DE translationEli Linden
2010-03-09beta 4 DE translationEli Linden
2010-03-09linguistic changesEli Linden
2010-03-08WR-17933 en_xui_change; undid 'de' evil overrides. also, more fix for 'en' ↵Eli Linden
floater_tools build menu
2010-03-08EXT-6266 en_xui_change for spinner label widths; undid 'de' local overridesEli Linden
2010-03-08linguistic fixesEli Linden
2010-03-05VWR-17723Eli Linden
2010-03-04MergeEli Linden
2010-03-04cycle6 DE JA xlation, new filesEli Linden
2010-03-04cycle6 DE JA xlation; beta 4 DE linguistic fixEli Linden
2010-03-04PE merge.Tofu Linden
2010-03-03linguistic fixes for 2.0 beta 4Eli Linden
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 EXT-5887 [NAMELESS STRING] - Menu Einstellungen, Tab Chat: Font size ↵Igor Borovkov
and Font Colors need translation ) (panel_preferences_chat.xml) --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
2010-03-03mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-03-03fix for major EXT-5839 Creating a new wearable in a localized viewer ↵Ychebotarev ProductEngine
attempts to use non-ascii characters for inventory types in some languages --HG-- branch : product-engine
2010-03-03mergeVadim Savchuk
--HG-- branch : product-engine
2010-03-03fixed EXT-5902 [TRANSLATED BUT IN EN] - In the IM window "Pay" needs ↵Igor Borovkov
translation (panel_im_control_panel.xml) --HG-- branch : product-engine
2010-03-02xui resizing fix; FR fixEli Linden
2010-03-02DEV-46346 Cycle5 DE and JA changeEli Linden
2010-02-24EXT-5575 DE xui fix by me, plus JA linguistic fixes by Rika.Eli Linden
2010-02-24Work on major bug EXT-5589 (Notifications button falls under side panel)Mike Antipov
Applayed Eugene Mutavchi's patch: -- removed min/max width params from xml <string> tags -- "min_width" for nearby chat bar now is got from the an appropriate layout panel params -- "max_width" for nearby chat bar is moved to constant. --HG-- branch : product-engine
2010-02-23Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-02-23FIX EXT-5680: Get rid of unnecessary code that formats the media item countRick Pasetto
Review #139 The crash was happening because the German (locale "de") version of the format string had an ​%ls in it, which was causing the crash. Getting rid of the widget and the string since it is no longer desired in the design.
2010-02-23EXT-5575 DE linguistic fixEli Linden
2010-02-19DEV-46346 Cycle5 translation DE. A few missing strings from cycle3Eli Linden
2010-02-19DEV-46346 Cycle5 translation DE new filesEli Linden