cosmic-edit/i18n/en/cosmic_edit.ftl

123 lines
2.9 KiB
Text

cosmic-text-editor = COSMIC Text Editor
comment = Text editor for the COSMIC desktop
new-document = New document
open-project = Open project
todo = TODO
# Context Pages
## About
repository = Repository
support = Support
## Document statistics
document-statistics = Document statistics
word-count = Word count
character-count = Characters
character-count-no-spaces = Characters (without spaces)
line-count = Lines
## Git management
git-management = Git management
git-management-description = Git management is a developer tool used for version control operations.
git-management-loading = Loading Git management...
stage = Stage
staged-changes = Staged changes
unstage = Unstage
unstaged-changes = Unstaged changes
## Project search
project-search = Project search
## Prompt save changes
prompt-save-changes-title = Save changes before closing?
prompt-unsaved-changes = You have unsaved changes. If you continue without saving, these changes will be lost.
cancel = Cancel
discard = Discard changes
save-all = Save all
## Settings
settings = Settings
### Appearance
appearance = Appearance
theme = Theme
match-desktop = Match desktop
dark = Dark
light = Light
syntax-dark = Syntax dark
syntax-light = Syntax light
default-font = Default font
default-font-size = Default font size
default-zoom-step = Zoom steps
### Keyboard shortcuts
keyboard-shortcuts = Keyboard shortcuts
enable-vim-bindings = Enable Vim bindings
# Find
find-placeholder = Find...
find-previous = Find previous
find-next = Find next
replace-placeholder = Replace...
replace = Replace
replace-all = Replace all
case-sensitive = Case sensitive
use-regex = Use regex
wrap-around = Wrap around
# Menu
## File
file = File
new-file = New file
new-window = New window
open-file = Open file...
open-recent-file = Open recent file
close-file = Close file
menu-open-project = Open project...
open-recent-project = Open recent project
close-project = Close project
save = Save
save-as = Save as...
revert-all-changes = Revert all changes
menu-document-statistics = Document statistics...
document-type = Document type...
encoding = Encoding...
menu-git-management = Git management...
print = Print
quit = Quit
## Edit
edit = Edit
undo = Undo
redo = Redo
cut = Cut
copy = Copy
paste = Paste
select-all = Select all
find = Find
find-in-project = Find in project...
spell-check = Spell check...
## View
view = View
zoom-in = Zoom in
default-size = Default size
zoom-out = Zoom out
indentation = Indentation
### Indentation
automatic-indentation = Automatic Indentation
tab-width = Tab width: {$tab_width}
convert-indentation-to-spaces = Convert indentation to spaces
convert-indentation-to-tabs = Convert indentation to tabs
word-wrap = Word wrap
show-line-numbers = Show line numbers
highlight-current-line = Highlight current line
syntax-highlighting = Syntax highlighting...
menu-settings = Settings...
menu-keyboard-shortcuts = Keyboard shortcuts...
menu-about = About COSMIC Text Editor...