Make the VFS entry in about localizable.
parent
fef5cfdfd6
commit
7c0d10a692
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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]%)
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue