From a71b8a0f44cd4b05800c96dac304fc1de3d79515 Mon Sep 17 00:00:00 2001
From: Sergio Cambra <sergio@programatica.es>
Date: Tue, 01 Jul 2014 09:49:55 -0400
Subject: [PATCH] reseller has_clients if limit_client is != 0, e.g. -1 or > 0

---
 interface/web/admin/lib/lang/nl_software_repo.lng |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/interface/web/admin/lib/lang/nl_software_repo.lng b/interface/web/admin/lib/lang/nl_software_repo.lng
index 278bdf3..665c419 100644
--- a/interface/web/admin/lib/lang/nl_software_repo.lng
+++ b/interface/web/admin/lib/lang/nl_software_repo.lng
@@ -1,9 +1,8 @@
-<?php
-$wb["repo_name_txt"] = 'Repository';
-$wb["repo_url_txt"] = 'URL';
-$wb["repo_username_txt"] = 'Geberuiker (optional)';
-$wb["repo_password_txt"] = 'Wachtwoord (optional)';
-$wb["active_txt"] = 'Actief';
-$wb["btn_save_txt"] = 'Opslaan';
-$wb["btn_cancel_txt"] = 'Annuleer';
-?>
+<?php
+$wb['repo_name_txt'] = 'Repository';
+$wb['repo_url_txt'] = 'URL';
+$wb['repo_username_txt'] = 'User (optionieel)';
+$wb['repo_password_txt'] = 'Password (optionieel)';
+$wb['active_txt'] = 'Actief';
+$wb['Software Repository which may contain addons or updates'] = 'Software Repository which may contain addons or updates';
+?>

--
Gitblit v1.9.1