[Isocial-svn] SF.net SVN: isocial: [32] app
Status: Pre-Alpha
Brought to you by:
aguidrevitch
From: <di...@us...> - 2008-02-26 11:33:42
|
Revision: 32 http://isocial.svn.sourceforge.net/isocial/?rev=32&view=rev Author: dim0s77 Date: 2008-02-26 03:33:47 -0800 (Tue, 26 Feb 2008) Log Message: ----------- minor fixes Modified Paths: -------------- app/locales/user/ru.php app/views/user/email/confirm.tpl Modified: app/locales/user/ru.php =================================================================== --- app/locales/user/ru.php 2008-02-26 11:27:32 UTC (rev 31) +++ app/locales/user/ru.php 2008-02-26 11:33:47 UTC (rev 32) @@ -47,7 +47,7 @@ $dictionary['no user found with the given email'] = 'пользователь с указанным email не зарегистрирован'; $dictionary['bad reset link'] = 'ссылка сброса пароля содержит ошибки'; $dictionary['Trouble Accessing Your Account'] = 'Проблема с доступом к Вашей учетной записи'; -$dictionary['Forgot password'] = 'Забыли пароль'; +$dictionary['Forgot Password'] = 'Забыли пароль'; $dictionary['Enter your login email below'] = 'Введите свой email адрес ниже'; $dictionary['We will send you an email with a link to reset your password'] = 'Мы вышлем Вам письмо, содержащее ссылку для сброса пароля'; $dictionary['Reset Password'] = 'Сбросить пароль'; Modified: app/views/user/email/confirm.tpl =================================================================== --- app/views/user/email/confirm.tpl 2008-02-26 11:27:32 UTC (rev 31) +++ app/views/user/email/confirm.tpl 2008-02-26 11:33:47 UTC (rev 32) @@ -7,7 +7,7 @@ <p>_{Thank you for signing up on iSocial}.</p> <? $link = AK_SITE_URL . "user/login" ?> -<p>_{Link for login} <a href="{link}">here</a>.</p> +<p>_{Link for login} <a href="{link}">_{here}</a>.</p> <p>_{With best regards},<br> _{The iSocial Team}</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |