Ignore:
Timestamp:
Feb 19, 2012, 2:57:52 AM (12 years ago)
Author:
Eric
Message:

Cleaning obsolete code in translation files (generates errors in translation tool)

Location:
extensions/HistoryIPExcluder/trunk/language
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • extensions/HistoryIPExcluder/trunk/language/de_DE/plugin.lang.php

    r6765 r13247  
    11<?php
    2 global $lang;
    3 
    42$lang['HIPE_description'] = 'Diese Erweiterung erlaubt es, einzelne IP Adressen oder Adressbereiche von der Erfassung in der Historie und den Statistiken auszunehmen . <br>Wird die Erweiterung aktiviert, werden die unten angegebenen IP Adressen nicht in die *_history Tabellen übernommen.';
    53$lang['HIPE_admin_section1'] = 'Auszunehmende IP Adressen';
  • extensions/HistoryIPExcluder/trunk/language/en_UK/plugin.lang.php

    r6759 r13247  
    11<?php
    2 global $lang;
    3 
    42$lang['HIPE_description'] = 'This plugin allows to exclude from the history and statistics of IP or IP ranges. <br>Its activation blocks record in the table of IP *_history specified in the table below.';
    53$lang['HIPE_admin_section1'] = 'IP Exclusion';
  • extensions/HistoryIPExcluder/trunk/language/es_ES/plugin.lang.php

    r6759 r13247  
    11<?php
    2 global $lang;
    3 
    42$lang['HIPE_description'] = 'Este plugin permite excluir de la reseña histórica y las estadísticas del IP o las playas d \'IP. <br> Su activación bloquea el registro en la mesa * _history IP especificados en el tablero más abajo.';
    53$lang['HIPE_admin_section1'] = 'IP a excluir';
     
    3129$lang['HIPE_version'] = ' - Versión: ';
    3230// --------- End: New or revised $lang ---- from version 2.1.0
    33 
    34 // --------- Starting below: New or revised $lang ---- from version 2.1.1
    35 /*TODO*/$lang['HIPE_IPBlacklist_title'] = 'Registration blacklist';
    36 /*TODO*/$lang['HIPE_IPBlacklisted'] = ' Prevent registration to the gallery of excluded IPs (blacklist)';
    37 /*TODO*/$lang['Error_HIPE_BlacklistedIP'] = 'Error! Your IP has been banned. You can not subscribe to this gallery. Contact the administrator for further details.';
    38 // --------- End: New or revised $lang ---- from version 2.1.1
    3931?>
  • extensions/HistoryIPExcluder/trunk/language/fr_FR/plugin.lang.php

    r6758 r13247  
    11<?php
    2 global $lang;
    3 
    42$lang['HIPE_description'] = 'Ce plugin permet d\'exclure de l\'historique et des statistiques des IP ou plages d\'IP.<br>Son activation bloque l\'enregistrement dans la table *_history des IP spécifiées dans le tableau ci-dessous.';
    53$lang['HIPE_admin_section1'] = 'IP à exclure';
  • extensions/HistoryIPExcluder/trunk/language/hu_HU/plugin.lang.php

    r6764 r13247  
    11<?php
    2 global $lang;
    3 
    42$lang['HIPE_description'] = 'Ezzel a bővítménnyel kizárhat IP címeket, vagy IP tartományokat az előzményekből és a statisztikából. <br>A blokkolt rekordokat az IP *_history táblában az alábbi táblázat tartalmazza.';
    53$lang['HIPE_admin_section1'] = 'IP-k kizárása';
  • extensions/HistoryIPExcluder/trunk/language/it_IT/plugin.lang.php

    r6759 r13247  
    11<?php
    2 global $lang;
    3 
    42$lang['HIPE_description'] = 'Questo plugin esclude gli indirizzi IP o intervalli d\indieizzi dalla cronologgia e dalle statistiche.<br>Attivandolo, gli indirizzi IP specifici della tabella sottostante non saranno più registrati nella tabella *.history de PWG.';
    53$lang['HIPE_admin_section1'] = 'Esclusione d\'IP';
     
    3028$lang['HIPE_version'] = ' - Versione: ';
    3129// --------- End: New or revised $lang ---- from version 2.1.0
    32 
    33 // --------- Starting below: New or revised $lang ---- from version 2.1.1
    34 /*TODO*/$lang['HIPE_IPBlacklist_title'] = 'Registration blacklist';
    35 /*TODO*/$lang['HIPE_IPBlacklisted'] = ' Prevent registration to the gallery of excluded IPs (blacklist)';
    36 /*TODO*/$lang['Error_HIPE_BlacklistedIP'] = 'Error! Your IP has been banned. You can not subscribe to this gallery. Contact the administrator for further details.';
    37 // --------- End: New or revised $lang ---- from version 2.1.1
    3830?>
Note: See TracChangeset for help on using the changeset viewer.