From c7e23161d25fb772e364b3a38f82c66a01b58fe0 Mon Sep 17 00:00:00 2001
From: Dominik Mueller <info@profi-webdesign.net>
Date: Mon, 03 Mar 2014 05:49:59 -0500
Subject: [PATCH] moved quota-functions to site and mail-file

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

diff --git a/interface/web/admin/lib/lang/fr_software_repo.lng b/interface/web/admin/lib/lang/fr_software_repo.lng
index b6722b2..f65c955 100644
--- a/interface/web/admin/lib/lang/fr_software_repo.lng
+++ b/interface/web/admin/lib/lang/fr_software_repo.lng
@@ -1,8 +1,8 @@
-<?php
-$wb['repo_name_txt'] = 'Référence';
-$wb['repo_url_txt'] = 'URL';
-$wb['repo_username_txt'] = 'Utilisateur (optionnel)';
-$wb['repo_password_txt'] = 'Mot de passe (optionnel)';
-$wb['active_txt'] = 'Actif';
-?>
-
+<?php
+$wb['repo_name_txt'] = 'Référence';
+$wb['repo_url_txt'] = 'URL';
+$wb['repo_username_txt'] = 'Utilisateur (optionnel)';
+$wb['repo_password_txt'] = 'Mot de passe (optionnel)';
+$wb['active_txt'] = 'Actif';
+$wb['Software Repository which may contain addons or updates'] = 'Software Repository which may contain addons or updates';
+?>

--
Gitblit v1.9.1