mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
Remove translated strings from template files
This commit is contained in:
parent
4154d464a5
commit
378a74fb4e
3 changed files with 104 additions and 102 deletions
|
@ -149,8 +149,8 @@
|
|||
|
||||
<div id="wrapper">
|
||||
<div id="inner">
|
||||
<div id="button" onclick="go2Random()" data-l10n-id="index.newPad">New Pad</div>
|
||||
<div id="label" data-l10n-id="index.createOpenPad">or create/open a Pad with the name</div>
|
||||
<div id="button" onclick="go2Random()" data-l10n-id="index.newPad"></div>
|
||||
<div id="label" data-l10n-id="index.createOpenPad"></div>
|
||||
<form action="#" onsubmit="go2Name();return false;">
|
||||
<input type="text" id="padname" autofocus x-webkit-speech>
|
||||
<button type="submit">OK</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue