Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>If you download the latest source for WIX, you'll find the declaration for WixUI_Common, in the Common.wxs file:</p> <pre><code>&lt;UI Id="WixUI_Common"&gt; &lt;!-- ui text --&gt; &lt;UIText Id="AbsentPath" /&gt; &lt;UIText Id="bytes"&gt;!(loc.UITextbytes)&lt;/UIText&gt; &lt;UIText Id="GB"&gt;!(loc.UITextGB)&lt;/UIText&gt; &lt;UIText Id="KB"&gt;!(loc.UITextKB)&lt;/UIText&gt; &lt;UIText Id="MB"&gt;!(loc.UITextMB)&lt;/UIText&gt; &lt;UIText Id="MenuAbsent"&gt;!(loc.UITextMenuAbsent)&lt;/UIText&gt; &lt;UIText Id="MenuAdvertise"&gt;!(loc.UITextMenuAdvertise)&lt;/UIText&gt; &lt;UIText Id="MenuAllCD"&gt;!(loc.UITextMenuAllCD)&lt;/UIText&gt; &lt;UIText Id="MenuAllLocal"&gt;!(loc.UITextMenuAllLocal)&lt;/UIText&gt; &lt;UIText Id="MenuAllNetwork"&gt;!(loc.UITextMenuAllNetwork)&lt;/UIText&gt; &lt;UIText Id="MenuCD"&gt;!(loc.UITextMenuCD)&lt;/UIText&gt; &lt;UIText Id="MenuLocal"&gt;!(loc.UITextMenuLocal)&lt;/UIText&gt; &lt;UIText Id="MenuNetwork"&gt;!(loc.UITextMenuNetwork)&lt;/UIText&gt; &lt;UIText Id="NewFolder"&gt;!(loc.UITextNewFolder)&lt;/UIText&gt; &lt;UIText Id="ScriptInProgress"&gt;!(loc.UITextScriptInProgress)&lt;/UIText&gt; &lt;UIText Id="SelAbsentAbsent"&gt;!(loc.UITextSelAbsentAbsent)&lt;/UIText&gt; &lt;UIText Id="SelAbsentAdvertise"&gt;!(loc.UITextSelAbsentAdvertise)&lt;/UIText&gt; &lt;UIText Id="SelAbsentCD"&gt;!(loc.UITextSelAbsentCD)&lt;/UIText&gt; &lt;UIText Id="SelAbsentLocal"&gt;!(loc.UITextSelAbsentLocal)&lt;/UIText&gt; &lt;UIText Id="SelAbsentNetwork"&gt;!(loc.UITextSelAbsentNetwork)&lt;/UIText&gt; &lt;UIText Id="SelAdvertiseAbsent"&gt;!(loc.UITextSelAdvertiseAbsent)&lt;/UIText&gt; &lt;UIText Id="SelAdvertiseAdvertise"&gt;!(loc.UITextSelAdvertiseAdvertise)&lt;/UIText&gt; &lt;UIText Id="SelAdvertiseCD"&gt;!(loc.UITextSelAdvertiseCD)&lt;/UIText&gt; &lt;UIText Id="SelAdvertiseLocal"&gt;!(loc.UITextSelAdvertiseLocal)&lt;/UIText&gt; &lt;UIText Id="SelAdvertiseNetwork"&gt;!(loc.UITextSelAdvertiseNetwork)&lt;/UIText&gt; &lt;UIText Id="SelCDAbsent"&gt;!(loc.UITextSelCDAbsent)&lt;/UIText&gt; &lt;UIText Id="SelCDAdvertise"&gt;!(loc.UITextSelCDAdvertise)&lt;/UIText&gt; &lt;UIText Id="SelCDCD"&gt;!(loc.UITextSelCDCD)&lt;/UIText&gt; &lt;UIText Id="SelCDLocal"&gt;!(loc.UITextSelCDLocal)&lt;/UIText&gt; &lt;UIText Id="SelChildCostNeg"&gt;!(loc.UITextSelChildCostNeg)&lt;/UIText&gt; &lt;UIText Id="SelChildCostPos"&gt;!(loc.UITextSelChildCostPos)&lt;/UIText&gt; &lt;UIText Id="SelCostPending"&gt;!(loc.UITextSelCostPending)&lt;/UIText&gt; &lt;UIText Id="SelLocalAbsent"&gt;!(loc.UITextSelLocalAbsent)&lt;/UIText&gt; &lt;UIText Id="SelLocalAdvertise"&gt;!(loc.UITextSelLocalAdvertise)&lt;/UIText&gt; &lt;UIText Id="SelLocalCD"&gt;!(loc.UITextSelLocalCD)&lt;/UIText&gt; &lt;UIText Id="SelLocalLocal"&gt;!(loc.UITextSelLocalLocal)&lt;/UIText&gt; &lt;UIText Id="SelLocalNetwork"&gt;!(loc.UITextSelLocalNetwork)&lt;/UIText&gt; &lt;UIText Id="SelNetworkAbsent"&gt;!(loc.UITextSelNetworkAbsent)&lt;/UIText&gt; &lt;UIText Id="SelNetworkAdvertise"&gt;!(loc.UITextSelNetworkAdvertise)&lt;/UIText&gt; &lt;UIText Id="SelNetworkLocal"&gt;!(loc.UITextSelNetworkLocal)&lt;/UIText&gt; &lt;UIText Id="SelNetworkNetwork"&gt;!(loc.UITextSelNetworkNetwork)&lt;/UIText&gt; &lt;UIText Id="SelParentCostNegNeg"&gt;!(loc.UITextSelParentCostNegNeg)&lt;/UIText&gt; &lt;UIText Id="SelParentCostNegPos"&gt;!(loc.UITextSelParentCostNegPos)&lt;/UIText&gt; &lt;UIText Id="SelParentCostPosNeg"&gt;!(loc.UITextSelParentCostPosNeg)&lt;/UIText&gt; &lt;UIText Id="SelParentCostPosPos"&gt;!(loc.UITextSelParentCostPosPos)&lt;/UIText&gt; &lt;UIText Id="TimeRemaining"&gt;!(loc.UITextTimeRemaining)&lt;/UIText&gt; &lt;UIText Id="VolumeCostAvailable"&gt;!(loc.UITextVolumeCostAvailable)&lt;/UIText&gt; &lt;UIText Id="VolumeCostDifference"&gt;!(loc.UITextVolumeCostDifference)&lt;/UIText&gt; &lt;UIText Id="VolumeCostRequired"&gt;!(loc.UITextVolumeCostRequired)&lt;/UIText&gt; &lt;UIText Id="VolumeCostSize"&gt;!(loc.UITextVolumeCostSize)&lt;/UIText&gt; &lt;UIText Id="VolumeCostVolume"&gt;!(loc.UITextVolumeCostVolume)&lt;/UIText&gt; &lt;/UI&gt; </code></pre> <p>This is from the 3.0.5217.0 source.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload