summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/de
AgeCommit message (Collapse)Author
2010-10-11CT-575 WIP JA DE IT translation for set18, new filesEli Linden
2010-10-11CT-575 WIP JA DE IT translation for set18Eli Linden
2010-10-07CT-575 WIP Add list of 11 Spanish Residents who volunteer translation of ViewerEli Linden
2010-09-27MergeLeyla Farazha
2010-09-27STORM-190 FIXED text truncations in floater EDIT CONTENT PERMISSIONS.Sergei Litovchuk
- Increased overall floater width. - Increased permissions columns width. - Increased 'Check All' and 'Clear' buttons width. - Applied text wrapping to permissions labels. - Removed 'NextOwnerLabel' dimensions overrides for German. - Removed 'Check All' and 'Clear' buttons dimensions overrides for Polish.
2010-09-27STORM-190 FIXED text truncations in floater EDIT CONTENT PERMISSIONS.Sergei Litovchuk
- Increased overall floater width. - Increased permissions columns width. - Increased 'Check All' and 'Clear' buttons width. - Applied text wrapping to permissions labels. - Removed 'NextOwnerLabel' dimensions overrides for German. - Removed 'Check All' and 'Clear' buttons dimensions overrides for Polish.
2010-09-24STORM-189 FIXED Truncations in DE ans ES locales in Build Tools floater.Seth ProductEngine
- Some checkboxes moved in DE locale and EN xml file. - Removed floater width override for ES locale.
2010-09-14VWR-21356 FIX added missing translation for stringeli_linden
2010-09-20merge from http://bitbucket.org/boroondas/viewer-development-vwr-20583Tofu Linden
2010-09-16VWR-22340 FIX en_xui_change for all langs, and remove many evil old overrideseli_linden
2010-09-09VWR-22759 : port of SNOW-667, fix drop down mangled language spellingMerov Linden
2010-09-03merged VWR-20583 followup (removal of superflous '>'s in IM participant ↵Boroondas Gupte
context menu)
2010-09-03VWR-20583 FIXED missed some hardcoded '>'s in menu_participant_list.xmlBoroondas Gupte
2010-09-02merged VWR-20583Boroondas Gupte
2010-09-02VWR-20583 FIXED submenu indicators (▶ a.k.a. U+25B6) shouldn't be hard-codedBoroondas Gupte
in context menu sub menu names Use the same mechanism for adding the triangle in LLContextMenuBranch as is already used in LLMenuItemBranchGL. As a bonus, the triangles will be nicely right-aligned, just as in the main menu. Remaining hard-coded triangles all are in indra/newview/skins/default/xui/*/panel_voice_effect.xml.
2010-09-01VWR-22759 : port of SNOW-667, Automatic language translation of chat messagesMerov Linden
2010-09-24merge storm-189 reduxTofu Linden
2010-09-24STORM-189 FIXED Truncations in DE ans ES locales in Build Tools floater.Seth ProductEngine
- Some checkboxes moved in DE locale and EN xml file. - Removed floater width override for ES locale.
2010-09-22mergeRichard Linden
2010-09-21merge storm-122Tofu Linden
2010-09-16mergeRichard Linden
2010-09-16STORM-122 FIXED Clean up obsolete floaters and related dead codeAimee Linden
Removed obsolete XUI files: floater_activeim.xml floater_customize.xml floater_device_settings.xml floater_first_time_tip.xml floater_im.xml floater_my_friends.xml floater_outfit_save_as.xml floater_preview_classified.xml floater_preview_event.xml floater_preview_gesture_info.xml floater_preview_gesture_shortcut.xml floater_preview_gesture_steps.xml floater_statistics.xml floater_wearable_save_as.xml panel_audio_device.xml panel_friends.xml panel_groups.xml panel_nearby_chat.xml panel_online_status.xml panel_region_general_layout.xml Killed obsolete LLFloaterVoiceDeviceSettings class, and moved LLPanelVoiceDeviceSettings into its own appropriately named files.
2010-08-25fixed regressions from changing layout panel to be a derived widget classRichard Linden
2010-08-24removed LLLayoutStack::fromXML custom xml parsingRichard Nelson
2010-08-24EXT-8362 FIXED ([TRUNCATION] IT login screen - truncation in location box)Paul Guslisty
- Increased combo box width and removed unnecessary parameters wirth from other locales Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/871/ --HG-- branch : product-engine
2010-08-10EXT-8376 FIX en_xui_change for IT truncation; DE fixEli Linden
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-03CT-575 WIP DE JA ES translation for set16 for Viewer 2.1.1Eli Linden
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-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-19CT-575 WIP Set15 translation for 8 languagesEli 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. FR and DE linguisticEli Linden
2010-07-12ND-47673 WIP DE translation for set 14, new filesEli Linden
2010-07-12ND-47673 DE translation for set 14Eli Linden
2010-07-09merge from PE's viewer-releaseTofu Linden
2010-07-09EXT-8296 FIXED Format currency properly in tooltips and the about land window.Aimee Linden
2010-07-08EXT-8171 FIXED (IT - Corrupted texture pickers are shown on 'Editing Alpha ↵Paul Guslisty
Mask' panel for German locale) - Deleted overriden dimensions in DE, FR and JP locales Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/703/ --HG-- branch : product-engine
2010-07-07EXT-8170 FIXED Fixed clothing context menu localization in Edit Outfit.Vadim Savchuk
- Localized the "New Shoes" string. I'm sceptical about this fix. Let's see if the translation team accepts it. If not, I'll add a bunch of new translatable strings like "Create new shoes", "Create new pants", etc. - Translated the "Replace" item of clothing context menu (took translation from the body part context menu). Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/710/ --HG-- branch : product-engine
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-25ND-47583 WIP DE translation for set 13Eli Linden
2010-06-25ND-47583 WIP DE translation for set 13Eli Linden
2010-06-24ND-47148 WIP DE translation for set 11, set 12 new filesEli Linden
2010-06-24ND-47148 DE translation for set 11, set 12, and new filesEli Linden
2010-06-18MD-47488 WIP German translation for set 12, new filesEli Linden
2010-06-18MD-47488 WIP German translation for set 12Eli Linden
2010-06-07EXT-7443 FIXED Speak button's layout updated - Reduced right padding by 2 px ↵Mike Antipov
in main locale, remove horizontal align in 'de' locale. For now all locales have the same center aligning with right padding to ignore space under indicator. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/519/ --HG-- branch : product-engine