From e3776c06c37cc197709dac60892604dfea894ac2 Mon Sep 17 00:00:00 2001 From: Michael Hamann Date: Mon, 29 Nov 2010 01:34:36 +0100 Subject: Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3 As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline. --- lib/plugins/info/syntax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/plugins/info') diff --git a/lib/plugins/info/syntax.php b/lib/plugins/info/syntax.php index ba2831a90..026a438bb 100644 --- a/lib/plugins/info/syntax.php +++ b/lib/plugins/info/syntax.php @@ -253,4 +253,4 @@ class syntax_plugin_info extends DokuWiki_Syntax_Plugin { } } -//Setup VIM: ex: et ts=4 enc=utf-8 : +//Setup VIM: ex: et ts=4 : -- cgit v1.2.3 From dddd93c42628711c42d87c1be06c9a64ca67101a Mon Sep 17 00:00:00 2001 From: Matej Urban Date: Fri, 18 Mar 2011 13:00:03 +0100 Subject: Slovak language update --- lib/plugins/info/lang/sl/lang.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/plugins/info/lang/sl/lang.php (limited to 'lib/plugins/info') diff --git a/lib/plugins/info/lang/sl/lang.php b/lib/plugins/info/lang/sl/lang.php new file mode 100644 index 000000000..62936947c --- /dev/null +++ b/lib/plugins/info/lang/sl/lang.php @@ -0,0 +1,12 @@ + + */ + +$lang['encoding'] = 'utf-8'; +$lang['direction'] = 'ltr'; +$lang['onHidden'] = 'Click to display ⇲'; +$lang['onVisible'] = 'Click to hide ⇱'; -- cgit v1.2.3