mirror of
https://github.com/webmin/webmin.git
synced 2025-08-17 19:06:28 +00:00
Add transcoding/translation for htaccess-htpasswd
module of Türkçe (tr)
This commit is contained in:
@ -12,9 +12,7 @@ index_eaccess=You do not have access to any directories!
|
||||
index_search=Find existing protected directories under:
|
||||
index_md5=MD5 encryption is enabled in the module configuration, but the $1 Perl module needed for it is not installed.
|
||||
index_sha1=SHA1 encryption is enabled in the module configuration, but the $1 Perl module needed for it is not installed.
|
||||
index_digest=Digest encryption is enabled in the module configuration, but the $1 command needed for it is not installed.
|
||||
index_cpan=<a href='$1'>Click here</a> to download and install it now.
|
||||
|
||||
dir_title1=Add Protected Directory
|
||||
dir_title2=Edit Protected Directory
|
||||
dir_header=Protected directory options
|
||||
@ -51,7 +49,6 @@ dir_requireu=Only users ..
|
||||
dir_requireg=Only members of groups ..
|
||||
dir_erequire_user=No users to allow entered
|
||||
dir_erequire_group=No groups to allow entered
|
||||
|
||||
edit_title1=Create User
|
||||
edit_title2=Edit User
|
||||
edit_header=Web authentication user details
|
||||
@ -63,13 +60,11 @@ edit_pass0=Set to
|
||||
edit_passfrom=Change from
|
||||
edit_passto=to new password
|
||||
edit_dom=Digest realm
|
||||
|
||||
gedit_title1=Create Group
|
||||
gedit_title2=Edit Group
|
||||
gedit_header=Web authentication group details
|
||||
gedit_group=Group name
|
||||
gedit_members=Members of group
|
||||
|
||||
save_err=Failed to save user
|
||||
save_euser1=Missing username
|
||||
save_euser2=Username cannot contain the : character
|
||||
@ -78,18 +73,15 @@ save_eclash=A user with the same name already exists
|
||||
save_eoldpass=Old password is not correct
|
||||
save_title=User Saved
|
||||
save_edom=Missing or invalid digest realm
|
||||
|
||||
gsave_err=Failed to save group
|
||||
gsave_egroup1=Missing group name
|
||||
gsave_egroup2=Group name cannot contain the : character or spaces
|
||||
gsave_eclash=A group with the same name already exists
|
||||
|
||||
acl_dirs=Allowed directories
|
||||
acl_user=Create .htaccess and htusers files as Unix user
|
||||
acl_same=Same as Webmin login
|
||||
acl_home=Include Unix user's home directory?
|
||||
acl_sync=Can setup Unix user synchronization?
|
||||
|
||||
log_create_dir=Added directory $1
|
||||
log_modify_dir=Modified directory $1
|
||||
log_delete_dir=Deleted directory $1
|
||||
@ -99,7 +91,6 @@ log_delete_user=Deleted user $1
|
||||
log_create_group=Created group $1
|
||||
log_modify_group=Modified group $1
|
||||
log_delete_group=Deleted group $1
|
||||
|
||||
search_title=Search Results
|
||||
search_err=Search failed
|
||||
search_edir=Missing or invalid absolute directory to search
|
||||
@ -110,4 +101,3 @@ search_already=Skipping known Apache options file $1.
|
||||
search_noprot=Skipping Apache options file $1, as it does not protect the directory.
|
||||
search_open=Could not open Apache options file $1 : $2
|
||||
search_done=.. done
|
||||
|
||||
|
13
htaccess-htpasswd/lang/tr.auto
Normal file
13
htaccess-htpasswd/lang/tr.auto
Normal file
@ -0,0 +1,13 @@
|
||||
index_digest2=Özet şifreleme modül yapılandırmasında etkinleştirilir, ancak bunun için gereken $1 komutu veya $2 Perl modülü yüklenmez.
|
||||
index_delete=Seçili Dizinlerin Korunmasını Kaldırma
|
||||
index_remove=Dosyaların Korumasını Kaldırma ve Kaldırma
|
||||
dir_header2=Kullanıcı senkronizasyon seçenekleri
|
||||
dir_ecannotcreate=Hangi dizinlerin korunduğunu yapılandırmanıza izin verilmiyor
|
||||
dir_delete=Un-Koru
|
||||
dir_delete2=Dosyaların Korumasını Kaldır ve Kaldır
|
||||
dir_delete3=Korumayı Kaldır ve Dosyayı Kaldır
|
||||
dir_apache=Apache Seçeneklerini Düzenle
|
||||
dir_efiledir='$1' bir dizin ve bu nedenle kullanıcı dosyası olarak kullanılamaz
|
||||
dir_egfiledir='$1' bir dizin ve bu nedenle bir grup dosyası olarak kullanılamaz
|
||||
acl_uonly=Korumalı dizin ekleyebilir ve değiştirebilir mi?
|
||||
log_delete_dirs=$1 dizin silindi
|
Reference in New Issue
Block a user