Skip to content

Commit

Permalink
New Chattr / chflags dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
akruphi committed Jan 6, 2025
1 parent 473f025 commit 03775ce
Show file tree
Hide file tree
Showing 8 changed files with 497 additions and 1 deletion.
1 change: 1 addition & 0 deletions far2l/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ add_subdirectory (bootstrap)
set(SOURCES
src/farversion.cpp
src/cache.cpp
src/chattr.cpp
src/clipboard.cpp
src/cmdline.cpp
src/copy.cpp
Expand Down
78 changes: 78 additions & 0 deletions far2l/bootstrap/scripts/farlang.templ.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14485,6 +14485,17 @@ MenuAttributes
"А&трибути файлів Ctrl+A"
"А&трыбуты файлаў Ctrl+A"

MenuChattr
"cha&ttr / chflags Ctrl+Alt+A"
"cha&ttr / chflags Ctrl+Alt+A"
upd:"cha&ttr / chflags Ctrl+Alt+A"
upd:"cha&ttr / chflags Ctrl+Alt+A"
upd:"cha&ttr / chflags Ctrl+Alt+A"
upd:"cha&ttr / chflags Ctrl+Alt+A"
upd:"cha&ttr / chflags Ctrl+Alt+A"
upd:"cha&ttr / chflags Ctrl+Alt+A"
upd:"cha&ttr / chflags Ctrl+Alt+A"

MenuApplyCommand
"Применить коман&ду Ctrl+G"
"A&pply command Ctrl+G"
Expand Down Expand Up @@ -17174,6 +17185,73 @@ upd:" are displayed and will be modified for the original object"
upd:" are displayed and will be modified for the original object"
upd:" are displayed and will be modified for the original object"

ChAttrTitle
"chattr / chflags"
"chattr / chflags"
"chattr / chflags"
"chattr / chflags"
"chattr / chflags"
"chattr / chflags"
"chattr / chflags"
"chattr / chflags"
"chattr / chflags"

ChAttrWarnSystem
"Far2l пока ещё не умеет работать с флагами на Вашей системе"
"Far2l doesn't know how to handle flags on your system yet"
upd:"Far2l doesn't know how to handle flags on your system yet"
upd:"Far2l doesn't know how to handle flags on your system yet"
upd:"Far2l doesn't know how to handle flags on your system yet"
upd:"Far2l doesn't know how to handle flags on your system yet"
upd:"Far2l doesn't know how to handle flags on your system yet"
upd:"Far2l doesn't know how to handle flags on your system yet"
upd:"Far2l doesn't know how to handle flags on your system yet"

ChAttrWarnNoOne
"Применимо только к одному объекту.\nСейчас на панели выбрано несколько объектов."
"Chattr/chflags only applicable to one object only.\nMultiple objects are currently selected in the panel."
upd:"Chattr/chflags only applicable to one object only.\nMultiple objects are currently selected in the panel."
upd:"Chattr/chflags only applicable to one object only.\nMultiple objects are currently selected in the panel."
upd:"Chattr/chflags only applicable to one object only.\nMultiple objects are currently selected in the panel."
upd:"Chattr/chflags only applicable to one object only.\nMultiple objects are currently selected in the panel."
upd:"Chattr/chflags only applicable to one object only.\nMultiple objects are currently selected in the panel."
upd:"Chattr/chflags only applicable to one object only.\nMultiple objects are currently selected in the panel."
upd:"Chattr/chflags only applicable to one object only.\nMultiple objects are currently selected in the panel."

ChAttrWarnNoRealFile
"Применимо только к реальному объекту доступному локально.\nСейчас на панели плагина не объект реальной файловой системы."
"Chattr/chflags only applicable to a real object accessible locally.\nCurrently, the plugin panel does not have a real file system object."
upd:"Chattr/chflags only applicable to a real object accessible locally.\nCurrently, the plugin panel does not have a real file system object."
upd:"Chattr/chflags only applicable to a real object accessible locally.\nCurrently, the plugin panel does not have a real file system object."
upd:"Chattr/chflags only applicable to a real object accessible locally.\nCurrently, the plugin panel does not have a real file system object."
upd:"Chattr/chflags only applicable to a real object accessible locally.\nCurrently, the plugin panel does not have a real file system object."
upd:"Chattr/chflags only applicable to a real object accessible locally.\nCurrently, the plugin panel does not have a real file system object."
upd:"Chattr/chflags only applicable to a real object accessible locally.\nCurrently, the plugin panel does not have a real file system object."
upd:"Chattr/chflags only applicable to a real object accessible locally.\nCurrently, the plugin panel does not have a real file system object."

ChAttrErrorGetFlags
"Не удается получить флаги для \"%ls\":\n"
"Cannot get flags of \"%ls\":\n"
upd:"Cannot get flags of \"%ls\":\n"
upd:"Cannot get flags of \"%ls\":\n"
upd:"Cannot get flags of \"%ls\":\n"
upd:"Cannot get flags of \"%ls\":\n"
upd:"Cannot get flags of \"%ls\":\n"
upd:"Cannot get flags of \"%ls\":\n"
upd:"Cannot get flags of \"%ls\":\n"

ChAttrErrorSetFlags
"Не удается установить флаги для \"%ls\":\n"
"Cannot chattr for \"%ls\":\n"
upd:"Cannot chattr for \"%ls\":\n"
upd:"Cannot chattr for \"%ls\":\n"
upd:"Cannot chattr for \"%ls\":\n"
upd:"Cannot chattr for \"%ls\":\n"
upd:"Cannot chattr for \"%ls\":\n"
upd:"Cannot chattr for \"%ls\":\n"
upd:"Cannot chattr for \"%ls\":\n"


SetColorPanel
l:
"&Панель"
Expand Down
Loading

0 comments on commit 03775ce

Please sign in to comment.