diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/de')
11 files changed, 1689 insertions, 39 deletions
diff --git a/linden/indra/newview/skins/xui/de/LCD_text.xml b/linden/indra/newview/skins/xui/de/LCD_text.xml new file mode 100644 index 0000000..a20d9f4 --- /dev/null +++ b/linden/indra/newview/skins/xui/de/LCD_text.xml | |||
@@ -0,0 +1,75 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel name="panel_login"> | ||
3 | <text name="DebugInfo"> | ||
4 | Debug-Info | ||
5 | </text> | ||
6 | <text name="FPS"> | ||
7 | FPS | ||
8 | </text> | ||
9 | <text name="SimFPS"> | ||
10 | SimFPS | ||
11 | </text> | ||
12 | <text name="Pin"> | ||
13 | P-Ein | ||
14 | </text> | ||
15 | <text name="Pout"> | ||
16 | P-Aus | ||
17 | </text> | ||
18 | <text name="PLoss"> | ||
19 | P-Verlust | ||
20 | </text> | ||
21 | <text name="Ping"> | ||
22 | Ping | ||
23 | </text> | ||
24 | <text name="AccountDetails"> | ||
25 | Kontodaten | ||
26 | </text> | ||
27 | <text name="LBal"> | ||
28 | L$-Stand | ||
29 | </text> | ||
30 | <text name="Time"> | ||
31 | Zeit | ||
32 | </text> | ||
33 | <text name="LocationDetails1"> | ||
34 | Standortdetails 1 | ||
35 | </text> | ||
36 | <text name="LocationDetails2"> | ||
37 | Standortdetails 2 | ||
38 | </text> | ||
39 | <text name="Region"> | ||
40 | Region | ||
41 | </text> | ||
42 | <text name="Parcel"> | ||
43 | Parzelle | ||
44 | </text> | ||
45 | <text name="Pos"> | ||
46 | Pos | ||
47 | </text> | ||
48 | <text name="Sqm"> | ||
49 | qm | ||
50 | </text> | ||
51 | <text name="Owner"> | ||
52 | Eigentümer | ||
53 | </text> | ||
54 | <text name="Type"> | ||
55 | Typ | ||
56 | </text> | ||
57 | <text name="Yes"> | ||
58 | Ja | ||
59 | </text> | ||
60 | <text name="No"> | ||
61 | Nein | ||
62 | </text> | ||
63 | <text name="Forsale"> | ||
64 | Zum Verkauf | ||
65 | </text> | ||
66 | <text name="Traffic"> | ||
67 | Traffic | ||
68 | </text> | ||
69 | <text name="Last3ChatLines"> | ||
70 | Letzte 3 Chat-Zeilen | ||
71 | </text> | ||
72 | <text name="Last3IMLines"> | ||
73 | Letzte 3 IM-Zeilen | ||
74 | </text> | ||
75 | </panel> | ||
diff --git a/linden/indra/newview/skins/xui/de/floater_landmark_ctrl.xml b/linden/indra/newview/skins/xui/de/floater_landmark_ctrl.xml new file mode 100644 index 0000000..f983bde --- /dev/null +++ b/linden/indra/newview/skins/xui/de/floater_landmark_ctrl.xml | |||
@@ -0,0 +1,10 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="landmarkpicker" title="Organisieren: Landmarken"> | ||
3 | <check_box label="Ordner anzeigen" name="show_folders_check" /> | ||
4 | <button label="Neu" label_selected="Neu" name="New" /> | ||
5 | <button label="Umbenennen" label_selected="Umbenennen" name="Rename" /> | ||
6 | <button label="Neuer Ordner" label_selected="Neuer Ordner" name="NewFolder" /> | ||
7 | <button label="Bearbeiten" label_selected="Bearbeiten" name="Edit" /> | ||
8 | <button label="Löschen" label_selected="Löschen" name="Delete" /> | ||
9 | <button label="Schließen" label_selected="Schließen" name="Close" /> | ||
10 | </floater> | ||
diff --git a/linden/indra/newview/skins/xui/de/floater_preview_classified.xml b/linden/indra/newview/skins/xui/de/floater_preview_classified.xml new file mode 100644 index 0000000..c820fbf --- /dev/null +++ b/linden/indra/newview/skins/xui/de/floater_preview_classified.xml | |||
@@ -0,0 +1,2 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="classified_preview" /> | ||
diff --git a/linden/indra/newview/skins/xui/de/floater_preview_event.xml b/linden/indra/newview/skins/xui/de/floater_preview_event.xml new file mode 100644 index 0000000..732e1fe --- /dev/null +++ b/linden/indra/newview/skins/xui/de/floater_preview_event.xml | |||
@@ -0,0 +1,2 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="event_preview" /> | ||
diff --git a/linden/indra/newview/skins/xui/de/floater_preview_url.xml b/linden/indra/newview/skins/xui/de/floater_preview_url.xml new file mode 100644 index 0000000..fd6486c --- /dev/null +++ b/linden/indra/newview/skins/xui/de/floater_preview_url.xml | |||
@@ -0,0 +1,2 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="url_preview" /> | ||
diff --git a/linden/indra/newview/skins/xui/de/menu_slurl.xml b/linden/indra/newview/skins/xui/de/menu_slurl.xml new file mode 100644 index 0000000..13b91b5 --- /dev/null +++ b/linden/indra/newview/skins/xui/de/menu_slurl.xml | |||
@@ -0,0 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <menu name="Popup"> | ||
3 | <menu_item_call label="URL-Info" name="about_url" /> | ||
4 | <menu_item_call label="Zu URL teleportieren" name="teleport_to_url" /> | ||
5 | <menu_item_call label="Auf Karte" name="show_on_map" /> | ||
6 | </menu> | ||
diff --git a/linden/indra/newview/skins/xui/de/need_to_long.xml b/linden/indra/newview/skins/xui/de/need_to_long.xml new file mode 100644 index 0000000..f794784 --- /dev/null +++ b/linden/indra/newview/skins/xui/de/need_to_long.xml | |||
@@ -0,0 +1,85 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <?mso-application progid="Excel.Sheet"?> | ||
3 | <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" | ||
4 | xmlns:o="urn:schemas-microsoft-com:office:office" | ||
5 | xmlns:x="urn:schemas-microsoft-com:office:excel" | ||
6 | xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" | ||
7 | xmlns:html="http://www.w3.org/TR/REC-html40"> | ||
8 | <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"> | ||
9 | <LastAuthor>Leyla Farazha</LastAuthor> | ||
10 | <Created>2007-11-21T01:00:51Z</Created> | ||
11 | <LastSaved>2007-11-21T01:00:51Z</LastSaved> | ||
12 | <Version>11.6568</Version> | ||
13 | </DocumentProperties> | ||
14 | <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"> | ||
15 | <WindowHeight>10230</WindowHeight> | ||
16 | <WindowWidth>22875</WindowWidth> | ||
17 | <WindowTopX>-4710</WindowTopX> | ||
18 | <WindowTopY>-105</WindowTopY> | ||
19 | <ProtectStructure>False</ProtectStructure> | ||
20 | <ProtectWindows>False</ProtectWindows> | ||
21 | </ExcelWorkbook> | ||
22 | <Styles> | ||
23 | <Style ss:ID="Default" ss:Name="Normal"> | ||
24 | <Alignment ss:Vertical="Bottom"/> | ||
25 | <Borders/> | ||
26 | <Font/> | ||
27 | <Interior/> | ||
28 | <NumberFormat/> | ||
29 | <Protection/> | ||
30 | </Style> | ||
31 | <Style ss:ID="s21"> | ||
32 | <Font ss:Bold="1"/> | ||
33 | </Style> | ||
34 | <Style ss:ID="s22"> | ||
35 | <Font ss:Bold="1"/> | ||
36 | <Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/> | ||
37 | </Style> | ||
38 | <Style ss:ID="s23"> | ||
39 | <Alignment ss:Vertical="Bottom" ss:WrapText="1"/> | ||
40 | </Style> | ||
41 | </Styles> | ||
42 | <Worksheet ss:Name="need_to_long2"> | ||
43 | <Table ss:ExpandedColumnCount="7" ss:ExpandedRowCount="3" x:FullColumns="1" | ||
44 | x:FullRows="1"> | ||
45 | <Column ss:Width="63.75"/> | ||
46 | <Column ss:Width="70.5"/> | ||
47 | <Column ss:Width="88.5"/> | ||
48 | <Column ss:Width="63.75"/> | ||
49 | <Column ss:Width="69.75"/> | ||
50 | <Column ss:Width="90.75"/> | ||
51 | <Column ss:Width="97.5"/> | ||
52 | <Row> | ||
53 | <Cell ss:StyleID="s21"><Data ss:Type="String">/strings</Data></Cell> | ||
54 | </Row> | ||
55 | <Row> | ||
56 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/a_file</Data></Cell> | ||
57 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/b_path</Data></Cell> | ||
58 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/c_attribute</Data></Cell> | ||
59 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/d_old</Data></Cell> | ||
60 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/e_new</Data></Cell> | ||
61 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/f_old_trans</Data></Cell> | ||
62 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/f_translation</Data></Cell> | ||
63 | </Row> | ||
64 | <Row ss:Height="409.5"> | ||
65 | <Cell><Data ss:Type="String">floater_about.xml</Data></Cell> | ||
66 | <Cell><Data ss:Type="String">/floater_about/credits_editor</Data></Cell> | ||
67 | <Cell ss:Index="4" ss:StyleID="s23"><Data ss:Type="String">Second Life is brought to you by Philip, Andrew, Tessa, Cory, Frank, James, Doug, Hunter, Richard, John, Eric, Avi, AaronB, AaronY, Ian, Peter, Mark, Robin, Stephen, Tracy, Ryan, Alberto, Haney, Tanya, JimJ, Dan, Ben, Stephanie, Tim, Evan, Catherine, Colin, Chris, Reuben, Charity, Jeska, James, JonHenry, Kelly, Callum, Char, Daniel, DavidF, Don, Jeff, Lauren, Lee, Michael, Ramzi, Vektor, Steve, TomY, Tess, Kona, Brent, Clarissa, PeterP, Jesse, Annette, Cyn, Blue, Ginsu, Jonathan, Karen, Adam, Nova, Deana, Lizzie, Patsy, DavidK, Isaac, Pathfinder, Monroe, Jill, Benny, Altruima, Rheya, Jennifer, Jack, DaveP, Brad, Mick, Babbage, Elisabeth, Brian, Beth, Data, Ethan, Wendy, Nicole, Sky, Jeffrey, Zero, Coffee, Tesla, Kenny, Makiko, Nigel, Teeple, Lucy, Mia, Dee, Guy, Harry, Liana, Branka, Jimbo, Aura, Vasuda, SarahD, bethanye, Torley, Runitai, MikeS, PaulM, Milo, Hermia, JoeM, Melanie, Rejean, DSmith, SMiller, Susan, Jose, DongYun, Justin, Andrey, Syrah, Donovan, Henrik, Nora, Lexie, AC, Donna, ChrisC, Alex, Leyla, Kyle, Mathew, Devin, Joshua, DanC, Jessica, Harmony, Claudia, Tramel, Glenn, Betsy, Fritz, Jun, Adam, Cassandra, Ken, RyanW, Spike, Tofu, Varas, Andy, Luke, RobLa, Chiyo, JohnZ, Dustin, George, Del, PeterP, Migyeong, Matthew, RMullane, CChampion, JTurbin, JamesC, Viola, Lightfoot, Jacqui, Sturm, Adrian, Buttercup, Alfred, Sunil, Alfred, Noel, Irfan, Jill, Yool, Jane, Yuki, Yoz, Matthew, Arthur, Jennifer, Karl, Brian, Ben, Janine, Christopher, Madhavi, Everett, Anthony, Joon, Jake, sean, Adreanne, Stephany, KellyJo, Jeremy, Pramod, Joshua, Sean, Christopher, Amy, Ceren, Katherine, jon, Sudheendra, James, Stephan, Kari, Kartic, Todd, Thomas, Joki, Rebecca, Belinda, Bert, Roger, Bridie, Kristi, Brian, Maria, John, Aric, Nathanel, Melinda, Darrell, Jennifer, Sandy, Greg, Rob, Brad, Chris, Eric, Palmer, Asi, Katja, Lisa, Minda, Jen, Aaron, Bryan, Mark, Jonathan, Jamie, Laurel, William, Matthew, Steve, David, Remy, James, Tim, Lee, Brian, Ashlei, Sam, Mike, Ethan, Austin, Wanda, Paul, Brian, Rachel, Valentyn, Emma Williams, Autum, Steven, Laley, Charles, Jessica, Sue, Gillian, CG, Kip, Kristen, Shamiran, Blake, Brett, Erica, Kent, Joel, Plexus, Twilight, Joppa and many others. In Memory of Jesse Malthus, you will be fondly remembered by all who heard your voice. Thank you to the following residents for helping to ensure that this is the best version yet: Aces Spade, Adrian Buckler, Adrienne LeShelle, Amanda Ascot, AnnaQuay Heart, Aquamina Khalifa, Arienne Anatine, Aston Hildyard, Ayami Kamachi, Badinage Odets, Biffy Berjis, Bigfox Pye, BigJohn Jade, BigRick Byrd, Brettus Tripsa, Brock Fitzgerald, Broker Allen, Browse by Name, Chiria Celt, Christopher Prudhomme, dale Cao, dale Lynch, Dante Tucker, DaQbet Kish, Dargon Pacer, Darius Antonelli, Deira Llanfair, DeviantBone Xi, Dore Dorado, Englishwob Etchegaray, Enya Masala, Eric Renneville, Fairfax Michinaga, FireFox Bancroft, FOXI Cortes, Frederick Earp, Geo Meek, Gotthilf Fischer, Hallo Loon, Hawk Carter, Hazel Kyrgyz, Hecter Barbosa, Hex Link, Ice Pak, Ideasu Mukerji, Itoku Kamachi, Jared Halleck, Jaykob Carter, Jennifer Drumheller, JensMartin Tomsen, JIAB Boa, Jim Gustafson, JimmyJet Fossett, Joseph Rustamova, Jt Volos, Karilyn Kidomen, Kaysha Sion, Keaton Nacon, Kevin Susenko, Khashai Steinbeck, Kira Cuddihy, Kit Massiel, Kojo Dixon, KUieTSToRm Lightcloud, Kwai Kyong, Kyrtis Daehlie, LazyGunGuy Bartlett, Lewcas Zapedzki, Lioc Cioc, LLIB Utu, Lou Liebknecht, Luca Draken, Maci Homewood, Major Sewell, Mari Todriya, MarieElize Noel, matt27 Churchill, Maverick Miasma, maydaysos Young, Mediaho Ball, Mikayla Gillespie, Mike Faulkland, Modfire Milland, MollyBrown Foxley, Mosley Jewell, Nuahs Zapedzki, Nyx Divine, Panther Farber, Paul Bumi, PrincessNina Prefect, Prio Serpentine, Rainbow Drake, Randall Rall, Randy Kazan, Reinhart Mokeev, Rhyph Somme, Rico Roizman, Ruge Dryke, Ryan Orbit, Safira Rosher, Samantha Bainbridge, Sammy Foxley, Sash Furst, Saturn Ariantho, Sienna Summers, Skye Enoch, Sofie Kanno, Solar Legion, Sonic Oki, Sunra Saenz, Taina Heart, Taryn Sprawl, tenerife Wei, TomDragon Nilsson, Trebla Reve, Trouble Carnell, user1cat Orbit, Vance Merlin, Veritas Variscan, Web Page, Wi3g3ht3s Ihnen, WinDrftr DeFarge, Yuu Nakamichi, Zac Delec, Zed Fairweather, Zimmo Hallard. APR Copyright (C) 2000-2004 The Apache Software Foundation cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). GL Copyright (C) 1999-2004 Brian Paul. Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) jpeglib Copyright (C) 1991-1998, Thomas G. Lane. ogg/vorbis Copyright (C) 2001, Xiphophorus OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) xmlrpc-epi Copyright (C) 2000 Epinions, Inc. zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. All rights reserved. See licenses.txt for details. Voice chat Audio coding: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) Mr. Watson -- come here -- I want to see you.</Data></Cell> | ||
68 | <Cell ss:StyleID="s23"><Data ss:Type="String">Second Life is brought to you by Philip, Andrew, Tessa, Cory, Frank, James, Doug, Hunter, Richard, John, Eric, Avi, AaronB, AaronY, Ian, Peter, Mark, Robin, Stephen, Tracy, Ryan, Alberto, Haney, Tanya, JimJ, Dan, Ben, Stephanie, Tim, Evan, Catherine, Colin, Chris, Reuben, Charity, Jeska, James, JonHenry, Kelly, Callum, Char, Daniel, DavidF, Don, Jeff, Lauren, Lee, Michael, Ramzi, Vektor, Steve, TomY, Tess, Kona, Brent, Clarissa, PeterP, Jesse, Annette, Cyn, Blue, Ginsu, Jonathan, Karen, Adam, Nova, Deana, Lizzie, Patsy, DavidK, Isaac, Pathfinder, Monroe, Jill, Benny, Altruima, Rheya, Jennifer, Jack, DaveP, Brad, Mick, Babbage, Elisabeth, Brian, Beth, Data, Ethan, Wendy, Nicole, Sky, Jeffrey, Zero, Coffee, Tesla, Kenny, Makiko, Nigel, Teeple, Lucy, Mia, Dee, Guy, Harry, Liana, Branka, Jimbo, Aura, Vasuda, SarahD, bethanye, Torley, Runitai, MikeS, PaulM, Milo, Hermia, JoeM, Melanie, Rejean, DSmith, SMiller, Susan, Jose, DongYun, Justin, Andrey, Syrah, Donovan, Henrik, Nora, Lexie, AC, Donna, ChrisC, Alex, Leyla, Kyle, Mathew, Devin, Joshua, DanC, Jessica, Harmony, Claudia, Tramel, Glenn, Betsy, Fritz, Jun, Adam, Cassandra, Ken, RyanW, Spike, Tofu, Varas, Andy, Luke, RobLa, Chiyo, JohnZ, Dustin, George, Del, PeterP, Migyeong, Matthew, RMullane, CChampion, JTurbin, JamesC, Viola, Lightfoot, Jacqui, Sturm, Adrian, Buttercup, Alfred, Sunil, Alfred, Noel, Irfan, Jill, Yool, Jane, Yuki, Yoz, Matthew, Arthur, Jennifer, Karl, Brian, Ben, Janine, Christopher, Madhavi, Everett, Anthony, Joon, Jake, sean, Adreanne, Stephany, KellyJo, Jeremy, Pramod, Joshua, Sean, Christopher, Amy, Ceren, Katherine, jon, Sudheendra, James, Stephan, Kari, Kartic, Todd, Thomas, Joki, Rebecca, Belinda, Bert, Roger, Bridie, Kristi, Brian, Maria, John, Aric, Nathanel, Melinda, Darrell, Jennifer, Sandy, Greg, Rob, Brad, Chris, Eric, Palmer, Asi, Katja, Lisa, Minda, Jen, Aaron, Bryan, Mark, Jonathan, Jamie, Laurel, William, Matthew, Steve, David, Remy, James, Tim, Lee, Brian, Ashlei, Sam, Mike, Ethan, Austin, Wanda, Paul, Brian, Rachel, Valentyn, Emma Williams, Autum, Steven, Laley, Charles, Jessica, Sue, Gillian, CG, Kip, Kristen, Shamiran, Blake, Brett, Erica, Kent, Joel, Plexus, Twilight, Joppa and many others. In Memory of Jesse Malthus, you will be fondly remembered by all who heard your voice. Thank you to the following residents for helping to ensure that this is the best version yet: Aces Spade, Adrian Buckler, Adrienne LeShelle, Amanda Ascot, AnnaQuay Heart, Aquamina Khalifa, Arienne Anatine, Aston Hildyard, Ayami Kamachi, Badinage Odets, Biffy Berjis, Bigfox Pye, BigJohn Jade, BigRick Byrd, Brettus Tripsa, Brock Fitzgerald, Broker Allen, Browse by Name, Chiria Celt, Christopher Prudhomme, dale Cao, dale Lynch, Dante Tucker, DaQbet Kish, Dargon Pacer, Darius Antonelli, Deira Llanfair, DeviantBone Xi, Dore Dorado, Englishwob Etchegaray, Enya Masala, Eric Renneville, Fairfax Michinaga, FireFox Bancroft, FOXI Cortes, Frederick Earp, Geo Meek, Gotthilf Fischer, Hallo Loon, Hawk Carter, Hazel Kyrgyz, Hecter Barbosa, Hex Link, Ice Pak, Ideasu Mukerji, Itoku Kamachi, Jared Halleck, Jaykob Carter, Jennifer Drumheller, JensMartin Tomsen, JIAB Boa, Jim Gustafson, JimmyJet Fossett, Joseph Rustamova, Jt Volos, Karilyn Kidomen, Kaysha Sion, Keaton Nacon, Kevin Susenko, Khashai Steinbeck, Kira Cuddihy, Kit Massiel, Kojo Dixon, KUieTSToRm Lightcloud, Kwai Kyong, Kyrtis Daehlie, LazyGunGuy Bartlett, Lewcas Zapedzki, Lioc Cioc, LLIB Utu, Lou Liebknecht, Luca Draken, Maci Homewood, Major Sewell, Mari Todriya, MarieElize Noel, matt27 Churchill, Maverick Miasma, maydaysos Young, Mediaho Ball, Mikayla Gillespie, Mike Faulkland, Modfire Milland, MollyBrown Foxley, Mosley Jewell, Nuahs Zapedzki, Nyx Divine, Panther Farber, Paul Bumi, Preciousse Moody, PrincessNina Prefect, Prio Serpentine, Rainbow Drake, Randall Rall, Randy Kazan, Reinhart Mokeev, Rhyph Somme, Rico Roizman, Ruge Dryke, Ryan Orbit, Safira Rosher, Samantha Bainbridge, Sammy Foxley, Sash Furst, Saturn Ariantho, Sienna Summers, Skye Enoch, Sofie Kanno, Solar Legion, Sonic Oki, Sunra Saenz, Taina Heart, Taryn Sprawl, tenerife Wei, TomDragon Nilsson, Trebla Reve, Trouble Carnell, user1cat Orbit, Vance Merlin, Veritas Variscan, Web Page, Wi3g3ht3s Ihnen, WinDrftr DeFarge, Yuu Nakamichi, Zac Delec, Zed Fairweather, Zimmo Hallard. APR Copyright (C) 2000-2004 The Apache Software Foundation cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). GL Copyright (C) 1999-2004 Brian Paul. Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) jpeglib Copyright (C) 1991-1998, Thomas G. Lane. ogg/vorbis Copyright (C) 2001, Xiphophorus OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) xmlrpc-epi Copyright (C) 2000 Epinions, Inc. zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler. All rights reserved. See licenses.txt for details. Voice chat Audio coding: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C) Mr. Watson -- come here -- I want to see you.</Data></Cell> | ||
69 | <Cell ss:StyleID="s23"><Data ss:Type="String">Second Life wird Ihnen präsentiert von Philip, Andrew, Tessa, Cory, Frank, James, Doug, Hunter, Richard, John, Eric, Avi, AaronB, AaronY, Ian, Peter, Mark, Robin, Stephen, Tracy, Ryan, Alberto, Haney, Tanya, JimJ, Dan, Ben, Stephanie, Tim, Evan, Catherine, Colin, Chris, Reuben, Charity, Jeska, James, JonHenry, Kelly, Callum, Char, Daniel, DavidF, Don, Jeff, Lauren, Lee, Michael, Ramzi, Vektor, Steve, TomY, Tess, Kona, Brent, Clarissa, PeterP, Jesse, Annette, Cyn, Blue, Ginsu, Jonathan, Karen, Adam, Nova, Deana, Lizzie, Patsy, DavidK, Isaac, Pathfinder, Monroe, Jill, Benny, Altruima, Rheya, Jennifer, Jack, DaveP, Brad, Mick, Babbage, Elisabeth, Brian, Beth, Data, Ethan, Wendy, Nicole, Sky, Jeffrey, Zero, Coffee, Tesla, Kenny, Makiko, Nigel, Teeple, Lucy, Mia, Dee, Guy, Harry, Liana, Branka, Jimbo, Aura, Vasuda, SarahD, bethanye, Torley, Runitai, MikeS, PaulM, Milo, Hermia, JoeM, Melanie, Rejean, DSmith, SMiller, Susan, Jose, DongYun, Justin, Andrey, Syrah, Donovan, Henrik, Nora, Lexie, AC, Donna, ChrisC, Alex, Leyla, Kyle, Mathew, Devin, Joshua, DanC, Jessica, Harmony, Claudia, Tramel, Glenn, Betsy, Fritz, Jun, Adam, Cassandra, Ken, RyanW, Spike, Varas, Andy, Luke, RobLa, Chiyo, JohnZ, Dustin, George, Del, PeterP, Migyeong, Matthew, RMullane, CChampion, JTurbin, JamesC, Viola, Lightfoot, Jacqui, Sturm, Adrian, Buttercup, Alfred, Sunil, Alfred, Noel, Irfan, Jill, Yool, Jane, Yuki, Yoz, Matthew, Arthur, Jennifer, Karl, Brian, Ben, Janine, Christopher, Madhavi, Everett, Anthony, Joon, Jake, sean, Adreanne, Stephany, KellyJo, Jeremy, Pramod, Joshua, Sean, Christopher, Amy, Ceren, Katherine, jon, Sudheendra, James, Stephan, Kari, Kartic, Todd, Thomas, Joki, Rebecca, Belinda, Bert, Roger, Bridie, Kristi, Brian, Maria, John, Aric, Nathanel, Melinda, Darrell, Jennifer, Sandy, Greg, Rob, Brad, Chris, Eric, Palmer, Asi, Katja, Lisa, Minda, Jen, Aaron, Bryan, Mark, Jonathan, Jamie, Laurel, William, Matthew, Steve, David, Remy, James, Tim, Lee, Brian, Ashlei, Sam, Mike, Ethan, Austin, Wanda, Paul, Brian, Rachel, Valentyn, Emma Williams, Autum, Steven, Laley, Charles, Jessica, Sue, Gillian, CG, Kip, Kristen, Shamiran, Blake, Brett, Erica, Kent, Joel, Plexus, Twilight, Joppa und vielen anderen. Im Gedenken an Jesse Malthus. Du wirst allen in Erinnerung bleiben, die deine Stimme hören durften. Vielen Dank den folgenden Einwohnern, die uns geholfen haben, dies zur bisher besten Version zu machen: Aces Spade, Adrian Buckler, Adrienne LeShelle, Amanda Ascot, AnnaQuay Heart, Aquamina Khalifa, Arienne Anatine, Aston Hildyard, Ayami Kamachi, Badinage Odets, Biffy Berjis, Bigfox Pye, BigJohn Jade, BigRick Byrd, Brettus Tripsa, Brock Fitzgerald, Broker Allen, Browse by Name, Chiria Celt, Christopher Prudhomme, dale Cao, dale Lynch, Dante Tucker, DaQbet Kish, Dargon Pacer, Darius Antonelli, Deira Llanfair, DeviantBone Xi, Dore Dorado, Englishwob Etchegaray, Enya Masala, Eric Renneville, Fairfax Michinaga, FireFox Bancroft, FOXI Cortes, Frederick Earp, Geo Meek, Gotthilf Fischer, Hallo Loon, Hawk Carter, Hazel Kyrgyz, Hecter Barbosa, Hex Link, Ice Pak, Ideasu Mukerji, Itoku Kamachi, Jared Halleck, Jaykob Carter, Jennifer Drumheller, JensMartin Tomsen, JIAB Boa, Jim Gustafson, JimmyJet Fossett, Joseph Rustamova, Jt Volos, Karilyn Kidomen, Kaysha Sion, Keaton Nacon, Kevin Susenko, Khashai Steinbeck, Kira Cuddihy, Kit Massiel, Kojo Dixon, KUieTSToRm Lightcloud, Kwai Kyong, Kyrtis Daehlie, LazyGunGuy Bartlett, Lewcas Zapedzki, Lioc Cioc, LLIB Utu, Lou Liebknecht, Luca Draken, Maci Homewood, Major Sewell, Mari Todriya, MarieElize Noel, matt27 Churchill, Maverick Miasma, maydaysos Young, Mediaho Ball, Mikayla Gillespie, Mike Faulkland, Modfire Milland, MollyBrown Foxley, Mosley Jewell, Nuahs Zapedzki, Nyx Divine, Panther Farber, Paul Bumi, PrincessNina Prefect, Prio Serpentine, Rainbow Drake, Randall Rall, Randy Kazan, Reinhart Mokeev, Rhyph Somme, Rico Roizman, Ruge Dryke, Ryan Orbit, Safira Rosher, Samantha Bainbridge, Sammy Foxley, Sash Furst, Saturn Ariantho, Sienna Summers, Skye Enoch, Sofie Kanno, Solar Legion, Sonic Oki, Sunra Saenz, Taina Heart, Taryn Sprawl, tenerife Wei, TomDragon Nilsson, Trebla Reve, Trouble Carnell, user1cat Orbit, Vance Merlin, Veritas Variscan, Web Page, Wi3g3ht3s Ihnen, WinDrftr DeFarge, Yuu Nakamichi, Zac Delec, Zed Fairweather, Zimmo Hallard. APR Copyright (C) 2000-2004 The Apache Software Foundation cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). GL Copyright (C) 1999-2004 Brian Paul. Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) jpeglib Copyright (C) 1991-1998, Thomas G. Lane. ogg/vorbis Copyright (C) 2001, Xiphophorus OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) xmlrpc-epi Copyright (C) 2000 Epinions, Inc. zlib Copyright (C) 1995-2002 Jean-loup Gailly und Mark Adler. Alle Rechte vorbehalten. Details siehe licenses.txt. Voice-Chat-Audiocoding: Polycom(R) Siren14(TM) (ITU-T Empf. G.722.1 Anhang C) Mr. Watson - kommen Sie bitte her - ich möchte Sie sehen.</Data></Cell> | ||
70 | <Cell ss:StyleID="s23"><Data ss:Type="String">Second Life wird Ihnen präsentiert von Philip, Andrew, Tessa, Cory, Frank, James, Doug, Hunter, Richard, John, Eric, Avi, AaronB, AaronY, Ian, Peter, Mark, Robin, Stephen, Tracy, Ryan, Alberto, Haney, Tanya, JimJ, Dan, Ben, Stephanie, Tim, Evan, Catherine, Colin, Chris, Reuben, Charity, Jeska, James, JonHenry, Kelly, Callum, Char, Daniel, DavidF, Don, Jeff, Lauren, Lee, Michael, Ramzi, Vektor, Steve, TomY, Tess, Kona, Brent, Clarissa, PeterP, Jesse, Annette, Cyn, Blue, Ginsu, Jonathan, Karen, Adam, Nova, Deana, Lizzie, Patsy, DavidK, Isaac, Pathfinder, Monroe, Jill, Benny, Altruima, Rheya, Jennifer, Jack, DaveP, Brad, Mick, Babbage, Elisabeth, Brian, Beth, Data, Ethan, Wendy, Nicole, Sky, Jeffrey, Zero, Coffee, Tesla, Kenny, Makiko, Nigel, Teeple, Lucy, Mia, Dee, Guy, Harry, Liana, Branka, Jimbo, Aura, Vasuda, SarahD, bethanye, Torley, Runitai, MikeS, PaulM, Milo, Hermia, JoeM, Melanie, Rejean, DSmith, SMiller, Susan, Jose, DongYun, Justin, Andrey, Syrah, Donovan, Henrik, Nora, Lexie, AC, Donna, ChrisC, Alex, Leyla, Kyle, Mathew, Devin, Joshua, DanC, Jessica, Harmony, Claudia, Tramel, Glenn, Betsy, Fritz, Jun, Adam, Cassandra, Ken, RyanW, Spike, Tofu, Varas, Andy, Luke, RobLa, Chiyo, JohnZ, Dustin, George, Del, PeterP, Migyeong, Matthew, RMullane, CChampion, JTurbin, JamesC, Viola, Lightfoot, Jacqui, Sturm, Adrian, Buttercup, Alfred, Sunil, Alfred, Noel, Irfan, Jill, Yool, Jane, Yuki, Yoz, Matthew, Arthur, Jennifer, Karl, Brian, Ben, Janine, Christopher, Madhavi, Everett, Anthony, Joon, Jake, sean, Adreanne, Stephany, KellyJo, Jeremy, Pramod, Joshua, Sean, Christopher, Amy, Ceren, Katherine, jon, Sudheendra, James, Stephan, Kari, Kartic, Todd, Thomas, Joki, Rebecca, Belinda, Bert, Roger, Bridie, Kristi, Brian, Maria, John, Aric, Nathanel, Melinda, Darrell, Jennifer, Sandy, Greg, Rob, Brad, Chris, Eric, Palmer, Asi, Katja, Lisa, Minda, Jen, Aaron, Bryan, Mark, Jonathan, Jamie, Laurel, William, Matthew, Steve, David, Remy, James, Tim, Lee, Brian, Ashlei, Sam, Mike, Ethan, Austin, Wanda, Paul, Brian, Rachel, Valentyn, Emma Williams, Autum, Steven, Laley, Charles, Jessica, Sue, Gillian, CG, Kip, Kristen, Shamiran, Blake, Brett, Erica, Kent, Joel, Plexus, Twilight, Joppa und vielen anderen. Im Gedenken an Jesse Malthus. Du wirst allen in Erinnerung bleiben, die deine Stimme hören durften. Vielen Dank den folgenden Einwohnern, die uns geholfen haben, dies zur bisher besten Version zu machen: Aces Spade, Adrian Buckler, Adrienne LeShelle, Amanda Ascot, AnnaQuay Heart, Aquamina Khalifa, Arienne Anatine, Aston Hildyard, Ayami Kamachi, Badinage Odets, Biffy Berjis, Bigfox Pye, BigJohn Jade, BigRick Byrd, Brettus Tripsa, Brock Fitzgerald, Broker Allen, Browse by Name, Chiria Celt, Christopher Prudhomme, dale Cao, dale Lynch, Dante Tucker, DaQbet Kish, Dargon Pacer, Darius Antonelli, Deira Llanfair, DeviantBone Xi, Dore Dorado, Englishwob Etchegaray, Enya Masala, Eric Renneville, Fairfax Michinaga, FireFox Bancroft, FOXI Cortes, Frederick Earp, Geo Meek, Gotthilf Fischer, Hallo Loon, Hawk Carter, Hazel Kyrgyz, Hecter Barbosa, Hex Link, Ice Pak, Ideasu Mukerji, Itoku Kamachi, Jared Halleck, Jaykob Carter, Jennifer Drumheller, JensMartin Tomsen, JIAB Boa, Jim Gustafson, JimmyJet Fossett, Joseph Rustamova, Jt Volos, Karilyn Kidomen, Kaysha Sion, Keaton Nacon, Kevin Susenko, Khashai Steinbeck, Kira Cuddihy, Kit Massiel, Kojo Dixon, KUieTSToRm Lightcloud, Kwai Kyong, Kyrtis Daehlie, LazyGunGuy Bartlett, Lewcas Zapedzki, Lioc Cioc, LLIB Utu, Lou Liebknecht, Luca Draken, Maci Homewood, Major Sewell, Mari Todriya, MarieElize Noel, matt27 Churchill, Maverick Miasma, maydaysos Young, Mediaho Ball, Mikayla Gillespie, Mike Faulkland, Modfire Milland, MollyBrown Foxley, Mosley Jewell, Nuahs Zapedzki, Nyx Divine, Panther Farber, Paul Bumi, Preciousse Moody, PrincessNina Prefect, Prio Serpentine, Rainbow Drake, Randall Rall, Randy Kazan, Reinhart Mokeev, Rhyph Somme, Rico Roizman, Ruge Dryke, Ryan Orbit, Safira Rosher, Samantha Bainbridge, Sammy Foxley, Sash Furst, Saturn Ariantho, Sienna Summers, Skye Enoch, Sofie Kanno, Solar Legion, Sonic Oki, Sunra Saenz, Taina Heart, Taryn Sprawl, tenerife Wei, TomDragon Nilsson, Trebla Reve, Trouble Carnell, user1cat Orbit, Vance Merlin, Veritas Variscan, Web Page, Wi3g3ht3s Ihnen, WinDrftr DeFarge, Yuu Nakamichi, Zac Delec, Zed Fairweather, Zimmo Hallard. APR Copyright (C) 2000-2004 The Apache Software Foundation cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se) expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd. FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org). GL Copyright (C) 1999-2004 Brian Paul. Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited. jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW) jpeglib Copyright (C) 1991-1998, Thomas G. Lane. ogg/vorbis Copyright (C) 2001, Xiphophorus OpenSSL Copyright (C) 1998-2002 The OpenSSL Project. SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) xmlrpc-epi Copyright (C) 2000 Epinions, Inc. zlib Copyright (C) 1995-2002 Jean-loup Gailly und Mark Adler. Alle Rechte vorbehalten. Details siehe licenses.txt. Voice-Chat-Audiocoding: Polycom(R) Siren14(TM) (ITU-T Empf. G.722.1 Anhang C) Mr. Watson – kommen Sie bitte her – ich möchte Sie sehen.</Data></Cell> | ||
71 | </Row> | ||
72 | </Table> | ||
73 | <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"> | ||
74 | <Selected/> | ||
75 | <Panes> | ||
76 | <Pane> | ||
77 | <Number>3</Number> | ||
78 | <ActiveRow>2</ActiveRow> | ||
79 | </Pane> | ||
80 | </Panes> | ||
81 | <ProtectObjects>False</ProtectObjects> | ||
82 | <ProtectScenarios>False</ProtectScenarios> | ||
83 | </WorksheetOptions> | ||
84 | </Worksheet> | ||
85 | </Workbook> | ||
diff --git a/linden/indra/newview/skins/xui/de/need_to_translate.xml b/linden/indra/newview/skins/xui/de/need_to_translate.xml new file mode 100644 index 0000000..c47be1d --- /dev/null +++ b/linden/indra/newview/skins/xui/de/need_to_translate.xml | |||
@@ -0,0 +1,1056 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <?mso-application progid="Excel.Sheet"?> | ||
3 | <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" | ||
4 | xmlns:o="urn:schemas-microsoft-com:office:office" | ||
5 | xmlns:x="urn:schemas-microsoft-com:office:excel" | ||
6 | xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" | ||
7 | xmlns:html="http://www.w3.org/TR/REC-html40"> | ||
8 | <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"> | ||
9 | <LastAuthor>Leyla Farazha</LastAuthor> | ||
10 | <Created>2007-11-21T00:46:40Z</Created> | ||
11 | <LastSaved>2007-11-21T00:46:40Z</LastSaved> | ||
12 | <Version>11.6568</Version> | ||
13 | </DocumentProperties> | ||
14 | <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"> | ||
15 | <WindowHeight>10230</WindowHeight> | ||
16 | <WindowWidth>22875</WindowWidth> | ||
17 | <WindowTopX>120</WindowTopX> | ||
18 | <WindowTopY>90</WindowTopY> | ||
19 | <ProtectStructure>False</ProtectStructure> | ||
20 | <ProtectWindows>False</ProtectWindows> | ||
21 | </ExcelWorkbook> | ||
22 | <Styles> | ||
23 | <Style ss:ID="Default" ss:Name="Normal"> | ||
24 | <Alignment ss:Vertical="Bottom"/> | ||
25 | <Borders/> | ||
26 | <Font/> | ||
27 | <Interior/> | ||
28 | <NumberFormat/> | ||
29 | <Protection/> | ||
30 | </Style> | ||
31 | <Style ss:ID="s21"> | ||
32 | <Font ss:Bold="1"/> | ||
33 | </Style> | ||
34 | <Style ss:ID="s22"> | ||
35 | <Font ss:Bold="1"/> | ||
36 | <Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/> | ||
37 | </Style> | ||
38 | </Styles> | ||
39 | <Worksheet ss:Name="need_to_translate2"> | ||
40 | <Table ss:ExpandedColumnCount="7" ss:ExpandedRowCount="154" x:FullColumns="1" | ||
41 | x:FullRows="1"> | ||
42 | <Column ss:Width="63.75"/> | ||
43 | <Column ss:Width="70.5"/> | ||
44 | <Column ss:Width="88.5"/> | ||
45 | <Column ss:Width="63.75"/> | ||
46 | <Column ss:Width="69.75"/> | ||
47 | <Column ss:Width="90.75"/> | ||
48 | <Column ss:Width="97.5"/> | ||
49 | <Row> | ||
50 | <Cell ss:StyleID="s21"><Data ss:Type="String">/strings</Data></Cell> | ||
51 | </Row> | ||
52 | <Row> | ||
53 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/a_file</Data></Cell> | ||
54 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/b_path</Data></Cell> | ||
55 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/c_attribute</Data></Cell> | ||
56 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/d_old</Data></Cell> | ||
57 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/e_new</Data></Cell> | ||
58 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/f_old_trans</Data></Cell> | ||
59 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/f_translation</Data></Cell> | ||
60 | </Row> | ||
61 | <Row> | ||
62 | <Cell><Data ss:Type="String">alerts.xml</Data></Cell> | ||
63 | <Cell><Data ss:Type="String">//skipnexttime</Data></Cell> | ||
64 | <Cell ss:Index="5"><Data ss:Type="String">Don't show me this again</Data></Cell> | ||
65 | <Cell ss:Index="7"><Data ss:Type="String">Nicht mehr anzeigen</Data></Cell> | ||
66 | </Row> | ||
67 | <Row> | ||
68 | <Cell><Data ss:Type="String">alerts.xml</Data></Cell> | ||
69 | <Cell><Data ss:Type="String">//alwayschoose</Data></Cell> | ||
70 | <Cell ss:Index="5"><Data ss:Type="String">Always choose this option</Data></Cell> | ||
71 | <Cell ss:Index="7"><Data ss:Type="String">Diese Option immer auswählen</Data></Cell> | ||
72 | </Row> | ||
73 | <Row> | ||
74 | <Cell><Data ss:Type="String">alerts.xml</Data></Cell> | ||
75 | <Cell><Data ss:Type="String">//TeleportFromLandmark/message</Data></Cell> | ||
76 | <Cell ss:Index="5"><Data ss:Type="String">Are you sure you want to teleport?</Data></Cell> | ||
77 | <Cell ss:Index="7"><Data ss:Type="String">Möchten Sie sich wirklich teleportieren?</Data></Cell> | ||
78 | </Row> | ||
79 | <Row> | ||
80 | <Cell><Data ss:Type="String">alerts.xml</Data></Cell> | ||
81 | <Cell><Data ss:Type="String">//TeleportFromLandmark/ignore</Data></Cell> | ||
82 | <Cell ss:Index="5"><Data ss:Type="String">When teleporting from a landmark in inventory</Data></Cell> | ||
83 | <Cell ss:Index="7"><Data ss:Type="String">Beim Teleportieren von einer Landmarke im Inventar</Data></Cell> | ||
84 | </Row> | ||
85 | <Row> | ||
86 | <Cell><Data ss:Type="String">alerts.xml</Data></Cell> | ||
87 | <Cell><Data ss:Type="String">//TeleportFromLandmark/Teleport</Data></Cell> | ||
88 | <Cell ss:Index="5"><Data ss:Type="String">Teleport</Data></Cell> | ||
89 | <Cell ss:Index="7"><Data ss:Type="String">Teleportieren</Data></Cell> | ||
90 | </Row> | ||
91 | <Row> | ||
92 | <Cell><Data ss:Type="String">alerts.xml</Data></Cell> | ||
93 | <Cell><Data ss:Type="String">//TeleportFromLandmark/Cancel</Data></Cell> | ||
94 | <Cell ss:Index="5"><Data ss:Type="String">Cancel</Data></Cell> | ||
95 | <Cell ss:Index="7"><Data ss:Type="String">Abbrechen</Data></Cell> | ||
96 | </Row> | ||
97 | <Row> | ||
98 | <Cell><Data ss:Type="String">floater_active_speakers.xml</Data></Cell> | ||
99 | <Cell><Data ss:Type="String">/active_speakers/active_speakers_panel/speakers_list/speaking_status</Data></Cell> | ||
100 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
101 | </Row> | ||
102 | <Row> | ||
103 | <Cell><Data ss:Type="String">floater_chatterbox.xml</Data></Cell> | ||
104 | <Cell><Data ss:Type="String">/floater_chatterbox</Data></Cell> | ||
105 | <Cell><Data ss:Type="String">title</Data></Cell> | ||
106 | <Cell ss:Index="5"><Data ss:Type="String">Communicate</Data></Cell> | ||
107 | <Cell ss:Index="7"><Data ss:Type="String">Unterhalten</Data></Cell> | ||
108 | </Row> | ||
109 | <Row> | ||
110 | <Cell><Data ss:Type="String">floater_chat_history.xml</Data></Cell> | ||
111 | <Cell><Data ss:Type="String">/chat floater/ringing</Data></Cell> | ||
112 | <Cell ss:Index="5"><Data ss:Type="String">Connecting to in-world Voice Chat...</Data></Cell> | ||
113 | <Cell ss:Index="7"><Data ss:Type="String">Verbindung mit In-Welt-Voice-Chat...</Data></Cell> | ||
114 | </Row> | ||
115 | <Row> | ||
116 | <Cell><Data ss:Type="String">floater_chat_history.xml</Data></Cell> | ||
117 | <Cell><Data ss:Type="String">/chat floater/connected</Data></Cell> | ||
118 | <Cell ss:Index="5"><Data ss:Type="String">Connected</Data></Cell> | ||
119 | <Cell ss:Index="7"><Data ss:Type="String">Verbunden</Data></Cell> | ||
120 | </Row> | ||
121 | <Row> | ||
122 | <Cell><Data ss:Type="String">floater_chat_history.xml</Data></Cell> | ||
123 | <Cell><Data ss:Type="String">/chat floater/hang_up</Data></Cell> | ||
124 | <Cell ss:Index="5"><Data ss:Type="String">Disconnected from in-world Voice Chat</Data></Cell> | ||
125 | <Cell ss:Index="7"><Data ss:Type="String">Verbindung mit In-Welt-Voice-Chat getrennt</Data></Cell> | ||
126 | </Row> | ||
127 | <Row> | ||
128 | <Cell><Data ss:Type="String">floater_device_settings.xml</Data></Cell> | ||
129 | <Cell><Data ss:Type="String">/floater_device_settings</Data></Cell> | ||
130 | <Cell><Data ss:Type="String">title</Data></Cell> | ||
131 | <Cell ss:Index="5"><Data ss:Type="String">Voice Chat Device Settings</Data></Cell> | ||
132 | <Cell ss:Index="7"><Data ss:Type="String">Geräte-Einstellungen für Voice-Chat</Data></Cell> | ||
133 | </Row> | ||
134 | <Row> | ||
135 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
136 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel</Data></Cell> | ||
137 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
138 | <Cell ss:Index="5"><Data ss:Type="String">All</Data></Cell> | ||
139 | <Cell ss:Index="7"><Data ss:Type="String">Alle</Data></Cell> | ||
140 | </Row> | ||
141 | <Row> | ||
142 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
143 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/back_btn</Data></Cell> | ||
144 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
145 | <Cell ss:Index="5"><Data ss:Type="String">Back</Data></Cell> | ||
146 | <Cell ss:Index="7"><Data ss:Type="String">Zurück</Data></Cell> | ||
147 | </Row> | ||
148 | <Row> | ||
149 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
150 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/forward_btn</Data></Cell> | ||
151 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
152 | <Cell ss:Index="5"><Data ss:Type="String">Forward</Data></Cell> | ||
153 | <Cell ss:Index="7"><Data ss:Type="String">Weiter</Data></Cell> | ||
154 | </Row> | ||
155 | <Row> | ||
156 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
157 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/search_editor</Data></Cell> | ||
158 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
159 | <Cell ss:Index="5"><Data ss:Type="String">Search</Data></Cell> | ||
160 | <Cell ss:Index="7"><Data ss:Type="String">Suchen</Data></Cell> | ||
161 | </Row> | ||
162 | <Row> | ||
163 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
164 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/search_editor</Data></Cell> | ||
165 | <Cell><Data ss:Type="String">tool_tip</Data></Cell> | ||
166 | <Cell ss:Index="5"><Data ss:Type="String">Search Second Life</Data></Cell> | ||
167 | <Cell ss:Index="7"><Data ss:Type="String">Second Life durchsuchen</Data></Cell> | ||
168 | </Row> | ||
169 | <Row> | ||
170 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
171 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/search_btn</Data></Cell> | ||
172 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
173 | <Cell ss:Index="5"><Data ss:Type="String">Search</Data></Cell> | ||
174 | <Cell ss:Index="7"><Data ss:Type="String">Suchen</Data></Cell> | ||
175 | </Row> | ||
176 | <Row> | ||
177 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
178 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/Category/AnyCategory</Data></Cell> | ||
179 | <Cell ss:Index="5"><Data ss:Type="String">Any Category</Data></Cell> | ||
180 | <Cell ss:Index="7"><Data ss:Type="String">Alle Kategorien</Data></Cell> | ||
181 | </Row> | ||
182 | <Row> | ||
183 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
184 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/Category/Classifieds</Data></Cell> | ||
185 | <Cell ss:Index="5"><Data ss:Type="String">Classifieds</Data></Cell> | ||
186 | <Cell ss:Index="7"><Data ss:Type="String">Anzeigen</Data></Cell> | ||
187 | </Row> | ||
188 | <Row> | ||
189 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
190 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/Category/Events</Data></Cell> | ||
191 | <Cell ss:Index="5"><Data ss:Type="String">Events</Data></Cell> | ||
192 | <Cell ss:Index="7"><Data ss:Type="String">Events</Data></Cell> | ||
193 | </Row> | ||
194 | <Row> | ||
195 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
196 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/Category/Groups</Data></Cell> | ||
197 | <Cell ss:Index="5"><Data ss:Type="String">Groups</Data></Cell> | ||
198 | <Cell ss:Index="7"><Data ss:Type="String">Gruppen</Data></Cell> | ||
199 | </Row> | ||
200 | <Row> | ||
201 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
202 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/Category/People</Data></Cell> | ||
203 | <Cell ss:Index="5"><Data ss:Type="String">People</Data></Cell> | ||
204 | <Cell ss:Index="7"><Data ss:Type="String">Leute</Data></Cell> | ||
205 | </Row> | ||
206 | <Row> | ||
207 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
208 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/Category/Places</Data></Cell> | ||
209 | <Cell ss:Index="5"><Data ss:Type="String">Places</Data></Cell> | ||
210 | <Cell ss:Index="7"><Data ss:Type="String">Orte</Data></Cell> | ||
211 | </Row> | ||
212 | <Row> | ||
213 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
214 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/Category/Wiki</Data></Cell> | ||
215 | <Cell ss:Index="5"><Data ss:Type="String">Wiki</Data></Cell> | ||
216 | <Cell ss:Index="7"><Data ss:Type="String">Wiki</Data></Cell> | ||
217 | </Row> | ||
218 | <Row> | ||
219 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
220 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/mature_check</Data></Cell> | ||
221 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
222 | <Cell ss:Index="5"><Data ss:Type="String">Include Mature content</Data></Cell> | ||
223 | <Cell ss:Index="7"><Data ss:Type="String">Ab-18-Inhalte einschließen</Data></Cell> | ||
224 | </Row> | ||
225 | <Row> | ||
226 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
227 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/loading_text</Data></Cell> | ||
228 | <Cell ss:Index="5"><Data ss:Type="String">Loading...</Data></Cell> | ||
229 | <Cell ss:Index="7"><Data ss:Type="String">Wird geladen...</Data></Cell> | ||
230 | </Row> | ||
231 | <Row> | ||
232 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
233 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_panel/done_text</Data></Cell> | ||
234 | <Cell ss:Index="5"><Data ss:Type="String">Done</Data></Cell> | ||
235 | <Cell ss:Index="7"><Data ss:Type="String">Fertig</Data></Cell> | ||
236 | </Row> | ||
237 | <Row> | ||
238 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
239 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel</Data></Cell> | ||
240 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
241 | <Cell ss:Index="5"><Data ss:Type="String">All (old)</Data></Cell> | ||
242 | <Cell ss:Index="7"><Data ss:Type="String">Alle (alt)</Data></Cell> | ||
243 | </Row> | ||
244 | <Row> | ||
245 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
246 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/< Prev</Data></Cell> | ||
247 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
248 | <Cell ss:Index="5"><Data ss:Type="String">< Prev</Data></Cell> | ||
249 | <Cell ss:Index="7"><Data ss:Type="String">< Vorherige/s</Data></Cell> | ||
250 | </Row> | ||
251 | <Row> | ||
252 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
253 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/< Prev</Data></Cell> | ||
254 | <Cell><Data ss:Type="String">label_selected</Data></Cell> | ||
255 | <Cell ss:Index="5"><Data ss:Type="String">< Prev</Data></Cell> | ||
256 | <Cell ss:Index="7"><Data ss:Type="String">< Vorherige/s</Data></Cell> | ||
257 | </Row> | ||
258 | <Row> | ||
259 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
260 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/Next ></Data></Cell> | ||
261 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
262 | <Cell ss:Index="5"><Data ss:Type="String">Next ></Data></Cell> | ||
263 | <Cell ss:Index="7"><Data ss:Type="String">Weiter ></Data></Cell> | ||
264 | </Row> | ||
265 | <Row> | ||
266 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
267 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/Next ></Data></Cell> | ||
268 | <Cell><Data ss:Type="String">label_selected</Data></Cell> | ||
269 | <Cell ss:Index="5"><Data ss:Type="String">Next ></Data></Cell> | ||
270 | <Cell ss:Index="7"><Data ss:Type="String">Weiter ></Data></Cell> | ||
271 | </Row> | ||
272 | <Row> | ||
273 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
274 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/find</Data></Cell> | ||
275 | <Cell ss:Index="5"><Data ss:Type="String">Find:</Data></Cell> | ||
276 | <Cell ss:Index="7"><Data ss:Type="String">Suchen:</Data></Cell> | ||
277 | </Row> | ||
278 | <Row> | ||
279 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
280 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/Search</Data></Cell> | ||
281 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
282 | <Cell ss:Index="5"><Data ss:Type="String">Search</Data></Cell> | ||
283 | <Cell ss:Index="7"><Data ss:Type="String">Suchen</Data></Cell> | ||
284 | </Row> | ||
285 | <Row> | ||
286 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
287 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/Search</Data></Cell> | ||
288 | <Cell><Data ss:Type="String">label_selected</Data></Cell> | ||
289 | <Cell ss:Index="5"><Data ss:Type="String">Search</Data></Cell> | ||
290 | <Cell ss:Index="7"><Data ss:Type="String">Suchen</Data></Cell> | ||
291 | </Row> | ||
292 | <Row> | ||
293 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
294 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/incmature</Data></Cell> | ||
295 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
296 | <Cell ss:Index="5"><Data ss:Type="String">Include Mature content</Data></Cell> | ||
297 | <Cell ss:Index="7"><Data ss:Type="String">Ab-18-Inhalte einschließen</Data></Cell> | ||
298 | </Row> | ||
299 | <Row> | ||
300 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
301 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/results/icon</Data></Cell> | ||
302 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
303 | </Row> | ||
304 | <Row> | ||
305 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
306 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/results/name</Data></Cell> | ||
307 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
308 | <Cell ss:Index="5"><Data ss:Type="String">Name</Data></Cell> | ||
309 | <Cell ss:Index="7"><Data ss:Type="String">Name</Data></Cell> | ||
310 | </Row> | ||
311 | <Row> | ||
312 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
313 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/results/price</Data></Cell> | ||
314 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
315 | <Cell ss:Index="5"><Data ss:Type="String">Price</Data></Cell> | ||
316 | <Cell ss:Index="7"><Data ss:Type="String">Preis</Data></Cell> | ||
317 | </Row> | ||
318 | <Row> | ||
319 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
320 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/results/date</Data></Cell> | ||
321 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
322 | <Cell ss:Index="5"><Data ss:Type="String">Time (PT)</Data></Cell> | ||
323 | <Cell ss:Index="7"><Data ss:Type="String">Zeit (PT)</Data></Cell> | ||
324 | </Row> | ||
325 | <Row> | ||
326 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
327 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/results/time</Data></Cell> | ||
328 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
329 | <Cell ss:Index="5"><Data ss:Type="String">Time</Data></Cell> | ||
330 | <Cell ss:Index="7"><Data ss:Type="String">Zeit</Data></Cell> | ||
331 | </Row> | ||
332 | <Row> | ||
333 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
334 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/results/dwell</Data></Cell> | ||
335 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
336 | <Cell ss:Index="5"><Data ss:Type="String">Traffic</Data></Cell> | ||
337 | <Cell ss:Index="7"><Data ss:Type="String">Traffic</Data></Cell> | ||
338 | </Row> | ||
339 | <Row> | ||
340 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
341 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/results/area</Data></Cell> | ||
342 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
343 | <Cell ss:Index="5"><Data ss:Type="String">Area</Data></Cell> | ||
344 | <Cell ss:Index="7"><Data ss:Type="String">Gebiet</Data></Cell> | ||
345 | </Row> | ||
346 | <Row> | ||
347 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
348 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/results/per_meter</Data></Cell> | ||
349 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
350 | <Cell ss:Index="5"><Data ss:Type="String">L$/sq.m</Data></Cell> | ||
351 | <Cell ss:Index="7"><Data ss:Type="String">L$/qm</Data></Cell> | ||
352 | </Row> | ||
353 | <Row> | ||
354 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
355 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/results/online</Data></Cell> | ||
356 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
357 | <Cell ss:Index="5"><Data ss:Type="String">Online</Data></Cell> | ||
358 | <Cell ss:Index="7"><Data ss:Type="String">Online</Data></Cell> | ||
359 | </Row> | ||
360 | <Row> | ||
361 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
362 | <Cell><Data ss:Type="String">/directory/Directory Tabs/find_all_old_panel/results/members</Data></Cell> | ||
363 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
364 | <Cell ss:Index="5"><Data ss:Type="String">Members</Data></Cell> | ||
365 | <Cell ss:Index="7"><Data ss:Type="String">Mitglieder</Data></Cell> | ||
366 | </Row> | ||
367 | <Row> | ||
368 | <Cell><Data ss:Type="String">floater_im.xml</Data></Cell> | ||
369 | <Cell><Data ss:Type="String">/im_floater/invite_message</Data></Cell> | ||
370 | <Cell ss:Index="5"><Data ss:Type="String">Click the [BUTTON NAME] button to accept/connect to this voice chat.</Data></Cell> | ||
371 | <Cell ss:Index="7"><Data ss:Type="String">Klicken Sie auf [BUTTON NAME], um eine Verbindung zu diesem Voice-Chat herzustellen.</Data></Cell> | ||
372 | </Row> | ||
373 | <Row> | ||
374 | <Cell><Data ss:Type="String">floater_instant_message.xml</Data></Cell> | ||
375 | <Cell><Data ss:Type="String">/im_floater/ringing</Data></Cell> | ||
376 | <Cell ss:Index="5"><Data ss:Type="String">Calling...</Data></Cell> | ||
377 | <Cell ss:Index="7"><Data ss:Type="String">Anruf...</Data></Cell> | ||
378 | </Row> | ||
379 | <Row> | ||
380 | <Cell><Data ss:Type="String">floater_instant_message.xml</Data></Cell> | ||
381 | <Cell><Data ss:Type="String">/im_floater/connected</Data></Cell> | ||
382 | <Cell ss:Index="5"><Data ss:Type="String">Connected, click End Call to hang up</Data></Cell> | ||
383 | <Cell ss:Index="7"><Data ss:Type="String">Verbunden. Klicken Sie auf Anruf beenden, um die Verbindung zu trennen</Data></Cell> | ||
384 | </Row> | ||
385 | <Row> | ||
386 | <Cell><Data ss:Type="String">floater_instant_message.xml</Data></Cell> | ||
387 | <Cell><Data ss:Type="String">/im_floater/hang_up</Data></Cell> | ||
388 | <Cell ss:Index="5"><Data ss:Type="String">Call ended</Data></Cell> | ||
389 | <Cell ss:Index="7"><Data ss:Type="String">Anruf beendet</Data></Cell> | ||
390 | </Row> | ||
391 | <Row> | ||
392 | <Cell><Data ss:Type="String">floater_instant_message_ad_hoc.xml</Data></Cell> | ||
393 | <Cell><Data ss:Type="String">/im_floater/ringing</Data></Cell> | ||
394 | <Cell ss:Index="5"><Data ss:Type="String">Joining Voice Chat...</Data></Cell> | ||
395 | <Cell ss:Index="7"><Data ss:Type="String">Voice-Chat wird beigetreten...</Data></Cell> | ||
396 | </Row> | ||
397 | <Row> | ||
398 | <Cell><Data ss:Type="String">floater_instant_message_ad_hoc.xml</Data></Cell> | ||
399 | <Cell><Data ss:Type="String">/im_floater/connected</Data></Cell> | ||
400 | <Cell ss:Index="5"><Data ss:Type="String">Connected, click End Call to hang up</Data></Cell> | ||
401 | <Cell ss:Index="7"><Data ss:Type="String">Verbunden. Klicken Sie auf Anruf beenden, um die Verbindung zu trennen</Data></Cell> | ||
402 | </Row> | ||
403 | <Row> | ||
404 | <Cell><Data ss:Type="String">floater_instant_message_ad_hoc.xml</Data></Cell> | ||
405 | <Cell><Data ss:Type="String">/im_floater/hang_up</Data></Cell> | ||
406 | <Cell ss:Index="5"><Data ss:Type="String">Left Voice Chat</Data></Cell> | ||
407 | <Cell ss:Index="7"><Data ss:Type="String">Voice-Chat verlassen</Data></Cell> | ||
408 | </Row> | ||
409 | <Row> | ||
410 | <Cell><Data ss:Type="String">floater_instant_message_group.xml</Data></Cell> | ||
411 | <Cell><Data ss:Type="String">/im_floater/ringing</Data></Cell> | ||
412 | <Cell ss:Index="5"><Data ss:Type="String">Joining Voice Chat...</Data></Cell> | ||
413 | <Cell ss:Index="7"><Data ss:Type="String">Voice-Chat wird beigetreten...</Data></Cell> | ||
414 | </Row> | ||
415 | <Row> | ||
416 | <Cell><Data ss:Type="String">floater_instant_message_group.xml</Data></Cell> | ||
417 | <Cell><Data ss:Type="String">/im_floater/connected</Data></Cell> | ||
418 | <Cell ss:Index="5"><Data ss:Type="String">Connected, click End Call to hang up</Data></Cell> | ||
419 | <Cell ss:Index="7"><Data ss:Type="String">Verbunden. Klicken Sie auf Anruf beenden, um die Verbindung zu trennen</Data></Cell> | ||
420 | </Row> | ||
421 | <Row> | ||
422 | <Cell><Data ss:Type="String">floater_instant_message_group.xml</Data></Cell> | ||
423 | <Cell><Data ss:Type="String">/im_floater/hang_up</Data></Cell> | ||
424 | <Cell ss:Index="5"><Data ss:Type="String">Left Voice Chat</Data></Cell> | ||
425 | <Cell ss:Index="7"><Data ss:Type="String">Voice-Chat verlassen</Data></Cell> | ||
426 | </Row> | ||
427 | <Row> | ||
428 | <Cell><Data ss:Type="String">floater_landmark_ctrl.xml</Data></Cell> | ||
429 | <Cell><Data ss:Type="String">/landmarkpicker</Data></Cell> | ||
430 | <Cell><Data ss:Type="String">title</Data></Cell> | ||
431 | <Cell ss:Index="5"><Data ss:Type="String">Organize: Landmarks</Data></Cell> | ||
432 | <Cell ss:Index="7"><Data ss:Type="String">Organisieren: Landmarken</Data></Cell> | ||
433 | </Row> | ||
434 | <Row> | ||
435 | <Cell><Data ss:Type="String">floater_landmark_ctrl.xml</Data></Cell> | ||
436 | <Cell><Data ss:Type="String">/landmarkpicker/show_folders_check</Data></Cell> | ||
437 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
438 | <Cell ss:Index="5"><Data ss:Type="String">Show Folders</Data></Cell> | ||
439 | <Cell ss:Index="7"><Data ss:Type="String">Ordner anzeigen</Data></Cell> | ||
440 | </Row> | ||
441 | <Row> | ||
442 | <Cell><Data ss:Type="String">floater_landmark_ctrl.xml</Data></Cell> | ||
443 | <Cell><Data ss:Type="String">/landmarkpicker/New</Data></Cell> | ||
444 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
445 | <Cell ss:Index="5"><Data ss:Type="String">New</Data></Cell> | ||
446 | <Cell ss:Index="7"><Data ss:Type="String">Neu</Data></Cell> | ||
447 | </Row> | ||
448 | <Row> | ||
449 | <Cell><Data ss:Type="String">floater_landmark_ctrl.xml</Data></Cell> | ||
450 | <Cell><Data ss:Type="String">/landmarkpicker/New</Data></Cell> | ||
451 | <Cell><Data ss:Type="String">label_selected</Data></Cell> | ||
452 | <Cell ss:Index="5"><Data ss:Type="String">New</Data></Cell> | ||
453 | <Cell ss:Index="7"><Data ss:Type="String">Neu</Data></Cell> | ||
454 | </Row> | ||
455 | <Row> | ||
456 | <Cell><Data ss:Type="String">floater_landmark_ctrl.xml</Data></Cell> | ||
457 | <Cell><Data ss:Type="String">/landmarkpicker/Rename</Data></Cell> | ||
458 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
459 | <Cell ss:Index="5"><Data ss:Type="String">Rename</Data></Cell> | ||
460 | <Cell ss:Index="7"><Data ss:Type="String">Umbenennen</Data></Cell> | ||
461 | </Row> | ||
462 | <Row> | ||
463 | <Cell><Data ss:Type="String">floater_landmark_ctrl.xml</Data></Cell> | ||
464 | <Cell><Data ss:Type="String">/landmarkpicker/Rename</Data></Cell> | ||
465 | <Cell><Data ss:Type="String">label_selected</Data></Cell> | ||
466 | <Cell ss:Index="5"><Data ss:Type="String">Rename</Data></Cell> | ||
467 | <Cell ss:Index="7"><Data ss:Type="String">Umbenennen</Data></Cell> | ||
468 | </Row> | ||
469 | <Row> | ||
470 | <Cell><Data ss:Type="String">floater_landmark_ctrl.xml</Data></Cell> | ||
471 | <Cell><Data ss:Type="String">/landmarkpicker/NewFolder</Data></Cell> | ||
472 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
473 | <Cell ss:Index="5"><Data ss:Type="String">New Folder</Data></Cell> | ||
474 | <Cell ss:Index="7"><Data ss:Type="String">Neuer Ordner</Data></Cell> | ||
475 | </Row> | ||
476 | <Row> | ||
477 | <Cell><Data ss:Type="String">floater_landmark_ctrl.xml</Data></Cell> | ||
478 | <Cell><Data ss:Type="String">/landmarkpicker/NewFolder</Data></Cell> | ||
479 | <Cell><Data ss:Type="String">label_selected</Data></Cell> | ||
480 | <Cell ss:Index="5"><Data ss:Type="String">New Folder</Data></Cell> | ||
481 | <Cell ss:Index="7"><Data ss:Type="String">Neuer Ordner</Data></Cell> | ||
482 | </Row> | ||
483 | <Row> | ||
484 | <Cell><Data ss:Type="String">floater_landmark_ctrl.xml</Data></Cell> | ||
485 | <Cell><Data ss:Type="String">/landmarkpicker/Edit</Data></Cell> | ||
486 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
487 | <Cell ss:Index="5"><Data ss:Type="String">Edit</Data></Cell> | ||
488 | <Cell ss:Index="7"><Data ss:Type="String">Bearbeiten</Data></Cell> | ||
489 | </Row> | ||
490 | <Row> | ||
491 | <Cell><Data ss:Type="String">floater_landmark_ctrl.xml</Data></Cell> | ||
492 | <Cell><Data ss:Type="String">/landmarkpicker/Edit</Data></Cell> | ||
493 | <Cell><Data ss:Type="String">label_selected</Data></Cell> | ||
494 | <Cell ss:Index="5"><Data ss:Type="String">Edit</Data></Cell> | ||
495 | <Cell ss:Index="7"><Data ss:Type="String">Bearbeiten</Data></Cell> | ||
496 | </Row> | ||
497 | <Row> | ||
498 | <Cell><Data ss:Type="String">floater_landmark_ctrl.xml</Data></Cell> | ||
499 | <Cell><Data ss:Type="String">/landmarkpicker/Delete</Data></Cell> | ||
500 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
501 | <Cell ss:Index="5"><Data ss:Type="String">Delete</Data></Cell> | ||
502 | <Cell ss:Index="7"><Data ss:Type="String">Löschen</Data></Cell> | ||
503 | </Row> | ||
504 | <Row> | ||
505 | <Cell><Data ss:Type="String">floater_landmark_ctrl.xml</Data></Cell> | ||
506 | <Cell><Data ss:Type="String">/landmarkpicker/Delete</Data></Cell> | ||
507 | <Cell><Data ss:Type="String">label_selected</Data></Cell> | ||
508 | <Cell ss:Index="5"><Data ss:Type="String">Delete</Data></Cell> | ||
509 | <Cell ss:Index="7"><Data ss:Type="String">Löschen</Data></Cell> | ||
510 | </Row> | ||
511 | <Row> | ||
512 | <Cell><Data ss:Type="String">floater_landmark_ctrl.xml</Data></Cell> | ||
513 | <Cell><Data ss:Type="String">/landmarkpicker/Close</Data></Cell> | ||
514 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
515 | <Cell ss:Index="5"><Data ss:Type="String">Close</Data></Cell> | ||
516 | <Cell ss:Index="7"><Data ss:Type="String">Schließen</Data></Cell> | ||
517 | </Row> | ||
518 | <Row> | ||
519 | <Cell><Data ss:Type="String">floater_landmark_ctrl.xml</Data></Cell> | ||
520 | <Cell><Data ss:Type="String">/landmarkpicker/Close</Data></Cell> | ||
521 | <Cell><Data ss:Type="String">label_selected</Data></Cell> | ||
522 | <Cell ss:Index="5"><Data ss:Type="String">Close</Data></Cell> | ||
523 | <Cell ss:Index="7"><Data ss:Type="String">Schließen</Data></Cell> | ||
524 | </Row> | ||
525 | <Row> | ||
526 | <Cell><Data ss:Type="String">floater_land_holdings.xml</Data></Cell> | ||
527 | <Cell><Data ss:Type="String">/land holdings floater/area_string</Data></Cell> | ||
528 | <Cell ss:Index="5"><Data ss:Type="String">[AREA] sq. meters</Data></Cell> | ||
529 | <Cell ss:Index="7"><Data ss:Type="String">[AREA] qm</Data></Cell> | ||
530 | </Row> | ||
531 | <Row> | ||
532 | <Cell><Data ss:Type="String">floater_preview_classified.xml</Data></Cell> | ||
533 | <Cell><Data ss:Type="String">/classified_preview</Data></Cell> | ||
534 | <Cell><Data ss:Type="String">title</Data></Cell> | ||
535 | <Cell ss:Index="5"><Data ss:Type="String">Classified Information</Data></Cell> | ||
536 | <Cell ss:Index="7"><Data ss:Type="String">Vertrauliche Informationen</Data></Cell> | ||
537 | </Row> | ||
538 | <Row> | ||
539 | <Cell><Data ss:Type="String">floater_preview_event.xml</Data></Cell> | ||
540 | <Cell><Data ss:Type="String">/event_preview</Data></Cell> | ||
541 | <Cell><Data ss:Type="String">title</Data></Cell> | ||
542 | <Cell ss:Index="5"><Data ss:Type="String">Event Information</Data></Cell> | ||
543 | <Cell ss:Index="7"><Data ss:Type="String">Event-Informationen</Data></Cell> | ||
544 | </Row> | ||
545 | <Row> | ||
546 | <Cell><Data ss:Type="String">floater_preview_url.xml</Data></Cell> | ||
547 | <Cell><Data ss:Type="String">/url_preview</Data></Cell> | ||
548 | <Cell><Data ss:Type="String">title</Data></Cell> | ||
549 | <Cell ss:Index="5"><Data ss:Type="String">Place Information</Data></Cell> | ||
550 | <Cell ss:Index="7"><Data ss:Type="String">Ortsinformationen</Data></Cell> | ||
551 | </Row> | ||
552 | <Row> | ||
553 | <Cell><Data ss:Type="String">floater_select_key.xml</Data></Cell> | ||
554 | <Cell><Data ss:Type="String">/modal container</Data></Cell> | ||
555 | <Cell><Data ss:Type="String">title</Data></Cell> | ||
556 | </Row> | ||
557 | <Row> | ||
558 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
559 | <Cell><Data ss:Type="String">/panel_login/DebugInfo</Data></Cell> | ||
560 | <Cell ss:Index="5"><Data ss:Type="String">Debug Info</Data></Cell> | ||
561 | <Cell ss:Index="7"><Data ss:Type="String">Debug-Info</Data></Cell> | ||
562 | </Row> | ||
563 | <Row> | ||
564 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
565 | <Cell><Data ss:Type="String">/panel_login/FPS</Data></Cell> | ||
566 | <Cell ss:Index="5"><Data ss:Type="String">FPS</Data></Cell> | ||
567 | <Cell ss:Index="7"><Data ss:Type="String">FPS</Data></Cell> | ||
568 | </Row> | ||
569 | <Row> | ||
570 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
571 | <Cell><Data ss:Type="String">/panel_login/SimFPS</Data></Cell> | ||
572 | <Cell ss:Index="5"><Data ss:Type="String">SimFPS</Data></Cell> | ||
573 | <Cell ss:Index="7"><Data ss:Type="String">SimFPS</Data></Cell> | ||
574 | </Row> | ||
575 | <Row> | ||
576 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
577 | <Cell><Data ss:Type="String">/panel_login/Pin</Data></Cell> | ||
578 | <Cell ss:Index="5"><Data ss:Type="String">P-In</Data></Cell> | ||
579 | <Cell ss:Index="7"><Data ss:Type="String">P-Ein</Data></Cell> | ||
580 | </Row> | ||
581 | <Row> | ||
582 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
583 | <Cell><Data ss:Type="String">/panel_login/Pout</Data></Cell> | ||
584 | <Cell ss:Index="5"><Data ss:Type="String">P-Out</Data></Cell> | ||
585 | <Cell ss:Index="7"><Data ss:Type="String">P-Aus</Data></Cell> | ||
586 | </Row> | ||
587 | <Row> | ||
588 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
589 | <Cell><Data ss:Type="String">/panel_login/PLoss</Data></Cell> | ||
590 | <Cell ss:Index="5"><Data ss:Type="String">P-Loss</Data></Cell> | ||
591 | <Cell ss:Index="7"><Data ss:Type="String">P-Verlust</Data></Cell> | ||
592 | </Row> | ||
593 | <Row> | ||
594 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
595 | <Cell><Data ss:Type="String">/panel_login/Ping</Data></Cell> | ||
596 | <Cell ss:Index="5"><Data ss:Type="String">Ping</Data></Cell> | ||
597 | <Cell ss:Index="7"><Data ss:Type="String">Ping</Data></Cell> | ||
598 | </Row> | ||
599 | <Row> | ||
600 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
601 | <Cell><Data ss:Type="String">/panel_login/AccountDetails</Data></Cell> | ||
602 | <Cell ss:Index="5"><Data ss:Type="String">Account Details</Data></Cell> | ||
603 | <Cell ss:Index="7"><Data ss:Type="String">Kontodaten</Data></Cell> | ||
604 | </Row> | ||
605 | <Row> | ||
606 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
607 | <Cell><Data ss:Type="String">/panel_login/LBal</Data></Cell> | ||
608 | <Cell ss:Index="5"><Data ss:Type="String">L$ bal</Data></Cell> | ||
609 | <Cell ss:Index="7"><Data ss:Type="String">L$-Stand</Data></Cell> | ||
610 | </Row> | ||
611 | <Row> | ||
612 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
613 | <Cell><Data ss:Type="String">/panel_login/Time</Data></Cell> | ||
614 | <Cell ss:Index="5"><Data ss:Type="String">Time</Data></Cell> | ||
615 | <Cell ss:Index="7"><Data ss:Type="String">Zeit</Data></Cell> | ||
616 | </Row> | ||
617 | <Row> | ||
618 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
619 | <Cell><Data ss:Type="String">/panel_login/LocationDetails1</Data></Cell> | ||
620 | <Cell ss:Index="5"><Data ss:Type="String">Location Details 1</Data></Cell> | ||
621 | <Cell ss:Index="7"><Data ss:Type="String">Standortdetails 1</Data></Cell> | ||
622 | </Row> | ||
623 | <Row> | ||
624 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
625 | <Cell><Data ss:Type="String">/panel_login/LocationDetails2</Data></Cell> | ||
626 | <Cell ss:Index="5"><Data ss:Type="String">Location Details 2</Data></Cell> | ||
627 | <Cell ss:Index="7"><Data ss:Type="String">Standortdetails 2</Data></Cell> | ||
628 | </Row> | ||
629 | <Row> | ||
630 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
631 | <Cell><Data ss:Type="String">/panel_login/Region</Data></Cell> | ||
632 | <Cell ss:Index="5"><Data ss:Type="String">Region</Data></Cell> | ||
633 | <Cell ss:Index="7"><Data ss:Type="String">Region</Data></Cell> | ||
634 | </Row> | ||
635 | <Row> | ||
636 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
637 | <Cell><Data ss:Type="String">/panel_login/Parcel</Data></Cell> | ||
638 | <Cell ss:Index="5"><Data ss:Type="String">Parcel</Data></Cell> | ||
639 | <Cell ss:Index="7"><Data ss:Type="String">Parzelle</Data></Cell> | ||
640 | </Row> | ||
641 | <Row> | ||
642 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
643 | <Cell><Data ss:Type="String">/panel_login/Pos</Data></Cell> | ||
644 | <Cell ss:Index="5"><Data ss:Type="String">Pos</Data></Cell> | ||
645 | <Cell ss:Index="7"><Data ss:Type="String">Pos</Data></Cell> | ||
646 | </Row> | ||
647 | <Row> | ||
648 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
649 | <Cell><Data ss:Type="String">/panel_login/Sqm</Data></Cell> | ||
650 | <Cell ss:Index="5"><Data ss:Type="String">Sqm</Data></Cell> | ||
651 | <Cell ss:Index="7"><Data ss:Type="String">qm</Data></Cell> | ||
652 | </Row> | ||
653 | <Row> | ||
654 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
655 | <Cell><Data ss:Type="String">/panel_login/Owner</Data></Cell> | ||
656 | <Cell ss:Index="5"><Data ss:Type="String">Owner</Data></Cell> | ||
657 | <Cell ss:Index="7"><Data ss:Type="String">Eigentümer</Data></Cell> | ||
658 | </Row> | ||
659 | <Row> | ||
660 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
661 | <Cell><Data ss:Type="String">/panel_login/Type</Data></Cell> | ||
662 | <Cell ss:Index="5"><Data ss:Type="String">Type</Data></Cell> | ||
663 | <Cell ss:Index="7"><Data ss:Type="String">Typ</Data></Cell> | ||
664 | </Row> | ||
665 | <Row> | ||
666 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
667 | <Cell><Data ss:Type="String">/panel_login/Yes</Data></Cell> | ||
668 | <Cell ss:Index="5"><Data ss:Type="String">Yes</Data></Cell> | ||
669 | <Cell ss:Index="7"><Data ss:Type="String">Ja</Data></Cell> | ||
670 | </Row> | ||
671 | <Row> | ||
672 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
673 | <Cell><Data ss:Type="String">/panel_login/No</Data></Cell> | ||
674 | <Cell ss:Index="5"><Data ss:Type="String">No</Data></Cell> | ||
675 | <Cell ss:Index="7"><Data ss:Type="String">Nein</Data></Cell> | ||
676 | </Row> | ||
677 | <Row> | ||
678 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
679 | <Cell><Data ss:Type="String">/panel_login/Forsale</Data></Cell> | ||
680 | <Cell ss:Index="5"><Data ss:Type="String">ForSale</Data></Cell> | ||
681 | <Cell ss:Index="7"><Data ss:Type="String">Zum Verkauf</Data></Cell> | ||
682 | </Row> | ||
683 | <Row> | ||
684 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
685 | <Cell><Data ss:Type="String">/panel_login/Traffic</Data></Cell> | ||
686 | <Cell ss:Index="5"><Data ss:Type="String">Traffic</Data></Cell> | ||
687 | <Cell ss:Index="7"><Data ss:Type="String">Traffic</Data></Cell> | ||
688 | </Row> | ||
689 | <Row> | ||
690 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
691 | <Cell><Data ss:Type="String">/panel_login/Last3ChatLines</Data></Cell> | ||
692 | <Cell ss:Index="5"><Data ss:Type="String">Last 3 Chat Lines</Data></Cell> | ||
693 | <Cell ss:Index="7"><Data ss:Type="String">Letzte 3 Chat-Zeilen</Data></Cell> | ||
694 | </Row> | ||
695 | <Row> | ||
696 | <Cell><Data ss:Type="String">LCD_text.xml</Data></Cell> | ||
697 | <Cell><Data ss:Type="String">/panel_login/Last3IMLines</Data></Cell> | ||
698 | <Cell ss:Index="5"><Data ss:Type="String">Last 3 IM Lines</Data></Cell> | ||
699 | <Cell ss:Index="7"><Data ss:Type="String">Letzte 3 IM-Zeilen</Data></Cell> | ||
700 | </Row> | ||
701 | <Row> | ||
702 | <Cell><Data ss:Type="String">menu_slurl.xml</Data></Cell> | ||
703 | <Cell><Data ss:Type="String">/Popup/about_url</Data></Cell> | ||
704 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
705 | <Cell ss:Index="5"><Data ss:Type="String">About URL</Data></Cell> | ||
706 | <Cell ss:Index="7"><Data ss:Type="String">URL-Info</Data></Cell> | ||
707 | </Row> | ||
708 | <Row> | ||
709 | <Cell><Data ss:Type="String">menu_slurl.xml</Data></Cell> | ||
710 | <Cell><Data ss:Type="String">/Popup/teleport_to_url</Data></Cell> | ||
711 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
712 | <Cell ss:Index="5"><Data ss:Type="String">Teleport to URL</Data></Cell> | ||
713 | <Cell ss:Index="7"><Data ss:Type="String">Zu URL teleportieren</Data></Cell> | ||
714 | </Row> | ||
715 | <Row> | ||
716 | <Cell><Data ss:Type="String">menu_slurl.xml</Data></Cell> | ||
717 | <Cell><Data ss:Type="String">/Popup/show_on_map</Data></Cell> | ||
718 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
719 | <Cell ss:Index="5"><Data ss:Type="String">Show on Map</Data></Cell> | ||
720 | <Cell ss:Index="7"><Data ss:Type="String">Auf Karte</Data></Cell> | ||
721 | </Row> | ||
722 | <Row> | ||
723 | <Cell><Data ss:Type="String">menu_viewer.xml</Data></Cell> | ||
724 | <Cell><Data ss:Type="String">/Main Menu/Tools/Bug Reporting</Data></Cell> | ||
725 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
726 | <Cell ss:Index="5"><Data ss:Type="String">Bug Reporting</Data></Cell> | ||
727 | <Cell ss:Index="7"><Data ss:Type="String">Fehlermeldungen</Data></Cell> | ||
728 | </Row> | ||
729 | <Row> | ||
730 | <Cell><Data ss:Type="String">menu_viewer.xml</Data></Cell> | ||
731 | <Cell><Data ss:Type="String">/Main Menu/Tools/Bug Reporting/Public Issue Tracker...</Data></Cell> | ||
732 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
733 | <Cell ss:Index="5"><Data ss:Type="String">Public Issue Tracker...</Data></Cell> | ||
734 | <Cell ss:Index="7"><Data ss:Type="String">Allgemeiner Probleme-Tracker...</Data></Cell> | ||
735 | </Row> | ||
736 | <Row> | ||
737 | <Cell><Data ss:Type="String">menu_viewer.xml</Data></Cell> | ||
738 | <Cell><Data ss:Type="String">/Main Menu/Tools/Bug Reporting/Publc Issue Tracker Help...</Data></Cell> | ||
739 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
740 | <Cell ss:Index="5"><Data ss:Type="String">Public Issue Tracker Help...</Data></Cell> | ||
741 | <Cell ss:Index="7"><Data ss:Type="String">Hilfe zum Allgemeinen Probleme-Tracker...</Data></Cell> | ||
742 | </Row> | ||
743 | <Row> | ||
744 | <Cell><Data ss:Type="String">menu_viewer.xml</Data></Cell> | ||
745 | <Cell><Data ss:Type="String">/Main Menu/Tools/Bug Reporting/separator7</Data></Cell> | ||
746 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
747 | <Cell ss:Index="5"><Data ss:Type="String">-----------</Data></Cell> | ||
748 | <Cell ss:Index="7"><Data ss:Type="String">-----------</Data></Cell> | ||
749 | </Row> | ||
750 | <Row> | ||
751 | <Cell><Data ss:Type="String">menu_viewer.xml</Data></Cell> | ||
752 | <Cell><Data ss:Type="String">/Main Menu/Tools/Bug Reporting/Bug Reporing 101...</Data></Cell> | ||
753 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
754 | <Cell ss:Index="5"><Data ss:Type="String">Bug Reporting 101...</Data></Cell> | ||
755 | <Cell ss:Index="7"><Data ss:Type="String">Fehlermeldungs-1x1...</Data></Cell> | ||
756 | </Row> | ||
757 | <Row> | ||
758 | <Cell><Data ss:Type="String">menu_viewer.xml</Data></Cell> | ||
759 | <Cell><Data ss:Type="String">/Main Menu/Tools/Bug Reporting/Security Issues...</Data></Cell> | ||
760 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
761 | <Cell ss:Index="5"><Data ss:Type="String">Security Issues...</Data></Cell> | ||
762 | <Cell ss:Index="7"><Data ss:Type="String">Sicherheitsfragen...</Data></Cell> | ||
763 | </Row> | ||
764 | <Row> | ||
765 | <Cell><Data ss:Type="String">menu_viewer.xml</Data></Cell> | ||
766 | <Cell><Data ss:Type="String">/Main Menu/Tools/Bug Reporting/QA Wiki...</Data></Cell> | ||
767 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
768 | <Cell ss:Index="5"><Data ss:Type="String">QA Wiki...</Data></Cell> | ||
769 | <Cell ss:Index="7"><Data ss:Type="String">QA-Wiki...</Data></Cell> | ||
770 | </Row> | ||
771 | <Row> | ||
772 | <Cell><Data ss:Type="String">menu_viewer.xml</Data></Cell> | ||
773 | <Cell><Data ss:Type="String">/Main Menu/Tools/Bug Reporting/separator7</Data></Cell> | ||
774 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
775 | <Cell ss:Index="5"><Data ss:Type="String">-----------</Data></Cell> | ||
776 | <Cell ss:Index="7"><Data ss:Type="String">-----------</Data></Cell> | ||
777 | </Row> | ||
778 | <Row> | ||
779 | <Cell><Data ss:Type="String">menu_viewer.xml</Data></Cell> | ||
780 | <Cell><Data ss:Type="String">/Main Menu/Tools/Bug Reporting/Report Bug...</Data></Cell> | ||
781 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
782 | <Cell ss:Index="5"><Data ss:Type="String">Report Bug...</Data></Cell> | ||
783 | <Cell ss:Index="7"><Data ss:Type="String">Fehler melden...</Data></Cell> | ||
784 | </Row> | ||
785 | <Row> | ||
786 | <Cell><Data ss:Type="String">notify.xml</Data></Cell> | ||
787 | <Cell><Data ss:Type="String">//VoiceChannelJoinFailed/message</Data></Cell> | ||
788 | <Cell ss:Index="5"><Data ss:Type="String">Failed to connect to [VOICE_CHANNEL_NAME], please try again later. You will now be reconnected to spatial voice chat.</Data></Cell> | ||
789 | <Cell ss:Index="7"><Data ss:Type="String">Verbindung zu [VOICE_CHANNEL_NAME] nicht möglich. Bitte versuchen Sie es später. Sie werden nun wieder mit dem Umgebungs-Voice-Chat verbunden.</Data></Cell> | ||
790 | </Row> | ||
791 | <Row> | ||
792 | <Cell><Data ss:Type="String">panel_avatar_classified.xml</Data></Cell> | ||
793 | <Cell><Data ss:Type="String">/Classified/update_txt</Data></Cell> | ||
794 | <Cell ss:Index="5"><Data ss:Type="String">Update</Data></Cell> | ||
795 | <Cell ss:Index="7"><Data ss:Type="String">Aktualisieren</Data></Cell> | ||
796 | </Row> | ||
797 | <Row> | ||
798 | <Cell><Data ss:Type="String">panel_avatar_classified.xml</Data></Cell> | ||
799 | <Cell><Data ss:Type="String">/Classified/publish_txt</Data></Cell> | ||
800 | <Cell ss:Index="5"><Data ss:Type="String">Publish...</Data></Cell> | ||
801 | <Cell ss:Index="7"><Data ss:Type="String">Veröffentlichen...</Data></Cell> | ||
802 | </Row> | ||
803 | <Row> | ||
804 | <Cell><Data ss:Type="String">panel_groups.xml</Data></Cell> | ||
805 | <Cell><Data ss:Type="String">/groups/group list/name</Data></Cell> | ||
806 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
807 | </Row> | ||
808 | <Row> | ||
809 | <Cell><Data ss:Type="String">panel_group_general.xml</Data></Cell> | ||
810 | <Cell><Data ss:Type="String">/general_tab/group_info_unchanged</Data></Cell> | ||
811 | <Cell ss:Index="5"><Data ss:Type="String">General group information has changed.</Data></Cell> | ||
812 | <Cell ss:Index="7"><Data ss:Type="String">Die allgemeine Gruppeninfo wurde geändert.</Data></Cell> | ||
813 | </Row> | ||
814 | <Row> | ||
815 | <Cell><Data ss:Type="String">panel_group_land_money.xml</Data></Cell> | ||
816 | <Cell><Data ss:Type="String">/land_money_tab/land_contrib_error</Data></Cell> | ||
817 | <Cell ss:Index="5"><Data ss:Type="String">Unable to set your land contribution.</Data></Cell> | ||
818 | <Cell ss:Index="7"><Data ss:Type="String">Ihr Landbeitrag kann nicht festgelegt werden.</Data></Cell> | ||
819 | </Row> | ||
820 | <Row> | ||
821 | <Cell><Data ss:Type="String">panel_place.xml</Data></Cell> | ||
822 | <Cell><Data ss:Type="String">/Place/server_update_text</Data></Cell> | ||
823 | <Cell ss:Index="5"><Data ss:Type="String">Place information not available without server update.</Data></Cell> | ||
824 | <Cell ss:Index="7"><Data ss:Type="String">Ohne Serverupdate sind keine Ortsinformationen verfügbar.</Data></Cell> | ||
825 | </Row> | ||
826 | <Row> | ||
827 | <Cell><Data ss:Type="String">panel_place.xml</Data></Cell> | ||
828 | <Cell><Data ss:Type="String">/Place/server_error_text</Data></Cell> | ||
829 | <Cell ss:Index="5"><Data ss:Type="String">Information about this location is unavailable at this time, please try again later.</Data></Cell> | ||
830 | <Cell ss:Index="7"><Data ss:Type="String">Zur Zeit gibt es keine Informationen zu diesem Standort. Bitte versuchen Sie es später.</Data></Cell> | ||
831 | </Row> | ||
832 | <Row> | ||
833 | <Cell><Data ss:Type="String">panel_place.xml</Data></Cell> | ||
834 | <Cell><Data ss:Type="String">/Place/server_forbidden_text</Data></Cell> | ||
835 | <Cell ss:Index="5"><Data ss:Type="String">Information about this location is unavailable due to access restrictions. Please check your permissions with the parcel owner.</Data></Cell> | ||
836 | <Cell ss:Index="7"><Data ss:Type="String">Die Informationen über diesen Standort sind zugriffsbeschränkt. Bitte wenden Sie sich bezüglich Ihrer Berechtigungen an den Eigentümer der Parzelle.</Data></Cell> | ||
837 | </Row> | ||
838 | <Row> | ||
839 | <Cell><Data ss:Type="String">panel_place_small.xml</Data></Cell> | ||
840 | <Cell><Data ss:Type="String">/Place/traffic_text</Data></Cell> | ||
841 | <Cell ss:Index="5"><Data ss:Type="String">Traffic: [TRAFFIC]</Data></Cell> | ||
842 | <Cell ss:Index="7"><Data ss:Type="String">Traffic: [TRAFFIC]</Data></Cell> | ||
843 | </Row> | ||
844 | <Row> | ||
845 | <Cell><Data ss:Type="String">panel_place_small.xml</Data></Cell> | ||
846 | <Cell><Data ss:Type="String">/Place/area_text</Data></Cell> | ||
847 | <Cell ss:Index="5"><Data ss:Type="String">Area: [AREA] sq. m.</Data></Cell> | ||
848 | <Cell ss:Index="7"><Data ss:Type="String">Gebiet: [AREA] qm</Data></Cell> | ||
849 | </Row> | ||
850 | <Row> | ||
851 | <Cell><Data ss:Type="String">panel_place_small.xml</Data></Cell> | ||
852 | <Cell><Data ss:Type="String">/Place/forsale_text</Data></Cell> | ||
853 | <Cell ss:Index="5"><Data ss:Type="String">For Sale for L$ [PRICE]</Data></Cell> | ||
854 | <Cell ss:Index="7"><Data ss:Type="String">Steht zum Verkauf für [PRICE] L$</Data></Cell> | ||
855 | </Row> | ||
856 | <Row> | ||
857 | <Cell><Data ss:Type="String">panel_place_small.xml</Data></Cell> | ||
858 | <Cell><Data ss:Type="String">/Place/auction_text</Data></Cell> | ||
859 | <Cell ss:Index="5"><Data ss:Type="String">Auction ID [ID].</Data></Cell> | ||
860 | <Cell ss:Index="7"><Data ss:Type="String">Auktions-ID [ID].</Data></Cell> | ||
861 | </Row> | ||
862 | <Row> | ||
863 | <Cell><Data ss:Type="String">panel_place_small.xml</Data></Cell> | ||
864 | <Cell><Data ss:Type="String">/Place/server_update_text</Data></Cell> | ||
865 | <Cell ss:Index="5"><Data ss:Type="String">Place information not available without server update.</Data></Cell> | ||
866 | <Cell ss:Index="7"><Data ss:Type="String">Ohne Serverupdate sind keine Ortsinformationen verfügbar.</Data></Cell> | ||
867 | </Row> | ||
868 | <Row> | ||
869 | <Cell><Data ss:Type="String">panel_place_small.xml</Data></Cell> | ||
870 | <Cell><Data ss:Type="String">/Place/server_error_text</Data></Cell> | ||
871 | <Cell ss:Index="5"><Data ss:Type="String">Information about this location is unavailable at this time, please try again later.</Data></Cell> | ||
872 | <Cell ss:Index="7"><Data ss:Type="String">Zur Zeit gibt es keine Informationen zu diesem Standort. Bitte versuchen Sie es später.</Data></Cell> | ||
873 | </Row> | ||
874 | <Row> | ||
875 | <Cell><Data ss:Type="String">panel_place_small.xml</Data></Cell> | ||
876 | <Cell><Data ss:Type="String">/Place/server_forbidden_text</Data></Cell> | ||
877 | <Cell ss:Index="5"><Data ss:Type="String">Information about this location is unavailable due to access restrictions. Please check your permissions with the parcel owner.</Data></Cell> | ||
878 | <Cell ss:Index="7"><Data ss:Type="String">Die Informationen über diesen Standort sind zugriffsbeschränkt. Bitte wenden Sie sich bezüglich Ihrer Berechtigungen an den Eigentümer der Parzelle.</Data></Cell> | ||
879 | </Row> | ||
880 | <Row> | ||
881 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
882 | <Cell><Data ss:Type="String">/LCD Options</Data></Cell> | ||
883 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
884 | <Cell ss:Index="5"><Data ss:Type="String">Logitech LCD</Data></Cell> | ||
885 | <Cell ss:Index="7"><Data ss:Type="String">Logitech-LCD</Data></Cell> | ||
886 | </Row> | ||
887 | <Row> | ||
888 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
889 | <Cell><Data ss:Type="String">/LCD Options/LCD Destination:</Data></Cell> | ||
890 | <Cell ss:Index="5"><Data ss:Type="String">LCD Destination:</Data></Cell> | ||
891 | <Cell ss:Index="7"><Data ss:Type="String">LCD-Ziel:</Data></Cell> | ||
892 | </Row> | ||
893 | <Row> | ||
894 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
895 | <Cell><Data ss:Type="String">/LCD Options/LCDDestination/DestinationG15</Data></Cell> | ||
896 | <Cell><Data ss:Type="String">tool_tip</Data></Cell> | ||
897 | <Cell ss:Index="5"><Data ss:Type="String">Display forms selected appear on Logitech G15 Keyboard LCD</Data></Cell> | ||
898 | <Cell ss:Index="7"><Data ss:Type="String">Zeigt die Auswahl auf dem LCD der Logitech G15-Tastatur an</Data></Cell> | ||
899 | </Row> | ||
900 | <Row> | ||
901 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
902 | <Cell><Data ss:Type="String">/LCD Options/LCDDestination/DestinationG15</Data></Cell> | ||
903 | <Cell ss:Index="5"><Data ss:Type="String">Logitech G15 Gaming Keyboard</Data></Cell> | ||
904 | <Cell ss:Index="7"><Data ss:Type="String">Logitech G15 Gaming-Tastatur</Data></Cell> | ||
905 | </Row> | ||
906 | <Row> | ||
907 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
908 | <Cell><Data ss:Type="String">/LCD Options/LCDDestination/DestinationZ10</Data></Cell> | ||
909 | <Cell><Data ss:Type="String">tool_tip</Data></Cell> | ||
910 | <Cell ss:Index="5"><Data ss:Type="String">Display forms selected appear on Logitech Z10 Speaker LCD</Data></Cell> | ||
911 | <Cell ss:Index="7"><Data ss:Type="String">Zeigt die Auswahl auf dem LCD der Logitech Z10-Lautsprecher an</Data></Cell> | ||
912 | </Row> | ||
913 | <Row> | ||
914 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
915 | <Cell><Data ss:Type="String">/LCD Options/LCDDestination/DestinationZ10</Data></Cell> | ||
916 | <Cell ss:Index="5"><Data ss:Type="String">Logitech Z10 Speakers</Data></Cell> | ||
917 | <Cell ss:Index="7"><Data ss:Type="String">Logitech Z10-Lautsprecher</Data></Cell> | ||
918 | </Row> | ||
919 | <Row> | ||
920 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
921 | <Cell><Data ss:Type="String">/LCD Options/LCD Display Options</Data></Cell> | ||
922 | <Cell ss:Index="5"><Data ss:Type="String">LCD Display Options:</Data></Cell> | ||
923 | <Cell ss:Index="7"><Data ss:Type="String">LCD-Anzeigeoptionen:</Data></Cell> | ||
924 | </Row> | ||
925 | <Row> | ||
926 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
927 | <Cell><Data ss:Type="String">/LCD Options/DisplayChat</Data></Cell> | ||
928 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
929 | <Cell ss:Index="5"><Data ss:Type="String">Display Chat</Data></Cell> | ||
930 | <Cell ss:Index="7"><Data ss:Type="String">Chat anzeigen</Data></Cell> | ||
931 | </Row> | ||
932 | <Row> | ||
933 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
934 | <Cell><Data ss:Type="String">/LCD Options/DisplayChat</Data></Cell> | ||
935 | <Cell><Data ss:Type="String">tool_tip</Data></Cell> | ||
936 | <Cell ss:Index="5"><Data ss:Type="String">Display Last Chat line in LCD Window</Data></Cell> | ||
937 | <Cell ss:Index="7"><Data ss:Type="String">Letzte Chat-Zeile auf dem LCD anzeigen</Data></Cell> | ||
938 | </Row> | ||
939 | <Row> | ||
940 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
941 | <Cell><Data ss:Type="String">/LCD Options/DisplayIM</Data></Cell> | ||
942 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
943 | <Cell ss:Index="5"><Data ss:Type="String">Display IM's</Data></Cell> | ||
944 | <Cell ss:Index="7"><Data ss:Type="String">IMs anzeigen</Data></Cell> | ||
945 | </Row> | ||
946 | <Row> | ||
947 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
948 | <Cell><Data ss:Type="String">/LCD Options/DisplayIM</Data></Cell> | ||
949 | <Cell><Data ss:Type="String">tool_tip</Data></Cell> | ||
950 | <Cell ss:Index="5"><Data ss:Type="String">Display Last IM in LCD Window</Data></Cell> | ||
951 | <Cell ss:Index="7"><Data ss:Type="String">Letzte IM auf dem LCD anzeigen</Data></Cell> | ||
952 | </Row> | ||
953 | <Row> | ||
954 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
955 | <Cell><Data ss:Type="String">/LCD Options/DisplayRegion</Data></Cell> | ||
956 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
957 | <Cell ss:Index="5"><Data ss:Type="String">Show Location Information</Data></Cell> | ||
958 | <Cell ss:Index="7"><Data ss:Type="String">Standortinformationen anzeigen</Data></Cell> | ||
959 | </Row> | ||
960 | <Row> | ||
961 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
962 | <Cell><Data ss:Type="String">/LCD Options/DisplayRegion</Data></Cell> | ||
963 | <Cell><Data ss:Type="String">tool_tip</Data></Cell> | ||
964 | <Cell ss:Index="5"><Data ss:Type="String">Display current location information in LCD Window</Data></Cell> | ||
965 | <Cell ss:Index="7"><Data ss:Type="String">Informationen zum aktuellen Standort auf dem LCD anzeigen</Data></Cell> | ||
966 | </Row> | ||
967 | <Row> | ||
968 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
969 | <Cell><Data ss:Type="String">/LCD Options/DisplayLinden</Data></Cell> | ||
970 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
971 | <Cell ss:Index="5"><Data ss:Type="String">Show Account Information</Data></Cell> | ||
972 | <Cell ss:Index="7"><Data ss:Type="String">Kontodaten anzeigen</Data></Cell> | ||
973 | </Row> | ||
974 | <Row> | ||
975 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
976 | <Cell><Data ss:Type="String">/LCD Options/DisplayLinden</Data></Cell> | ||
977 | <Cell><Data ss:Type="String">tool_tip</Data></Cell> | ||
978 | <Cell ss:Index="5"><Data ss:Type="String">Display current account information in LCD Window</Data></Cell> | ||
979 | <Cell ss:Index="7"><Data ss:Type="String">Aktuelle Informationen zum Konto auf dem LCD anzeigen</Data></Cell> | ||
980 | </Row> | ||
981 | <Row> | ||
982 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
983 | <Cell><Data ss:Type="String">/LCD Options/DisplayDebug</Data></Cell> | ||
984 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
985 | <Cell ss:Index="5"><Data ss:Type="String">Display Network Comms Info</Data></Cell> | ||
986 | <Cell ss:Index="7"><Data ss:Type="String">Netzwerkinformationen anzeigen</Data></Cell> | ||
987 | </Row> | ||
988 | <Row> | ||
989 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
990 | <Cell><Data ss:Type="String">/LCD Options/DisplayDebug</Data></Cell> | ||
991 | <Cell><Data ss:Type="String">tool_tip</Data></Cell> | ||
992 | <Cell ss:Index="5"><Data ss:Type="String">Display debug information in LCD Window</Data></Cell> | ||
993 | <Cell ss:Index="7"><Data ss:Type="String">Debug-Informationen auf dem LCD anzeigen</Data></Cell> | ||
994 | </Row> | ||
995 | <Row> | ||
996 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
997 | <Cell><Data ss:Type="String">/LCD Options/DisplayDebugConsole</Data></Cell> | ||
998 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
999 | <Cell ss:Index="5"><Data ss:Type="String">Display Debug Info from Console</Data></Cell> | ||
1000 | <Cell ss:Index="7"><Data ss:Type="String">Debug-Info von Konsole anzeigen</Data></Cell> | ||
1001 | </Row> | ||
1002 | <Row> | ||
1003 | <Cell><Data ss:Type="String">panel_preferences_LCD.xml</Data></Cell> | ||
1004 | <Cell><Data ss:Type="String">/LCD Options/DisplayDebugConsole</Data></Cell> | ||
1005 | <Cell><Data ss:Type="String">tool_tip</Data></Cell> | ||
1006 | <Cell ss:Index="5"><Data ss:Type="String">Display console debug information in LCD Window</Data></Cell> | ||
1007 | <Cell ss:Index="7"><Data ss:Type="String">Debug-Informationen von der Konsole auf dem LCD anzeigen</Data></Cell> | ||
1008 | </Row> | ||
1009 | <Row> | ||
1010 | <Cell><Data ss:Type="String">panel_status_bar.xml</Data></Cell> | ||
1011 | <Cell><Data ss:Type="String">/status/search_editor</Data></Cell> | ||
1012 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
1013 | <Cell ss:Index="5"><Data ss:Type="String">Search</Data></Cell> | ||
1014 | <Cell ss:Index="7"><Data ss:Type="String">Suchen</Data></Cell> | ||
1015 | </Row> | ||
1016 | <Row> | ||
1017 | <Cell><Data ss:Type="String">panel_status_bar.xml</Data></Cell> | ||
1018 | <Cell><Data ss:Type="String">/status/search_editor</Data></Cell> | ||
1019 | <Cell><Data ss:Type="String">tool_tip</Data></Cell> | ||
1020 | <Cell ss:Index="5"><Data ss:Type="String">Search Second Life</Data></Cell> | ||
1021 | <Cell ss:Index="7"><Data ss:Type="String">Second Life durchsuchen</Data></Cell> | ||
1022 | </Row> | ||
1023 | <Row> | ||
1024 | <Cell><Data ss:Type="String">panel_status_bar.xml</Data></Cell> | ||
1025 | <Cell><Data ss:Type="String">/status/search_btn</Data></Cell> | ||
1026 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
1027 | </Row> | ||
1028 | <Row> | ||
1029 | <Cell><Data ss:Type="String">panel_status_bar.xml</Data></Cell> | ||
1030 | <Cell><Data ss:Type="String">/status/search_btn</Data></Cell> | ||
1031 | <Cell><Data ss:Type="String">label_selected</Data></Cell> | ||
1032 | </Row> | ||
1033 | <Row> | ||
1034 | <Cell><Data ss:Type="String">panel_status_bar.xml</Data></Cell> | ||
1035 | <Cell><Data ss:Type="String">/status/search_btn</Data></Cell> | ||
1036 | <Cell><Data ss:Type="String">tool_tip</Data></Cell> | ||
1037 | <Cell ss:Index="5"><Data ss:Type="String">Search Second Life</Data></Cell> | ||
1038 | <Cell ss:Index="7"><Data ss:Type="String">Second Life durchsuchen</Data></Cell> | ||
1039 | </Row> | ||
1040 | </Table> | ||
1041 | <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"> | ||
1042 | <Selected/> | ||
1043 | <TopRowVisible>123</TopRowVisible> | ||
1044 | <Panes> | ||
1045 | <Pane> | ||
1046 | <Number>3</Number> | ||
1047 | <ActiveRow>2</ActiveRow> | ||
1048 | <ActiveCol>4</ActiveCol> | ||
1049 | <RangeSelection>R3C5:R154C5</RangeSelection> | ||
1050 | </Pane> | ||
1051 | </Panes> | ||
1052 | <ProtectObjects>False</ProtectObjects> | ||
1053 | <ProtectScenarios>False</ProtectScenarios> | ||
1054 | </WorksheetOptions> | ||
1055 | </Worksheet> | ||
1056 | </Workbook> | ||
diff --git a/linden/indra/newview/skins/xui/de/need_to_update.xml b/linden/indra/newview/skins/xui/de/need_to_update.xml new file mode 100644 index 0000000..38def15 --- /dev/null +++ b/linden/indra/newview/skins/xui/de/need_to_update.xml | |||
@@ -0,0 +1,420 @@ | |||
1 | <?xml version="1.0"?> | ||
2 | <?mso-application progid="Excel.Sheet"?> | ||
3 | <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" | ||
4 | xmlns:o="urn:schemas-microsoft-com:office:office" | ||
5 | xmlns:x="urn:schemas-microsoft-com:office:excel" | ||
6 | xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet" | ||
7 | xmlns:html="http://www.w3.org/TR/REC-html40"> | ||
8 | <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office"> | ||
9 | <LastAuthor>Leyla Farazha</LastAuthor> | ||
10 | <Created>2007-11-21T00:47:10Z</Created> | ||
11 | <LastSaved>2007-11-21T00:47:10Z</LastSaved> | ||
12 | <Version>11.6568</Version> | ||
13 | </DocumentProperties> | ||
14 | <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel"> | ||
15 | <WindowHeight>9975</WindowHeight> | ||
16 | <WindowWidth>22635</WindowWidth> | ||
17 | <WindowTopX>360</WindowTopX> | ||
18 | <WindowTopY>345</WindowTopY> | ||
19 | <ProtectStructure>False</ProtectStructure> | ||
20 | <ProtectWindows>False</ProtectWindows> | ||
21 | </ExcelWorkbook> | ||
22 | <Styles> | ||
23 | <Style ss:ID="Default" ss:Name="Normal"> | ||
24 | <Alignment ss:Vertical="Bottom"/> | ||
25 | <Borders/> | ||
26 | <Font/> | ||
27 | <Interior/> | ||
28 | <NumberFormat/> | ||
29 | <Protection/> | ||
30 | </Style> | ||
31 | <Style ss:ID="s21"> | ||
32 | <Font ss:Bold="1"/> | ||
33 | </Style> | ||
34 | <Style ss:ID="s22"> | ||
35 | <Font ss:Bold="1"/> | ||
36 | <Interior ss:Color="#C0C0C0" ss:Pattern="Solid"/> | ||
37 | </Style> | ||
38 | <Style ss:ID="s23"> | ||
39 | <Alignment ss:Vertical="Bottom" ss:WrapText="1"/> | ||
40 | </Style> | ||
41 | </Styles> | ||
42 | <Worksheet ss:Name="need_to_update2"> | ||
43 | <Table ss:ExpandedColumnCount="7" ss:ExpandedRowCount="43" x:FullColumns="1" | ||
44 | x:FullRows="1"> | ||
45 | <Column ss:Width="63.75"/> | ||
46 | <Column ss:Width="70.5"/> | ||
47 | <Column ss:Width="88.5"/> | ||
48 | <Column ss:Width="63.75"/> | ||
49 | <Column ss:Width="69.75"/> | ||
50 | <Column ss:Width="90.75"/> | ||
51 | <Column ss:Width="97.5"/> | ||
52 | <Row> | ||
53 | <Cell ss:StyleID="s21"><Data ss:Type="String">/strings</Data></Cell> | ||
54 | </Row> | ||
55 | <Row> | ||
56 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/a_file</Data></Cell> | ||
57 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/b_path</Data></Cell> | ||
58 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/c_attribute</Data></Cell> | ||
59 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/d_old</Data></Cell> | ||
60 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/e_new</Data></Cell> | ||
61 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/f_old_trans</Data></Cell> | ||
62 | <Cell ss:StyleID="s22"><Data ss:Type="String">/string/f_translation</Data></Cell> | ||
63 | </Row> | ||
64 | <Row ss:Height="153"> | ||
65 | <Cell><Data ss:Type="String">alerts.xml</Data></Cell> | ||
66 | <Cell><Data ss:Type="String">//ClickPublishHelpAvatar/message</Data></Cell> | ||
67 | <Cell ss:Index="4" ss:StyleID="s23"><Data ss:Type="String">Selecting the "Publish in Search" will show: - my profile in search results - a link to my profile in public group pages</Data></Cell> | ||
68 | <Cell ss:StyleID="s23"><Data ss:Type="String">Selecting "Show in Search" will show: - my profile in search results - a link to my profile in public group pages</Data></Cell> | ||
69 | <Cell><Data ss:Type="String">In Suche veröffentlichen</Data></Cell> | ||
70 | <Cell ss:StyleID="s23"><Data ss:Type="String">"In Suche anzeigen" zeigt Folgendes an: - Ihr Profil in den Suchergebnissen - einen Link auf Ihr Profil in den öffentlichen Gruppenseiten</Data></Cell> | ||
71 | </Row> | ||
72 | <Row> | ||
73 | <Cell><Data ss:Type="String">alerts.xml</Data></Cell> | ||
74 | <Cell><Data ss:Type="String">//ErrorEncodingSnapshot/message</Data></Cell> | ||
75 | <Cell ss:Index="4"><Data ss:Type="String">Error encoding snapshot.</Data></Cell> | ||
76 | <Cell><Data ss:Type="String">Error encoding snapshot!</Data></Cell> | ||
77 | <Cell><Data ss:Type="String">Fehler beim Erstellen des Fotos!</Data></Cell> | ||
78 | <Cell><Data ss:Type="String">Fehler beim Erstellen des Fotos!</Data></Cell> | ||
79 | </Row> | ||
80 | <Row ss:Height="409.5"> | ||
81 | <Cell><Data ss:Type="String">alerts.xml</Data></Cell> | ||
82 | <Cell><Data ss:Type="String">//AddClassified/message</Data></Cell> | ||
83 | <Cell ss:Index="4" ss:StyleID="s23"><Data ss:Type="String">Classified ads appear in the 'Classified' section of the Search directory and on www.secondlife.com for one week. Fill out your ad, then click 'Publish...' to add it to the directory. You'll be asked for a price to pay when clicking Publish. Paying more makes your ad appear higher in the list, and also appear higher when people search for keywords.</Data></Cell> | ||
84 | <Cell ss:StyleID="s23"><Data ss:Type="String">Classified ads appear in the 'Classified' section of the Find directory for one week. Fill out your ad, then click 'Publish...' to add it to the directory. You'll be asked for a price to pay when clicking Publish. Paying more makes your ad appear higher in the list, and also appear higher when people search for keywords.</Data></Cell> | ||
85 | <Cell ss:StyleID="s23"><Data ss:Type="String">Anzeigen erscheinen eine Woche lang im Abschnitt 'Anzeigen' des Suchverzeichnisses. Füllen Sie Ihre Anzeige aus und klicken Sie auf 'Veröffentlichen...', um sie zum Verzeichnis hinzuzufügen. Sie werden gebeten, einen Preis zu bezahlen, wenn Sie auf 'Veröffentlichen' klicken. Wenn Sie mehr bezahlen, erscheint Ihre Anzeige weiter oben in der Liste, ebenso wenn ein Benutzer nach Ihren Suchbegriffen sucht.</Data></Cell> | ||
86 | <Cell ss:StyleID="s23"><Data ss:Type="String">Anzeigen erscheinen eine Woche lang auf der Registerkarte 'Anzeigen' im Suchverzeichnis. Füllen Sie Ihre Anzeige aus und klicken Sie auf 'Veröffentlichen...', um sie zum Verzeichnis hinzuzufügen. Sie werden gebeten, einen Preis zu bezahlen, wenn Sie auf 'Veröffentlichen' klicken. Wenn Sie mehr bezahlen oder ein Benutzer nach Ihren Suchbegriffen sucht, erscheint Ihre Anzeige weiter oben in der Liste.</Data></Cell> | ||
87 | </Row> | ||
88 | <Row ss:Height="178.5"> | ||
89 | <Cell><Data ss:Type="String">alerts.xml</Data></Cell> | ||
90 | <Cell><Data ss:Type="String">//HelpEstateExternallyVisible/message</Data></Cell> | ||
91 | <Cell ss:Index="4" ss:StyleID="s23"><Data ss:Type="String">This checkbox sets whether Residents who are on other estates can enter this estate without being on an access list. Default: on</Data></Cell> | ||
92 | <Cell ss:StyleID="s23"><Data ss:Type="String">This checkbox sets whether Residents who are on other estates can enter this estate without being on an access list. Default: on</Data></Cell> | ||
93 | <Cell ss:StyleID="s23"><Data ss:Type="String">Aktivieren Sie diese Option, um Einwohnern den Zugang zu diesem Grundstück zu erlauben, ohne auf der Zugangsliste zu stehen. Standard: ein</Data></Cell> | ||
94 | <Cell ss:StyleID="s23"><Data ss:Type="String">Aktivieren Sie diese Option, um Einwohnern den Zugang zu diesem Grundstück zu erlauben, ohne auf der Zugangsliste zu stehen. Standard: ein</Data></Cell> | ||
95 | </Row> | ||
96 | <Row ss:Height="204"> | ||
97 | <Cell><Data ss:Type="String">alerts.xml</Data></Cell> | ||
98 | <Cell><Data ss:Type="String">//HelpEstateAllowResident/message</Data></Cell> | ||
99 | <Cell ss:Index="4" ss:StyleID="s23"><Data ss:Type="String">Access to this estate will be limited to Residents listed here and any groups below. This setting is only available when Visible from Mainland is unchecked.</Data></Cell> | ||
100 | <Cell ss:StyleID="s23"><Data ss:Type="String">Access to this estate will be limited to Residents listed here and any groups below. This setting is only available when Visible from Mainland is unchecked.</Data></Cell> | ||
101 | <Cell ss:StyleID="s23"><Data ss:Type="String">Der Zugang zu diesem Grundstück wird auf die hier aufgeführten Einwohner und Gruppen beschränkt. Diese Einstellung ist nur verfügbar, wenn 'Vom Festland aus sichtbar' deaktiviert ist.</Data></Cell> | ||
102 | <Cell ss:StyleID="s23"><Data ss:Type="String">Der Zugang zu diesem Grundstück wird auf die hier aufgeführten Einwohner und Gruppen beschränkt. Diese Einstellung ist nur verfügbar, wenn 'Vom Festland aus sichtbar' deaktiviert ist.</Data></Cell> | ||
103 | </Row> | ||
104 | <Row ss:Height="204"> | ||
105 | <Cell><Data ss:Type="String">alerts.xml</Data></Cell> | ||
106 | <Cell><Data ss:Type="String">//HelpEstateAllowGroup/message</Data></Cell> | ||
107 | <Cell ss:Index="4" ss:StyleID="s23"><Data ss:Type="String">Access to this estate will be limited to groups listed here and any Residents above. This setting is only available when Visible from Mainland is unchecked.</Data></Cell> | ||
108 | <Cell ss:StyleID="s23"><Data ss:Type="String">Access to this estate will be limited to groups listed here and any Residents above. This setting is only available when Visible from Mainland is unchecked.</Data></Cell> | ||
109 | <Cell ss:StyleID="s23"><Data ss:Type="String">Der Zugang zu diesem Grundstück wird auf die hier aufgeführten Einwohner und Gruppen beschränkt. Diese Einstellung ist nur verfügbar, wenn 'Vom Festland aus sichtbar' deaktiviert ist.</Data></Cell> | ||
110 | <Cell ss:StyleID="s23"><Data ss:Type="String">Der Zugang zu diesem Grundstück wird auf die hier aufgeführten Einwohner und Gruppen beschränkt. Diese Einstellung ist nur verfügbar, wenn 'Vom Festland aus sichtbar' deaktiviert ist.</Data></Cell> | ||
111 | </Row> | ||
112 | <Row ss:Height="204"> | ||
113 | <Cell><Data ss:Type="String">alerts.xml</Data></Cell> | ||
114 | <Cell><Data ss:Type="String">//HelpEstateVoiceChat/message</Data></Cell> | ||
115 | <Cell ss:Index="4" ss:StyleID="s23"><Data ss:Type="String">Parcels in this estate are allowed to have their own voice channels in which residents may hear and talk with others nearby. Default: off</Data></Cell> | ||
116 | <Cell ss:StyleID="s23"><Data ss:Type="String">Parcels in this estate are allowed to have their own voice channels in which residents may hear and talk with others nearby. Default: off</Data></Cell> | ||
117 | <Cell ss:StyleID="s23"><Data ss:Type="String">Die Parzellen auf diesem Grundstück können über eigene Voice- Channel verfügen, die es Einwohnern ermöglichen, sich mit anderen Personen in der Nähe zu unterhalten. Standard: aus</Data></Cell> | ||
118 | <Cell ss:StyleID="s23"><Data ss:Type="String">Die Parzellen auf diesem Grundstück können über eigene Voice- Channel verfügen, die es Einwohnern ermöglichen, sich mit anderen Personen in der Nähe zu unterhalten. Standard: aus</Data></Cell> | ||
119 | </Row> | ||
120 | <Row ss:Height="331.5"> | ||
121 | <Cell><Data ss:Type="String">alerts.xml</Data></Cell> | ||
122 | <Cell><Data ss:Type="String">//BadURL/message</Data></Cell> | ||
123 | <Cell ss:Index="4" ss:StyleID="s23"><Data ss:Type="String">Second Life doesn't know how to handle the link: [SLURL] Most links are similar to this: secondlife://app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/about Please check the spelling and try again.</Data></Cell> | ||
124 | <Cell ss:StyleID="s23"><Data ss:Type="String">Second Life doesn't know how to handle the link: [SLURL] Most links are similar to this: secondlife:///app/agent/0e346d8b-4433-4d66-a6b0- fd37083abc4c/about Please check the spelling and try again.</Data></Cell> | ||
125 | <Cell ss:StyleID="s23"><Data ss:Type="String">Second Life kann den folgenden Link nicht verarbeiten: [SLURL] Die meisten Links ähneln dem Folgenden: secondlife://app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/about Bitte überprüfen Sie die Schreibweise und versuchen Sie es erneut.</Data></Cell> | ||
126 | <Cell ss:StyleID="s23"><Data ss:Type="String">Second Life kann den folgenden Link nicht verarbeiten: [SLURL] Die meisten Links ähneln dem Folgenden: secondlife:///app/agent/0e346d8b-4433-4d66-a6b0- fd37083abc4c/about Überprüfen Sie die Schreibweise und versuchen Sie es erneut.</Data></Cell> | ||
127 | </Row> | ||
128 | <Row> | ||
129 | <Cell><Data ss:Type="String">floater_about_land.xml</Data></Cell> | ||
130 | <Cell><Data ss:Type="String">/floaterland/landtab/land_options_panel/ShowDirectoryCheck</Data></Cell> | ||
131 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
132 | <Cell><Data ss:Type="String">Show in Search > Places (L$30/week) under</Data></Cell> | ||
133 | <Cell><Data ss:Type="String">Show Place in Search (L$30/week) under</Data></Cell> | ||
134 | <Cell><Data ss:Type="String">In Suchen > Orte (30 L$/Woche) zeigen unter</Data></Cell> | ||
135 | <Cell><Data ss:Type="String">Ort in Suche anzeigen (30 L$/Woche) unter</Data></Cell> | ||
136 | </Row> | ||
137 | <Row ss:Height="25.5"> | ||
138 | <Cell><Data ss:Type="String">floater_about_land.xml</Data></Cell> | ||
139 | <Cell><Data ss:Type="String">/floaterland/landtab/land_media_panel/Media texture:</Data></Cell> | ||
140 | <Cell ss:Index="4" ss:StyleID="s23"><Data ss:Type="String">Media texture:</Data></Cell> | ||
141 | <Cell ss:StyleID="s23"><Data ss:Type="String">Sound Settings:</Data></Cell> | ||
142 | <Cell ss:StyleID="s23"><Data ss:Type="String">Sound- Einstellungen:</Data></Cell> | ||
143 | <Cell ss:StyleID="s23"><Data ss:Type="String">Sound- Einstellungen:</Data></Cell> | ||
144 | </Row> | ||
145 | <Row> | ||
146 | <Cell><Data ss:Type="String">floater_directory.xml</Data></Cell> | ||
147 | <Cell><Data ss:Type="String">/directory</Data></Cell> | ||
148 | <Cell><Data ss:Type="String">title</Data></Cell> | ||
149 | <Cell><Data ss:Type="String">Search</Data></Cell> | ||
150 | <Cell><Data ss:Type="String">Search Second Life</Data></Cell> | ||
151 | <Cell><Data ss:Type="String">Suchen</Data></Cell> | ||
152 | <Cell><Data ss:Type="String">Second Life durchsuchen</Data></Cell> | ||
153 | </Row> | ||
154 | <Row> | ||
155 | <Cell><Data ss:Type="String">floater_html_help.xml</Data></Cell> | ||
156 | <Cell><Data ss:Type="String">/htmlhelp/status_text</Data></Cell> | ||
157 | <Cell ss:Index="4"><Data ss:Type="String">Done</Data></Cell> | ||
158 | <Cell><Data ss:Type="String">Ready</Data></Cell> | ||
159 | <Cell><Data ss:Type="String">Fertig</Data></Cell> | ||
160 | <Cell><Data ss:Type="String">Bereit</Data></Cell> | ||
161 | </Row> | ||
162 | <Row> | ||
163 | <Cell><Data ss:Type="String">floater_lagmeter.xml</Data></Cell> | ||
164 | <Cell><Data ss:Type="String">/floater_lagmeter/network_ping_warning_ms</Data></Cell> | ||
165 | <Cell ss:Index="4"><Data ss:Type="Number">250</Data></Cell> | ||
166 | <Cell><Data ss:Type="Number">300</Data></Cell> | ||
167 | <Cell><Data ss:Type="Number">250</Data></Cell> | ||
168 | <Cell><Data ss:Type="Number">300</Data></Cell> | ||
169 | </Row> | ||
170 | <Row> | ||
171 | <Cell><Data ss:Type="String">floater_land_holdings.xml</Data></Cell> | ||
172 | <Cell><Data ss:Type="String">/land holdings floater/allowed_text</Data></Cell> | ||
173 | <Cell ss:Index="4"><Data ss:Type="String">0 sq. meters</Data></Cell> | ||
174 | <Cell><Data ss:Type="String">[AREA] sq. meters</Data></Cell> | ||
175 | <Cell><Data ss:Type="String">0 Quadratmeter</Data></Cell> | ||
176 | <Cell><Data ss:Type="String">[AREA] qm</Data></Cell> | ||
177 | </Row> | ||
178 | <Row> | ||
179 | <Cell><Data ss:Type="String">floater_land_holdings.xml</Data></Cell> | ||
180 | <Cell><Data ss:Type="String">/land holdings floater/current_text</Data></Cell> | ||
181 | <Cell ss:Index="4"><Data ss:Type="String">0 sq. meters</Data></Cell> | ||
182 | <Cell><Data ss:Type="String">[AREA] sq. meters</Data></Cell> | ||
183 | <Cell><Data ss:Type="String">0 Quadratmeter</Data></Cell> | ||
184 | <Cell><Data ss:Type="String">[AREA] qm</Data></Cell> | ||
185 | </Row> | ||
186 | <Row> | ||
187 | <Cell><Data ss:Type="String">floater_land_holdings.xml</Data></Cell> | ||
188 | <Cell><Data ss:Type="String">/land holdings floater/available_text</Data></Cell> | ||
189 | <Cell ss:Index="4"><Data ss:Type="String">0 sq. meters</Data></Cell> | ||
190 | <Cell><Data ss:Type="String">[AREA] sq. meters</Data></Cell> | ||
191 | <Cell><Data ss:Type="String">0 Quadratmeter</Data></Cell> | ||
192 | <Cell><Data ss:Type="String">[AREA] qm</Data></Cell> | ||
193 | </Row> | ||
194 | <Row> | ||
195 | <Cell><Data ss:Type="String">floater_tools.xml</Data></Cell> | ||
196 | <Cell><Data ss:Type="String">/toolbox floater/Object Info Tabs/General/search_check</Data></Cell> | ||
197 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
198 | <Cell><Data ss:Type="String">Show in Search</Data></Cell> | ||
199 | <Cell><Data ss:Type="String">Show in search</Data></Cell> | ||
200 | <Cell><Data ss:Type="String">In Suche anzeigen</Data></Cell> | ||
201 | <Cell><Data ss:Type="String">In Suche anzeigen</Data></Cell> | ||
202 | </Row> | ||
203 | <Row> | ||
204 | <Cell><Data ss:Type="String">menu_inventory.xml</Data></Cell> | ||
205 | <Cell><Data ss:Type="String">/Popup/Teleport To Landmark</Data></Cell> | ||
206 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
207 | <Cell><Data ss:Type="String">Teleport To Landmark</Data></Cell> | ||
208 | <Cell><Data ss:Type="String">About Landmark</Data></Cell> | ||
209 | <Cell><Data ss:Type="String">Zu Landmarke teleportieren</Data></Cell> | ||
210 | <Cell><Data ss:Type="String">Landmarken-Info</Data></Cell> | ||
211 | </Row> | ||
212 | <Row> | ||
213 | <Cell><Data ss:Type="String">panel_audio_device.xml</Data></Cell> | ||
214 | <Cell><Data ss:Type="String">/device_settings/Input device (microphone):</Data></Cell> | ||
215 | <Cell ss:Index="4"><Data ss:Type="String">Audio Devices</Data></Cell> | ||
216 | <Cell><Data ss:Type="String">Input device (microphone):</Data></Cell> | ||
217 | <Cell><Data ss:Type="String">Eingangslautstärke</Data></Cell> | ||
218 | <Cell><Data ss:Type="String">Eingabegerät (Mikro):</Data></Cell> | ||
219 | </Row> | ||
220 | <Row> | ||
221 | <Cell><Data ss:Type="String">panel_audio_device.xml</Data></Cell> | ||
222 | <Cell><Data ss:Type="String">/device_settings/Input device (microphone):</Data></Cell> | ||
223 | <Cell ss:Index="4"><Data ss:Type="String">Audio Devices</Data></Cell> | ||
224 | <Cell><Data ss:Type="String">Input Level</Data></Cell> | ||
225 | <Cell><Data ss:Type="String">Eingangslautstärke</Data></Cell> | ||
226 | <Cell><Data ss:Type="String">Eingangslautstärke</Data></Cell> | ||
227 | </Row> | ||
228 | <Row> | ||
229 | <Cell><Data ss:Type="String">panel_avatar.xml</Data></Cell> | ||
230 | <Cell><Data ss:Type="String">/Panel Avatar/tab/2nd Life/allow_publish</Data></Cell> | ||
231 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
232 | <Cell><Data ss:Type="String">Show In Search</Data></Cell> | ||
233 | <Cell><Data ss:Type="String">Show in search</Data></Cell> | ||
234 | <Cell><Data ss:Type="String">In Suche anzeigen</Data></Cell> | ||
235 | <Cell><Data ss:Type="String">In Suche anzeigen</Data></Cell> | ||
236 | </Row> | ||
237 | <Row> | ||
238 | <Cell><Data ss:Type="String">panel_group_general.xml</Data></Cell> | ||
239 | <Cell><Data ss:Type="String">/general_tab/preferences_container/show_in_group_list</Data></Cell> | ||
240 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
241 | <Cell><Data ss:Type="String">Show In Search</Data></Cell> | ||
242 | <Cell><Data ss:Type="String">Show in search</Data></Cell> | ||
243 | <Cell><Data ss:Type="String">In Suche anzeigen</Data></Cell> | ||
244 | <Cell><Data ss:Type="String">In Suche anzeigen</Data></Cell> | ||
245 | </Row> | ||
246 | <Row> | ||
247 | <Cell><Data ss:Type="String">panel_group_general.xml</Data></Cell> | ||
248 | <Cell><Data ss:Type="String">/general_tab/preferences_container/mature</Data></Cell> | ||
249 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
250 | <Cell><Data ss:Type="String">Mature Group</Data></Cell> | ||
251 | <Cell><Data ss:Type="String">Mature group</Data></Cell> | ||
252 | <Cell><Data ss:Type="String">Ab-18-Gruppe</Data></Cell> | ||
253 | <Cell><Data ss:Type="String">Ab-18-Gruppe</Data></Cell> | ||
254 | </Row> | ||
255 | <Row> | ||
256 | <Cell><Data ss:Type="String">panel_group_general.xml</Data></Cell> | ||
257 | <Cell><Data ss:Type="String">/general_tab/preferences_container/open_enrollement</Data></Cell> | ||
258 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
259 | <Cell><Data ss:Type="String">Open Enrollment</Data></Cell> | ||
260 | <Cell><Data ss:Type="String">Open enrollment</Data></Cell> | ||
261 | <Cell><Data ss:Type="String">Registrierung offen</Data></Cell> | ||
262 | <Cell><Data ss:Type="String">Registrierung offen</Data></Cell> | ||
263 | </Row> | ||
264 | <Row> | ||
265 | <Cell><Data ss:Type="String">panel_group_general.xml</Data></Cell> | ||
266 | <Cell><Data ss:Type="String">/general_tab/preferences_container/check_enrollment_fee</Data></Cell> | ||
267 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
268 | <Cell><Data ss:Type="String">Enrollment Fee: L$</Data></Cell> | ||
269 | <Cell><Data ss:Type="String">Enrollment fee: L$</Data></Cell> | ||
270 | <Cell><Data ss:Type="String">Beitrittsgebühr: L$</Data></Cell> | ||
271 | <Cell><Data ss:Type="String">Beitrittsgebühr: L$</Data></Cell> | ||
272 | </Row> | ||
273 | <Row> | ||
274 | <Cell><Data ss:Type="String">panel_group_general.xml</Data></Cell> | ||
275 | <Cell><Data ss:Type="String">/general_tab/preferences_container/receive_notices</Data></Cell> | ||
276 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
277 | <Cell><Data ss:Type="String">Receive Group Notices</Data></Cell> | ||
278 | <Cell><Data ss:Type="String">Receive group notices</Data></Cell> | ||
279 | <Cell><Data ss:Type="String">Gruppenmitteilungen erhalten</Data></Cell> | ||
280 | <Cell><Data ss:Type="String">Gruppenmitteilungen erhalten</Data></Cell> | ||
281 | </Row> | ||
282 | <Row> | ||
283 | <Cell><Data ss:Type="String">panel_group_general.xml</Data></Cell> | ||
284 | <Cell><Data ss:Type="String">/general_tab/preferences_container/list_groups_in_profile</Data></Cell> | ||
285 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
286 | <Cell><Data ss:Type="String">List Group in Profile</Data></Cell> | ||
287 | <Cell><Data ss:Type="String">List group in my profile</Data></Cell> | ||
288 | <Cell><Data ss:Type="String">Gruppe in Profil anzeigen</Data></Cell> | ||
289 | <Cell><Data ss:Type="String">Gruppe in meinem Profil anzeigen</Data></Cell> | ||
290 | </Row> | ||
291 | <Row> | ||
292 | <Cell><Data ss:Type="String">panel_group_land_money.xml</Data></Cell> | ||
293 | <Cell><Data ss:Type="String">/land_money_tab/total_contributed_land_value</Data></Cell> | ||
294 | <Cell ss:Index="4"><Data ss:Type="String">0 sq. meters</Data></Cell> | ||
295 | <Cell><Data ss:Type="String">[AREA] sq. meters</Data></Cell> | ||
296 | <Cell><Data ss:Type="String">0 Quadratmeter</Data></Cell> | ||
297 | <Cell><Data ss:Type="String">[AREA] qm</Data></Cell> | ||
298 | </Row> | ||
299 | <Row> | ||
300 | <Cell><Data ss:Type="String">panel_group_land_money.xml</Data></Cell> | ||
301 | <Cell><Data ss:Type="String">/land_money_tab/total_land_in_use_value</Data></Cell> | ||
302 | <Cell ss:Index="4"><Data ss:Type="String">0 sq. meters</Data></Cell> | ||
303 | <Cell><Data ss:Type="String">[AREA] sq. meters</Data></Cell> | ||
304 | <Cell><Data ss:Type="String">0 Quadratmeter</Data></Cell> | ||
305 | <Cell><Data ss:Type="String">[AREA] qm</Data></Cell> | ||
306 | </Row> | ||
307 | <Row> | ||
308 | <Cell><Data ss:Type="String">panel_group_land_money.xml</Data></Cell> | ||
309 | <Cell><Data ss:Type="String">/land_money_tab/land_available_value</Data></Cell> | ||
310 | <Cell ss:Index="4"><Data ss:Type="String">0 sq. meters</Data></Cell> | ||
311 | <Cell><Data ss:Type="String">[AREA] sq. meters</Data></Cell> | ||
312 | <Cell><Data ss:Type="String">0 Quadratmeter</Data></Cell> | ||
313 | <Cell><Data ss:Type="String">[AREA] qm</Data></Cell> | ||
314 | </Row> | ||
315 | <Row> | ||
316 | <Cell><Data ss:Type="String">panel_group_land_money.xml</Data></Cell> | ||
317 | <Cell><Data ss:Type="String">/land_money_tab/your_contribution_max_value</Data></Cell> | ||
318 | <Cell ss:Index="4"><Data ss:Type="String">([AMOUNT] max)</Data></Cell> | ||
319 | <Cell><Data ss:Type="String">sq. meters ([AMOUNT] max)</Data></Cell> | ||
320 | <Cell><Data ss:Type="String">(max. [AMOUNT])</Data></Cell> | ||
321 | <Cell><Data ss:Type="String">Quadratmeter (max. [AMOUNT])</Data></Cell> | ||
322 | </Row> | ||
323 | <Row> | ||
324 | <Cell><Data ss:Type="String">panel_place.xml</Data></Cell> | ||
325 | <Cell><Data ss:Type="String">/Place/traffic_text</Data></Cell> | ||
326 | <Cell ss:Index="4"><Data ss:Type="String">Traffic: [TRAFFIC].</Data></Cell> | ||
327 | <Cell><Data ss:Type="String">Traffic: [TRAFFIC]</Data></Cell> | ||
328 | <Cell><Data ss:Type="String">Traffic: [TRAFFIC].</Data></Cell> | ||
329 | <Cell><Data ss:Type="String">Traffic: [TRAFFIC]</Data></Cell> | ||
330 | </Row> | ||
331 | <Row> | ||
332 | <Cell><Data ss:Type="String">panel_place.xml</Data></Cell> | ||
333 | <Cell><Data ss:Type="String">/Place/area_text</Data></Cell> | ||
334 | <Cell ss:Index="4"><Data ss:Type="String">Area: [AREA] sq. m.</Data></Cell> | ||
335 | <Cell><Data ss:Type="String">Area: [AREA] sq. m.</Data></Cell> | ||
336 | <Cell><Data ss:Type="String">Gebiet: [AREA] qm</Data></Cell> | ||
337 | <Cell><Data ss:Type="String">Gebiet: [AREA] qm</Data></Cell> | ||
338 | </Row> | ||
339 | <Row> | ||
340 | <Cell><Data ss:Type="String">panel_place.xml</Data></Cell> | ||
341 | <Cell><Data ss:Type="String">/Place/forsale_text</Data></Cell> | ||
342 | <Cell ss:Index="4"><Data ss:Type="String">For Sale for L$ [PRICE].</Data></Cell> | ||
343 | <Cell><Data ss:Type="String">For Sale for L$ [PRICE]</Data></Cell> | ||
344 | <Cell><Data ss:Type="String">Steht zum Verkauf für [PRICE] L$.</Data></Cell> | ||
345 | <Cell><Data ss:Type="String">Steht zum Verkauf für [PRICE] L$</Data></Cell> | ||
346 | </Row> | ||
347 | <Row> | ||
348 | <Cell><Data ss:Type="String">panel_place.xml</Data></Cell> | ||
349 | <Cell><Data ss:Type="String">/Place/auction_text</Data></Cell> | ||
350 | <Cell ss:Index="4"><Data ss:Type="String">Auction ID [ID].</Data></Cell> | ||
351 | <Cell><Data ss:Type="String">Auction ID [ID].</Data></Cell> | ||
352 | <Cell><Data ss:Type="String">Auktions-ID [ID].</Data></Cell> | ||
353 | <Cell><Data ss:Type="String">Auktions-ID [ID].</Data></Cell> | ||
354 | </Row> | ||
355 | <Row> | ||
356 | <Cell><Data ss:Type="String">panel_preferences_audio.xml</Data></Cell> | ||
357 | <Cell><Data ss:Type="String">/Media panel/doppler_effect_text</Data></Cell> | ||
358 | <Cell ss:Index="4"><Data ss:Type="String">Streaming Preferences:</Data></Cell> | ||
359 | <Cell><Data ss:Type="String">Audio Preferences:</Data></Cell> | ||
360 | <Cell><Data ss:Type="String">Audio-Einstellungen:</Data></Cell> | ||
361 | <Cell><Data ss:Type="String">Audio-Einstellungen:</Data></Cell> | ||
362 | </Row> | ||
363 | <Row> | ||
364 | <Cell><Data ss:Type="String">panel_preferences_im.xml</Data></Cell> | ||
365 | <Cell><Data ss:Type="String">/im/text_box3</Data></Cell> | ||
366 | <Cell ss:Index="4"><Data ss:Type="String">Busy Mode Response:</Data></Cell> | ||
367 | <Cell><Data ss:Type="String">Logging Options:</Data></Cell> | ||
368 | <Cell><Data ss:Type="String">Protokolloptionen:</Data></Cell> | ||
369 | <Cell><Data ss:Type="String">Protokolloptionen:</Data></Cell> | ||
370 | </Row> | ||
371 | <Row> | ||
372 | <Cell><Data ss:Type="String">panel_preferences_voice.xml</Data></Cell> | ||
373 | <Cell><Data ss:Type="String">/chat/ear_location/0</Data></Cell> | ||
374 | <Cell ss:Index="4"><Data ss:Type="String">Hear Voice Chat from camera position.</Data></Cell> | ||
375 | <Cell><Data ss:Type="String">Hear Voice Chat from camera position.</Data></Cell> | ||
376 | <Cell><Data ss:Type="String">Voice-Chat von Kameraposition aus hören.</Data></Cell> | ||
377 | <Cell><Data ss:Type="String">Voice-Chat von Kameraposition aus hören.</Data></Cell> | ||
378 | </Row> | ||
379 | <Row> | ||
380 | <Cell><Data ss:Type="String">panel_preferences_voice.xml</Data></Cell> | ||
381 | <Cell><Data ss:Type="String">/chat/ear_location/1</Data></Cell> | ||
382 | <Cell ss:Index="4"><Data ss:Type="String">Hear Voice Chat from avatar position.</Data></Cell> | ||
383 | <Cell><Data ss:Type="String">Hear Voice Chat from avatar position.</Data></Cell> | ||
384 | <Cell><Data ss:Type="String">Voice-Chat von Avatarposition aus hören.</Data></Cell> | ||
385 | <Cell><Data ss:Type="String">Voice-Chat von Avatarposition aus hören.</Data></Cell> | ||
386 | </Row> | ||
387 | <Row> | ||
388 | <Cell><Data ss:Type="String">panel_region_general.xml</Data></Cell> | ||
389 | <Cell><Data ss:Type="String">/General/block_parcel_search_check</Data></Cell> | ||
390 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
391 | <Cell><Data ss:Type="String">Block Parcel Search</Data></Cell> | ||
392 | <Cell><Data ss:Type="String">Block Land Show in Search</Data></Cell> | ||
393 | <Cell><Data ss:Type="String">Parzellensuche unterbinden</Data></Cell> | ||
394 | <Cell><Data ss:Type="String">Landanzeige in Suche blockieren</Data></Cell> | ||
395 | </Row> | ||
396 | <Row> | ||
397 | <Cell><Data ss:Type="String">panel_voice_options.xml</Data></Cell> | ||
398 | <Cell><Data ss:Type="String">/content_panel/push_to_talk_check</Data></Cell> | ||
399 | <Cell><Data ss:Type="String">label</Data></Cell> | ||
400 | <Cell><Data ss:Type="String">Only allow Friends to initiate Voice Calls with me</Data></Cell> | ||
401 | <Cell><Data ss:Type="String">Start Viewer in Push-to-Talk mode</Data></Cell> | ||
402 | <Cell><Data ss:Type="String">Viewer im &apos;Zum-Sprechen-drücken&apos;-Modus starten</Data></Cell> | ||
403 | <Cell><Data ss:Type="String">Viewer im 'Zum-Sprechen-drücken'-Modus starten</Data></Cell> | ||
404 | </Row> | ||
405 | </Table> | ||
406 | <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"> | ||
407 | <Selected/> | ||
408 | <Panes> | ||
409 | <Pane> | ||
410 | <Number>3</Number> | ||
411 | <ActiveRow>2</ActiveRow> | ||
412 | <ActiveCol>4</ActiveCol> | ||
413 | <RangeSelection>R3C5:R43C5</RangeSelection> | ||
414 | </Pane> | ||
415 | </Panes> | ||
416 | <ProtectObjects>False</ProtectObjects> | ||
417 | <ProtectScenarios>False</ProtectScenarios> | ||
418 | </WorksheetOptions> | ||
419 | </Worksheet> | ||
420 | </Workbook> | ||
diff --git a/linden/indra/newview/skins/xui/de/panel_login.xml b/linden/indra/newview/skins/xui/de/panel_login.xml index afda3d5..34779a6 100644 --- a/linden/indra/newview/skins/xui/de/panel_login.xml +++ b/linden/indra/newview/skins/xui/de/panel_login.xml | |||
@@ -1,44 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> |
2 | <panel name="panel_login"> | 2 | <panel name="panel_login"> |
3 | <text name="real_url"> | 3 | <text name="real_url"> |
4 | http://secondlife.com/app/login/ | 4 | https://secondlife.com/app/login/de/?show_login_form=True |
5 | </text> | ||
6 | <text name="first_name_text"> | ||
7 | Vorname: | ||
8 | </text> | ||
9 | <text name="last_name_text"> | ||
10 | Nachname: | ||
11 | </text> | ||
12 | <text name="password_text"> | ||
13 | Kennwort: | ||
14 | </text> | ||
15 | <text name="start_location_text"> | ||
16 | Startposition: | ||
17 | </text> | ||
18 | <combo_box name="start_location_combo"> | ||
19 | <combo_item name="MyHome"> | ||
20 | Mein Heimatort | ||
21 | </combo_item> | ||
22 | <combo_item name="MyLastLocation"> | ||
23 | Mein letzter Standort | ||
24 | </combo_item> | ||
25 | <combo_item name="Typeregionname"> | ||
26 | <Region eingeben> | ||
27 | </combo_item> | ||
28 | </combo_box> | ||
29 | <check_box label="Kennwort merken" name="remember_check" /> | ||
30 | <text name="full_screen_text"> | ||
31 | Die Anzeige schaltet bei Anmeldung auf Vollbild um. | ||
32 | </text> | ||
33 | <button label="Neues Konto..." label_selected="Neues Konto..." name="new_account_btn" /> | ||
34 | <button label="Einstellungen..." label_selected="Einstellungen..." | ||
35 | name="preferences_btn" /> | ||
36 | <button label="Verbinden" label_selected="Verbinden" name="connect_btn" /> | ||
37 | <button label="Beenden" label_selected="Beenden" name="quit_btn" /> | ||
38 | <text name="version_text"> | ||
39 | 1.23.4 (5) | ||
40 | </text> | ||
41 | <text name="channel_text"> | ||
42 | [Viewer Channel Name] | ||
43 | </text> | 5 | </text> |
44 | </panel> | 6 | </panel> |
diff --git a/linden/indra/newview/skins/xui/de/panel_preferences_LCD.xml b/linden/indra/newview/skins/xui/de/panel_preferences_LCD.xml new file mode 100644 index 0000000..6438fe6 --- /dev/null +++ b/linden/indra/newview/skins/xui/de/panel_preferences_LCD.xml | |||
@@ -0,0 +1,30 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel label="Logitech-LCD" name="LCD Options"> | ||
3 | <text name="LCD Destination:"> | ||
4 | LCD-Ziel: | ||
5 | </text> | ||
6 | <radio_group name="LCDDestination"> | ||
7 | <radio_item name="DestinationG15" | ||
8 | tool_tip="Zeigt die Auswahl auf dem LCD der Logitech G15-Tastatur an"> | ||
9 | Logitech G15 Gaming-Tastatur | ||
10 | </radio_item> | ||
11 | <radio_item name="DestinationZ10" | ||
12 | tool_tip="Zeigt die Auswahl auf dem LCD der Logitech Z10-Lautsprecher an"> | ||
13 | Logitech Z10-Lautsprecher | ||
14 | </radio_item> | ||
15 | </radio_group> | ||
16 | <text name="LCD Display Options"> | ||
17 | LCD-Anzeigeoptionen: | ||
18 | </text> | ||
19 | <check_box label="Chat anzeigen" name="DisplayChat" | ||
20 | tool_tip="Letzte Chat-Zeile auf dem LCD anzeigen" /> | ||
21 | <check_box label="IMs anzeigen" name="DisplayIM" tool_tip="Letzte IM auf dem LCD anzeigen" /> | ||
22 | <check_box label="Standortinformationen anzeigen" name="DisplayRegion" | ||
23 | tool_tip="Informationen zum aktuellen Standort auf dem LCD anzeigen" /> | ||
24 | <check_box label="Kontodaten anzeigen" name="DisplayLinden" | ||
25 | tool_tip="Aktuelle Informationen zum Konto auf dem LCD anzeigen" /> | ||
26 | <check_box label="Netzwerkinformationen anzeigen" name="DisplayDebug" | ||
27 | tool_tip="Debug-Informationen auf dem LCD anzeigen" /> | ||
28 | <check_box label="Debug-Info von Konsole anzeigen" name="DisplayDebugConsole" | ||
29 | tool_tip="Debug-Informationen von der Konsole auf dem LCD anzeigen" /> | ||
30 | </panel> | ||