summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/nl
AgeCommit message (Collapse)Author
2010-11-24sync up with viewer-beta latest for 2.4Eli Linden
2010-10-13fix issue with last merge due to trusted browser changesRoxie Linden
2010-10-13automated mergeRoxie Linden
2010-10-12EVE-47 - Event formatting should appear in "Profile" windowRoxie Linden
EVE-74 - Change in-viewer support for 'notify me' to be maintainable via app slurl EVE-72 - Modify viewer to make the event profile window be an html control This is basically a reworking of the event profile display to remove all in-viewer specific event display rendering, in preparation for richtext descriptions. Most was removal of code.
2010-10-11pull viewer-beta into viewer-developmentMerov Linden
2010-10-07CT-575 WIP Add list of 11 Spanish Residents who volunteer translation of ViewerEli Linden
2010-09-16VWR-22340 FIX en_xui_change for all langs, and remove many evil old overrideseli_linden
2010-09-14VWR-21356 FIX added missing translation for stringeli_linden
2010-09-13VWR-22975 fix wrong "endonym" for Portuguese language nameeli_linden
2010-09-21merge storm-122Tofu 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-24Re-add Dutch XUI files omitted from viewer-development conversion.Nat Goodspeed
In the original viewer-hg-convert.map file, some of the skins/default/xui/nl pathnames were mysteriously truncated, causing the corresponding files to be omitted from the initial conversion.
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-07-01EXT-8001 FIX need to update translated files as well whenever string ID ↵Eli Linden
changes in EN
2010-06-30EXT-7648 FIX need to fix language files for the name change as well to avoid ↵Eli Linden
translation cost.
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-07EXT-6658 WIP removing unwanted linebreakEli 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-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-12EXT-6817 en_xui_change and remove old overridesEli Linden
2010-04-08EXT-2187 NL translation for set1 and set2, new filesEli Linden
2010-04-08EXT-2187 NL translation for set1 and set2Eli 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-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-02-18move base back to default because doing it as a backout was causing merge errorsKent Quirk
2010-02-17EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts ↵Richard Linden
1.23s UI reviewed by Leyla
2010-01-22DEV-43688 fix a couple of formatting issues on strings in the localized ↵Ramzi Linden
languages related to Localization Cycle 2.
2009-12-02DEV-43687 commit translations - Dutch(NL) set3Ramzi Linden
This adds new, raw translations to the viewer; they will not yet be formatted to fit cleanly to the user.
2009-11-25DEV-40008 retract (some of) the broken formatting in the foreign languages:Ramzi Linden
- use the new [LOCALAMOUNT] variable for floater_buy_currency.xml - fix the French floater_world_map.xml, floater_animation_preview.xml
2009-11-20- Changed the EN links used for the KnowledgeBase to its new home on the sl ↵Ramzi Linden
wiki. - DEV-43134 Insert localized hyperlinks for all places in XUI where viewer jumps to the web. (This will be needed for Phase 4 Testing of QAR-1355)
2009-11-18Switch some files to Unix line endingsBryan O'Sullivan
2009-11-13mergeLoren Shih
--HG-- branch : avatar-pipeline
2009-11-04converted all floater titles to uppercaserichard
2009-11-04mergerichard
2009-11-03mergeLoren Shih
--HG-- branch : avatar-pipeline
2009-11-02removed picture_style from LLButton::Params and allow empty labelsrichard
2009-10-14DEV-35179 (part2) improve Keyboard shortcut indicators, using native Mac symbolsRamzi Ramey
* This was made possible by DEV-24828 internationalization work.
2009-10-13DEV-38453 (part8) add 8 new strings in strings.xml that we already have ↵Ramzi Ramey
translated. add some strings in panel_edit_profile.xml that we already have translated. NO CHANGES TO ENGLISH
2009-10-13L10N: salvage a useful tooltip in the Build window along with its ↵Ramzi Ramey
localizations, that will also go into the new Help server for Tier 1 languages. TEXT ONLY CHANGE; NO CODE CHANGED.
2009-10-13DEV-38453 (part8) add 1 new string in strings.xml that we already have ↵Ramzi Ramey
translated. NO CHANGES TO ENGLISH
2009-10-12DEV-38453 (part7) Modernize the foreign language versions of ↵Ramzi Ramey
floater_sell_land.xml, menu_pie_object.xml, panel_group_general.xml NO CHANGES TO ENGLISH
2009-10-12DEV-38453 (part6) Modernize the foreign language versions of ↵Ramzi Ramey
panel_preferences_general.xml, panel_region_estate.xml, panel_region_texture.xml, floater_directory.xml NO CHANGES TO ENGLISH
2009-10-08DEV-38453 (part5) Modernize the foreign language versions of floater_tools.xmlRamzi Ramey
NO CHANGES TO ENGLISH
2009-10-08DEV-38453 (part5) Tiny cleanup of notifications.xml in the foreign languagesRamzi Ramey
NO CHANGES TO ENGLISH
2009-10-07DEV-38453 (part5) Modernize the foreign language versions of ↵Ramzi Ramey
floater_camera.xml, floater_color_picker.xml, floater_land_holdings.xml, panel_avatar.xml NO CHANGES TO ENGLISH
2009-10-03Merge inspectors UI project, gooey-4, into viewer-2 trunk. Added new ↵James Cook
tooltips to 3D avatars, 2D avatar names, and 3D objects. Refactors tooltips and text boxes, line editors, and text editors. Breaks LLExpandableTextBox, but a fix is coming. Resolved conflicts in lltexteditor.cpp, llchatitemscontainerctrl.cpp, llchatmsgbox.cpp, llfloaterbuycurrency.cpp, llnearbychat.cpp, floater_buy_currency.xml, and ru/strings.xml Merging revisions 134925-135157 of svn+ssh://svn.lindenlab.com/svn/linden/branches/gooey/gooey-4 into C:\source\viewer-2.0.0-3, respecting ancestry
2009-10-02DEV-38453 (part4) Modernize the foreign languages byRamzi Ramey
- moving some existing translations into strings.xml - deleting sentences that were removed from EN in notifications.xml - converting structures in floater_god_tools.xml NO CHANGES TO ENGLISH
2009-09-29Some XML files didn't have native line endings. Now they do.Bryan O'Sullivan