Initial commit

This commit is contained in:
Caribana
2017-05-26 11:41:26 +02:00
commit 61c24500af
6264 changed files with 645934 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
<?php
/**
* Afrikaans language file
*
* @author Shaun Adlam <ashaun@vodamail.co.za>
*/
$this->language = array(
'clear_date' => 'Maak datum skoon',
'csrf_detected' => 'Daar was "n probleem met jou voorlegging ! <br> Moontlike oorsake kan wees dat die voorlegging te lank geneem het , of dit word dubbel versoek. <br> Probeer asseblief weer..',
'days' => array('Sondag','Maandag','Dinsdag','Woensdag','Donderdag','Vrydag','Saterdag'),
'days_abbr' => false, // sal die eerste 2 letters te gebruik van die volle naam
'months' => array('Januarie','Februarie','Maart','April','Mei','Junie','Julie','Augustus','September','Oktober','November','Desember'),
'months_abbr' => false, // sal gebruik om die eerste 3 letters van die volle naam
'new_captcha' => 'Kry nuwe kode',
'other' => 'Ander...',
'select' => '- Kies Opsie -',
'spam_detected' => 'Moontlike plapos poging opgemerk . Die geposte vorm data is verwerp.',
'today' => 'Vandag',
);
?>

View File

@@ -0,0 +1,25 @@
<?php
/**
* Albanian language file
*
* @author Faton Sopa <fatonsopa@gmail.com>
*/
$this->language = array(
'clear_date' => 'Clear',
'csrf_detected' => 'There was a problem with your submission!<br>Possible causes may be that the submission has taken too long, or it represents a duplicate request.<br>Please try again.',
'days' => array('Diele','Hene','Marte','Merkure','Enjte','Premte','Shtune'),
'days_abbr' => false, // will use the first 2 letters from the full name
'months' => array('Janar','Shkurt','Mars','Prill','Maj','Qershor','Korrik','Gusht','Shtator','Tetor','Nentor','Dhjetor'),
'months_abbr' => false, // will use the first 3 letters from the full name
'new_captcha' => 'Get a new code',
'other' => 'Te tjere...',
'select' => '- zgjedh opcionin -',
'spam_detected' => 'Possible spam attempt detected. The posted form data was rejected.',
'today' => 'Sot',
);
?>

View File

@@ -0,0 +1,26 @@
<?php
/**
* Catalan language file
*
* @version 1.0
* @author WaKeMaTTa
*/
$this->language = array(
'clear_date' => 'Netejar',
'csrf_detected' => 'Hi va haver un problema amb el teu enviament! <br> Probablement l\'enviament és massa gran o és una petició duplicada. <br> Si us plau, torneu a provar.',
'days' => array('Diumenge','Dilluns','Dimarts','Dimecres','Dijous','Divendres','Dissabte'),
'days_abbr' => false, // will use the first 2 letters from the full name
'months' => array('Gener','Febrer','Març','Abril','Maig','Juny','Julio','Agost','Setembre','Octubre','Novembre','Desembre'),
'months_abbr' => false, // will use the first 3 letters from the full name
'new_captcha' => 'Obtenir nou codi',
'other' => 'Altres...',
'select' => '- Seleccionar -',
'spam_detected' => 'Possible intent d\'spam detectat. El formulari enviat va ser rebutjat.',
'today' => 'Avui',
);
?>

View File

@@ -0,0 +1,24 @@
<?php
/**
* Deutsch (German) language file
*
* @author Chris Banford
*/
$this->language = array(
'clear_date' => 'Löschen',
'csrf_detected' => 'Beim Absenden des Formulars ist ein Problem aufgetreten.<br>Es kann sein, dass zu viel Zeit vergangen ist, oder dass Ihre Anfrage bereits gesendet wurde.<br>Bitte versuchen Sie es später noch einmal.',
'days' => array ('Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'),
'days_abbr' => false, // will use the first 2 letters from the full name
'months' => array('Januar','Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'),
'months_abbr' => false, // will use the first 3 letters from the full name
'new_captcha' => 'Einen neuen Code erhalten',
'other' => 'Sonstige...',
'select' => '- wählen -',
'spam_detected' => 'Es besteht der Verdacht auf einen Spamversuch. Ihre Anfrage wird ignoriert.',
'today' => 'Heute',
);
?>

