-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b396b93
commit 5bb4dac
Showing
111 changed files
with
23,638 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<?php | ||
// Heading | ||
$_['heading_title'] = 'Account'; | ||
|
||
// Text | ||
$_['text_sign_in_with_google'] = 'Sign in'; | ||
$_['text_sign_in_with_facebook'] = 'Sign in'; | ||
$_['text_sign_in_with_twitter'] = 'Sign in'; | ||
$_['text_sign_in_with_live'] = 'Sign in'; | ||
$_['text_sign_in_with_linkedin'] = 'Sign in'; | ||
$_['text_sign_in_with_vkontakte'] = 'Sign in'; | ||
$_['text_sign_in_with_yandex'] = 'Sign in'; | ||
$_['text_sign_in_with_odnoklassniki'] = 'Sign in'; | ||
$_['text_sign_in_with_mailru'] = 'Sign in'; | ||
$_['text_sign_in_with_paypal'] = 'Sign in'; | ||
$_['text_sign_in_with_instagram'] = 'Sign in'; | ||
$_['text_sign_in_with_tumblr'] = 'Sign in'; | ||
|
||
$_['button_sign_in'] = 'Sign in with'; | ||
$_['button_sign_in_mail'] = 'Sign in'; | ||
$_['text_email'] = 'Enter your email'; | ||
$_['text_firstname'] = 'Enter your firstname'; | ||
$_['text_lastname'] = 'Enter your lastname'; | ||
$_['text_phone'] = 'Enter your phone'; | ||
$_['text_address_1'] = 'Enter your address'; | ||
$_['text_address_2'] = 'Enter your address (extra)'; | ||
$_['text_city'] = 'Enter your city'; | ||
$_['text_postcode'] = 'Enter your postcode'; | ||
$_['text_country_id'] = 'Select country'; | ||
$_['text_zone_id'] = 'Select region'; | ||
$_['text_company'] = 'Enter company name'; | ||
$_['text_company_id'] = 'Enter company Id'; | ||
$_['text_tax_id'] = 'Enter tax Id'; | ||
$_['text_password'] = 'Enter you password'; | ||
$_['text_confirm'] = 'Confirm you password'; | ||
$_['text_email_intro'] = '<strong>You are almost done.</strong> Please fill in the required information below to complete the registration. You can edit it later from your shop account page.'; | ||
$_['error_email_taken'] = 'Sorry, This email is taken.'; | ||
$_['error_email_incorrect'] = 'Sorry, this is an invalid email.'; | ||
$_['error_fill_all_fields'] = 'Sorry, please fill in all the fields.'; | ||
$_['error_password_and_confirm_different'] = 'Sorry, your password is different from the confirm field.'; | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?php | ||
// Text | ||
$_['text_sign_in_with_google'] = 'Войти'; | ||
$_['text_sign_in_with_facebook'] = 'Войти'; | ||
$_['text_sign_in_with_twitter'] = 'Войти'; | ||
$_['text_sign_in_with_live'] = 'Войти'; | ||
$_['text_sign_in_with_linkedin'] = 'Войти'; | ||
$_['text_sign_in_with_vkontakte'] = 'Войти'; | ||
$_['text_sign_in_with_yandex'] = 'Войти'; | ||
$_['text_sign_in_with_odnoklassniki'] = 'Войти'; | ||
$_['text_sign_in_with_mailru'] = 'Войти'; | ||
|
||
$_['button_sign_in'] = 'Войти через'; | ||
$_['button_sign_in_mail'] = 'Войти'; | ||
$_['text_email'] = 'Введите ваш имейл'; | ||
$_['text_firstname'] = 'Введите ваше имя'; | ||
$_['text_lastname'] = 'Введите вашу фамилию'; | ||
$_['text_phone'] = 'Введите ваш телефон'; | ||
$_['text_address_1'] = 'Введите ваш адрес'; | ||
$_['text_address_2'] = 'Введите ваш адрес (доп)'; | ||
$_['text_city'] = 'Введите ваш город'; | ||
$_['text_postcode'] = 'Введите ваш почтовый индекс'; | ||
$_['text_country_id'] = 'Выберите страну'; | ||
$_['text_zone_id'] = 'Выберите область'; | ||
$_['text_password'] = 'Введите ваш пароль'; | ||
$_['text_confirm'] = 'Подтвердите ваш пароль'; | ||
$_['text_email_intro'] = '<strong>Вы почти готовы.</strong> Пожалуйста, заполните все поля внизу для завершения регистрации. Вы сможете позже их отредактировать на странице вашего аккаунта в магазине.'; | ||
$_['error_email_taken'] = 'Ой! этот имейл уже занят.'; | ||
$_['error_email_incorrect'] = 'Ой! это не верный имейл.'; | ||
$_['error_fill_all_fields'] = 'Ой! Вы должны заполнить все поля.'; | ||
$_['error_password_and_confirm_different'] = 'Ой! Ваш пароль не совпадает с паролем введенным для подтверждения.'; | ||
?> |
Empty file.
Oops, something went wrong.