mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 22:27:10 -04:00
Finished translation infrastructure
This commit is contained in:
parent
1ad95263cd
commit
839db813f6
15 changed files with 86 additions and 52 deletions
|
@ -169,9 +169,7 @@
|
|||
<div id="editorcontainer">
|
||||
<!-- -->
|
||||
</div>
|
||||
<div id="editorloadingbox">
|
||||
Loading...
|
||||
</div>
|
||||
<div id="editorloadingbox" class="translate">Loading...</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -197,6 +195,8 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
<script>DOMTranslate("#importsubmitinput", "value");</script>
|
||||
|
||||
<div id="importexportline"></div>
|
||||
|
||||
<div id="export">
|
||||
|
@ -270,9 +270,9 @@
|
|||
<span class="translate">Reestablishing connection...</span>
|
||||
</div>
|
||||
<div class="disconnected">
|
||||
<h2 class="h2_disconnect">Disconnected.</h2>
|
||||
<h2 class="h2_userdup">Opened in another window.</h2>
|
||||
<h2 class="h2_unauth">No Authorization.</h2>
|
||||
<h2 class="h2_disconnect translate">Disconnected.</h2>
|
||||
<h2 class="h2_userdup translate">Opened in another window.</h2>
|
||||
<h2 class="h2_unauth translate">No Authorization.</h2>
|
||||
<div id="disconnected_looping">
|
||||
<p>
|
||||
<b><span class="translate">We're having trouble talking to the EtherPad lite synchronization server.</span></b>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue