diff options
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/acl/lang/en/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/acl/lang/et/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/acl/lang/vi/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/admin.php | 2 | ||||
-rw-r--r-- | lib/plugins/info/syntax.php | 2 | ||||
-rw-r--r-- | lib/plugins/plugin/lang/en/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/revert/admin.php | 2 | ||||
-rw-r--r-- | lib/plugins/revert/lang/en/lang.php | 2 | ||||
-rw-r--r-- | lib/plugins/syntax.php | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/lib/plugins/acl/lang/en/lang.php b/lib/plugins/acl/lang/en/lang.php index 38ff20c88..779614d32 100644 --- a/lib/plugins/acl/lang/en/lang.php +++ b/lib/plugins/acl/lang/en/lang.php @@ -43,4 +43,4 @@ $lang['acl_perm8'] = 'Upload'; $lang['acl_perm16'] = 'Delete'; $lang['acl_new'] = 'Add new Entry'; $lang['acl_mod'] = 'Modify Entry'; -//Setup VIM: ex: et ts=2 enc=utf-8 : +//Setup VIM: ex: et ts=2 : diff --git a/lib/plugins/acl/lang/et/lang.php b/lib/plugins/acl/lang/et/lang.php index e90d5eaa9..2f7208b7c 100644 --- a/lib/plugins/acl/lang/et/lang.php +++ b/lib/plugins/acl/lang/et/lang.php @@ -20,4 +20,4 @@ $lang['acl_perm2'] = 'Toimetamine'; $lang['acl_perm4'] = 'Tekitamine'; $lang['acl_perm8'] = 'Üles laadimine'; $lang['acl_new'] = 'Uue kirje lisamine'; -//Setup VIM: ex: et ts=2 enc=utf-8 : +//Setup VIM: ex: et ts=2 : diff --git a/lib/plugins/acl/lang/vi/lang.php b/lib/plugins/acl/lang/vi/lang.php index 4458d806b..6237f79ba 100644 --- a/lib/plugins/acl/lang/vi/lang.php +++ b/lib/plugins/acl/lang/vi/lang.php @@ -18,4 +18,4 @@ $lang['acl_perm2'] = 'Biên soạn'; $lang['acl_perm4'] = 'Tạo'; $lang['acl_perm8'] = 'Tải lên'; $lang['acl_new'] = 'Thêm mục mới'; -//Setup VIM: ex: et ts=2 enc=utf-8 : +//Setup VIM: ex: et ts=2 : diff --git a/lib/plugins/admin.php b/lib/plugins/admin.php index 25f01b657..9a1fb9fdc 100644 --- a/lib/plugins/admin.php +++ b/lib/plugins/admin.php @@ -43,4 +43,4 @@ class DokuWiki_Admin_Plugin extends DokuWiki_Plugin { return array(); } } -//Setup VIM: ex: et ts=4 enc=utf-8 : +//Setup VIM: ex: et ts=4 : 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 : diff --git a/lib/plugins/plugin/lang/en/lang.php b/lib/plugins/plugin/lang/en/lang.php index e575d3d67..ccbd207e9 100644 --- a/lib/plugins/plugin/lang/en/lang.php +++ b/lib/plugins/plugin/lang/en/lang.php @@ -74,4 +74,4 @@ $lang['notenabled'] = 'Plugin %s could not be enabled, check file permissi $lang['disabled'] = 'Plugin %s disabled.'; $lang['notdisabled'] = 'Plugin %s could not be disabled, check file permissions.'; -//Setup VIM: ex: et ts=4 enc=utf-8 : +//Setup VIM: ex: et ts=4 : diff --git a/lib/plugins/revert/admin.php b/lib/plugins/revert/admin.php index 8a2cd5553..e188e2488 100644 --- a/lib/plugins/revert/admin.php +++ b/lib/plugins/revert/admin.php @@ -196,4 +196,4 @@ class admin_plugin_revert extends DokuWiki_Admin_Plugin { } } -//Setup VIM: ex: et ts=4 enc=utf-8 : +//Setup VIM: ex: et ts=4 : diff --git a/lib/plugins/revert/lang/en/lang.php b/lib/plugins/revert/lang/en/lang.php index a2002f1a7..6bf867ded 100644 --- a/lib/plugins/revert/lang/en/lang.php +++ b/lib/plugins/revert/lang/en/lang.php @@ -20,4 +20,4 @@ $lang['revstop'] = 'Reversion process finished successfully.'; $lang['note1'] = 'Note: this search is case sensitive'; $lang['note2'] = 'Note: the page will be reverted to the last version not containing the given spam term <i>%s</i>.'; -//Setup VIM: ex: et ts=4 enc=utf-8 : +//Setup VIM: ex: et ts=4 : diff --git a/lib/plugins/syntax.php b/lib/plugins/syntax.php index 127b92ce5..05b0dc466 100644 --- a/lib/plugins/syntax.php +++ b/lib/plugins/syntax.php @@ -276,4 +276,4 @@ class DokuWiki_Syntax_Plugin extends Doku_Parser_Mode { } } -//Setup VIM: ex: et ts=4 enc=utf-8 : +//Setup VIM: ex: et ts=4 : |