This file is indexed.

/usr/share/phpbb3/www/language/eu/acp/ban.php is in phpbb3-l10n 3.0.10-4+deb7u3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
<?php
/**
*
* This program is the full and free Basque (euskara) phpBB 3.0 Translation.
* Copyright (c) 2011 bixerdo for librezale.org.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; version 2 of the License.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* acp_ban.php [Basque [eu]]
*
* @package   language
* @author    bixerdo for http://librezale.org 
* @copyright (c) 2005 phpBB Group
* @license   http://opensource.org/licenses/gpl-2.0.php GNU General Public License
* @version   $Id$
*
*/

/**
* DO NOT CHANGE
*/
if (!defined('IN_PHPBB'))
{
	exit;
}

if (empty($lang) || !is_array($lang))
{
	$lang = array();
}

// DEVELOPERS PLEASE NOTE
//
// All language files should use UTF-8 as their encoding and the files must not contain a BOM.
//
// Placeholders can now contain order information, e.g. instead of
// 'Page %s of %s' you can (and should) write 'Page %1$s of %2$s', this allows
// translators to re-order the output of data while ensuring it remains correct
//
// You do not need this where single placeholders are used, e.g. 'Message %d' is fine
// equally where a string contains only two placeholders which are used to wrap text
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine

//Banning


$lang = array_merge($lang, array(
	'1_HOUR'					=> 'Ordu 1',
	'30_MINS'					=> '30 minutu',
	'6_HOURS'					=> '6 ordu',

	'ACP_BAN_EXPLAIN'			=> 'Hemendik erabiltzaileen debekuak kontrola ditzakezu bai izenegaitik, bai IP helbidetik zein posta elektroniko helbidetik. Horrela, erabiltzaile jakinei forora sartzea galeraziko diezu. Nahi izanez gero, debekuaren arrazoi labur bat (gehienez 3000 karakteretakoa) eman liezaieke. Saioa administratzaile moduan hasterakoan agertuko da. Debekuaren denbora tartea ere zehaztu daiteke. Denbora tarte batean izan ezik data jakin baterarte izan daitela nahi izanez, <u>Noiz arte</u> aukeratu debekuaren iraupenan eta data sartu uuuu-hh-ee formatuarekin.',

	'BAN_EXCLUDE'				=> 'Debekua kendu',
	'BAN_LENGTH'				=> 'Debekuaren iraupena',
	'BAN_REASON'				=> 'Debekuaren arrazoia',
	'BAN_GIVE_REASON'			=> 'Debekatuari erakutsiko zaion debekuaren arrazoia.',
	'BAN_UPDATE_SUCCESSFUL'		=> 'Debeku zerrenda zuzen eguneratu da.',
'BANNED_UNTIL_DATE'		=> '%s(r)arte', // Adibidea: "2011(e)ko Martxoak 11, 14:44(r)arte"
	'BANNED_UNTIL_DURATION'	=> '%1$s (%2$s(r)arte)', // Adibidea: "7 egun (Martxoak 11, 14:44(r)arte)
	
	'EMAIL_BAN'					=> 'Posta elektroniko helbide bat debekatu',
	'EMAIL_BAN_EXCLUDE_EXPLAIN'	=> 'Aukera hau gaitu sartutako posta elektroniko helbidea indarrean dauden debeku guztietatik kentzeko.',
	'EMAIL_BAN_EXPLAIN'			=> 'Posta elektroniko helbide bat baino gehiago zehazteko, sar ezazu bakoitza lerro berri batean. Ez badituzu helbideak osoan sartu nahi * zeinua erabil ezazu komodin modura, adbez. <samp>*@hotmail.com</samp>, <samp>*@*.domain.tld</samp>, etab.',
	'EMAIL_NO_BANNED'			=> 'Ez da debekaturiko posta elektroniko helbiderik',
	'EMAIL_UNBAN'				=> 'Posta elektronikoen debekua kendu',
	'EMAIL_UNBAN_EXPLAIN'		=> 'Posta elektroniko bati baino gehiago kendu diezaiokezu debekua behinean nabigatzaileko konbinazio egokia erabiliz (adibidez, Ctrl+klik). Debekatutako helbideak letra lodiz agertuko dira.',

	'IP_BAN'					=> 'IP bat(zuk) debekatu',
	'IP_BAN_EXCLUDE_EXPLAIN'	=> 'Aukera hau gaitu sartutako IPa indarrean dauden debeku guztietatik kentzeko.',
	'IP_BAN_EXPLAIN'			=> 'IP bat baino gehiago zehazteko, sar ezazu bakoitza lerro berri batean. IP tarte bat zehazteko banatu itzazu hasiera eta bukaera marratxo batekin (-), * zeinua erabil ezazu komodin modura, adbez. <samp>*@hotmail.com</samp>, <samp>*@*.domain.tld</samp>, etab.',
	'IP_HOSTNAME'				=> 'IP helbideak edo hostnameak',
	'IP_NO_BANNED'				=> 'Ez da debekaturiko IP helbiderik',
	'IP_UNBAN'					=> 'IP helbideen debekua kendu',
	'IP_UNBAN_EXPLAIN'			=> 'IP helbide bati baino gehiago kendu diezaiokezu debekua behinean nabigatzaileko konbinazio egokia erabiliz (adibidez, Ctrl+klik). Debekatutako IP helbideak letra lodiz agertuko dira.',

	'LENGTH_BAN_INVALID'		=> 'Datak <kbd>UUUU-HH-EE</kbd> formatua izan behar du.',

	'PERMANENT'					=> 'Iraunkorra',

	'UNTIL'						=> 'Noiz arte',
	'USER_BAN'					=> 'Erabiltzaile izen bat(zuk) debekatu',
	'USER_BAN_EXCLUDE_EXPLAIN'	=> 'Aukera hau gaitu sartutako erabiltzaile izena indarrean dauden debeku guztietatik kentzeko.',
	'USER_BAN_EXPLAIN'			=> 'Erabiltzaile izen bat baino gehiago zehazteko, sar ezazu bakoitza lerro berri batean. <u>Erabiltzailea bilatu</u> lotura erabil ezazu erabiltzaileak aurkitu eta zerrendara autamatikoki gehitzeko.',
	'USER_NO_BANNED'			=> 'Ez da debekaturiko erabiltzaile izenik',
	'USER_UNBAN'				=> 'Erabiltzaile izenen debekua kendu',
	'USER_UNBAN_EXPLAIN'		=> 'Erabiltzaile izen bati baino gehiago kendu diezaiokezu debekua behinean nabigatzaileko konbinazio egokia erabiliz (adibidez, Ctrl+klik). Debekatutako erabiltzaile izenak letra lodiz agertuko dira.',
));

?>