From f4b12de73d07db2a5a0549309329486d7a9e0fdf Mon Sep 17 00:00:00 2001 From: Takumo <9206984@mail.ru> Date: Mon, 29 Jun 2015 12:46:05 +0200 Subject: translation update --- inc/lang/ru/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/lang/ru') diff --git a/inc/lang/ru/lang.php b/inc/lang/ru/lang.php index 3a1fb2c56..7aa7c5b09 100644 --- a/inc/lang/ru/lang.php +++ b/inc/lang/ru/lang.php @@ -31,6 +31,7 @@ * @author Vitaly Filatenko * @author Alex P * @author Nolf + * @author Takumo <9206984@mail.ru> */ $lang['encoding'] = ' utf-8'; $lang['direction'] = 'ltr'; -- cgit v1.2.3 From 8aceb983f4d8ab414fda0598287fb876703d1de8 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 12 Jul 2015 23:47:02 +0100 Subject: fixed some wrong quotation marks in language files --- inc/lang/ru/lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/lang/ru') diff --git a/inc/lang/ru/lang.php b/inc/lang/ru/lang.php index 7aa7c5b09..40d3ffefe 100644 --- a/inc/lang/ru/lang.php +++ b/inc/lang/ru/lang.php @@ -2,7 +2,7 @@ /** * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * + * * @author Yuri Pimenov * @author Igor Tarasov * @author Denis Simakov @@ -33,7 +33,7 @@ * @author Nolf * @author Takumo <9206984@mail.ru> */ -$lang['encoding'] = ' utf-8'; +$lang['encoding'] = 'utf-8'; $lang['direction'] = 'ltr'; $lang['doublequoteopening'] = '«'; $lang['doublequoteclosing'] = '»'; -- cgit v1.2.3