1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00

import locale

This commit is contained in:
antelle 2016-08-22 21:51:52 +03:00
parent 00570c0461
commit 749b417e93
2 changed files with 2 additions and 1 deletions

View File

@ -145,6 +145,7 @@
"openNew": "New",
"openMore": "More",
"openDemo": "Demo",
"openXml": "Import XML",
"openSettings": "Settings",
"openCaps": "Caps Lock is on",
"openClickToOpen": "Click to open a file",

View File

@ -45,7 +45,7 @@
{{#if canImportXml}}
<div class="open__icon open__icon-import-xml">
<i class="fa fa-code open__icon-i"></i>
<div class="open__icon-text">Import XML</div>
<div class="open__icon-text">{{ res 'openXml' }}</div>
</div>
{{/if}}
{{#if canOpenDemo}}