diff options
author | neodarz <neodarz@neodarz.net> | 2019-08-28 12:21:29 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-08-28 12:21:29 +0200 |
commit | e1e025823c6e868e59cde9ecc8fa495ee45de7bc (patch) | |
tree | ae3450c92daec3b99059a569510a24d6ab6753a6 /import.html | |
parent | 03588331342e2a401ae4a8617f6225325d099fa7 (diff) | |
download | shaarli_ascii-e1e025823c6e868e59cde9ecc8fa495ee45de7bc.tar.xz shaarli_ascii-e1e025823c6e868e59cde9ecc8fa495ee45de7bc.zip |
Diffstat (limited to 'import.html')
-rw-r--r-- | import.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/import.html b/import.html index 1f04068..20f854d 100644 --- a/import.html +++ b/import.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html> +<html{if="$language !== 'auto'"} lang="{$language}"{/if}> <head> {include="includes"} </head> @@ -15,10 +15,10 @@ </div> <input type="hidden" name="token" value="{$token}"> - <div class="center" id="import-field"> + <div class="center import-field-container" id="import-field"> <input type="hidden" name="MAX_FILE_SIZE" value="{$maxfilesize}"> <input type="file" name="filetoupload"> - <p><br>Maximum size allowed: <strong>{$maxfilesizeHuman}</strong></p> + <p><br>{'Maximum size allowed:'|t} <strong>{$maxfilesizeHuman}</strong></p> </div> <div class="pure-g"> @@ -31,15 +31,15 @@ <div class="radio-buttons"> <div> <input type="radio" name="privacy" value="default" checked="checked"> - Use values from the imported file, default to public + {'Use values from the imported file, default to public'|t} </div> <div> <input type="radio" name="privacy" value="private"> - Import all bookmarks as private + {'Import all bookmarks as private'|t} </div> <div> <input type="radio" name="privacy" value="public"> - Import all bookmarks as public + {'Import all bookmarks as public'|t} </div> </div> </div> |