l10n: Update POT

This commit is contained in:
Clement Lefebvre 2021-06-01 12:56:11 +01:00
parent 1cd2ed7b4c
commit c8e8994410
1 changed files with 75 additions and 474 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-30 11:24+0000\n" "POT-Creation-Date: 2021-06-01 12:55+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -18,429 +18,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
msgid "Use Default Font"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:2
msgid ""
"Whether to use the system's default fixed width font for editing text "
"instead of a font specific to xed. If this option is turned off, then the "
"font named in the \"Editor Font\" option will be used instead of the system "
"font."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:3
msgctxt "editor-font"
msgid "'Monospace 12'"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:4
msgid "Editor Font"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:5
msgid ""
"A custom font that will be used for the editing area. This will only take "
"effect if the \"Use Default Font\" option is turned off."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:6
msgid "Prefer Dark Theme"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:7
msgid ""
"Whether xed should prefer the dark variation of the current Gtk theme if "
"available."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:8
msgid "Style Scheme"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:9
msgid "The ID of a GtkSourceView Style Scheme used to color the text."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:10
msgid "Create Backup Copies"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:11
msgid ""
"Whether xed should create backup copies for the files it saves. You can set "
"the backup file extension with the \"Backup Copy Extension\" option."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:12
msgid "Autosave"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:13
msgid ""
"Whether xed should automatically save modified files after a time interval. "
"You can set the time interval with the \"Autosave Interval\" option."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:14
msgid "Autosave Interval"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:15
msgid ""
"Number of minutes after which xed will automatically save modified files. "
"This will only take effect if the \"Autosave\" option is turned on."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:16
msgid "Writable VFS schemes"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:17
msgid ""
"List of VFS schemes xed supports in write mode. The 'file' scheme is "
"writable by default."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:18
msgid "Maximum Number of Undo Actions"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:19
msgid ""
"Maximum number of actions that xed will be able to undo or redo. Use \"-1\" "
"for unlimited number of actions."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:20
msgid "Line Wrapping Mode"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:21
msgid ""
"Specifies how to wrap long lines in the editing area. Use \"none\" for no "
"wrapping, \"word\" for wrapping at word boundaries, and \"char\" for "
"wrapping at individual character boundaries. Note that the values are case-"
"sensitive, so make sure they appear exactly as mentioned here."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:22
msgid "Tab Size"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:23
msgid ""
"Specifies the number of spaces that should be displayed instead of Tab "
"characters."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:24
msgid "Insert spaces"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:25
msgid "Whether xed should insert spaces instead of tabs."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:26
msgid "Automatic indent"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:27
msgid "Whether xed should enable automatic indentation."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:28
msgid "Display Line Numbers"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:29
msgid "Whether xed should display line numbers in the editing area."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:30
msgid "Highlight Current Line"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:31
msgid "Whether xed should highlight the current line."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:32
msgid "Highlight Matching Bracket"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:33
msgid "Whether xed should highlight the bracket matching the selected one."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:34
msgid "Display Right Margin"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:35
msgid "Whether xed should display the right margin in the editing area."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:36
msgid "Right Margin Position"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:37
msgid "Specifies the position of the right margin."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:38
msgid "Smart Home End"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:39
msgid ""
"Specifies how the cursor moves when the HOME and END keys are pressed. Use "
"\"disabled\" to always move at the start/end of the line, \"after\" to move "
"to the start/end of the line the first time the keys are pressed and to the "
"start/end of the text ignoring whitespaces the second time the keys are "
"pressed, \"before\" to move to the start/end of the text before moving to "
"the start/end of the line and \"always\" to always move to the start/end of "
"the text instead of the start/end of the line."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:40
msgid "Restore Previous Cursor Position"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:41
msgid ""
"Whether xed should restore the previous cursor position when a file is "
"loaded."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:42
msgid "Enable Search Highlighting"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:43
msgid "Whether xed should highlight all the occurrences of the searched text."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:44
msgid "Enable Syntax Highlighting"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:45
msgid "Whether xed should enable syntax highlighting."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:46
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:25
msgid "Ensure Trailing Newline"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:47
msgid ""
"Whether xed will ensure that documents always end with a trailing newline."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:48
msgid "Toolbar is Visible"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:49
msgid "Whether the toolbar should be visible in editing windows."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:50
msgid "Status Bar is Visible"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:51
msgid ""
"Whether the status bar at the bottom of editing windows should be visible."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:52
msgid "Side Pane is Visible"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:53
msgid "Whether the side pane at the left of editing windows should be visible."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:54
msgid "Bottom Panel is Visible"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:55
msgid ""
"Whether the bottom panel at the bottom of editing windows should be visible."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:56
msgid "Allow changing active tabs by scrolling"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:57
msgid "Whether you can change active tabs by scrolling."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:58
msgid "Minimap is visible"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:59
msgid "Whether the minimap for the document should be visible."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:60
msgid "Maximum Recent Files"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:61
msgid ""
"Specifies the maximum number of recently opened files that will be displayed "
"in the \"Recent Files\" submenu."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:62
msgid "Print Syntax Highlighting"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:63
msgid "Whether xed should print syntax highlighting when printing documents."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:64
msgid "Print Header"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:65
msgid "Whether xed should include a document header when printing documents."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:66
msgid "Printing Line Wrapping Mode"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:67
msgid ""
"Specifies how to wrap long lines for printing. Use \"none\" for no wrapping, "
"\"word\" for wrapping at word boundaries, and \"char\" for wrapping at "
"individual character boundaries. Note that the values are case-sensitive, so "
"make sure they appear exactly as mentioned here."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:68
msgid "Print Line Numbers"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:69
msgid ""
"If this value is 0, then no line numbers will be inserted when printing a "
"document. Otherwise, xed will print line numbers every such number of lines."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:70
msgctxt "print-font-body-pango"
msgid "'Monospace 9'"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:71
msgid "Body Font for Printing"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:72
msgid ""
"Specifies the font to use for a document's body when printing documents."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:73
msgctxt "print-font-header-pango"
msgid "'Sans 11'"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:74
msgid "Header Font for Printing"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:75
msgid ""
"Specifies the font to use for page headers when printing a document. This "
"will only take effect if the \"Print Header\" option is turned on."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:76
msgctxt "print-font-numbers-pango"
msgid "'Sans 8'"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:77
msgid "Line Number Font for Printing"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:78
msgid ""
"Specifies the font to use for line numbers when printing. This will only "
"take effect if the \"Print Line Numbers\" option is non-zero."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:79
msgctxt "auto-detected"
msgid "[ 'UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16' ]"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:80
msgid "Automatically Detected Encodings"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:81
msgid ""
"Sorted list of encodings used by xed for automatically detecting the "
"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
"recognized encodings are used."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:82
msgctxt "shown-in-menu"
msgid "[ 'ISO-8859-15' ]"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:83
msgid "Encodings shown in menu"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:84
msgid ""
"List of encodings shown in the Character Encoding menu in open/save file "
"selector. Only recognized encodings are used."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:85
msgid "History for \"search for\" entries"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:86
msgid "List of entries in \"search for\" textbox."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:87
msgid "History for \"replace with\" entries"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:88
msgid "List of entries in \"replace with\" textbox."
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:89
msgid "Active plugins"
msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:90
msgid ""
"List of active plugins. It contains the \"Location\" of the active plugins. "
"See the .xed-plugin file for obtaining the \"Location\" of a given plugin."
msgstr ""
#: ../data/xed.appdata.xml.in.h:1 #: ../data/xed.appdata.xml.in.h:1
msgid "A Text Editor" msgid "A Text Editor"
msgstr "" msgstr ""
@ -765,12 +342,12 @@ msgid "Unsaved Document %d"
msgstr "" msgstr ""
#: ../xed/xed-documents-panel.c:88 ../xed/xed-documents-panel.c:99 #: ../xed/xed-documents-panel.c:88 ../xed/xed-documents-panel.c:99
#: ../xed/xed-window.c:1835 ../xed/xed-window.c:1839 #: ../xed/xed-window.c:1836 ../xed/xed-window.c:1840
msgid "Read-Only" msgid "Read-Only"
msgstr "" msgstr ""
#: ../xed/xed-documents-panel.c:710 ../xed/resources/ui/xed-shortcuts.ui.h:1 #: ../xed/xed-documents-panel.c:650 ../xed/resources/ui/xed-shortcuts.ui.h:1
#: ../xed/xed-window.c:3085 #: ../xed/xed-window.c:3086
msgid "Documents" msgid "Documents"
msgstr "" msgstr ""
@ -808,7 +385,7 @@ msgstr ""
msgid "_Encoding" msgid "_Encoding"
msgstr "" msgstr ""
#: ../xed/xed-file-chooser-dialog.c:44 ../xed/xed-preferences-dialog.c:731 #: ../xed/xed-file-chooser-dialog.c:44 ../xed/xed-preferences-dialog.c:783
msgid "All Files" msgid "All Files"
msgstr "" msgstr ""
@ -836,7 +413,7 @@ msgstr ""
msgid "Windows" msgid "Windows"
msgstr "" msgstr ""
#: ../xed/xed-highlight-mode-selector.c:297 ../xed/xed-window.c:1964 #: ../xed/xed-highlight-mode-selector.c:297 ../xed/xed-window.c:1965
msgid "Plain Text" msgid "Plain Text"
msgstr "" msgstr ""
@ -1141,64 +718,64 @@ msgid ""
"If you continue saving this file you can corrupt the document. Save anyway?" "If you continue saving this file you can corrupt the document. Save anyway?"
msgstr "" msgstr ""
#: ../xed/xed-preferences-dialog.c:266 #: ../xed/xed-preferences-dialog.c:280
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:3 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:3
#, no-c-format #, no-c-format
msgid "Use the system fixed width font (%s)" msgid "Use the system fixed width font (%s)"
msgstr "" msgstr ""
#: ../xed/xed-preferences-dialog.c:384 #: ../xed/xed-preferences-dialog.c:436
msgid "Editor" msgid "Editor"
msgstr "" msgstr ""
#: ../xed/xed-preferences-dialog.c:422 #: ../xed/xed-preferences-dialog.c:474
msgid "Save" msgid "Save"
msgstr "" msgstr ""
#: ../xed/xed-preferences-dialog.c:535 #: ../xed/xed-preferences-dialog.c:587
#, c-format #, c-format
msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s" msgid "Directory '%s' could not be created: g_mkdir_with_parents() failed: %s"
msgstr "" msgstr ""
#: ../xed/xed-preferences-dialog.c:689 #: ../xed/xed-preferences-dialog.c:741
msgid "The selected color scheme cannot be installed." msgid "The selected color scheme cannot be installed."
msgstr "" msgstr ""
#: ../xed/xed-preferences-dialog.c:712 ../xed/xed-preferences-dialog.c:718 #: ../xed/xed-preferences-dialog.c:764 ../xed/xed-preferences-dialog.c:770
msgid "Add Scheme" msgid "Add Scheme"
msgstr "" msgstr ""
#: ../xed/xed-preferences-dialog.c:715 ../xed/xed-progress-info-bar.c:61 #: ../xed/xed-preferences-dialog.c:767 ../xed/xed-progress-info-bar.c:61
msgid "Cancel" msgid "Cancel"
msgstr "" msgstr ""
#: ../xed/xed-preferences-dialog.c:724 #: ../xed/xed-preferences-dialog.c:776
msgid "Color Scheme Files" msgid "Color Scheme Files"
msgstr "" msgstr ""
#: ../xed/xed-preferences-dialog.c:796 #: ../xed/xed-preferences-dialog.c:848
#, c-format #, c-format
msgid "Could not remove color scheme \"%s\"." msgid "Could not remove color scheme \"%s\"."
msgstr "" msgstr ""
#: ../xed/xed-preferences-dialog.c:828 #: ../xed/xed-preferences-dialog.c:880
msgid "Theme" msgid "Theme"
msgstr "" msgstr ""
#: ../xed/xed-preferences-dialog.c:845 #: ../xed/xed-preferences-dialog.c:897
msgid "Plugins" msgid "Plugins"
msgstr "" msgstr ""
#: ../xed/xed-preferences-dialog.c:853 #: ../xed/xed-preferences-dialog.c:905
msgid "Help" msgid "Help"
msgstr "" msgstr ""
#: ../xed/xed-preferences-dialog.c:858 #: ../xed/xed-preferences-dialog.c:910
#: ../xed/resources/ui/xed-searchbar.ui.h:11 #: ../xed/resources/ui/xed-searchbar.ui.h:11
msgid "Close" msgid "Close"
msgstr "" msgstr ""
#: ../xed/xed-preferences-dialog.c:872 #: ../xed/xed-preferences-dialog.c:924
msgid "Xed Preferences" msgid "Xed Preferences"
msgstr "" msgstr ""
@ -1340,82 +917,106 @@ msgid "4"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:10 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:10
msgid "Highlighting" msgid "Draw whitespace"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:11 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:11
msgid "Highlight the current line" msgid "Leading whitespace"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:12 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:12
msgid "Highlight matching brackets" msgid "Trailing whitespace"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:13 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:13
msgid "Indentation" msgid "Whitespace inside of text"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:14 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:14
msgid "Tab width" msgid "Newline character"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:15 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:15
msgid "Use spaces instead of tabs" msgid "Highlighting"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:16 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:16
msgid "Automatic indentation" msgid "Highlight the current line"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:17 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:17
msgid "Word wrap" msgid "Highlight matching brackets"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:18 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:18
msgid "Split words over two lines" msgid "Indentation"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:19 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:19
msgid "Tab scrolling" msgid "Tab width"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:20 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:20
msgid "Allow mouse wheel scrolling to change tabs" msgid "Use spaces instead of tabs"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:21 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:21
msgid "File saving" msgid "Automatic indentation"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:22 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:22
msgid "Create a backup copy of files before saving" msgid "Word wrap"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:23 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:23
msgid "Autosave files" msgid "Split words over two lines"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:24 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:24
msgid "Minutes between saving" msgid "Tab scrolling"
msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:25
msgid "Allow mouse wheel scrolling to change tabs"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:26 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:26
msgid "Dark theme" msgid "File saving"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:27 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:27
msgid "Use dark theme variant (if available)" msgid "Create a backup copy of files before saving"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:28 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:28
msgid "Style scheme" msgid "Autosave files"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:29 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:29
msgid "Install scheme" msgid "Minutes between saving"
msgstr "" msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:30 #: ../xed/resources/ui/xed-preferences-dialog.ui.h:30
msgid "Ensure Trailing Newline"
msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:31
msgid "Dark theme"
msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:32
msgid "Use dark theme variant (if available)"
msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:33
msgid "Style scheme"
msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:34
msgid "Install scheme"
msgstr ""
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:35
msgid "Remove scheme" msgid "Remove scheme"
msgstr "" msgstr ""
@ -2204,61 +1805,61 @@ msgstr ""
msgid "Show or hide the bottom pane in the current window" msgid "Show or hide the bottom pane in the current window"
msgstr "" msgstr ""
#: ../xed/xed-utils.c:822 #: ../xed/xed-utils.c:829
msgid "Please check your installation." msgid "Please check your installation."
msgstr "" msgstr ""
#: ../xed/xed-utils.c:890 #: ../xed/xed-utils.c:897
#, c-format #, c-format
msgid "Unable to open UI file %s. Error: %s" msgid "Unable to open UI file %s. Error: %s"
msgstr "" msgstr ""
#: ../xed/xed-utils.c:910 #: ../xed/xed-utils.c:917
#, c-format #, c-format
msgid "Unable to find the object '%s' inside file %s." msgid "Unable to find the object '%s' inside file %s."
msgstr "" msgstr ""
#. Translators: '/ on <remote-share>' #. Translators: '/ on <remote-share>'
#: ../xed/xed-utils.c:1078 #: ../xed/xed-utils.c:1085
#, c-format #, c-format
msgid "/ on %s" msgid "/ on %s"
msgstr "" msgstr ""
#: ../xed/xed-view.c:378 #: ../xed/xed-view.c:388
msgid "_Display line numbers" msgid "_Display line numbers"
msgstr "" msgstr ""
#. Translators: %s is a URI #. Translators: %s is a URI
#: ../xed/xed-window.c:876 #: ../xed/xed-window.c:878
#, c-format #, c-format
msgid "Open '%s'" msgid "Open '%s'"
msgstr "" msgstr ""
#. Translators: %s is a URI #. Translators: %s is a URI
#: ../xed/xed-window.c:1225 #: ../xed/xed-window.c:1226
#, c-format #, c-format
msgid "Activate '%s'" msgid "Activate '%s'"
msgstr "" msgstr ""
#: ../xed/xed-window.c:1413 #: ../xed/xed-window.c:1414
#, c-format #, c-format
msgid "Spaces: %u" msgid "Spaces: %u"
msgstr "" msgstr ""
#: ../xed/xed-window.c:1417 #: ../xed/xed-window.c:1418
#, c-format #, c-format
msgid "Tabs: %u" msgid "Tabs: %u"
msgstr "" msgstr ""
#: ../xed/xed-window.c:1494 #: ../xed/xed-window.c:1495
msgid "Use Spaces" msgid "Use Spaces"
msgstr "" msgstr ""
#: ../xed/xed-window.c:2301 #: ../xed/xed-window.c:2302
msgid "There are unsaved documents" msgid "There are unsaved documents"
msgstr "" msgstr ""
#: ../xed/xed-window.c:3350 #: ../xed/xed-window.c:3351
msgid "Elevated Privileges" msgid "Elevated Privileges"
msgstr "" msgstr ""