[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2013-02-13 00:03:05 +01:00
Родитель 9628f9baf7
Коммит 886bfa5623
2 изменённых файлов: 22 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,18 @@
<?php $TRANSLATIONS = array(
"Greetings {user}," => "Tere {user},",
"Mode" => "Režiim",
"Executable" => "Käivita",
"Daemon" => "Deemon",
"Host" => "Host",
"Address of Antivirus Host." => "Antiviiruse hosti nimi.",
"Not required in Executable Mode." => "Pole käivitamise režiimis nõutav.",
"Port" => "Port",
"Port number of Antivirus Host." => "Antiviiruse hosti pordi number.",
"Stream Length" => "Striimi pikkus",
"Path to clamscan" => "clamscani asukoht",
"Path to clamscan executable." => "clamscani rakenduse asukoht.",
"Not required in Daemon Mode." => "Pole deemonirežiimis nõutav.",
"Only log" => "Ainult logi",
"Delete file" => "Kustuta fail",
"Save" => "Salvesta"
);

Просмотреть файл

@ -1,5 +1,7 @@
<?php $TRANSLATIONS = array(
"Greetings {user}," => "Kaixo {user},",
"Sorry, but a malware was detected in a file you tried to upload and it had to be deleted." => "Barkatu, baina igotzen saiatu zaren fitxategi batean malware bat aurkitu da eta ezabatu behar da.",
"This email is a notification from {host}. Please, do not reply." => "E-posta hau {hots}-(e)k bidalitako mezu bat da. Mesedez, ez erantzun.",
"File uploaded: {file}" => "Igotako fitxategia: {file}",
"Antivirus Configuration" => "Antivirus konfigurazioa",
"Mode" => "Modua",
@ -7,9 +9,16 @@
"Daemon" => "Deabrua",
"Host" => "Hostalaria",
"Address of Antivirus Host." => "Antiburus Hostalariaren Helbidea.",
"Not required in Executable Mode." => "Ez da beharrezkoa Exekutagarri Moduan.",
"Port" => "Portua",
"Port number of Antivirus Host." => "Antiburus Hostalariaren Ataka zenbakia.",
"Stream Length" => "Korrontearen Luzera",
"ClamAV StreamMaxLength value in bytes." => "ClamAV StreamMaxLength-en balioa bytetan.",
"Path to clamscan" => "clamscan bidea",
"Path to clamscan executable." => "clamscan programaren kokapena.",
"Not required in Daemon Mode." => "Ez da beharrezkoa Deabru Moduan.",
"Action for infected files found while scanning" => "Eskaneatzean aurkitutako infektatutako fitxategiekin hartu beharreko ekintza",
"Only log" => "Bakarrik erregistratu",
"Delete file" => "Ezabatu fitxaegia",
"Save" => "Gorde"
);