From 7c0d10a6928165239ed372e76bfe14d029634b1c Mon Sep 17 00:00:00 2001 From: Nicky Date: Mon, 9 Jun 2014 02:12:27 +0200 Subject: [PATCH] Make the VFS entry in about localizable. --- indra/newview/llappviewer.cpp | 5 ----- indra/newview/skins/default/xui/de/strings.xml | 1 + indra/newview/skins/default/xui/en/strings.xml | 1 + 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 1d0a78d188..ffd9c12327 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4067,11 +4067,6 @@ std::string LLAppViewer::getViewerInfoString() const support << '\n' << LLTrans::getString("AboutTraffic", args); } - // Add when the cache was created, - if( info.has("VFS_DATE") ) - support << "\nVFS (cache) creation time (UTC) " << info["VFS_DATE"]; - // - return support.str(); } diff --git a/indra/newview/skins/default/xui/de/strings.xml b/indra/newview/skins/default/xui/de/strings.xml index 72c2829435..3fd93cf3f9 100755 --- a/indra/newview/skins/default/xui/de/strings.xml +++ b/indra/newview/skins/default/xui/de/strings.xml @@ -74,6 +74,7 @@ Bandbreite: [BANDWIDTH] LOD-Faktor: [LOD] Darstellungsqualität: [RENDERQUALITY] Texturspeicher: [TEXTUREMEMORY] MB ([TEXTUREMEMORYMULTIPLIER]) +VFS (Cache) Erstellungszeit: [VFS_DATE] Paketverlust: [PACKETS_LOST,number,0]/[PACKETS_IN,number,0] ([PACKETS_PCT,number,1]%) diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 9da6f080d4..228738bea1 100755 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -66,6 +66,7 @@ Bandwidth: [BANDWIDTH] LOD factor: [LOD] Render quality: [RENDERQUALITY] Texture memory: [TEXTUREMEMORY] MB ([TEXTUREMEMORYMULTIPLIER]) +VFS (cache) creation time (UTC): [VFS_DATE] Packets Lost: [PACKETS_LOST,number,0]/[PACKETS_IN,number,0] ([PACKETS_PCT,number,1]%) Error fetching server release notes URL.