Update locales from Transifex and merge new English strings
This commit is contained in:
parent
bd7e1b222d
commit
ad53b3311e
61 changed files with 277 additions and 170 deletions
14
chrome/content/zotero/progressMeterWindow.xul
Normal file
14
chrome/content/zotero/progressMeterWindow.xul
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
|
||||
|
||||
<window id="zotero-progress-meter-window"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
windowtype="alert:alert">
|
||||
|
||||
<vbox id="zotero-progress-text-box" flex="1">
|
||||
<label/>
|
||||
<progressmeter/>
|
||||
</vbox>
|
||||
</window>
|
5
chrome/content/zotero/xpcom/data/dataCache.js
Normal file
5
chrome/content/zotero/xpcom/data/dataCache.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
"use strict";
|
||||
|
||||
Zotero.DataCache = {
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue