added: now we have a fourth part in permissions (guests)
e.g.: 07555 means: 7 for owner 5 for group 5 for others 5 for guests (not logged users) added: the sticky bit for directories e.g. permissions to a directory with a sticky bit set can be set to: 017555 rewritten: rm/mv winix functions to correctly understand the sticky bit added: Dir::FollowLink() recognizes ".." and "." now consequently System::FollowAllLinks recognizes it too added: umask -- calculating privileges for new files/directories all users have their own umask (in meta) and there is one in the config (for guests and when a user has not definied its own one) removed: mount option: only_root_remove git-svn-id: svn://ttmath.org/publicrep/winix/trunk@801 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
18
locale/en
18
locale/en
@@ -25,7 +25,7 @@ by = by
|
||||
error_404 = Error 404
|
||||
error_404_msg = We are sory but there is no such a page in our service.
|
||||
|
||||
|
||||
internal_error = Internal error, check system log for more details
|
||||
|
||||
|
||||
was_errors = We are sory but there were some problems with the operation.
|
||||
@@ -182,6 +182,14 @@ rm_dir = Do you really want to remove directory
|
||||
rm_only_content = Remove only the content of the directory
|
||||
rm_root = You cannot remove the root directory, you are only allowed to delete the content of the directory
|
||||
rm_submit = Remove
|
||||
rm_cannot_create_static_path = I cannot create a path to a static file
|
||||
rm_cannot_remove_static_file = I cannot remove a static file
|
||||
rm_permission_denied_to = Permission denied to remove
|
||||
rm_directory_not_empty = directory not empty
|
||||
rm_use_r_option = This is a directory, use 'r' parameter to remove it
|
||||
rm_cannot_remove_root_dir = You cannot remove the root directory
|
||||
rm_content_use_r_option = Content of a directory can be removed only with 'r' parameter
|
||||
|
||||
|
||||
thread_create_new = Create a new thread
|
||||
thread_tab_title = Thread title
|
||||
@@ -306,6 +314,14 @@ mv_form_legend = Move form
|
||||
mv_page = Move page
|
||||
mv_dir = Move directory
|
||||
mv_only_content = Move only content of the directory
|
||||
mv_cant_move_root_dir = the root directory cannot be moved anywhere
|
||||
mv_permission_denied_to = Permission denied to
|
||||
mv_incorrect_path = Incorrent path
|
||||
mv_dir_can_be_moved_to_dir = A directory can be moved only to an other directory
|
||||
mv_dir_content_can_be_moved_to_dir = Directory content can be moved only to an other directory
|
||||
mv_cannot_move_to_inside = A directory cannot be moved to inside it
|
||||
mv_incorrect_dst_path = Incorrect destination path
|
||||
mv_incorrect_dir = Incorrect directory
|
||||
|
||||
|
||||
cp_header = Copy
|
||||
|
19
locale/pl
19
locale/pl
@@ -26,6 +26,8 @@ error_404 = Błąd 404
|
||||
error_404_msg = Przykro nam ale podanej strony nie ma w naszym serwisie.
|
||||
|
||||
|
||||
internal_error = Błąd wewnętrzny, po więcej szczegółów sprawdź dziennik systemowy
|
||||
|
||||
|
||||
was_errors = Przepraszamy ale wystąpiły problemy z wykonaniem tej operacji.
|
||||
error_code = Kod błędu
|
||||
@@ -201,6 +203,15 @@ rm_dir = Czy napewno usunąć katalog
|
||||
rm_only_content = Usuń jedynie zawartość katalogu
|
||||
rm_root = Nie możesz skasować katalogu głównego, możesz jedynie usunąć jego zawartość
|
||||
rm_submit = Usuń
|
||||
rm_cannot_create_static_path = Nie mogę utworzyć ścieżki do pliku statycznego
|
||||
rm_cannot_remove_static_file = Nie mogę usunąć pliku statycznego
|
||||
rm_permission_denied_to = Brak dostępu do usunięcia
|
||||
rm_directory_not_empty = katalog nie jest pusty
|
||||
rm_use_r_option = To jest katalog, aby go usunąć musisz użyć parametru 'r'
|
||||
rm_cannot_remove_root_dir = Nie możesz usunąć głównego katalogu
|
||||
rm_content_use_r_option = Zawartość katalogu może zostać usunięta tylko z użyciem parametru 'r'
|
||||
|
||||
|
||||
|
||||
thread_create_new = Załóż nowy wątek
|
||||
thread_tab_title = Tytuł wątku
|
||||
@@ -323,6 +334,14 @@ mv_form_legend = Formularz zmiany
|
||||
mv_page = Przenieś stronę
|
||||
mv_dir = Przenieś katalog
|
||||
mv_only_content = Przenieś tylko zawartość katalogu
|
||||
mv_cant_move_root_dir = Katalog główny nie może być przeniesiony
|
||||
mv_permission_denied_to = Brak dostępu do
|
||||
mv_incorrect_path = Nieprawidłowa ścieżka
|
||||
mv_dir_can_be_moved_to_dir = Katalog może zostać przeniesiony tylko do innego katalogu
|
||||
mv_dir_content_can_be_moved_to_dir = Zawartość katalogu może zostać przeniesiona tylko do innego katalogu
|
||||
mv_cannot_move_to_inside = Nie mogę przenieść katalogu do jego środka
|
||||
mv_incorrect_dst_path = Nieprawidłowa ścieżka docelowa
|
||||
mv_incorrect_dir = Nieprawidłowy katalog
|
||||
|
||||
|
||||
cp_header = Kopiuj
|
||||
|
Reference in New Issue
Block a user