Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
beqjanus committed Feb 4, 2023
2 parents 6341b42 + 5eae4f8 commit 2c11c3d
Show file tree
Hide file tree
Showing 9 changed files with 65 additions and 41 deletions.
8 changes: 4 additions & 4 deletions autobuild.xml
Original file line number Diff line number Diff line change
Expand Up @@ -552,9 +552,9 @@
<key>archive</key>
<map>
<key>hash</key>
<string>5c3c29851edd837d5f9518618c4a303b</string>
<string>45acdda717f95ce9169de9f49199c066</string>
<key>url</key>
<string>http://3p.firestormviewer.org/apr_suite-1.4.5.180841559-linux64-180841559.tar.bz2</string>
<string>http://3p.firestormviewer.org/apr_suite-1.4.5.230351228-linux64-230351228.tar.bz2</string>
</map>
<key>name</key>
<string>linux64</string>
Expand Down Expand Up @@ -2720,9 +2720,9 @@ Copyright (c) 2012, 2014, 2015, 2016 nghttp2 contributors</string>
<key>archive</key>
<map>
<key>hash</key>
<string>b7be1d6116fb5848ab2beef19b6a8b15</string>
<string>b66568bf5da8633e94a1a52540fd4bf1</string>
<key>url</key>
<string>http://3p.firestormviewer.org/openjpeg-2.3.1.202991551-linux64-202991551.tar.bz2</string>
<string>http://3p.firestormviewer.org/openjpeg-2.5.0.230340738-linux64-230340738.tar.bz2</string>
</map>
<key>name</key>
<string>linux64</string>
Expand Down
55 changes: 36 additions & 19 deletions indra/newview/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2058,32 +2058,49 @@ endif (WINDOWS)

