diff options
Diffstat (limited to 'indra/newview/skins/default/xui/pl/panel_group_land_money.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/pl/panel_group_land_money.xml | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/indra/newview/skins/default/xui/pl/panel_group_land_money.xml b/indra/newview/skins/default/xui/pl/panel_group_land_money.xml deleted file mode 100755 index dbfa8e3122..0000000000 --- a/indra/newview/skins/default/xui/pl/panel_group_land_money.xml +++ /dev/null @@ -1,84 +0,0 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?> -<panel label="Posiadłości i L$" name="land_money_tab"> - <string name="help_text"> - Posiadłości, które są własnością grupy zawierają dane poszczególnych kontrybucji ich członków. W przypadku kiedy całkowita ilość metrów przypisanej danej posiadłości przez grupę jest mniejsza lub równa całkowitej liczbie kontrybucji dla przypisanej ilości metrów pojawia się ostrzeżenie. Zakładki: Planowanie, Szczegóły oraz Sprzedaże udostępniają informacje na temat statusu finansowego grupy. - </string> - <button label="?" name="help_button"/> - <string name="cant_view_group_land_text"> - Nie masz pozwolenia na oglądanie Posiadłości Grupy. - </string> - <string name="cant_view_group_accounting_text"> - Nie masz dostępu do konta, finansów Grupy. - </string> - <string name="loading_txt"> - Ładowanie... - </string> - <text name="group_land_heading"> - Posiadłości Grupy - </text> - <scroll_list name="group_parcel_list"> - <column label="Posiadłości" name="name"/> - <column label="Region" name="location"/> - <column label="Typ" name="type"/> - <column label="Obszar" name="area"/> - <column label="" name="hidden"/> - </scroll_list> - <button label="Pokaż na Mapie" label_selected="Pokaż na Mapie" name="map_button"/> - <text name="total_contributed_land_label"> - Kontrybucje: - </text> - <text name="total_contributed_land_value"> - [AREA] metrów - </text> - <text name="total_land_in_use_label"> - Używane Posiadłości: - </text> - <text name="total_land_in_use_value"> - [AREA] metrów - </text> - <text name="land_available_label"> - Dostępne Posiadłości: - </text> - <text name="land_available_value"> - [AREA] metrów - </text> - <text name="your_contribution_label"> - Twoje Kontrybucje: - </text> - <string name="land_contrib_error"> - Nie można ustalić Twoich kontrybucji. - </string> - <text name="your_contribution_units"> - ( m ) - </text> - <text name="your_contribution_max_value"> - ([AMOUNT] maksimum) - </text> - <text name="group_over_limit_text"> - Członkowie Grupy muszą zwiększyć kredyt na używanie Posiadłości. - </text> - <text name="group_money_heading"> - L$ Grupy - </text> - <tab_container name="group_money_tab_container"> - <panel label="Planowanie" name="group_money_planning_tab"> - <text_editor name="group_money_planning_text"> - Obliczanie... - </text_editor> - </panel> - <panel label="Szczegóły" name="group_money_details_tab"> - <text_editor name="group_money_details_text"> - Obliczanie... - </text_editor> - <button label="< Wcześniej" label_selected="< Wcześniej" name="earlier_details_button" tool_tip="Do tyłu w czasie"/> - <button label="Później >" label_selected="Później >" name="later_details_button" tool_tip="Do przodu w czasie"/> - </panel> - <panel label="Sprzedaż" name="group_money_sales_tab"> - <text_editor name="group_money_sales_text"> - Obliczanie... - </text_editor> - <button label="< Wcześniej" label_selected="< Wcześniej" name="earlier_sales_button" tool_tip="Do tyłu w czasie"/> - <button label="Później >" label_selected="Później >" name="later_sales_button" tool_tip="Do przodu w czasie"/> - </panel> - </tab_container> -</panel> |