Make the VFS entry in about localizable.

Nicky 2014-06-09 02:12:27 +02:00
parent fef5cfdfd6
commit 7c0d10a692
3 changed files with 2 additions and 5 deletions

View File

@ -4067,11 +4067,6 @@ std::string LLAppViewer::getViewerInfoString() const
support << '\n' << LLTrans::getString("AboutTraffic", args);
}
// <FS:ND> Add when the cache was created,
if( info.has("VFS_DATE") )
support << "\nVFS (cache) creation time (UTC) " << info["VFS_DATE"];
// </FS:ND>
return support.str();
}

View File

@ -74,6 +74,7 @@ Bandbreite: [BANDWIDTH]
LOD-Faktor: [LOD]
Darstellungsqualität: [RENDERQUALITY]
Texturspeicher: [TEXTUREMEMORY] MB ([TEXTUREMEMORYMULTIPLIER])
VFS (Cache) Erstellungszeit: [VFS_DATE]
</string>
<string name="AboutTraffic">
Paketverlust: [PACKETS_LOST,number,0]/[PACKETS_IN,number,0] ([PACKETS_PCT,number,1]%)

View File

@ -66,6 +66,7 @@ Bandwidth: [BANDWIDTH]
LOD factor: [LOD]
Render quality: [RENDERQUALITY]
Texture memory: [TEXTUREMEMORY] MB ([TEXTUREMEMORYMULTIPLIER])
VFS (cache) creation time (UTC): [VFS_DATE]
</string>
<string name="AboutTraffic">Packets Lost: [PACKETS_LOST,number,0]/[PACKETS_IN,number,0] ([PACKETS_PCT,number,1]%)</string>
<string name="ErrorFetchingServerReleaseNotesURL">Error fetching server release notes URL.</string>