Age | Commit message (Collapse) | Author |
|
server version..." pop-up notification.
|
|
NL, PL and PT locales in Build Tools floater.
|
|
templates to use display names.
Previously name substitutions were broken, so "[FIRST] [LAST]" was displayed instead of avatar name.
Some of the affected notifications:
* avatar went online/offline notification
* object return notification
* calling card offer
* script dialog
* auto-unmute notification.
See the diff for more details.
The fixes apply to all locales but English (which is already correct).
Besides, I fixed calling card offer notification to display avatar name correctly. It was broken even in English.
|
|
|
|
- Increased width of label and decreased width of checkbox in EN locale
- Removed overrides of width dimensions in EN, ES, NL, FR locales
|
|
|
|
avatar names correctly.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
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
|
|
changes in EN
|
|
translation cost.
|
|
- 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
|
|
|
|
- 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
|
|
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
|
|
|
|
|
|
|
|
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
|
|
mime_type.xml; remove invalid attributes in floater_about_land and the extra .. in "set" button translation
|
|
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)
|
|
change before)
|
|
|
|
1.23s UI
reviewed by Leyla
|
|
languages related to Localization Cycle 2.
|
|
This adds new, raw translations to the viewer; they will not yet be formatted to fit cleanly to the user.
|
|
- use the new [LOCALAMOUNT] variable for floater_buy_currency.xml
- fix the French floater_world_map.xml, floater_animation_preview.xml
|
|
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)
|
|
|
|
--HG--
branch : avatar-pipeline
|
|
|
|
|
|
--HG--
branch : avatar-pipeline
|
|
|
|
* This was made possible by DEV-24828 internationalization work.
|
|
translated.
add some strings in panel_edit_profile.xml that we already have translated.
NO CHANGES TO ENGLISH
|
|
localizations, that will also go into the new Help server for Tier 1 languages.
TEXT ONLY CHANGE; NO CODE CHANGED.
|
|
translated.
NO CHANGES TO ENGLISH
|
|
floater_sell_land.xml, menu_pie_object.xml, panel_group_general.xml
NO CHANGES TO ENGLISH
|