diff --git a/bl-kernel/admin/themes/default/index.php b/bl-kernel/admin/themes/default/index.php index 52792530..62eb7d80 100644 --- a/bl-kernel/admin/themes/default/index.php +++ b/bl-kernel/admin/themes/default/index.php @@ -108,7 +108,7 @@ $(document).ready(function() { p('New page') ?> -
  • Manage
  • +
  • p('Manage') ?>
  • > p('Posts') ?>
  • @@ -119,7 +119,7 @@ $(document).ready(function() { p('Users') ?> -
  • Settings
  • +
  • p('Settings') ?>
  • > p('General') ?>
  • diff --git a/bl-kernel/admin/views/edit-user.php b/bl-kernel/admin/views/edit-user.php index e95135cd..a862da1c 100644 --- a/bl-kernel/admin/views/edit-user.php +++ b/bl-kernel/admin/views/edit-user.php @@ -118,8 +118,8 @@ if($Login->role()==='admin') { HTML::formInputText(array( 'name'=>'status', - 'label'=>$L->g('Current status'), - 'value'=>$_User->enabled()?$L->g('Enabled'):$L->g('Disabled'), + 'label'=>$L->g('сurrent-status'), + 'value'=>$_User->enabled()?$L->g('enabled-user-status'):$L->g('disable-user-status'), 'class'=>'uk-width-1-2 uk-form-medium', 'disabled'=>true, 'tip'=>$_User->enabled()?'':$L->g('To enable the user you have to set a new password') @@ -128,7 +128,7 @@ if($Login->role()==='admin') { if( $_User->enabled() ) { echo '
    - +
    '; } diff --git a/bl-kernel/helpers/text.class.php b/bl-kernel/helpers/text.class.php index 2dcc8f4b..d4132ac4 100644 --- a/bl-kernel/helpers/text.class.php +++ b/bl-kernel/helpers/text.class.php @@ -41,6 +41,16 @@ class Text { 'п'=>'p', 'р'=>'r', 'с'=>'s', 'т'=>'t', 'у'=>'u', 'ф'=>'f', 'х'=>'h', 'ц'=>'c', 'ч'=>'ch', 'ш'=>'sh', 'щ'=>'sh', 'ъ'=>'', 'ы'=>'y', 'ь'=>'', 'э'=>'e', 'ю'=>'yu', 'я'=>'ya', + // Bulgarian + 'А'=>'A', 'Б'=>'B', 'В'=>'V', 'Г'=>'G', 'Д'=>'D', 'Е'=>'E', 'Ж'=>'Zh', 'З'=>'Z', + 'И'=>'I', 'Й'=>'J', 'К'=>'K', 'Л'=>'L', 'М'=>'M', 'Н'=>'N', 'О'=>'O', 'П'=>'P', + 'Р'=>'R', 'С'=>'S', 'Т'=>'T', 'У'=>'U', 'Ф'=>'F', 'Х'=>'H', 'Ц'=>'C', 'Ч'=>'Ch', + 'Ш'=>'Sh', 'Щ'=>'Sh', 'Ъ'=>'', 'Ь'=>'J','Ю'=>'Yu','Я'=>'Ya', + 'а'=>'a', 'б'=>'b', 'в'=>'v', 'г'=>'g', 'д'=>'d', 'е'=>'e', 'ж'=>'zh','з'=>'z', + 'и'=>'i', 'й'=>'j', 'к'=>'k', 'л'=>'l', 'м'=>'m', 'н'=>'n', 'о'=>'o','п'=>'p', + 'р'=>'r', 'с'=>'s', 'т'=>'t', 'у'=>'u', 'ф'=>'f', 'х'=>'h', 'ц'=>'c', 'ч'=>'ch', + 'ш'=>'sh', 'щ'=>'sh', 'ъ'=>'', 'ь'=>'j', 'ю'=>'yu', 'я'=>'ya', + // Ukrainian 'Є'=>'Ye', 'І'=>'I', 'Ї'=>'Yi', 'Ґ'=>'G', 'є'=>'ye', 'і'=>'i', 'ї'=>'yi', 'ґ'=>'g', diff --git a/bl-languages/bg_BG.json b/bl-languages/bg_BG.json index 9c6ddc54..1dfb125f 100644 --- a/bl-languages/bg_BG.json +++ b/bl-languages/bg_BG.json @@ -42,7 +42,7 @@ "profile": "Профил", "email": "Имейл адрес", "settings": "Настройки", - "general": "Общи настройки:", + "general": "Общи настройки", "advanced": "Разширени настройки", "regional": "Регионални настройки", "about": "Относно", @@ -236,6 +236,16 @@ "social-networks-links": "Социални мрежи:", "email-access-code": "Имейл код за достъп", - "current-format": "Текущ формат" + "current-format": "Текущ формат", + + "welcome": "Добре дошли!", + + "to-enable-the-user-you-have-to-set-a-new-password": "За да се активира на ново потребителя трябва да му зададете нова парола .", + "do-you-want-to-disable-the-user": "Искате ли да деактивирате този потребител?", + "disable-user-status": "Неактивен", + "enabled-user-status": "Активен", + "сurrent-status" : "Статус", + "disable-the-user" : "Деактивиране на потребителя" + } diff --git a/bl-languages/en_US.json b/bl-languages/en_US.json index bb0292a2..1c91e6b9 100644 --- a/bl-languages/en_US.json +++ b/bl-languages/en_US.json @@ -243,5 +243,9 @@ "welcome": "Welcome", "to-enable-the-user-you-have-to-set-a-new-password": "To enable the user you have to set a new password.", - "do-you-want-to-disable-the-user": "Do you want to disable the user ?" + "do-you-want-to-disable-the-user": "Do you want to disable the user ?", + "disable-user-status": "Disable", + "enabled-user-status": "Enabled", + "сurrent-status" : "Status", + "disable-the-user" : "Disable the user" } \ No newline at end of file