From e20f18f30fda868354abf9088d8319bcc64fe912 Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 03 Feb 2014 14:06:35 -0500 Subject: [PATCH] Added config storage method - Use it like $app->conf('yourpluginname', 'config-key', 'value') - omit the value to read the config value, provide it to set the value --- interface/web/admin/lib/lang/pl_software_repo.lng | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/interface/web/admin/lib/lang/pl_software_repo.lng b/interface/web/admin/lib/lang/pl_software_repo.lng index d11a1b3..1cc3dbb 100644 --- a/interface/web/admin/lib/lang/pl_software_repo.lng +++ b/interface/web/admin/lib/lang/pl_software_repo.lng @@ -4,4 +4,5 @@ $wb['repo_username_txt'] = 'Użytkownik (Opcjonalnie)'; $wb['repo_password_txt'] = 'Hasło (Opcjonalnie)'; $wb['active_txt'] = 'Aktywny'; +$wb['Software Repository which may contain addons or updates'] = 'Software Repository which may contain addons or updates'; ?> -- Gitblit v1.9.1