From 12266213d098a53c5f005b9afcbbe62771fd580c Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Tue, 9 May 2017 18:12:15 +0200 Subject: Shaarli's translation * translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency. --- tpl/default/import.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tpl/default/import.html') diff --git a/tpl/default/import.html b/tpl/default/import.html index 1f040685..000a50ac 100644 --- a/tpl/default/import.html +++ b/tpl/default/import.html @@ -18,7 +18,7 @@
-


Maximum size allowed: {$maxfilesizeHuman}

+


{'Maximum size allowed:'|t} {$maxfilesizeHuman}

@@ -31,15 +31,15 @@
- Use values from the imported file, default to public + {'Use values from the imported file, default to public'|t}
- Import all bookmarks as private + {'Import all bookmarks as private'|t}
- Import all bookmarks as public + {'Import all bookmarks as public'|t}
-- cgit v1.2.3