From 11b3daff80a65d0d0b0dabf3ef99aa0c7018f76b Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Tue, 11 Aug 2009 09:59:25 -0400 Subject: [PATCH] Fixed: FS#822 - Main tabs at top not applying translations. --- interface/web/client/lib/lang/pl.lng | 25 ++++++++++++------------- 1 files changed, 12 insertions(+), 13 deletions(-) diff --git a/interface/web/client/lib/lang/pl.lng b/interface/web/client/lib/lang/pl.lng index a3b4997..2c0324a 100644 --- a/interface/web/client/lib/lang/pl.lng +++ b/interface/web/client/lib/lang/pl.lng @@ -1,13 +1,12 @@ -<?php -$wb['Client'] = 'Klient'; -$wb['Address'] = 'Adres'; -$wb['Limits'] = 'Limity'; -$wb['Add Client'] = 'Dodaj klienta'; -$wb['Edit Client'] = 'Edytuj klienta'; -$wb['Clients'] = 'Klienci'; -$wb['Edit Client-Templates'] = 'Edytuj szablony klientów'; -$wb['Add Reseller'] = 'Add Reseller'; -$wb['Edit Reseller'] = 'Edit Reseller'; -$wb['Resellers'] = 'Resellers'; -?> - +<?php +$wb['Client'] = 'Klient'; +$wb['Address'] = 'Adres'; +$wb['Limits'] = 'Limity'; +$wb['Add Client'] = 'Dodaj klienta'; +$wb['Edit Client'] = 'Edytuj klienta'; +$wb['Clients'] = 'Klienci'; +$wb['Edit Client-Templates'] = 'Edytuj szablony klientów'; +$wb['Add Reseller'] = 'Add Reseller'; +$wb['Edit Reseller'] = 'Edit Reseller'; +$wb['Resellers'] = 'Resellers'; +?> -- Gitblit v1.9.1