Skip to content

Commit

Permalink
Merge pull request #24 from 1btcxe/dev/mbassan
Browse files Browse the repository at this point in the history
Added translation.
  • Loading branch information
ergofobe committed Jun 17, 2015
2 parents 75707c3 + e811e58 commit 54ab674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update_v1.12.sql
Expand Up @@ -31,6 +31,7 @@ UPDATE `lang` SET `id` = 102,`key` = 'login-password-sent-message',`esp` = 'Se l
UPDATE `lang` SET `id` = 453,`key` = 'change-password',`esp` = 'Cambiar contraseña',`eng` = 'Change Password',`order` = '',`p_id` = 0,`zh` = '更改密码',`ru` = 'Изменить пароль.' WHERE `lang`.`id` = 453;
UPDATE `lang` SET `id` = 454,`key` = 'change-password-explain',`esp` = 'Por favor especifique una nueva contraseña para su cuenta.',`eng` = 'Please specify a new password for your account.',`order` = '',`p_id` = 453,`zh` = '请为您的帐户指定一个新密码。',`ru` = 'Пожалуйста, укажите новый пароль для вашей учетной записи.' WHERE `lang`.`id` = 454;


INSERT INTO `lang` (`id`, `key`, `esp`, `eng`, `order`, `p_id`, `zh`, `ru`) VALUES
(455, 'account-welcome-anon', 'Bienvenido a la cuenta', 'Welcome to account', '', 17, '欢迎来到账户', 'Добро пожаловать на счет');

UPDATE`status` SET `db_version` = '1.12' WHERE `status`.`id` =1;

0 comments on commit 54ab674

Please sign in to comment.