View File

@@ -0,0 +1,25 @@
<?php
/**
* Dutch language file
*
* @author Alexander Martens <martens@podium.nl>
*/
$this->language = array(
'clear_date' => 'Wissen',
'csrf_detected' => 'Er was een probleem met het verzenden van het formulier<br>Of het versturen duurde te lang of uw formulier was inmiddels al verstuurd.<br>Probeer het later nog een keer.',
'days' => array('Zondag','Maandag','Dinsdag','Woensdag','Donderdag','Vrijdag','Zaterdag'),
'days_abbr' => true, // will use the first 2 letters from the full name
'months' => array('Januari','Februari','Maart','April','Mei','Juni','Juli','Augustus','September','Oktober','November','December'),
'months_abbr' => false, // will use the first 3 letters from the full name
'new_captcha' => 'Toon een nieuwe code',
'other' => 'Anders...',
'select' => '- maak een keuze -',
'spam_detected' => 'Er is mogelijk spam gedetecteerd, uw ingevoerde gegevens zijn geweigerd',
'today' => 'Vandaag',
);
?>

View File

@@ -0,0 +1,25 @@
<?php
/**
* English language file
*
* @author Stefan Gabos <contact@stefangabos.ro>
*/
$this->language = array(
'clear_date' => 'Clear date',
'csrf_detected' => 'There was a problem with your submission!<br>Possible causes may be that the submission has taken too long, or it represents a duplicate request.<br>Please try again.',
'days' => array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'),
'days_abbr' => false, // will use the first 2 letters from the full name
'months' => array('January','February','March','April','May','June','July','August','September','October','November','December'),
'months_abbr' => false, // will use the first 3 letters from the full name
'new_captcha' => 'Get a new code',
'other' => 'Other...',
'select' => '- select -',
'spam_detected' => 'Possible spam attempt detected. The posted form data was rejected.',
'today' => 'Today',
);
?>

View File

@@ -0,0 +1,26 @@
<?php
/**
* Spanish language file
*
* @version 1.1.1
* @author D3iti, WaKeMaTTa
*/
$this->language = array(
'clear_date' => 'Limpiar',
'csrf_detected' => '¡Hubo un problema con tu envio!<br>Probablemente el envio es demasido grande o es una petición duplicada. <br> Por favor, inténtalo de nuevo.',
'days' => array('Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado'),
'days_abbr' => false, // will use the first 2 letters from the full name
'months' => array('Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre'),
'months_abbr' => false, // will use the first 3 letters from the full name
'new_captcha' => 'Obtener nuevo codigo',
'other' => 'Otro...',
'select' => '- Seleccionar -',
'spam_detected' => 'Posible intento de spam detectado. El formulario enviado fue rechazado.',
'today' => 'Hoy',
);
?>

View File

@@ -0,0 +1,26 @@
<?php
/**
* French language file
*
* @version 1.0
* @author Sébastien GASTARD aka Gafa
*/
$this->language = array(
'clear_date' => 'Vider',
'csrf_detected' =>' Il y a eu un problème avec cette requête<br>Cela peut être causé par une inactivité de votre part, ou par un double envoi du formulaire.<br>Merci de réessayer plus tard. ',
'days' => array('Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'),
'days_abbr' => false, // will use the first 2 letters from the full name
'months' => array('Janvier','Février','Mars','Avril','Mai','Juin','Juillet','Août','Septembre','Octobre','Novembre','Décembre'),
'months_abbr' => false, // will use the first 3 letters from the full name
'new_captcha' => 'Obtenir un nouveau code',
'other' => 'Autre...',
'select' => '- Sélectionner -',
'spam_detected' => 'Une tentative de SPAM à été détectée. Votre requête est ignorée. ',
'today' => 'Aujourd\'hui',
);
?>

View File

@@ -0,0 +1,8 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

View File

