Skip to content

Commit

Permalink
Hot Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Apr 6, 2013
1 parent e439fc0 commit 783a116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
13 changes: 2 additions & 11 deletions plugins/box/system/languages/fa.lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
'Sitemap created' => 'نقشه سایت ایجاد شد',
'Create Sitemap' => 'ایجاد نقشه سایت',
'on' => 'روشن',
<<<<<<< HEAD
'off'=> 'خاموش',
=======
'off'=> 'خاموش',
>>>>>>> refs/remotes/origin/master
'Site Url' => 'آدرس سایت',
'Maintenance Mode' => 'حالت تعمیر و نگهداری',
'Maintenance Mode On' => 'حالت تعمیر و نگهداری روشن',
Expand All @@ -25,19 +21,14 @@
'Default Page' => 'صفحه پیشفرض',
'Time zone' => 'منطقه زمانی',
'Language' => 'زبان',
'Email' => 'Email',
'Save' => 'ذخیره',
<<<<<<< HEAD
'Site' => 'سایت',
=======
'Site' => 'سایت',
>>>>>>> refs/remotes/origin/master
'System version' => 'نسخه سیستم',
'System version ID' => 'شناسه نسخه سیستم',
'GZIP' => 'GZIP',
'Debugging' => 'اشکال زدائی',
'Plugin API' => 'API پلاگین',
'Plugins active' => 'پلاگینهای فعال',
'Plugins active' => 'پلاگینهای فعال',
'Actions registered' => 'عملیات ثبت شده',
'Filters registered' => 'فیلترهای ثبت شده',
'Delete Temporary Files' => 'حذف فایلهای موقت',
Expand Down Expand Up @@ -85,4 +76,4 @@
'Official Support Forum' => 'انجمن پشتیبانی',
'Documentation' => 'مستندات',
)
);
);
6 changes: 1 addition & 5 deletions plugins/box/users/views/frontend/login.view.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@
<?php echo Form::hidden('csrf', Security::token()); ?>
<label><?php echo __('Username', 'users'); ?></label><input name="username" type="text" class="input-large" />
<label><?php echo __('Password', 'users'); ?></label><input name="password" type="password" class="input-large" />
<<<<<<< HEAD
<br /><input name="login_submit" class="btn" type="submit" value="<?php echo __('Log In', 'users'); ?>" /> <a class="small-grey-text reset-password-btn" href="<?php echo Option::get('siteurl').'users/password-reset'; ?>"><?php echo __('Forgot your password?', 'users');?></a></td></tr>
=======
<br /><input name="login_submit" class="btn" type="submit" value="<?php echo __('Login', 'users'); ?>" /> <a class="small-grey-text reset-password-btn" href="<?php echo Option::get('siteurl').'users/password-reset'; ?>"><?php echo __('Forgot your password?', 'users');?></a></td></tr>
>>>>>>> refs/remotes/origin/master
</form>
</form>

0 comments on commit 783a116

Please sign in to comment.