From 117ecd60c809bbc19a3c1f795f6db9e53465cdec Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Thu, 19 Jun 2014 07:00:44 -0400 Subject: [PATCH] - autoselect password if you use "Generate Password" function (saves a click if you want to copy the password). --- interface/web/admin/lib/lang/fr_software_update_list.lng | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/interface/web/admin/lib/lang/fr_software_update_list.lng b/interface/web/admin/lib/lang/fr_software_update_list.lng index 8399418..8fb67a0 100644 --- a/interface/web/admin/lib/lang/fr_software_update_list.lng +++ b/interface/web/admin/lib/lang/fr_software_update_list.lng @@ -1,9 +1,9 @@ -<?php -$wb['list_head_txt'] = 'Mise à jour des logiciels'; -$wb['installed_txt'] = 'Action'; -$wb['update_title_txt'] = 'Mise à jour'; -$wb['version_txt'] = 'Version'; -$wb['action_txt'] = 'Action'; -$wb['server_select_txt'] = 'Sélectionnez le serveur'; -?> - +<?php +$wb['list_head_txt'] = 'Mise à jour des logiciels'; +$wb['installed_txt'] = 'Action'; +$wb['update_title_txt'] = 'Mise à jour'; +$wb['version_txt'] = 'Version'; +$wb['action_txt'] = 'Action'; +$wb['server_select_txt'] = 'Sélectionnez le serveur'; +$wb['no_updates_txt'] = 'No updates available'; +?> -- Gitblit v1.9.1