# Add the xui files. This is handy for searching for xui elements
# from within the IDE.
set(viewer_XUI_FILES
skins/default/colors.xml
skins/default/default_languages.xml
skins/default/textures/textures.xml
)
file(GLOB DEFAULT_XUI_FILE_GLOB_LIST
${CMAKE_CURRENT_SOURCE_DIR}/skins/*/xui/en/*.xml)
list(APPEND viewer_XUI_FILES ${DEFAULT_XUI_FILE_GLOB_LIST})
# <FS:Ansariel> Make all XUI files accessible in Visual Studio
#set(viewer_XUI_FILES
# skins/default/colors.xml
# skins/default/default_languages.xml
# skins/default/textures/textures.xml
# )
#file(GLOB DEFAULT_XUI_FILE_GLOB_LIST
# ${CMAKE_CURRENT_SOURCE_DIR}/skins/*/xui/en/*.xml)
#list(APPEND viewer_XUI_FILES ${DEFAULT_XUI_FILE_GLOB_LIST})

file(GLOB DEFAULT_WIDGET_FILE_GLOB_LIST
${CMAKE_CURRENT_SOURCE_DIR}/skins/*/xui/en/widgets/*.xml)
list(APPEND viewer_XUI_FILES ${DEFAULT_WIDGET_FILE_GLOB_LIST})
#file(GLOB DEFAULT_WIDGET_FILE_GLOB_LIST
# ${CMAKE_CURRENT_SOURCE_DIR}/skins/*/xui/en/widgets/*.xml)
#list(APPEND viewer_XUI_FILES ${DEFAULT_WIDGET_FILE_GLOB_LIST})

# Cannot append empty lists in CMake, wait until we have files here.
#file(GLOB SILVER_WIDGET_FILE_GLOB_LIST
# ${CMAKE_CURRENT_SOURCE_DIR}/skins/silver/xui/en-us/widgets/*.xml)
#list(APPEND viewer_XUI_FILES ${SILVER_WIDGET_FILE_GLOB_LIST})
## Cannot append empty lists in CMake, wait until we have files here.
##file(GLOB SILVER_WIDGET_FILE_GLOB_LIST
## ${CMAKE_CURRENT_SOURCE_DIR}/skins/silver/xui/en-us/widgets/*.xml)
##list(APPEND viewer_XUI_FILES ${SILVER_WIDGET_FILE_GLOB_LIST})

list(SORT viewer_XUI_FILES)
#list(SORT viewer_XUI_FILES)

source_group("XUI Files" FILES ${viewer_XUI_FILES})
#source_group("XUI Files" FILES ${viewer_XUI_FILES})

set_source_files_properties(${viewer_XUI_FILES}
PROPERTIES HEADER_FILE_ONLY TRUE)
#set_source_files_properties(${viewer_XUI_FILES}
# PROPERTIES HEADER_FILE_ONLY TRUE)

#list(APPEND viewer_SOURCE_FILES ${viewer_XUI_FILES})

file(GLOB_RECURSE viewer_XUI_FILES LIST_DIRECTORIES FALSE
${CMAKE_CURRENT_SOURCE_DIR}/skins/*.xml)
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/skins PREFIX "XUI Files" FILES ${viewer_XUI_FILES})
set_source_files_properties(${viewer_XUI_FILES}
PROPERTIES HEADER_FILE_ONLY TRUE)
list(APPEND viewer_SOURCE_FILES ${viewer_XUI_FILES})
# </FS:Ansariel>

file(GLOB_RECURSE viewer_SHADER_FILES LIST_DIRECTORIES FALSE
${CMAKE_CURRENT_SOURCE_DIR}/app_settings/shaders/*.glsl)
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/app_settings/shaders PREFIX "Shaders" FILES ${viewer_SHADER_FILES})
set_source_files_properties(${viewer_SHADER_FILES}
PROPERTIES HEADER_FILE_ONLY TRUE)
list(APPEND viewer_SOURCE_FILES ${viewer_SHADER_FILES})


set(viewer_APPSETTINGS_FILES
app_settings/anim.ini
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,11 @@
<text name="linksets_name_label">
Nom
</text>
<search_editor label="Objets par nom" name="filter_by_name"/>
<text name="linksets_desc_label">
Description
</text>
<search_editor label="Objets par description" name="filter_by_description"/>
<combo_box name="filter_by_linkset_use">
<combo_box.item label="Filtrer par usage..." name="filter_by_linkset_use_none"/>
<combo_box.item label="Marche possible" name="filter_by_linkset_use_walkable"/>
Expand Down Expand Up @@ -129,15 +131,15 @@
</text>
<button label="Actualiser" name="refresh_objects_list"/>
<button label="Tout sélectionner" name="select_all_objects"/>
<button label="Ne rien sélectionner" name="select_none_objects"/>
<button label="Rien sélectionner" name="select_none_objects"/>
</panel>
<panel name="pathfinding_linksets_actions">
<text name="linksets_actions_label">
Actions sur les objets sélectionnés
</text>
<check_box label="Afficher la balise" name="show_beacon"/>
<button label="Prendre" name="take_objects"/>
<button label="Prendre une copie" name="take_copy_objects"/>
<button label="Prendre copie" name="take_copy_objects"/>
<button label="M’y téléporter" name="teleport_me_to_object"/>
<button label="Retour" name="return_objects"/>
<button label="Supprimer" name="delete_objects"/>
Expand Down Expand Up @@ -165,7 +167,7 @@
D
</text>
<line_editor name="edit_d_value" tool_tip="Marche possible pour les personnages de type D. Exemple de type de personnage : autre."/>
<button label="Appliquer les changements" name="apply_edit_values"/>
<button label="Appliquer changements" name="apply_edit_values"/>
<text name="suggested_use_a_label">
(Humanoïde)
</text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<tab_container label="Confidentialité" name="tabs">
<panel label="Général" name="tab-general">
<panel.string name="log_in_to_change">Se connecter pour modifier</panel.string>
<button label="Effacer l'historique" tool_tip="Efface l'image de connexion, la dernière position, l'historique de téléportations, le cache du navigateur et des textures" name="clear_webcache"/>
<button label="Effacer l'historique" tool_tip="Effacer l'historique de recherche et de téléportation, ainsi que le cache du web et des textures" name="clear_webcache"/>
<text name="cache_size_label">(Emplacements, images, internet, recherches)</text>
<check_box label="Afficher mes informations de profil dans les résultats de recherche" name="online_searchresults"/>
<check_box label="Seuls mes amis et groupes savent que je suis connecté" name="online_visibility"/>
Expand Down
2 changes: 1 addition & 1 deletion indra/newview/skins/default/xui/fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5381,7 +5381,7 @@ Si le problème persiste, vérifiez la configuration de votre réseau et de votr
Premium Plus
</string>
<string name="MembershipUpgradeText">
Passer au compte Premium
Changer d'abonnement
</string>
<string name="MembershipPremiumText">
Mon abonnement Premium
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,11 @@
<text name="linksets_name_label">
Nazwa
</text>
<search_editor label="Obiekty według nazwy" name="filter_by_name" />
<text name="linksets_desc_label">
Opis
</text>
<search_editor label="Obiekty według opisu" name="filter_by_description" />
<combo_box name="filter_by_linkset_use">
<combo_box.item label="Filtr po zastosowaniu zbioru..." name="filter_by_linkset_use_none" />
<combo_box.item label="Dostępne do przejścia" name="filter_by_linkset_use_walkable" />
Expand Down
8 changes: 4 additions & 4 deletions indra/newview/skins/default/xui/pl/notifications.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
(dla obecnej sesji)
</global>
<global name="alwayschoose">
Zawsze wybieraj opcję
Zawsze wybieraj opcję
</global>
<global name="implicitclosebutton">
Zamknij
Expand Down Expand Up @@ -84,7 +84,7 @@ Inicjalizacja Marketplace nieudana z powodu błędu sieci lub systemu. Spróbuj
<notification name="StockPasteFailed">
Kopiowanie lub przeniesienie do folderu Magazynowego nie powiodło się:

&apos;[ERROR_CODE]&apos;
&apos;[ERROR_CODE]&apos;
</notification>
<notification name="MyOutfitsPasteFailed">
Jeden lub więcej przedmiotów nie może być użyty w "Strojach"
Expand All @@ -105,12 +105,12 @@ Inicjalizacja Marketplace nieudana z powodu błędu sieci lub systemu. Spróbuj
<notification name="MerchantListingFailed">
Listowanie na Marketplace nie powiodło się:

&apos;[ERROR_CODE]&apos;
&apos;[ERROR_CODE]&apos;
</notification>
<notification name="MerchantFolderActivationFailed">
Aktywacja tego folderu wersji nie powiodła się:

&apos;[ERROR_CODE]&apos;
&apos;[ERROR_CODE]&apos;
</notification>
<notification name="MerchantForceValidateListing">
Aby wylistowanie tej rzeczy było możliwe hierarchia w jej zawartości została automatycznie naprawiona.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<panel.string name="log_in_to_change">
Zaloguj się, by zmienić
</panel.string>
<button label="Wyczyść historię" tool_tip="Wyczyść zapisane obrazy, ostatnią lokalizację, historię teleportów, bufor stron internetowych i bufor danych tekstur" name="clear_webcache"/>
<button label="Wyczyść historię" tool_tip="Wyczyść historię teleportów i wyszukiwania oraz pamięć podręczną stron internetowych i bufor danych tekstur" name="clear_webcache"/>
<text name="cache_size_label">
(miejsca, obrazy, strony web, historia wyszukiwarki)
</text>
Expand Down
19 changes: 11 additions & 8 deletions indra/newview/skins/default/xui/pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2226,10 +2226,10 @@ Jeśli ciągle otrzymujesz tą wiadomość, to skontaktuj się z pomocą technic
Pracownik Linden Lab
</string>
<string name="PaymentInfoUsed">
Płatności: Dane użyte
Płatności: Dane w użyciu
</string>
<string name="PaymentInfoOnFile">
Płatności: Dane znane
Płatności: Dane przypisane
</string>
<string name="NoPaymentInfoOnFile">
Płatności: Dane nieznane
Expand Down Expand Up @@ -2744,13 +2744,13 @@ Jeśli ciągle otrzymujesz tą wiadomość, to skontaktuj się z pomocą technic
Nie dodano żadnych reklam. Kliknij na przycisk Nowa, aby utworzyć reklamę.
</string>
<string name="NoAvatarPicksClassifiedsText">
Użytkownik nie ma ulubionych miejsc ani reklam
Brak ulubionych miejsc/reklam
</string>
<string name="NoAvatarPicksText">
Użytkownik nie ma ulubionych miejsc
Brak ulubionych miejsc
</string>
<string name="NoAvatarClassifiedsText">
Użytkownik nie ma reklam
Brak reklam
</string>
<string name="PicksClassifiedsLoadingText">
Ładowanie...
Expand Down Expand Up @@ -2924,6 +2924,9 @@ Oczekiwane .wav, .tga, .bmp, .jpg, .jpeg, lub .anim
<string name="Linden Location">
Lokalizacja Lindenów
</string>
<string name="Adult">
Dla dorosłych
</string>
<!-- FS:Ansariel: Fixed to match PARCEL_CATEGORY_UI_STRING array -->
<string name="Arts and Culture">
Sztuka i Kultura
Expand Down Expand Up @@ -2985,7 +2988,7 @@ Błąd:
<string name="MBUnableToAccessFile">
Aplikacja [APP_NAME] nie odnalazła poszukiwanego pliku.

Może być to spowodowane aktywnością kilku kopii oprogramowania w tej samej chwili lub Twój system błędnie odczytuje proces zakończenia dla uruchomionych aplikacji.
Może być to spowodowane aktywnością kilku kopii oprogramowania w tej samej chwili lub Twój system błędnie uważa, że plik jest otwarty / zablokowany.
Jeżeli nadal otrzymujesz ten komunikat, uruchom swój komputer ponownie.
Jeżeli problem nadal występuje, proponujemy całkowite odinstalowanie aplikacji [APP_NAME] oraz ponowną jej instalację.
</string>
Expand Down Expand Up @@ -3058,7 +3061,7 @@ Uruchomione w oknie.
Ustaw tryb koloru swojego wyświetlacza na 32-bity.
</string>
<string name="MBAlpha">
Aplikacja [APP_NAME] nie może zostać uruchomiona, ponieważ nie jest możliwe dostanie się na kanał 8 bitowy alpha. Najczęściej jest to spowodowane błędami sterowników karty video.
Aplikacja [APP_NAME] nie może zostać uruchomiona, ponieważ nie może uzyskać dostępu do 8 bitowego kanału alpha. Najczęściej jest to spowodowane błędami sterowników karty video.
Upewnij się, że posiadasz najnowsze aktualizacje sterowników karty video.
Dodatkowo, sprawdź czy Twój monitor posiada poprawną konfigurację koloru (32-bity) w Panel Sterowania &gt; Ekran &gt; Ustawienia.
Jeżeli nadal otrzymujesz ten komunikat, skontaktuj się z [SUPPORT_SITE].
Expand Down Expand Up @@ -5137,7 +5140,7 @@ Jeśli problemy będą występowały nadal, proszę sprawdź sieć i ustawienia
Wewnętrzne
</string>
<string name="MembershipUpgradeText">
Przejdź na Premium
Zmień plan członkostwa
</string>
<string name="MembershipPremiumText">
Moje członkostwo Premium
Expand Down

0 comments on commit 2c11c3d

Please sign in to comment.