@@ -0,0 +1,25 @@
<?php
/**
* Italian language file
*
* @author Nicola Tuveri <nic.tuv@gmail.com>
*/
$this->language = array(
'clear_date' => 'Rimuovi',
'csrf_detected' => 'Si è presentato un problema col vostro invio!<br>Tra le possibili cause l\'invio può aver richiesto troppo tempo, o la richiesta è stata duplicata.<br>Riprovare, per favore.',
'days' => array('Domenica','Lunedì','Martedì','Mercoledì','Giovedì','Venerdì','Sabato'),
'days_abbr' => array('D','L','Ma','Me','G','V','S'),
'months' => array('Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno','Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre'),
'months_abbr' => false, // will use the first 3 letters from the full name
'new_captcha' => 'Genera un nuovo codice',
'other' => 'Altro...',
'select' => '- Selezionare -',
'spam_detected' => 'Rilevato possibile tentativo di spam. Il modulo inviato è stato rifiutato.',
'today' => 'Oggi',
);
?>

View File

@@ -0,0 +1,26 @@
<?php
/**
* Romanian language file
*
* @version 1.1
* @author Stefan Gabos <contact@stefangabos.ro>
*/
$this->language = array(
'clear_date' => 'Sterge',
'csrf_detected' => 'A existat o problema la trimitearea formularului!<br>Posibile cauze pot fi durata prea mare de timp folosita pentru completarea formularului sau incercarea de retrimitere a formularului.<br>Te rugam sa incerci din nou.',
'days' => array('Duminica','Luni','Marti','Miercuri','Joi','Vineri','Sambata'),
'days_abbr' => false, // will use the first 2 letters from the full name
'months' => array('Ianuarie','Februarie','Martie','Aprilie','Mai','Iunie','Iulie','August','Septembrie','Octombrie','Noiembrie','Decembrie'),
'months_abbr' => false, // will use the first 3 letters from the full name
'new_captcha' => 'Genereaza un cod nou',
'other' => 'Alta...',
'select' => '- alege -',
'spam_detected' => 'Posibila incercare de spam detectata. Datele trimise in formular au fost respinse.',
'today' => 'Astazi',
);
?>

View File

@@ -0,0 +1,25 @@
<?php
/**
* Russian language file
*
* @author Maxim Hodyrev <maximkou@gmail.com>
*/
$this->language = array(
'clear_date' => 'Дата очистки',
'csrf_detected' => 'При выполнении вашего запроса возникла проблема.<br>Возможно, ваш запрос занял слишком много времени или дублируется.<br>Попробуйте еще раз.',
'days' => array('Воскресенье','Понедельник','Вторник','Среда','Четверг','Пятница','Суббота'),
'days_abbr' => false,
'months' => array('Январь','Февраль','Март','Апрель','Май','Июнь','Июль','Август','Сентябрь','Октябрь','Ноябрь','Декабрь'),
'months_abbr' => false,
'new_captcha' => 'Обновить капчу',
'other' => 'Еще...',
'select' => '- не выбрано -',
'spam_detected' => 'Выявлена возможная попытка отправить спам-сообщение. Отправленные в форме данные отклонены.',
'today' => 'Сегодня',
);
?>

View File

@@ -0,0 +1,25 @@
<?php
/**
* Turkish language file
*
* @author Bülent Özden
*/
$this->language = array(
'clear_date' => 'Temizle',
'csrf_detected' => 'Gönderinizle ilgili bir sorun çıktı!<br>Olası nedenler arasında form gönderiminin çok uzun sürmesi ya da aynı işlemden ikinci kere yapılması olabilir.<br>Lütfen yeniden deneyiniz.',
'days' => array('Pazar','Pazartesi','Salı','Çarsamba','Perşembe','Cuma','Cumartesi'),
'days_abbr' => false, // will use the first 2 letters from the full name
'months' => array('Ocak','Şubat','Mart','Nisan','Mayıs','Haziran','Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'),
'months_abbr' => false, // will use the first 3 letters from the full name
'new_captcha' => 'Yeni bir kod',
'other' => 'Diğer...',
'select' => '- seçiniz -',
'spam_detected' => 'SPAM denemesi olabilir. Gönderilen form verisi reddedildi.',
'today' => 'Bugün',
);
?>