Changeset 13247 for extensions/HistoryIPExcluder/trunk
- Timestamp:
- Feb 19, 2012, 2:57:52 AM (13 years ago)
- Location:
- extensions/HistoryIPExcluder/trunk/language
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/HistoryIPExcluder/trunk/language/de_DE/plugin.lang.php
r6765 r13247 1 1 <?php 2 global $lang;3 4 2 $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.'; 5 3 $lang['HIPE_admin_section1'] = 'Auszunehmende IP Adressen'; -
extensions/HistoryIPExcluder/trunk/language/en_UK/plugin.lang.php
r6759 r13247 1 1 <?php 2 global $lang;3 4 2 $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.'; 5 3 $lang['HIPE_admin_section1'] = 'IP Exclusion'; -
extensions/HistoryIPExcluder/trunk/language/es_ES/plugin.lang.php
r6759 r13247 1 1 <?php 2 global $lang;3 4 2 $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.'; 5 3 $lang['HIPE_admin_section1'] = 'IP a excluir'; … … 31 29 $lang['HIPE_version'] = ' - Versión: '; 32 30 // --------- End: New or revised $lang ---- from version 2.1.0 33 34 // --------- Starting below: New or revised $lang ---- from version 2.1.135 /*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.139 31 ?> -
extensions/HistoryIPExcluder/trunk/language/fr_FR/plugin.lang.php
r6758 r13247 1 1 <?php 2 global $lang;3 4 2 $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.'; 5 3 $lang['HIPE_admin_section1'] = 'IP à exclure'; -
extensions/HistoryIPExcluder/trunk/language/hu_HU/plugin.lang.php
r6764 r13247 1 1 <?php 2 global $lang;3 4 2 $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.'; 5 3 $lang['HIPE_admin_section1'] = 'IP-k kizárása'; -
extensions/HistoryIPExcluder/trunk/language/it_IT/plugin.lang.php
r6759 r13247 1 1 <?php 2 global $lang;3 4 2 $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.'; 5 3 $lang['HIPE_admin_section1'] = 'Esclusione d\'IP'; … … 30 28 $lang['HIPE_version'] = ' - Versione: '; 31 29 // --------- End: New or revised $lang ---- from version 2.1.0 32 33 // --------- Starting below: New or revised $lang ---- from version 2.1.134 /*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.138 30 ?>
Note: See TracChangeset
for help on using the changeset viewer.