From e0dc711c2b2dc4e2ec397d7f53910f11e1ca4ade Mon Sep 17 00:00:00 2001 From: mcramer <m.cramer@pixcept.de> Date: Mon, 02 Sep 2013 04:14:56 -0400 Subject: [PATCH] - Changed previous commit to check for read permissions only on download action --- interface/web/admin/lib/lang/bg_software_repo_list.lng | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/interface/web/admin/lib/lang/bg_software_repo_list.lng b/interface/web/admin/lib/lang/bg_software_repo_list.lng index d997091..6471d70 100644 --- a/interface/web/admin/lib/lang/bg_software_repo_list.lng +++ b/interface/web/admin/lib/lang/bg_software_repo_list.lng @@ -1,7 +1,6 @@ <?php -$wb['list_head_txt'] = 'Repository'; -$wb['active_txt'] = 'Active'; -$wb['repo_name_txt'] = 'Repository'; +$wb['list_head_txt'] = 'Хранилище'; +$wb['active_txt'] = 'Активен'; +$wb['repo_name_txt'] = 'Хранилище'; $wb['repo_url_txt'] = 'URL'; ?> - -- Gitblit v1.9.1